@font-face {
  font-family: 'Agrandir';
  src: url('/fonts/Agrandir-Regular.otf') format('opentype');
  font-weight: 400;
}
@font-face {
  font-family: 'Agrandir';
  src: url('/fonts/AgrandirText-Bold.otf') format('opentype');
  font-weight: 700;
}
@font-face {
  font-family: 'Agrandir';
  src: url('/fonts/Agrandir-GrandHeavy.otf') format('opentype');
  font-weight: 800;
}
@font-face {
  font-family: 'Figtree';
  src: url('/fonts/Figtree-Medium.ttf') format('truetype');
  font-weight: 400;
}
@font-face {
  font-family: 'Figtree';
  src: url('/fonts/Figtree-SemiBold.ttf') format('truetype');
  font-weight: 600;
}
@font-face {
  font-family: 'Figtree';
  src: url('/fonts/Figtree-Bold.ttf') format('truetype');
  font-weight: 700;
}
@font-face {
  font-family: 'Figtree';
  src: url('/fonts/Figtree-ExtraBold.ttf') format('truetype');
  font-weight: 800;
}
.lp-section {
  padding: 100px 0;
  background: #ffffff;
  box-sizing: border-box;
}
.lp-section__inner {
  max-width: 1080px;
  margin: 0 auto;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .lp-section__inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 960px) {
  .lp-section__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .lp-section__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.lp-section + .lp-section {
  padding-top: 0;
}
.lp-page {
  font-family: 'Figtree', sans-serif;
  color: #191919;
  background: #ffffff;
  overflow-x: hidden;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
.lp-page * {
  box-sizing: border-box;
}
.lp-page h1,
.lp-page h2 {
  font-family: 'Agrandir', sans-serif;
  font-weight: 800;
}
.lp-page h3,
.lp-page h4,
.lp-page h5,
.lp-page h6 {
  font-family: 'Figtree', sans-serif;
}
.lp-hero {
  background: #ffffff;
  width: 100%;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #f0f0f0;
}
.lp-hero__top {
  padding: 180px 0 100px;
}
.lp-hero__top-inner {
  max-width: 1080px;
  margin: 0 auto;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
}
@media (max-width: 1024px) {
  .lp-hero__top-inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 960px) {
  .lp-hero__top-inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .lp-hero__top-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.lp-hero__col-left {
  width: 60%;
}
.lp-hero__col-right {
  width: 342px;
  height: auto;
}
.lp-hero__heading {
  font-size: 36px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #191919;
  margin-bottom: 0;
  line-height: 47px;
}
.lp-hero__badge-red {
  display: inline-block;
  background: #CD0000;
  color: #ffffff;
  font-family: 'Agrandir', sans-serif;
  font-weight: 800;
  font-size: 28px;
  padding: 6px 14px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin-top: 8px;
}
.lp-hero__description {
  font-size: 20px;
  font-family: 'Figtree';
  font-weight: 500;
  font-style: normal;
  color: #191919;
  line-height: 24px;
  margin: 0;
}
.lp-hero__track {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lp-hero__track-img {
  width: 100%;
  height: 400px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.5);
}
.lp-hero__track-marquee {
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
}
.lp-hero__track-text {
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: lpMarquee 22s linear infinite;
          animation: lpMarquee 22s linear infinite;
}
.lp-hero__track-text span {
  display: inline-block;
  font-family: 'Agrandir', sans-serif;
  font-weight: 800;
  font-size: 5.5rem;
  color: transparent;
  -webkit-text-stroke: 1.8px #ffffff;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  line-height: 1;
  padding-right: 40px;
  white-space: nowrap;
}
.lp-problems .lp-section__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}
.lp-problems__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 60px;
}
.lp-problems__header-left {
  width: 529px;
}
.lp-problems__header-right {
  width: 342px;
}
.lp-problems__title {
  width: 100%;
  font-family: 'Agrandir', sans-serif;
  font-weight: 800;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0%;
  text-transform: uppercase;
  margin: 0;
}
.lp-problems__title span {
  display: block;
  white-space: nowrap;
}
.lp-problems__desc {
  width: 342px;
  font-family: 'Figtree', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #191919;
  margin: 0;
}
.lp-problems__grid {
  display: grid;
  grid-template-columns: repeat(4, 255px);
  gap: 20px;
  margin-bottom: 43px;
}
.lp-problems__card {
  background: #ffffff;
  border: 1px solid #CD0000;
  border-radius: 15px;
  padding: 32px 25px 32px 25px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 255px;
  height: 200px;
  box-sizing: border-box;
}
.lp-problems__card h4 {
  width: 215px;
  height: 72px;
  font-family: 'Figtree', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  margin: 0 0 13px 0;
  color: #191919;
}
.lp-problems__card p {
  width: 215px;
  height: 51px;
  font-family: 'Figtree', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0%;
  color: #191919;
  margin: 0;
}
.lp-problems__cta {
  width: 1080px;
  height: 80px;
  font-family: 'Agrandir', sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #191919;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.lp-problems__cta-line1 {
  height: 40px;
  line-height: 40px;
  font-family: 'Agrandir', sans-serif;
  font-weight: 800;
  font-size: 24px;
  letter-spacing: 0%;
  text-align: center;
}
.lp-problems__cta-line2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 40px;
  line-height: 40px;
}
.lp-problems__cta-line2 span {
  font-family: 'Agrandir', sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 0%;
  text-align: center;
}
.lp-problems__badge-red {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #CD0000;
  color: #ffffff;
  padding: 0 16px;
  height: 40px;
  text-transform: uppercase;
  font-family: 'Agrandir', sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 40px;
  letter-spacing: 0%;
  text-align: center;
  border-radius: 0;
  white-space: nowrap;
}
.lp-what {
  background: #ffffff;
}
.lp-what .lp-section__inner {
  max-width: 1080px;
  margin: 0 auto;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .lp-what .lp-section__inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 960px) {
  .lp-what .lp-section__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .lp-what .lp-section__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1025px) {
  .lp-what .lp-section__inner {
    max-width: 1080px;
  }
}
@media (max-width: 1024px) {
  .lp-what .lp-section__inner {
    max-width: 1280px;
  }
}
.lp-what__grid {
  display: grid;
  grid-template-columns: 750px 1fr;
  gap: 50px;
  align-items: center;
}
@media (min-width: 1025px) {
  .lp-what__grid {
    grid-template-columns: max(0px, calc(710px - (100vw - 1080px) / 2)) 1fr;
    gap: 100px;
  }
}
.lp-what__img-wrapper {
  position: relative;
  padding-bottom: 40px;
  padding-right: 40px;
  width: 750px !important;
  height: 562px !important;
  display: block !important;
}
@media (min-width: 1025px) {
  .lp-what__img-wrapper {
    margin-left: calc(-1 * (100vw - 1080px) / 2);
    width: 710px !important;
    height: 522px !important;
    padding-bottom: 0 !important;
    padding-right: 0 !important;
  }
}
.lp-what__img-container {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: 0;
  width: 710px !important;
  height: 522px !important;
  display: block !important;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}
@media (min-width: 1025px) {
  .lp-what__img-container {
    width: 710px !important;
    height: 522px !important;
    box-shadow: none !important;
  }
}
.lp-what__img-container img {
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  display: block !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.lp-what__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  z-index: 2;
  pointer-events: none;
}
.lp-what__img-accent {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 320px !important;
  height: 320px !important;
  background: #CD0000;
  z-index: 1;
}
@media (min-width: 1025px) {
  .lp-what__img-accent {
    bottom: -25px !important;
    right: -25px !important;
  }
}
.lp-what .lp_what__text_container {
  position: absolute;
  top: 136px;
  left: 50%;
  transform: translateX(-50%);
  width: 379px;
  height: 249px;
  z-index: 3;
}
@media (min-width: 1025px) {
  .lp-what .lp_what__text_container {
    width: 500px;
    left: calc((100vw - 1080px) / 2);
    transform: none;
  }
}
.lp-what__img-text {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: 'Agrandir', sans-serif;
  font-weight: 800;
  font-size: 64px;
  color: #ffffff;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  .lp-what__img-text {
    line-height: 83px;
  }
}
.lp-what__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.lp-what__lead {
  font-family: 'Figtree', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #191919;
  max-width: 480px;
  margin-bottom: 20px;
}
.lp-what__highlight {
  font-family: 'Figtree', sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #CD0000;
  max-width: 471px;
  margin-bottom: 20px;
}
.lp-what__sublead {
  font-family: 'Figtree', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #666666;
  max-width: 480px;
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  .lp-what__sublead {
    color: #191919;
  }
}
.lp-what__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.lp-what__list li {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 18px;
  font-weight: 500;
  color: #191919;
}
.lp-what__check-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  border-radius: 50%;
  flex-shrink: 0;
}
.lp-features__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 48px;
}
@media (min-width: 1025px) {
  .lp-features__header {
    margin-bottom: 60px;
  }
}
.lp-features__header-left {
  width: 50%;
}
.lp-features__header-right {
  width: 342px;
}
.lp-features__title {
  font-size: 32px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
.lp-features__desc {
  font-size: 18px;
  color: #666666;
  font-family: 'Figtree';
  font-weight: 500;
  line-height: 1.6;
  margin: 0;
}
@media (min-width: 1025px) {
  .lp-features__desc {
    color: #191919;
    line-height: 22px;
  }
}
.lp-features__br-mobile {
  display: none;
}
.lp-features__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.lp-features__card {
  border: 1px solid #191919;
  border-radius: 15px;
  padding: 32px 24px;
  background: #ffffff;
  transition: border-color 0.25s ease, transform 0.25s ease;
}
.lp-features__card h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #191919;
  line-height: 1.3;
}
.lp-features__card p {
  font-family: 'Figtree', sans-serif;
  font-size: 14px;
  line-height: 17px;
  color: #191919;
  margin: 0;
  font-weight: 500;
}
.lp-features__card-icon {
  width: 32px;
  height: 32px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #CD0000;
}
.lp-features__card-icon svg,
.lp-features__card-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.25s ease;
}
.lp-how {
  text-align: center;
}
.lp-how__title {
  font-size: 32px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
.lp-how__subtitle {
  font-family: 'Figtree', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #191919;
  margin-bottom: 35px;
  margin-top: 20px;
}
.lp-how__steps {
  max-width: 857px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.lp-how__row {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.lp-how__step-name {
  font-family: 'Agrandir', sans-serif;
  font-weight: 800;
  font-size: 20px;
  color: #191919;
  width: 160px;
  flex-shrink: 0;
  text-align: left;
  display: inline-flex;
  align-items: center;
  gap: 24px;
}
@media (min-width: 1025px) {
  .lp-how__step-name {
    font-size: 24px;
    width: 200px;
  }
}
.lp-how__line {
  width: 400px;
  flex-shrink: 0;
  height: 1px;
  background: #CD0000;
  margin: 0 32px;
}
@media (min-width: 1025px) {
  .lp-how__line {
    width: 360px;
  }
}
.lp-how__step-desc {
  font-family: 'Figtree', sans-serif;
  font-size: 14px;
  color: #191919;
  text-align: left;
  width: 233px;
  line-height: 19px;
  flex-shrink: 0;
  font-weight: 500;
}
@media (min-width: 1025px) {
  .lp-how__step-desc {
    font-size: 16px;
    line-height: 22px;
  }
}
.lp-handle {
  position: relative;
  height: 420px;
  color: #ffffff;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding-top: 70px;
}
.lp-handle__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #000000;
}
.lp-handle__bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1025px) {
  .lp-handle__bg-img {
    opacity: 0.5;
  }
}
.lp-handle__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0000004D;
}
@media (min-width: 1025px) {
  .lp-handle__overlay {
    display: none;
  }
}
.lp-handle__inner {
  position: relative;
  z-index: 2;
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding-top: 100px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}
.lp-handle__col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.lp-handle__col:first-child {
  width: 50%;
}
.lp-handle__col:last-child {
  width: 342px;
  flex-shrink: 0;
}
.lp-handle__col h3 {
  font-family: 'Agrandir', sans-serif;
  font-size: 40px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 30px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
.lp-handle__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.lp-handle__list li {
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: 'Figtree', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
}
.lp-handle__check-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
.lp-handle__check-circle svg {
  width: 40px;
  height: 40px;
}
.lp-solutions {
  margin-top: 100px;
}
.lp-solutions__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 48px;
}
.lp-solutions__header-left {
  width: 50%;
}
.lp-solutions__header-right {
  width: 342px;
}
.lp-solutions__title {
  font-size: 32px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  .lp-solutions__title {
    line-height: 42px;
  }
}
.lp-solutions__desc {
  font-size: 18px;
  color: #666666;
  font-family: 'Figtree';
  font-weight: 500;
  font-style: medium;
  margin: 0;
  line-height: 1.5;
}
@media (min-width: 1025px) {
  .lp-solutions__desc {
    line-height: 22px;
    color: #191919;
    text-align: left;
  }
}
.lp-solutions__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.lp-solutions__card {
  border: 1px solid #191919;
  border-radius: 15px;
  padding: 32px 0 0 0;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.lp-solutions__card h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #191919;
  line-height: 1.3;
  text-align: center;
  padding: 0 24px;
}
.lp-solutions__card p {
  font-size: 14px;
  color: #191919;
  margin: 0 0 32px 0;
  line-height: 17px;
  text-align: center;
  padding: 0 24px;
  flex-grow: 1;
  font-weight: 500;
}
.lp-solutions__card a {
  text-transform: none;
}
.lp-solutions__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 45px;
  background: #191919;
  color: #ffffff;
  font-family: 'Figtree', sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-transform: none;
  text-align: center;
  border-radius: 0;
  text-decoration: none;
  transition: background-color 0.2s;
  border: none;
  margin-top: auto;
}
.lp-solutions__btn:hover {
  background-color: #CD0000;
}
.lp-why {
  position: relative;
  padding: 100px 0;
  color: #ffffff;
  overflow: hidden;
}
.lp-why__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.lp-why__bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  transform: scaleX(-1);
}
.lp-why__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.lp-why__inner {
  max-width: 1080px;
  margin: 0 auto;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 460px 580px;
  gap: 80px;
  align-items: center;
}
@media (max-width: 1024px) {
  .lp-why__inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 960px) {
  .lp-why__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .lp-why__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.lp-why__title-col {
  display: flex;
  align-items: center;
}
.lp-why__title {
  font-family: 'Agrandir', sans-serif;
  font-size: 40px;
  line-height: 52px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  text-shadow: none;
}
.lp-why__br-desktop {
  display: inline;
}
.lp-why__content-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 537px;
  width: 100%;
  justify-self: end;
}
.lp-why__lead {
  font-family: 'Figtree', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.85);
  max-width: 480px;
  margin-bottom: 40px;
}
.lp-why__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.lp-why__list li {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
}
.lp-why__check-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.lp-setup {
  background: #ffffff;
}
.lp-setup__grid {
  display: grid;
  grid-template-columns: 4.5fr 7.5fr;
  gap: 60px;
  align-items: flex-start;
}
@media (min-width: 1025px) {
  .lp-setup__grid {
    grid-template-columns: 1fr 500px;
  }
}
.lp-setup__title {
  font-size: 32px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  line-height: 42px;
  margin-bottom: 20px;
}
.lp-setup__desc {
  font-size: 18px;
  color: #191919;
  line-height: 22px;
  margin-bottom: 20px;
}
.lp-setup__highlight {
  font-size: 24px;
  font-weight: 700;
  color: #CD0000;
  line-height: 20px;
}
@media (min-width: 1025px) {
  .lp-setup__highlight {
    font-weight: 600;
    line-height: 29px;
  }
}
.lp-setup__right {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 500px;
  width: 100%;
  justify-self: end;
}
.lp-setup__card {
  border: 1px solid #CD0000;
  border-radius: 15px;
  padding: 29px 22px;
  background: #ffffff;
}
@media (min-width: 1025px) {
  .lp-setup__card {
    height: 110px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.lp-setup__card h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #191919;
}
.lp-setup__card p {
  font-size: 14px;
  color: #191919;
  margin: 0;
  font-weight: 500;
  line-height: 1.5;
}
.lp-demo {
  background: #ffffff;
  text-align: center;
}
.lp-demo__inner {
  max-width: 680px;
  margin: 0 auto;
  padding: 0 24px;
}
.lp-demo__title {
  font-size: 32px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.lp-demo__subtitle {
  font-size: 18px;
  color: #191919;
  line-height: 22px;
  margin-bottom: 30px;
}
.lp-demo__actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-bottom: 15px;
}
.lp-demo__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: 'Figtree', sans-serif;
  font-weight: 600;
  font-size: 14px;
  height: 40px;
  padding: 0 32px;
  box-sizing: border-box;
  border-radius: 10px;
  text-decoration: none;
  transition: transform 0.2s, background-color 0.2s;
}
@media (min-width: 1025px) {
  .lp-demo__btn {
    width: 140px;
    padding: 0;
  }
}
@media (min-width: 1025px) {
  .lp-demo__btn i {
    font-size: 20px;
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}
.lp-demo__btn:hover {
  transform: translateY(-2px);
}
.lp-demo__btn--whatsapp {
  background: #191919;
  color: #ffffff;
}
.lp-demo__btn--whatsapp:hover {
  background: #25d366;
}
.lp-demo__btn--email {
  background: #ffffff;
  color: #191919;
  border: 1px solid #191919;
}
.lp-demo__btn--email:hover {
  background: #f5f5f5;
}
.lp-demo__notice {
  font-family: 'Figtree', sans-serif;
  font-size: 18px;
  font-style: italic;
  color: #191919;
  margin: 0;
}
.lp-app {
  background: #ffffff;
  overflow: visible;
}
.lp-app .lp-section__inner {
  max-width: 1252px;
}
.lp-app__grid {
  display: flex;
  align-items: center;
  gap: 100px;
}
.lp-app__left {
  flex: 0 0 710px;
  width: 710px;
}
@media (min-width: 1253px) {
  .lp-app__left {
    flex: 0 0 calc(710px - (100vw - 1252px) / 2);
    width: calc(710px - (100vw - 1252px) / 2);
  }
}
.lp-app__img-wrapper {
  position: relative;
  width: 710px;
  height: 315px;
  overflow: visible;
}
@media (min-width: 1253px) {
  .lp-app__img-wrapper {
    margin-left: calc(-1 * (100vw - 1252px) / 2);
  }
}
.lp-app__img-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 710px;
  height: 275px;
  background: #F4F4F4;
  z-index: 2;
  overflow: visible;
}
.lp-app__img-container img {
  position: absolute;
  bottom: 7.9365%;
  left: 50%;
  transform: translateX(-50%);
  width: 480px;
  height: 315px;
  display: block;
}
.lp-app__img-accent {
  position: absolute;
  top: 40px;
  left: 180px;
  width: 560px;
  height: 265px;
  background: #CD0000;
  z-index: 1;
}
.lp-app__right {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.lp-app__title {
  font-size: 32px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  line-height: 42px;
  margin-bottom: 20px;
}
.lp-app__desc {
  font-size: 18px;
  line-height: 22px;
  color: #191919;
  margin-bottom: 30px;
}
.lp-app__badges {
  display: flex;
  gap: 16px;
  margin-bottom: 30px;
}
.lp-app__badges img {
  height: 60px;
  display: block;
}
@media (min-width: 1025px) {
  .lp-section + .lp-app {
    padding-top: 62px;
  }
}
@media (max-width: 1024px) {
  .lp-problems .lp-section__inner {
    padding-left: 40px;
    padding-right: 40px;
  }
  .lp-problems__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .lp-problems__card {
    width: 100%;
    height: auto;
    max-width: none;
    padding: 24px 20px;
  }
  .lp-problems__card h4 {
    width: 100%;
    height: auto;
    min-height: 72px;
  }
  .lp-problems__card p {
    width: 100%;
    height: auto;
  }
  .lp-problems__cta {
    width: 100%;
    height: auto;
    font-size: 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1.4;
  }
  .lp-problems__cta-line1 {
    height: auto;
    line-height: 1.4;
    margin-bottom: 8px;
  }
  .lp-problems__cta-line2 {
    height: auto;
    line-height: 1.4;
    flex-wrap: wrap;
    gap: 8px;
  }
  .lp-problems__badge-red {
    height: auto;
    line-height: 1.2;
    padding: 4px 10px;
    display: inline-block;
    vertical-align: middle;
  }
  .lp-features__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .lp-features__card h4 {
    min-height: 52px;
  }
  .lp-solutions__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .lp-hero__track-text span {
    font-size: 4.2rem;
  }
  .lp-what__grid {
    grid-template-columns: 1fr !important;
    gap: 36px;
  }
  .lp-what__img-wrapper {
    padding-bottom: 20px;
    padding-right: 20px;
    width: 100% !important;
    height: auto !important;
  }
  .lp-what__img-container {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 710 / 522;
  }
  .lp-what__img-accent {
    top: auto;
    left: auto;
    bottom: 10px;
    right: 10px;
    width: 60% !important;
    height: 70% !important;
    background: #CD0000;
  }
  .lp-what .lp_what__text_container {
    position: absolute;
    top: 24px;
    left: 24px;
    width: auto;
    height: auto;
    transform: none;
  }
  .lp-what__img-text {
    font-size: 36px;
    position: relative;
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    transform: none;
    text-align: left;
  }
  .lp-what__lead {
    font-size: 14px;
    max-width: none;
    line-height: 1.4;
    margin-bottom: 12px;
  }
  .lp-what__highlight {
    font-size: 14px;
    margin-bottom: 12px;
    max-width: none;
    line-height: 1.4;
  }
  .lp-what__sublead {
    font-size: 13px;
    margin-bottom: 16px;
    max-width: none;
    line-height: 1.4;
  }
  .lp-what__list {
    gap: 10px;
  }
  .lp-what__list li {
    gap: 10px;
    font-size: 13px;
  }
  .lp-what__check-circle {
    width: 22px;
    height: 22px;
  }
  .lp-why {
    padding: 60px 0;
  }
  .lp-why__inner {
    grid-template-columns: 1fr;
    gap: 16px;
    text-align: center;
  }
  .lp-why__title-col {
    justify-content: center;
  }
  .lp-why__title {
    font-size: 32px;
    line-height: 0.95;
  }
  .lp-why__content-col {
    align-items: center;
    justify-self: center;
  }
  .lp-why__lead {
    font-size: 14px;
    margin-bottom: 16px;
    text-align: center;
  }
  .lp-why__list {
    grid-template-columns: 1fr;
    gap: 10px;
    text-align: left;
  }
  .lp-why__list li {
    gap: 10px;
    font-size: 14px;
  }
  .lp-why__check-circle {
    width: 22px;
    height: 22px;
  }
  .lp-why__check-circle svg {
    width: 10px;
    height: 10px;
    stroke-width: 2;
  }
}
@media (max-width: 960px) {
  .lp-problems .lp-section__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
  .lp-problems__header {
    gap: 20px;
    margin-bottom: 40px;
  }
  .lp-problems__header-left {
    width: auto;
    flex-grow: 1;
  }
  .lp-problems__header-right {
    width: auto;
    flex-grow: 1;
    max-width: 342px;
  }
  .lp-problems__title {
    font-size: 26px;
    line-height: 110%;
  }
  .lp-problems__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .lp-section {
    padding: 50px 0;
  }
  .lp-section + .lp-section {
    padding-top: 0;
  }
  .lp-hero__track-img {
    height: 190px;
  }
  .lp-hero__top {
    padding: 30px 0 35px;
  }
  .lp-hero__top-inner {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
  .lp-hero__col-left,
  .lp-hero__col-right {
    width: 100%;
  }
  .lp-hero__heading {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 4px;
  }
  .lp-hero__badge-red {
    font-size: 16px;
    margin-top: 0;
  }
  .lp-hero__description {
    font-size: 14px;
    line-height: 17px;
  }
  .lp-hero__track-text {
    bottom: 12%;
    left: 4%;
  }
  .lp-hero__track-text span {
    font-size: 2.5rem;
    -webkit-text-stroke: 0.5px #ffffff;
  }
  .lp-problems .lp-section__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .lp-problems__header {
    flex-direction: column;
    gap: 5px;
    margin-bottom: 20px;
  }
  .lp-problems__header-left,
  .lp-problems__header-right {
    width: 100%;
  }
  .lp-problems__grid {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 36px;
  }
  .lp-problems__title {
    width: 298px;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0%;
  }
  .lp-problems__desc {
    width: 100%;
    font-size: 13px;
    line-height: 1.4;
  }
  .lp-problems__card {
    width: 100%;
    height: auto;
    max-width: none;
    padding: 30px 20px;
  }
  .lp-problems__card h4 {
    width: 100%;
    height: auto;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 18px;
    min-height: auto;
  }
  .lp-problems__card p {
    width: 100%;
    height: auto;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
  }
  .lp-problems__cta {
    width: 100%;
    height: auto;
    font-family: 'Agrandir', sans-serif;
    font-weight: 800;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
  }
  .lp-problems__cta-line1 {
    height: auto;
    font-family: 'Agrandir', sans-serif;
    font-weight: 800;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px;
    text-align: center;
  }
  .lp-problems__cta-line2 {
    height: auto;
    line-height: 25px;
    flex-wrap: wrap;
    gap: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .lp-problems__cta-line2 span {
    font-family: 'Agrandir', sans-serif;
    font-weight: 800;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
  }
  .lp-problems__badge-red {
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    font-family: 'Agrandir', sans-serif;
    font-weight: 800;
    font-size: 14px;
    text-align: center;
  }
  .lp-what__grid {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }
  .lp-what__img-wrapper {
    width: 288px !important;
    height: 212px !important;
    margin-left: -20px !important;
    position: relative !important;
    padding: 0 !important;
    display: block !important;
  }
  .lp-what__img-container {
    width: 288px !important;
    height: 212px !important;
    position: relative !important;
    z-index: 2 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    display: block !important;
  }
  .lp-what__img-container img {
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
    display: block !important;
  }
  .lp-what .lp_what__text_container {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 100% !important;
    height: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    z-index: 3 !important;
  }
  .lp-what__img-text {
    font-size: 25px !important;
    line-height: 34px !important;
    text-align: left !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    margin-left: 20px;
    width: 100% !important;
  }
  .lp-what__img-accent {
    width: 130px !important;
    height: 130px !important;
    position: absolute !important;
    top: 93px !important;
    left: 170px !important;
    transform: none !important;
    bottom: auto !important;
    right: auto !important;
    z-index: 1 !important;
    background: #CD0000 !important;
    display: block !important;
  }
  .lp-what__lead {
    font-weight: 500 !important;
    line-height: 17px !important;
    margin-bottom: 10px !important;
  }
  .lp-what__highlight {
    font-size: 18px !important;
    line-height: 22px !important;
    margin-bottom: 10px !important;
  }
  .lp-what__sublead {
    font-size: 14px !important;
    color: #191919 !important;
    margin-bottom: 20px !important;
  }
  .lp-what__list li {
    font-size: 14px !important;
  }
  .lp-features__header {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 24px;
  }
  .lp-features__header-left,
  .lp-features__header-right {
    width: 100%;
  }
  .lp-features__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .lp-features__title {
    font-size: 18px;
  }
  .lp-features__desc {
    font-size: 14px;
    line-height: 17px;
    color: #191919;
  }
  .lp-features__br-mobile {
    display: block;
  }
  .lp-features__card {
    padding: 20px 10px;
  }
  .lp-features__card h4 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 1.3;
    min-height: 38px;
  }
  .lp-features__card p {
    font-size: 12px;
    line-height: 14px;
  }
  .lp-features__card-icon {
    width: 20px;
    height: 20px;
    margin-bottom: 12px;
  }
  .lp-how__title {
    font-size: 18px;
    margin-bottom: 10px !important;
  }
  .lp-how__subtitle {
    font-size: 14px !important;
    line-height: 17px !important;
    font-weight: 500 !important;
    margin-top: 0 !important;
    margin-bottom: 25px !important;
  }
  .lp-how__steps {
    gap: 20px;
    max-width: 293px;
    margin: 0 auto;
  }
  .lp-how__row {
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px !important;
  }
  .lp-how__line {
    display: none;
  }
  .lp-how__step-name {
    width: 100px;
    flex-shrink: 0;
    font-size: 14px !important;
    text-transform: none;
    gap: 12px;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
  }
  .lp-how__step-desc {
    width: auto;
    flex-shrink: 1;
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    text-align: left;
    color: #191919;
  }
  .lp-handle {
    height: 420px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
  }
  .lp-handle__inner {
    display: flex !important;
    flex-direction: column !important;
    gap: 30px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .lp-handle__col {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    width: 100% !important;
  }
  .lp-handle__col h3 {
    font-size: 24px !important;
    margin-bottom: 20px !important;
    text-align: center !important;
  }
  .lp-handle__col:first-child .lp-handle__list {
    width: 230px !important;
  }
  .lp-handle__col:last-child .lp-handle__list {
    width: 230px !important;
  }
  .lp-handle__list {
    display: inline-flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    margin-left: calc(50% - 95px) !important;
    margin-right: auto !important;
    padding: 0 !important;
    gap: 12px !important;
  }
  .lp-handle__list li {
    gap: 12px !important;
  }
  .lp-handle__list li span:not(.lp-handle__check-circle) {
    font-size: 14px !important;
    font-weight: 500 !important;
  }
  .lp-handle__check-circle {
    width: 20px !important;
    height: 20px !important;
    background: #ffffff !important;
    color: #CD0000 !important;
    border-radius: 50% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
  }
  .lp-handle__check-circle svg g {
    mask: none !important;
    -webkit-mask: none !important;
  }
  .lp-solutions {
    margin-top: 45px !important;
  }
  .lp-solutions__title {
    font-size: 18px !important;
    line-height: 22px !important;
    margin: 0 !important;
  }
  .lp-solutions__desc {
    font-size: 14px !important;
    line-height: 17px !important;
    color: #191919 !important;
    margin: 0 !important;
  }
  .lp-solutions__header {
    flex-direction: column !important;
    gap: 7px !important;
    margin-bottom: 30px !important;
  }
  .lp-solutions__header-left,
  .lp-solutions__header-right {
    width: 100% !important;
  }
  .lp-solutions__grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }
  .lp-solutions__card {
    padding: 24px 0 0 0 !important;
  }
  .lp-solutions__card h4 {
    font-size: 14px !important;
    font-weight: 600 !important;
    padding: 0 16px !important;
    margin-bottom: 8px !important;
  }
  .lp-solutions__card p {
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 14px !important;
    color: #191919 !important;
    padding: 0 16px !important;
    margin-bottom: 24px !important;
  }
  .lp-solutions__btn {
    height: 35px !important;
    padding: 0 16px !important;
    font-family: 'Figtree', sans-serif !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
  }
  .lp-why {
    height: 460px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .lp-why__bg-img {
    -o-object-position: right center !important;
       object-position: right center !important;
    transform: none !important;
  }
  .lp-why__inner {
    text-align: left !important;
    align-items: flex-start !important;
    width: 280px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .lp-why__title-col {
    justify-content: flex-start !important;
    width: 100% !important;
    margin-bottom: 17px !important;
  }
  .lp-why__content-col {
    align-items: flex-start !important;
    justify-self: flex-start !important;
    width: 100% !important;
    margin-top: 0 !important;
  }
  .lp-why__br-desktop {
    display: none !important;
  }
  .lp-why__title {
    font-family: 'Agrandir', sans-serif !important;
    font-weight: 800 !important;
    font-size: 24px !important;
    line-height: 100% !important;
    letter-spacing: 0% !important;
    width: 235px !important;
    height: auto !important;
    margin-left: 0 !important;
    margin-right: auto !important;
    text-align: left !important;
  }
  .lp-why__lead {
    font-family: 'Figtree', sans-serif !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 17px !important;
    letter-spacing: 0% !important;
    width: 248.05px !important;
    height: auto !important;
    margin-left: 0 !important;
    margin-right: auto !important;
    text-align: left !important;
    margin-bottom: 23px !important;
  }
  .lp-why__list {
    display: flex !important;
    flex-direction: column !important;
    width: 171.5px !important;
    height: 181.125px !important;
    margin-left: 0 !important;
    margin-right: auto !important;
    padding: 0 !important;
    gap: 15.825px !important;
  }
  .lp-why__list li {
    display: flex !important;
    align-items: center !important;
    gap: 16.5px !important;
    width: 100% !important;
    height: 17px !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .lp-why__list li span:not(.lp-why__check-circle) {
    font-family: 'Figtree', sans-serif !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 100% !important;
    letter-spacing: 0% !important;
    display: inline-block !important;
    width: 135px !important;
    height: 17px !important;
    white-space: nowrap !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .lp-why__check-circle {
    width: 21.5px !important;
    height: 21.5px !important;
    flex-shrink: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .lp-why__check-circle svg {
    width: 21.5px !important;
    height: 21.5px !important;
  }
  .lp-setup__title {
    font-size: 18px !important;
    margin-bottom: 7px !important;
  }
  .lp-setup__desc {
    font-size: 14px !important;
    line-height: 17px !important;
    color: #191919 !important;
    margin-bottom: 15px !important;
  }
  .lp-setup__br-mobile {
    display: inline !important;
  }
  .lp-setup__br-desktop {
    display: none !important;
  }
  .lp-setup__highlight {
    font-size: 18px !important;
    line-height: 22px !important;
    font-weight: 600 !important;
    color: #CD0000 !important;
    margin-bottom: 25px !important;
  }
  .lp-setup__grid {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
  }
  .lp-setup__right {
    max-width: 100% !important;
    justify-self: center !important;
    width: 100% !important;
  }
  .lp-setup__card {
    border-radius: 15px !important;
    padding: 20px !important;
  }
  .lp-setup__card h4 {
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: none !important;
  }
  .lp-setup__card p {
    font-size: 12px !important;
    line-height: 14px !important;
  }
  .lp-demo__title {
    font-size: 18px !important;
    margin-bottom: 10px !important;
  }
  .lp-demo__subtitle {
    font-family: 'Figtree', sans-serif !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 17px !important;
    margin-bottom: 20px !important;
  }
  .lp-demo__br-mobile {
    display: inline !important;
  }
  .lp-demo__br-desktop {
    display: none !important;
  }
  .lp-demo__actions {
    width: 320px !important;
    margin: 0 auto 15px auto !important;
    flex-wrap: nowrap !important;
    justify-content: center !important;
    gap: 10px !important;
  }
  .lp-demo__btn {
    width: 155px !important;
    height: 40px !important;
    justify-content: center !important;
    padding: 0 !important;
    font-size: 13px !important;
  }
  .lp-demo__notice {
    font-family: 'Figtree', sans-serif !important;
    font-weight: 400 !important;
    font-style: italic !important;
    font-size: 12px !important;
  }
  .lp-app__grid {
    flex-direction: column;
    gap: 30px;
  }
  .lp-app__left {
    flex: none;
    width: 100%;
  }
  .lp-app__img-wrapper {
    position: relative !important;
    width: 100% !important;
    height: 205px !important;
    margin-left: -20px !important;
    overflow: visible !important;
  }
  .lp-app__img-container {
    position: absolute !important;
    left: 0 !important;
    top: 33px !important;
    width: 320px !important;
    height: 160px !important;
    background-color: #F4F4F4 !important;
    z-index: 2 !important;
    overflow: visible !important;
  }
  .lp-app__img-container img {
    position: absolute !important;
    left: 26.61px !important;
    top: -33px !important;
    width: 278.79px !important;
    height: 183px !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
    z-index: 3 !important;
    transform: none !important;
  }
  .lp-app__img-accent {
    position: absolute !important;
    left: 79.1px !important;
    top: 56.94px !important;
    width: 250.9px !important;
    height: 146.06px !important;
    z-index: 1 !important;
    background-color: #CD0000 !important;
    border: none !important;
  }
  .lp-app__right {
    align-items: center;
  }
  .lp-app__title {
    font-family: 'Agrandir', sans-serif !important;
    font-weight: 800 !important;
    font-size: 18px !important;
    line-height: 100% !important;
    letter-spacing: 0% !important;
    text-align: center !important;
    text-transform: uppercase !important;
    margin-bottom: 10px !important;
  }
  .lp-app__title .lp-app__br {
    display: none !important;
  }
  .lp-app__desc {
    font-family: 'Figtree', sans-serif !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 17px !important;
    letter-spacing: 0% !important;
    text-align: center !important;
    margin-top: 0 !important;
    margin-bottom: 24px !important;
  }
  .lp-app__badges {
    justify-content: center;
  }
  .lp-app__badges img {
    width: 98.26px !important;
    height: 32.75px !important;
  }
}
@-webkit-keyframes lpMarquee {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
@keyframes lpMarquee {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

