.main-screen {
  background: linear-gradient(180deg, #c190ff 5.06%, #dceeeb 50.41%, #dceeeb 85.39%, #fff 100%);
  position: relative;
}
.main-screen__nav {
  padding: 26px 0;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  position: relative;
  z-index: 2;
}
.main-screen__nav .semrush-logo {
  display: flex;
  align-items: center;
}
.main-screen__nav .semrush-logo img {
  width: 150px;
}
.main-screen__content {
  margin: 70px 0 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
  opacity: 0;
  gap: 12px;
}
.main-screen__content--text {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 580px;
  text-align: left;
  z-index: 1;
}
.main-screen__content--text h1 {
  margin-bottom: 24px;
}
.main-screen__content--text h1 br {
  display: block !important;
}
.main-screen__content--text .subtitle {
  margin-bottom: 32px;
}
.main-screen__content--text .under-button {
  margin-top: 16px;
  font-family: Lazzer, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.28px;
  color: var(--Core-Dark-grey);
  -webkit-font-smoothing: antialiased;
}
.main-screen__content--text .button:hover {
  background-color: var(--black);
  color: white;
}
.main-screen__content--pic {
  width: 100%;
  max-width: 680px;
  position: relative;
  z-index: 1;
}
.main-screen__content--pic .pic-container {
  width: 100%;
  height: auto;
  border-radius: 12px;
  border: 1.3px solid #fff;
  background: linear-gradient(0deg, rgba(108, 110, 121, 0.1) 0%, rgba(209, 210, 213, 0.1) 100%);
  backdrop-filter: blur(26.0000019073px);
  padding: 12px;
}
.main-screen__content--pic .pic-container__animation,
.main-screen__content--pic .pic-container img {
  width: 100%;
  background-color: white;
  border-radius: 6px;
  overflow: hidden;
}
.main-screen__content::before {
  content: "";
  position: absolute;
  bottom: -300px;
  right: -450px;
  width: 1565px;
  aspect-ratio: 1/1;
  z-index: 0;
  background-image: url(../img/star.81a8cd3d939717e179d9b5de2f15fad4.avif);
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
.main-screen__one {
  padding: 120px 0;
  position: relative;
  z-index: 2;
  opacity: 0;
}
.main-screen__one .semrush-one {
  width: 100%;
}
.main-screen__one-text {
  margin: 64px 0 0 auto;
  padding-right: 116px;
  max-width: 682px;
  text-align: left;
}
.main-screen__one-text h4 {
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.64px;
  margin-bottom: 16px;
}
.main-screen__one-text p {
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.48px;
}
@media screen and (max-width: 1279.98px) {
  .main-screen__content--pic {
    width: 100%;
    max-width: 600px;
  }
  .main-screen__content--pic .pic-container {
    width: 100%;
    height: auto;
    border-radius: 12px;
    border: 1.3px solid #fff;
    background: linear-gradient(0deg, rgba(108, 110, 121, 0.1) 0%, rgba(209, 210, 213, 0.1) 100%);
    backdrop-filter: blur(26.0000019073px);
    padding: 12px;
  }
  .main-screen__content::before {
    bottom: -300px;
    right: -300px;
    width: 100%;
  }
}
@media screen and (max-width: 1199.98px) {
  .main-screen__content {
    margin: 70px 0 40px;
  }
  .main-screen__content::before {
    bottom: -250px;
    right: -250px;
  }
  .main-screen__one {
    padding: 60px 0 90px;
  }
  .main-screen__one-text {
    padding-right: 81px;
    max-width: 636px;
  }
  .main-screen__one-text p {
    font-size: 21px;
    line-height: 150%;
    letter-spacing: -0.42px;
  }
}
@media screen and (max-width: 991.98px) {
  .main-screen__nav {
    justify-content: center;
  }
  .main-screen__content {
    flex-direction: column;
    gap: 50px;
    opacity: 1;
  }
  .main-screen__content--text {
    text-align: center;
    max-width: 640px;
  }
  .main-screen__content--text .button {
    width: 100%;
    max-width: 380px;
    background-color: var(--black);
    color: white;
  }
  .main-screen__content--pic {
    max-width: 710px;
  }
  .main-screen__content::before {
    bottom: -200px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 1275px;
  }
  .main-screen__one {
    opacity: 1;
  }
  .main-screen__one-text {
    padding-right: 0;
    margin: 64px auto 0;
    text-align: center;
  }
  .main-screen__one-text h4 {
    font-size: 28px;
    line-height: 100%;
    letter-spacing: -1.12px;
  }
  .main-screen__one-text p {
    font-size: 18px;
    letter-spacing: -0.36px;
  }
}
@media screen and (max-width: 576.98px) {
  .main-screen__nav {
    justify-content: center;
  }
  .main-screen__content {
    flex-direction: column;
    margin-top: 40px;
    gap: 50px;
  }
  .main-screen__content--text {
    text-align: center;
    max-width: 640px;
  }
  .main-screen__content--text .button {
    width: 100%;
    max-width: 380px;
  }
  .main-screen__content--pic {
    max-width: 710px;
  }
  .main-screen__content::before {
    bottom: -200px;
    width: 1090px;
  }
  .main-screen__one {
    padding: 60px 0;
  }
  .main-screen__one-text p {
    font-size: 16px;
    letter-spacing: -0.32px;
  }
}

.cards {
  position: relative;
  background-color: white;
  z-index: 2;
  padding: 90px 0 32px;
  margin-top: -1px;
}
.cards__title.center {
  margin-bottom: 90px;
}
.cards__title.center h2 {
  font-size: 64px;
  text-transform: none;
}
.cards__title.left {
  margin-bottom: 72px;
  text-align: left;
}
.cards__title.left h2 {
  text-transform: uppercase;
  margin-bottom: 24px;
}
.cards__title.left p.subtitle {
  font-size: 21px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.42px;
}
.cards__wrapper {
  display: flex;
  flex-direction: column;
  will-change: transform;
  backface-visibility: hidden;
  gap: 30px;
}
.cards__item {
  will-change: transform;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  background: linear-gradient(180deg, #d4b1ff 0%, #fff 72.43%);
  overflow: hidden;
  padding: 90px 0 90px;
}
.cards__item--text {
  margin: 0 48px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  z-index: 2;
  text-align: left;
}
.cards__item--text .icon {
  width: 30px;
  height: 30px;
  margin-bottom: 24px;
}
.cards__item--text h3 {
  color: var(--black);
  margin-bottom: 24px;
}
.cards__item--text p {
  font-size: 21px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.42px;
}
.cards__item--graph {
  width: 100%;
  max-width: 634px;
  margin: 0 30px;
  height: auto;
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 12px;
  border: 1.3px solid #fff;
  background: linear-gradient(0deg, rgba(108, 110, 121, 0.1) 0%, rgba(209, 210, 213, 0.1) 100%);
  backdrop-filter: blur(26.0000019073px);
  padding: 12px;
}
.cards__item--graph .card {
  border-radius: 6px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.cards__item.reverse {
  flex-direction: row-reverse;
}
.cards:last-of-type {
  padding: 90px 0 120px;
}

@media screen and (max-width: 1199.98px) {
  .cards {
    padding: 60px 0 32px;
  }
  .cards__item {
    padding: 60px 0;
  }
  .cards__item--text {
    width: 50%;
  }
  .cards__item--text p {
    font-size: 18px;
    letter-spacing: -0.36px;
  }
  .cards__item--graph {
    width: 50%;
    margin: 0 40px;
  }
}
@media screen and (max-width: 991.98px) {
  .cards__title.center {
    margin-bottom: 90px;
  }
  .cards__title.center h2 {
    font-size: 56px;
    letter-spacing: -2.24px;
  }
  .cards__title.left p.subtitle {
    font-size: 18px;
    letter-spacing: -0.36px;
  }
  .cards__wrapper {
    gap: 64px;
  }
  .cards__item {
    flex-direction: column-reverse;
    gap: 64px;
    padding: 40px 24px 24px;
  }
  .cards__item--text {
    margin: 0;
    width: 100%;
    gap: 0px;
  }
  .cards__item--text h3 {
    font-size: 28px;
    line-height: 100%;
    letter-spacing: -1.12px;
    margin-bottom: 16px;
  }
  .cards__item--graph {
    width: 100%;
    max-width: 480px;
    margin: 0;
  }
  .cards__item.reverse {
    flex-direction: column-reverse;
  }
  .cards.cards-2 {
    padding: 90px 0;
  }
}
@media screen and (max-width: 767.98px) {
  .cards__item {
    flex-wrap: wrap;
    gap: 40px;
  }
  .cards__item--text {
    padding: 0;
    width: 100%;
  }
  .cards__item--graph {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 575.98px) {
  .cards {
    padding: 60px 0px 32px;
  }
  .cards__title.center {
    margin-bottom: 40px;
  }
  .cards__title.center h2 {
    font-size: 36px;
    letter-spacing: -1.44px;
  }
  .cards__title.left {
    margin-bottom: 40px;
  }
  .cards__title.left p.subtitle {
    font-size: 16px;
    letter-spacing: -0.32px;
  }
  .cards__item {
    padding: 40px 32px 24px;
    gap: 60px;
  }
  .cards__item--text p {
    font-size: 16px;
    letter-spacing: -0.32px;
  }
}
@media screen and (max-width: 425.98px) {
  .cards__wrapper {
    gap: 32px;
  }
  .cards__item {
    padding: 32px 16px;
  }
}
.numbers {
  padding: 120px 0;
}
.numbers__wrapper {
  display: flex;
  gap: 12px;
  width: 100%;
  align-items: stretch;
}
.numbers__wrapper--item {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
  border-radius: 8px;
  padding: 24px;
  background: var(--black);
  position: relative;
  height: 250px;
  overflow: hidden;
  cursor: default;
  overflow: hidden;
}
.numbers__wrapper--item .number {
  color: white;
  font-size: 110px;
  letter-spacing: -4.4px;
  font-weight: 600;
  line-height: 100%;
}
.numbers__wrapper--item .text {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.32px;
  text-align: left;
  color: white;
}
@media screen and (max-width: 1199.98px) {
  .numbers {
    padding: 120px 0 90px;
  }
}
@media screen and (max-width: 991.98px) {
  .numbers {
    padding: 40px 0 90px;
  }
  .numbers__wrapper {
    flex-direction: column;
    gap: 12px;
  }
  .numbers__wrapper--item {
    width: 100%;
    height: auto;
    padding: 24px;
    flex: content;
    align-items: flex-start;
    text-align: left;
    background: var(--Core-Mint);
  }
  .numbers__wrapper--item .icon {
    display: none;
  }
  .numbers__wrapper--item .number {
    position: relative;
    top: 0;
    left: 0;
    font-size: 110px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -4.4px;
    margin-bottom: 16px;
    color: var(--black);
  }
  .numbers__wrapper--item .text {
    position: relative;
    top: 0;
    left: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.36px;
    color: var(--black);
  }
  .numbers__wrapper--item, .numbers__wrapper--item * {
    pointer-events: none;
  }
}
@media screen and (max-width: 767.98px) {
  .numbers {
    padding: 40px 0 60px;
  }
}

.icons {
  padding: 90px 0 120px;
  background: linear-gradient(180deg, #fff 5.06%, #dceeeb 19.66%, #dceeeb 54.65%, #c190ff 100%);
}
.icons__title {
  text-align: left;
  margin-bottom: 40px;
}
.icons__title h2 {
  margin-bottom: 24px;
}
.icons__title p.subtitle {
  font-size: 21px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.42px;
}
.icons__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  align-items: stretch;
}
.icons__wrapper--item {
  background: white;
  border-radius: 10px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
}
.icons__wrapper--item .icon {
  width: 30px;
}
.icons__wrapper--item .item-text {
  text-align: left;
}
.icons__wrapper--item .item-text p.subtitle {
  font-size: 21px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.42px;
  margin-bottom: 16px;
}
.icons__wrapper--item .item-text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.32px;
}
.icons__testimonial {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 180px;
}
.icons__testimonial--number {
  width: 100%;
  max-width: 50%;
  text-align: left;
  padding-top: 24px;
}
.icons__testimonial--number h5 {
  font-size: 222px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -13px;
}
.icons__testimonial--number p.text {
  font-size: 28px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.56px;
}
.icons__testimonial--testimonial {
  width: 100%;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
  gap: 32px;
  padding: 24px;
  background-color: var(--black);
  border-radius: 8px;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.icons__testimonial--testimonial-logo {
  width: auto;
  position: relative;
  z-index: 1;
}
.icons__testimonial--testimonial-logo img {
  width: 100%;
}
.icons__testimonial--testimonial-text {
  text-align: left;
  position: relative;
  z-index: 1;
  max-width: 730px;
}
.icons__testimonial--testimonial-text .testimonial-text {
  margin-bottom: 32px;
}
.icons__testimonial--testimonial-text .testimonial-text .quotes {
  width: 34px;
  margin-right: 8px;
  position: relative;
  top: -7px;
}
.icons__testimonial--testimonial-text .testimonial-text span {
  font-size: 28px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -2%;
  color: white;
}
.icons__testimonial--testimonial-text__author {
  display: flex;
  gap: 16px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.icons__testimonial--testimonial-text__author .testimonial-photo {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.icons__testimonial--testimonial-text__author .testimonial-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.icons__testimonial--testimonial-text__author .testimonial-info .name,
.icons__testimonial--testimonial-text__author .testimonial-info .position {
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.32px;
  color: white;
}
.icons__testimonial--testimonial-text__author .testimonial-info .name {
  font-weight: 700;
}
@media screen and (max-width: 1279.98px) {
  .icons__testimonial--number h5 {
    font-size: 200px;
    letter-spacing: -10px;
  }
}
@media screen and (max-width: 1199.98px) {
  .icons {
    padding: 90px 0;
  }
  .icons__testimonial--number {
    max-width: 40%;
    padding-top: 50px;
  }
  .icons__testimonial--number h5 {
    font-size: 140px;
    line-height: 100%;
    letter-spacing: -8.4px;
  }
  .icons__testimonial--testimonial {
    max-width: 60%;
  }
}
@media screen and (max-width: 991.98px) {
  .icons__title p.subtitle {
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.36px;
  }
  .icons__wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .icons__testimonial {
    flex-direction: column;
    gap: 64px;
  }
  .icons__testimonial--number {
    max-width: 100%;
    text-align: center;
  }
  .icons__testimonial--number h5 {
    font-size: 200px;
    line-height: 100%;
    letter-spacing: -12px;
  }
  .icons__testimonial--number p.text {
    font-size: 21px;
    line-height: 150%;
    letter-spacing: -0.42px;
  }
  .icons__testimonial--testimonial {
    max-width: 100%;
  }
}
@media screen and (max-width: 575.98px) {
  .icons {
    padding: 60px 0;
  }
  .icons__title p.subtitle {
    font-size: 16px;
    letter-spacing: -0.32px;
  }
  .icons__wrapper {
    grid-template-columns: 1fr;
  }
  .icons__testimonial {
    margin-top: 120px;
  }
  .icons__testimonial--number h5 {
    font-size: 35vw;
    letter-spacing: -2.1vw;
  }
  .icons__testimonial--number p.text {
    font-size: 16px;
    letter-spacing: -0.32px;
  }
}
@media screen and (max-width: 425.98px) {
  .icons__testimonial--number h5 {
    font-size: 30.8vw;
    letter-spacing: -1.84vw;
  }
}

* {
  box-sizing: border-box !important;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  --white: #FFFFFF;
  --black: #181E15;
  --dark: #000000;
  --red: #E82525;
  --Gradients-Linear-Background: linear-gradient(180deg, #DCEEEB 0%, #E8E1FF 75%, #FFF 130%);
  --Gradients-Linear-Product: linear-gradient(180deg, #DCEEEB 0%, #EEE9FF 100%);
  --custom-button-secondary-hero-background-default: #C190FF;
  --custom-button-secondary-hero-background-hover: #E0C7FF;
  --custom-button-secondary-hero-background-pressed: #E0C7FF;
  --Core-Mint: #DCEEEB;
  --Core-Dark-grey: #747873;
  --Core-Light-grey: #F3F6F6;
  --Accent-Aqua: #18F0BF;
  --Sage: #C0C4AC;
  --Lavender: #C190FF;
  --Lavender-Light: #E0C7FF;
}

a {
  color: var(--black);
  text-decoration: none;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  color: var(--orange-brand_hover);
  text-decoration: underline;
}

a.button,
.button {
  font-family: Lazzer, Arial, sans-serif;
  width: auto;
  font-size: 16px;
  line-height: 100%;
  font-weight: 600;
  padding: 0 32px;
  height: 56px;
  min-height: 56px;
  letter-spacing: -0.32px;
  position: relative;
  color: var(--black);
  justify-self: start;
  align-self: center;
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  background: var(--custom-button-secondary-hero-background-default);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
}
a.button span,
.button span {
  position: relative;
  z-index: 2;
}
a.button:hover,
.button:hover {
  background: var(--custom-button-secondary-hero-background-hover);
  text-decoration: none;
  color: var(--black);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a.button:active,
.button:active {
  background: var(--custom-button-secondary-hero-background-pressed);
  color: var(--black);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a.button.black,
.button.black {
  color: white;
  background: var(--black);
}
a.button.black:hover,
.button.black:hover {
  background: var(--custom-button-secondary-hero-background-hover);
  color: var(--black);
}
a.button.black:active,
.button.black:active {
  background: var(--custom-button-secondary-hero-background-pressed);
  color: var(--black);
}
a.button.sticky,
.button.sticky {
  height: 53px;
  min-height: 53px;
  font-size: 14px;
  letter-spacing: -0.28px;
  color: white;
  background: var(--black);
}
a.button.sticky:hover,
.button.sticky:hover {
  background: var(--custom-button-secondary-hero-background-hover);
  color: var(--black);
  text-decoration: none;
}
a.button.sticky:active,
.button.sticky:active {
  background: var(--custom-button-secondary-hero-background-pressed);
  color: var(--black);
}
a.button.plans-button,
.button.plans-button {
  padding: 14px 50px 12px;
  background-color: transparent;
  color: var(--orange-brand);
  border: 1px solid var(--orange-brand);
}
a.button.plans-button:hover,
.button.plans-button:hover {
  background: transparent;
  color: var(--orange-brand_hover);
  border: 1px solid var(--orange-brand_hover);
}
a.button.plans-button:active,
.button.plans-button:active {
  background: transparent;
  color: var(--orange-brand_active);
  border: 1px solid var(--orange-brand_active);
}
a.button.line,
.button.line {
  background: none;
  border: 1px solid white;
  color: white;
}
a.button.line:hover,
.button.line:hover {
  color: var(--black);
  background: var(--custom-button-secondary-hero-background-hover);
  border: 1px solid var(--custom-button-secondary-hero-background-hover);
}
a.button.line:active,
.button.line:active {
  color: var(--black);
  background: var(--custom-button-secondary-hero-background-pressed);
  border: 1px solid var(--custom-button-secondary-hero-background-pressed);
}

@media screen and (max-width: 575.98px) {
  button,
  a.button {
    width: 100%;
  }
}
@media screen and (max-width: 375.98px) {
  a.button {
    max-width: 100%;
  }
  a.button.line {
    max-width: 80%;
  }
}
@font-face {
  font-family: "Lazzer";
  src: url("https://sr03.toolzpad.com/_static/file/fonts/lazzer/Lazzer-Heavy.woff");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "Lazzer";
  src: url("https://sr03.toolzpad.com/_static/file/fonts/lazzer/Lazzer-Bold.woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Lazzer";
  src: url("https://sr03.toolzpad.com/_static/file/fonts/lazzer/Lazzer-SemiBold.woff");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Lazzer";
  src: url("https://sr03.toolzpad.com/_static/file/fonts/lazzer/Lazzer-Medium.woff");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Lazzer";
  src: url("https://sr03.toolzpad.com/_static/file/fonts/lazzer/Lazzer-Regular.woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
h1 {
  font-family: Lazzer, Arial, sans-serif;
  font-style: normal;
  font-size: 64px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -2.56px;
  color: var(--black);
  -webkit-font-smoothing: antialiased;
}
h1.small-h1 {
  font-size: 56px;
}

h2 {
  font-family: Lazzer, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 46px;
  line-height: 100%;
  color: var(--black);
  -webkit-font-smoothing: antialiased;
  letter-spacing: -1.84px;
  text-transform: uppercase;
}

h3 {
  font-family: Lazzer, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
  color: var(--black);
  -webkit-font-smoothing: antialiased;
  letter-spacing: -0.8px;
}

h4 {
  font-family: Lazzer, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  color: var(--black);
  -webkit-font-smoothing: antialiased;
  letter-spacing: -1.28px;
}

h5 {
  font-family: Lazzer, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 120%;
  color: var(--black);
  -webkit-font-smoothing: antialiased;
  letter-spacing: -0.56px;
}

p.subtitle {
  font-family: Lazzer, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.48px;
  color: var(--black);
}

p.small-subtitle {
  font-family: Lazzer, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 21px;
  line-height: 150%;
  letter-spacing: -0.42px;
  color: var(--black);
}

li {
  position: relative;
  font-family: Lazzer, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  text-align: left;
  color: var(--black);
  mix-blend-mode: normal;
  padding-left: 20px;
  padding-bottom: 16px;
  letter-spacing: -0.36px;
  list-style: disc;
  list-style-type: none;
}
li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--black);
}
li::marker {
  display: none;
  content: "";
}
li b {
  font-weight: 700;
}
li:last-of-type {
  padding-bottom: 0px;
}

li.no-point {
  padding-left: 0;
}
li.no-point:before {
  display: none;
}

p,
td {
  font-family: Lazzer, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -0.36px;
  color: var(--black);
  -webkit-font-smoothing: antialiased;
  text-align: left;
}
p b,
td b {
  font-weight: 600;
}

span {
  font-family: Lazzer, Arial, sans-serif;
  font-style: normal;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  -webkit-font-smoothing: inherit;
  text-align: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  text-align: inherit;
  margin-bottom: 0;
}

.ch2 h2 {
  text-transform: none;
}

@media screen and (max-width: 1279.98px) {
  h1.small-h1 {
    font-size: 48px;
  }
}
@media screen and (max-width: 1199.98px) {
  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br,
  h6 br,
  li br,
  a br,
  p br {
    display: none !important;
  }
  h1 {
    font-size: 56px;
    letter-spacing: -1.6px;
  }
  h2 {
    font-size: 36px;
    letter-spacing: -1.44px;
  }
  h3 {
    font-size: 32px;
    line-height: 100%;
    letter-spacing: -1.28px;
  }
  h5 {
    font-size: 24px;
    letter-spacing: -0.48px;
  }
  p.subtitle,
  p.small-subtitle {
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.36px;
  }
  p,
  li,
  td {
    font-size: 16px;
    letter-spacing: -0.32px;
  }
  p:before,
  li:before,
  td:before {
    top: 10px;
  }
}
@media screen and (max-width: 991.98px) {
  h5 {
    font-size: 24px;
  }
}
@media screen and (max-width: 575.98px) {
  h1 {
    font-size: 40px;
    letter-spacing: -1.6px;
  }
  h1.small-h1 {
    font-size: 40px;
  }
  p.subtitle,
  p.small-subtitle {
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.32px;
  }
}
@media screen and (max-width: 425.98px) {
  h2 {
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
    hyphens: auto;
  }
  h4 {
    font-size: 28px;
    letter-spacing: -1.12px;
  }
}
body, html {
  background: var(--white);
  overflow-x: clip;
  font-family: Lazzer, Arial, sans-serif;
  text-align: center;
  overflow-x: clip;
}

img, svg, video {
  vertical-align: middle;
  height: auto;
}

body {
  position: relative;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 150%;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.glass {
  backdrop-filter: blur(5px);
  background: linear-gradient(91deg, rgba(5, 5, 5, 0.04) 11.45%, rgba(255, 255, 255, 0.04) 88.55%);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.05);
  border: 1px rgba(0, 0, 0, 0) solid;
}
.glass::before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  border-radius: inherit;
  margin: -1px;
  padding: 1px;
  background: linear-gradient(90deg, white -1.79%, rgba(255, 255, 255, 0.4) 50.16%, white 102.11%), linear-gradient(98deg, rgba(165, 239, 255, 0.04) 38.06%, rgba(255, 255, 255, 0) 50%, rgba(235, 71, 156, 0.04) 61.94%);
  mask: linear-gradient(0deg, white, white) content-box, linear-gradient(0deg, white, white);
  mask-composite: exclude;
}

.mb-0 {
  margin-bottom: 0 !important;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1024px) {
  .container {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1440px;
  }
}
.sticky-header {
  padding: 10px 0;
  width: 100%;
  position: fixed;
  top: -90px;
  transition: 0.3s;
  background: var(--Core-Mint);
  z-index: 1000;
}
.sticky-header__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sticky-header__block--logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.sticky-header__block--logo a {
  display: flex;
  align-items: center;
}
.sticky-header__block--logo svg {
  vertical-align: middle;
}
.sticky-header__block--button-container {
  flex-direction: row-reverse;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
}
.sticky-header__block--button-container .plans-button {
  display: none;
}
.sticky-header.active {
  top: 0px;
}

.sticky-header[theme=dark] {
  background: var(--black);
}
.sticky-header[theme=dark] .sticky-header__block--button-container .button {
  background: var(--white);
  color: var(--black);
}
.sticky-header[theme=dark] .sticky-header__block--button-container .button:hover {
  background: var(--custom-button-secondary-hero-background-hover);
}
.sticky-header[theme=dark] .sticky-header__block--button-container .button:active {
  background: var(--custom-button-secondary-hero-background-pressed);
}

@media screen and (max-width: 575.98px) {
  .sticky-header {
    top: auto;
    bottom: -92px;
  }
  .sticky-header__block {
    justify-content: center;
  }
  .sticky-header__block--logo {
    display: none;
  }
  .sticky-header__block--button-container {
    width: 100%;
    justify-content: center;
  }
  .sticky-header.active {
    top: auto;
    bottom: 0;
  }
  .nav .header-logo__mob {
    display: none;
  }
  .nav .header-button {
    width: 100%;
    justify-content: center;
  }
  .nav .header-button .line_button {
    padding: 19px 32px 17px;
    font-size: 22px;
    width: 100%;
  }
  .header-fixed {
    top: auto;
    bottom: -147px;
    transition: 0.3s;
    -webkit-box-shadow: rgba(27, 39, 12, 0.1) 0 -1px 10px;
    box-shadow: rgba(27, 39, 12, 0.1) 0 -1px 10px;
  }
  .header-fixed.active {
    top: auto;
    bottom: 0;
  }
}
:root {
  --orange-brand: #ff642d;
  --orange-brand_hover: #f24500;
  --orange-brand_active: #cc3300;
  --purple: #421983;
  --dark-purple: #421984;
  --white: #FFFFFF;
  --light-grey: #F6F7F8;
  --grey: #e9ebef;
  --grey-stroke: #D1D4DB;
  --grey-stroke-2: #B5BAC4;
  --grey: #898d9a;
  --dark-grey: #575C66;
  --black: #171a22;
  --dark: #000000;
  --accent-orange: #FFB26E;
  --accent-yellow: #ffe84d;
  --accent-violet: #b880ff;
  --accent-green: #c7fa73;
  --accent-blue: #6edbff;
  --accent-emerald: #45E0A8;
  --accent-salmon: #FF788F;
  --accent-pink: #FF7AD1;
  --intense-yellow: #FFC200;
  --intense-green: #89CA4F;
  --intense-emerald: #00BC98;
  --intense-blue: #00A9FF;
  --intense-red: #F71949;
  --intense-pink: #D629D6;
  --intense-violet: #6c31c9;
  --intense-brik-red: #AF3100;
  --intense-hot-yellow: #FF9600;
  --intense-dark-green: #38843A;
  --intense-mint-green: #008275;
  --intense-cobalt: #0071CD;
  --intense-carmine: #B21B3C;
  --intense-purple: #840F87;
  --intense-dark-indigo: #421984;
  --light-orange: #FFE5CB;
  --light-yellow: #FFF4B6;
  --light-green: #EEFFA9;
  --light-emerald: #BBFFD6;
  --light-blue: #CBEDFF;
  --light-salmon: #FFCDD9;
  --light-pink: #FFCDFD;
  --light-violet: #E2CAFF;
  --dark-orange: #592D00;
  --dark-yellow: #B5662C;
  --dark-green: #005C29;
  --dark-emerald: #004F45;
  --dark-blue: #003366;
  --dark-salmon: #750014;
  --dark-pink: #4D004A;
  --dark-violet: #2E005E;
  --campaign-c-yellow: #FFFF00;
  --campaign-c-green: #9AFA00;
  --campaign-c-emerald: #00FFAA;
  --campaign-c-blue: #00F7FF;
  --campaign-c-pink: #FF00D0;
  --campaign-c-violet: #6F00FF;
}

.trusted {
  position: relative;
  padding: 60px 0;
}
.trusted__block {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin: 0 auto 32px;
}
.trusted__block .line {
  width: 100%;
  height: 1px;
}
.trusted__block .line:last-child {
  display: none;
}
.trusted__block--text {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.trusted__block--text p {
  text-align: center;
  font-family: Factor, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  margin-bottom: 0;
  letter-spacing: -0.32px;
}
.trusted__logos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.trusted__logos--logo {
  flex-shrink: 0;
  height: auto;
  vertical-align: middle;
}
.trusted__logos--logo.tesla {
  width: 126px;
}
.trusted__logos--logo.amazon {
  width: 102px;
}
.trusted__logos--logo.p_and_g {
  width: 53px;
}
.trusted__logos--logo.samsung {
  width: 116px;
}
.trusted__logos--logo.microsoft {
  width: 134px;
}
.trusted__logos--logo.laliga {
  width: 122px;
}
.trusted__logos--logo.hilton {
  width: 82px;
}
.trusted__logos--logo.cisco {
  width: 70px;
}
.trusted__logos--logo.decathlon {
  width: 112px;
}
.trusted__logos--logo.forbes {
  width: 103px;
}
.trusted__logos--logo.vodafone {
  width: 141px;
}
.trusted__logos--logo.quora {
  width: 115px;
}
.trusted__logos--logo.general_electric {
  width: 41px;
}
.trusted__logos--logo.booking {
  width: 177px;
}
.trusted__logos--logo.airbnb {
  width: 125px;
}
.trusted__logos--logo.dropbox {
  width: 160px;
}
.trusted__logos--logo.grammarly {
  width: 158px;
}
.trusted__logos--logo.netflix {
  width: 80px;
}
.trusted__logos--logo.shopify {
  width: 126px;
}
.trusted__logos--logo.shutterstock {
  width: 152px;
}
.trusted__logos--logo.tiktok {
  width: 128px;
}
.trusted__logos--logo.NBCUniversal {
  width: 161px;
}
.trusted__logos--logo.salesforce {
  width: 102px;
}
.trusted__logos--logo.sap {
  width: 53px;
}
.trusted__logos--logo.hallmark {
  width: 115px;
}
.trusted__logos--logo.temu {
  width: 71px;
}
.trusted__logos:last-of-type {
  display: none;
}
.trusted[theme=dark] {
  background-color: var(--purple);
}
.trusted[theme=dark] .trusted__block {
  opacity: 0.6;
}
.trusted[theme=dark] .trusted__block .line {
  background-color: var(--white);
}
.trusted[theme=dark] .trusted__block--text p {
  color: var(--white);
}
.trusted[theme=dark] .trusted__logos {
  opacity: 0.8;
}
.trusted[theme=light] {
  background-color: var(--white);
}
.trusted[theme=light] .trusted__block {
  opacity: 1;
}
.trusted[theme=light] .trusted__block .line {
  background-color: rgba(116, 120, 115, 0.2980392157);
}
.trusted[theme=light] .trusted__block--text p {
  color: var(--Core-Dark-grey);
}
.trusted[theme=light] .trusted__logos--logo path {
  fill: var(--black);
}
.trusted[theme=dark] .trusted__logos--logo path {
  fill: var(--white);
}

@media screen and (max-width: 1199.98px) {
  .trusted__block--text p {
    font-size: 14px;
    letter-spacing: -0.28px;
  }
  .trusted__logos--logo.tesla {
    width: 107px;
  }
  .trusted__logos--logo.amazon {
    width: 79px;
  }
  .trusted__logos--logo.p_and_g {
    width: 45px;
  }
  .trusted__logos--logo.samsung {
    width: 96px;
  }
  .trusted__logos--logo.microsoft {
    width: 112px;
  }
  .trusted__logos--logo.laliga {
    width: 101px;
  }
  .trusted__logos--logo.hilton {
    width: 67px;
  }
  .trusted__logos--logo.cisco {
    width: 61px;
  }
  .trusted__logos--logo.decathlon {
    width: 92px;
  }
  .trusted__logos--logo.forbes {
    width: 91px;
  }
  .trusted__logos--logo.vodafone {
    width: 130px;
  }
  .trusted__logos--logo.quora {
    width: 102px;
  }
  .trusted__logos--logo.general_electric {
    width: 30px;
  }
  .trusted__logos--logo.booking {
    width: 167px;
  }
  .trusted__logos--logo.airbnb {
    width: 89px;
  }
  .trusted__logos--logo.dropbox {
    width: 114px;
  }
  .trusted__logos--logo.grammarly {
    width: 119px;
  }
  .trusted__logos--logo.netflix {
    width: 60px;
  }
  .trusted__logos--logo.shopify {
    width: 95px;
  }
  .trusted__logos--logo.shutterstock {
    width: 111px;
  }
  .trusted__logos--logo.tiktok {
    width: 96px;
  }
  .trusted__logos--logo.NBCUniversal {
    width: 116px;
  }
  .trusted__logos--logo.salesforce {
    width: 73px;
  }
  .trusted__logos--logo.sap {
    width: 39px;
  }
  .trusted__logos--logo.hallmark {
    width: 81px;
  }
  .trusted__logos--logo.temu {
    width: 52px;
  }
}
@media screen and (max-width: 991.98px) {
  .trusted .container {
    max-width: 810px;
  }
  .trusted__block .line:last-child {
    display: block;
  }
  .trusted__logos {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .trusted__logos.first .microsoft,
  .trusted__logos.first .airbnb,
  .trusted__logos.first .netflix,
  .trusted__logos.first .sap,
  .trusted__logos.first .hallmark,
  .trusted__logos.first .temu {
    display: none;
  }
  .trusted__logos.last {
    display: flex;
    max-width: 70%;
    margin: 24px auto 0;
  }
  .trusted__logos.last .amazon,
  .trusted__logos.last .tiktok,
  .trusted__logos.last .shopify,
  .trusted__logos.last .grammarly,
  .trusted__logos.last .NBCUniversal,
  .trusted__logos.last .salesforce,
  .trusted__logos.last .samsung {
    display: none;
  }
  .trusted__logos--logo.NBCUniversal {
    width: 150px;
  }
  .trusted__logos--logo.salesforce {
    width: 100px;
  }
  .trusted__logos--logo.sap {
    width: 50px;
  }
  .trusted__logos--logo.hallmark {
    width: 109px;
  }
  .trusted__logos--logo.temu {
    width: 70px;
  }
}
@media screen and (max-width: 767.98px) {
  .trusted {
    padding: 40px 0 60px;
  }
}
@media screen and (max-width: 575.98px) {
  html {
    font-size: 1.7361111111vw;
  }
  .trusted__block {
    gap: 24px;
  }
  .trusted__logos {
    row-gap: 16px;
  }
  .trusted__logos--logo.tesla {
    width: 10.7214428858rem;
  }
  .trusted__logos--logo.amazon {
    width: 7.9158316633rem;
  }
  .trusted__logos--logo.p_and_g {
    width: 4.5090180361rem;
  }
  .trusted__logos--logo.samsung {
    width: 9.619238477rem;
  }
  .trusted__logos--logo.microsoft {
    width: 11.2224448898rem;
  }
  .trusted__logos--logo.laliga {
    width: 10.120240481rem;
  }
  .trusted__logos--logo.hilton {
    width: 6.7134268537rem;
  }
  .trusted__logos--logo.cisco {
    width: 6.1122244489rem;
  }
  .trusted__logos--logo.decathlon {
    width: 9.2184368737rem;
  }
  .trusted__logos--logo.forbes {
    width: 9.1182364729rem;
  }
  .trusted__logos--logo.vodafone {
    width: 13.0260521042rem;
  }
  .trusted__logos--logo.quora {
    width: 10.2204408818rem;
  }
  .trusted__logos--logo.general_electric {
    width: 3.006012024rem;
  }
  .trusted__logos--logo.booking {
    width: 16.7334669339rem;
  }
  .trusted__logos--logo.airbnb {
    width: 8.9178356713rem;
  }
  .trusted__logos--logo.dropbox {
    width: 11.4228456914rem;
  }
  .trusted__logos--logo.grammarly {
    width: 11.9238476954rem;
  }
  .trusted__logos--logo.netflix {
    width: 6.0120240481rem;
  }
  .trusted__logos--logo.shopify {
    width: 9.5190380762rem;
  }
  .trusted__logos--logo.shutterstock {
    width: 11.122244489rem;
  }
  .trusted__logos--logo.tiktok {
    width: 9.619238477rem;
  }
  .trusted__logos--logo.NBCUniversal {
    width: 15.0300601202rem;
  }
  .trusted__logos--logo.salesforce {
    width: 10.0200400802rem;
  }
  .trusted__logos--logo.sap {
    width: 5.0100200401rem;
  }
  .trusted__logos--logo.hallmark {
    width: 10.9218436874rem;
  }
  .trusted__logos--logo.temu {
    width: 7.0140280561rem;
  }
  .trusted__logos.last {
    margin-top: 16px;
  }
}
.cta {
  padding: 90px 0 140px;
  background: var(--black);
  text-align: center;
}
.cta h2,
.cta p {
  color: var(--white);
}
.cta h2 {
  margin-bottom: 24px;
}
.cta .subtitle {
  max-width: 800px;
  margin: 0 auto 24px;
}
@media screen and (max-width: 1199.98px) {
  .cta .subtitle {
    max-width: 640px;
  }
}
@media screen and (max-width: 991.98px) {
  .cta {
    padding: 90px 0;
  }
  .cta .subtitle {
    max-width: 540px;
  }
}

.awards {
  position: relative;
  padding: 0;
  z-index: 2;
}
.awards__wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}
.awards__wrapper--award {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 22px 14px 14px 0;
  gap: 12px;
  text-align: left;
}
.awards__wrapper--award svg {
  width: 50px;
  flex-shrink: 0;
}
.awards__wrapper--award-text {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--white);
}
.awards__wrapper--award-text br {
  display: block !important;
}
.awards__wrapper .first-award .awards__wrapper--award-text, .awards__wrapper .second-award .awards__wrapper--award-text {
  margin-top: 7px;
}
.awards .mobile-awards {
  display: none;
}
.awards[theme=dark] {
  background-color: var(--black);
}
.awards[theme=light] {
  background-color: var(--white);
}

@media screen and (max-width: 991.98px) {
  .awards__wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
    justify-items: stretch;
  }
  .awards__wrapper .first-award, .awards__wrapper .second-award {
    display: none;
  }
  .awards__wrapper .third-award .awards__wrapper--award-text, .awards__wrapper .fourth-award .awards__wrapper--award-text {
    margin-top: 7px;
    max-width: 125px;
  }
  .awards__wrapper .third-award .awards__wrapper--award-text br, .awards__wrapper .fourth-award .awards__wrapper--award-text br {
    display: none !important;
  }
  .awards .mobile-awards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px;
    justify-items: stretch;
    width: 60%;
    margin: 12px auto 0;
  }
  .awards .mobile-awards .first-award, .awards .mobile-awards .second-award {
    display: flex;
  }
}
@media screen and (max-width: 767.98px) {
  .awards__wrapper {
    gap: 12px;
  }
  .awards__wrapper--award {
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 14px 6px 18px;
  }
  .awards__wrapper--award-text br {
    display: none !important;
  }
  .awards__wrapper .first-award .awards__wrapper--award-text, .awards__wrapper .second-award .awards__wrapper--award-text, .awards__wrapper .third-award .awards__wrapper--award-text, .awards__wrapper .fourth-award .awards__wrapper--award-text {
    margin-top: 0px;
    max-width: 125px;
  }
  .awards .mobile-awards {
    gap: 12px;
    width: 60%;
  }
}
@media screen and (max-width: 575.98px) {
  .awards__wrapper--award-text {
    font-size: 12px;
  }
}
@media screen and (max-width: 425.98px) {
  .awards__wrapper--award {
    padding: 0 0 18px;
  }
  .awards .mobile-awards {
    gap: 4px;
  }
}
.footer {
  margin-top: -1px;
  position: relative;
  z-index: 1;
}
.footer .footer__container {
  padding: 48px 0 60px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer .footer__container .footer-year {
  display: flex;
  align-items: center;
  gap: 24px;
}
.footer .footer__container .footer-year .adobe-logo {
  width: 62px;
  flex-shrink: 0;
  position: relative;
  top: -4px;
}
.footer .footer__container .footer-year p {
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.28px;
  color: white;
}
.footer .footer__container .footer-year p span {
  color: var(--Core-Dark-grey);
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.28px;
}
.footer .footer__container .regulations {
  gap: 56px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.footer .footer__container .regulations .terms-privacy * {
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.28px;
}

div[theme=dark] .footer {
  background-color: var(--black);
}
div[theme=dark] .footer .footer__container .footer-year,
div[theme=dark] .footer .footer__container .regulations * {
  color: white;
}
div[theme=dark] .footer .footer__container .footer-year .terms-privacy:hover,
div[theme=dark] .footer .footer__container .regulations * .terms-privacy:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1199.98px) {
  .footer .footer__container {
    flex-direction: column-reverse;
    gap: 32px;
  }
  .footer .footer__container .regulations {
    gap: 12px 56px;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 460px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 575.98px) {
  .footer .footer__container .footer-year {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
}
#smooth-wrapper {
  position: relative;
}

#smooth-content {
  position: relative;
  z-index: 3;
}

.gradient {
  width: 100%;
  height: auto;
  margin-top: -2px;
}
.gradient-image {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1439.98px) {
  .gradient {
    width: 1440px;
  }
}

.awards {
  margin-top: -2px;
}

.offer {
  margin: -2px auto 0;
  padding-bottom: 24px;
  background-color: var(--black);
  color: var(--Grey-Dark, #6c6e79);
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.28px;
}
@media screen and (max-width: 991.98px) {
  .offer {
    padding-bottom: 72px;
  }
}
