:root {
  --section-min-width: 360px;
  --container-max-width: 1280px;
  --container-padding-top-bottom: 20px;
  --color-light-blue: #1998e1;
  --text-color-black: black;
  --color-dark-grey: #312f36;
  --text-color-light: #fafafa;
  --black: black;
  --color-light-grey: #fdfdfe;
  --background-color-light-blue-alt: #eef9fd;
  --color-medium-blue: #2d8dc3;
  --border-color-light-grey: #e9e8ea;
  --container-padding-left-right: 20px;
  --background-color-white: white;
  --color-rich-blue: #1a73e8;
  --background-color-light-grey: whitesmoke;
  --container-splash-max-width: 950px;
  --container-splash-min-width: 950px;
  --color-light-green: #56bd57;
  --border-color-light-blue: #ddeaf8;
  --color-light-red: #e6452e;
  --white: white;
  --background-color-light-blue: #cee4f2;
  --background-color-light-red: #eadada;
  --background-color-very-light-blue: #eff6fb;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

a {
  color: #0082f3;
  text-decoration: underline;
}

.image {
  object-fit: contain;
  display: block;
  position: relative;
}

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

.heading {
  margin-top: 0;
}

.heading-2 {
  margin-bottom: 0;
}

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

.section {
  aspect-ratio: auto;
  object-fit: scale-down;
  object-position: 50% 0%;
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.section-2 {
  align-self: flex-end;
}

.section-3 {
  flex: 0 auto;
  align-self: flex-start;
}

.section-4 {
  flex-direction: row;
  display: flex;
}

.quick-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  width: auto;
  max-width: 800px;
}

.image-2, .button {
  align-self: center;
}

.section-5 {
  position: fixed;
  inset: auto 0% 0%;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.section-header {
  min-width: var(--section-min-width);
  padding-left: 20px;
  padding-right: 20px;
}

.container-header {
  max-width: var(--container-max-width);
  padding-top: var(--container-padding-top-bottom);
  padding-bottom: var(--container-padding-top-bottom);
}

.navigation-bar {
  background-color: #0000;
}

.link-block-logo {
  color: #000;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  display: flex;
}

.image-icon-adblock {
  padding-right: 10px;
}

.text-adblock-logo {
  font-family: Manrope, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
}

.container-navbar {
  max-width: var(--container-max-width);
}

.nav-link {
  cursor: pointer;
  font-size: 18px;
}

.nav-link:hover {
  color: var(--color-light-blue);
}

.nav-link.nav-link-last {
  padding-right: 0;
}

.section-hero {
  min-width: var(--section-min-width);
  background-color: #eef9fd;
  padding-left: 20px;
  padding-right: 20px;
}

.container-hero {
  max-width: var(--container-max-width);
  text-align: center;
  border-radius: 10px;
  padding: 40px;
}

.heading-h1 {
  text-align: center;
  margin-bottom: 20px;
  font-family: Manrope, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 72px;
}

.text-span-blue-contrast {
  color: var(--color-light-blue);
}

.section-old {
  margin-top: 100px;
  display: none;
}

.grid-hero {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  place-items: start stretch;
  padding-top: 20px;
}

.heading-h2 {
  text-align: left;
  margin-bottom: 20px;
  font-family: Manrope, sans-serif;
  font-size: 36px;
  line-height: 40px;
}

.text-block-hero {
  color: var(--text-color-black);
  text-align: justify;
  margin-bottom: 20px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.div-button-download {
  background-color: var(--color-dark-grey);
  width: 200px;
  color: var(--text-color-light);
  cursor: pointer;
  background-image: url('../images/windows-icon-white.svg');
  background-position: 15%;
  background-repeat: no-repeat;
  background-size: 18px;
  border-radius: 25px;
  margin-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.div-button-download:hover {
  background-color: var(--black);
}

.grid-hero-buttons {
  grid-template-rows: auto;
}

.div-button-more {
  float: left;
  border: 1px solid var(--color-dark-grey);
  background-color: var(--color-light-grey);
  width: 200px;
  color: var(--color-dark-grey);
  cursor: pointer;
  border-radius: 25px;
  margin-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 600;
  display: none;
}

.div-button-more:hover {
  border-color: var(--black);
  color: var(--black);
}

.link-block-hero {
  float: left;
  text-decoration: none;
}

.text-download-notice {
  color: #777;
  text-align: justify;
  font-family: Manrope, sans-serif;
  font-size: 12.5px;
}

.div-block-hero-buttons {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.section-features-old {
  min-width: var(--section-min-width);
  padding: 40px;
  display: none;
}

.container-features {
  max-width: var(--container-max-width);
}

.grid-features {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.text-block-feature {
  color: #475569;
  text-align: justify;
  font-family: Manrope, sans-serif;
  font-size: 17px;
  line-height: 26px;
}

.heading-h3 {
  color: #000;
  margin-top: 10px;
  font-family: Manrope, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.image-feature {
  width: 60%;
}

.grid-feature {
  grid-template-rows: auto;
  grid-template-columns: .5fr 2fr;
}

.section-footer {
  min-width: var(--section-min-width);
  background-color: var(--background-color-light-blue-alt);
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.grid-footer {
  border-top: 1px solid #fff;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.5fr;
  padding-top: 20px;
}

.div-footer-right {
  text-align: right;
}

.text-block-footer-copyright {
  color: #666;
}

.container-footer {
  max-width: var(--container-max-width);
  border-radius: 20px;
  padding: 40px;
}

.body {
  font-family: Manrope, sans-serif;
}

.text-block-footer-legal-links {
  text-align: right;
}

.link-footer-legal-links {
  color: var(--color-medium-blue);
  cursor: pointer;
  text-decoration: none;
}

.link-footer-legal-links:hover {
  color: var(--color-light-blue);
}

.container-general {
  max-width: var(--container-max-width);
  padding: 20px;
}

.body-2 {
  font-family: Manrope, sans-serif;
}

.rich-text-block {
  text-align: justify;
}

.header-h1-general {
  margin-top: 10px;
  font-size: 36px;
}

.heading-h2-general {
  margin-top: 10px;
  font-size: 28px;
}

.link-general {
  color: var(--color-medium-blue);
}

.link-general:hover {
  color: var(--color-light-blue);
}

.section-features {
  min-width: var(--section-min-width);
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-features-item {
  border: 1px solid var(--border-color-light-grey);
  border-radius: 20px;
  margin-top: 20px;
  padding: 20px;
}

.image-feature-new {
  padding-bottom: 20px;
}

.image-feature-new.image-feature-speed, .image-feature-new.image-feature-security {
  padding-top: 20px;
  padding-bottom: 0;
}

.grid-features-2 {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
}

.link-small-print {
  color: #666;
}

.link-small-print:hover {
  text-decoration: none;
}

.div-block-footer-navbar {
  padding-bottom: 20px;
}

.section-contact {
  min-width: var(--section-min-width);
  padding: 20px;
}

.container-contact {
  max-width: var(--container-max-width);
}

.grid-contact {
  grid-template-rows: auto;
}

.div-block-contact-info {
  border: 1px solid var(--border-color-light-grey);
  border-radius: 20px;
  padding: 20px;
}

.form-block-contact {
  padding-top: 20px;
}

.grid-legal-links {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.link-legal {
  color: #666;
  text-align: center;
  text-decoration: none;
}

.link-legal:hover {
  text-decoration: underline;
}

.body-3, .body-4 {
  font-family: Manrope, sans-serif;
}

.text-block-legal-separator {
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block;
}

.body-5 {
  font-family: Manrope, sans-serif;
}

.text-span-contact-required {
  color: red;
  padding-left: 5px;
}

.text-block-contact-note {
  padding-top: 10px;
}

.section-news-article-hero {
  z-index: 1;
  min-width: var(--section-min-width);
  border-top: 1px solid var(--border-color-light-grey);
  border-bottom: 1px solid var(--border-color-light-grey);
  background-color: var(--background-color-light-blue-alt);
  position: relative;
}

.container-news-article {
  max-width: var(--container-max-width);
}

.rtb-news-content {
  margin-top: var(--container-padding-top-bottom);
  margin-bottom: var(--container-padding-top-bottom);
  font-family: Manrope, sans-serif;
  font-size: 16px;
}

.section-news-article-hero-bg {
  z-index: 2;
  opacity: .15;
  background-color: #eef9fd;
  height: 256px;
  position: relative;
}

.text-block-news-article-details-label {
  padding-right: 5px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
}

.text-block-news-article-details-separator {
  padding-left: 0;
  padding-right: 5px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  display: inline-block;
}

.text-block-news-article-details-value {
  padding-right: 5px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
}

.div-block-news-article-headline {
  z-index: 3;
  position: relative;
  top: -230px;
}

.section-news-article-content {
  min-width: var(--section-min-width);
  padding-right: var(--container-padding-left-right);
  padding-left: var(--container-padding-left-right);
}

.container-news-article-details {
  height: 0;
  max-width: var(--container-max-width);
}

.heading-h2-news {
  color: var(--color-light-blue);
  text-transform: uppercase;
  margin-top: 10px;
  padding-left: 2px;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.heading-h1-news {
  text-align: left;
  margin-bottom: 20px;
  font-family: Manrope, sans-serif;
  font-size: 36px;
  line-height: 40px;
}

.section-news {
  min-width: var(--section-min-width);
  padding-right: var(--container-padding-left-right);
  padding-left: var(--container-padding-left-right);
  background-color: var(--background-color-light-blue-alt);
}

.container-news {
  max-width: var(--container-max-width);
  padding-top: var(--container-padding-top-bottom);
  padding-bottom: var(--container-padding-top-bottom);
}

.grid-news {
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-news-item {
  padding: var(--container-padding-top-bottom) var(--container-padding-left-right);
  background-color: var(--background-color-white);
}

.div-block-news-item-thumbnail {
  width: 160px;
  height: 90px;
}

.heading-h1-news-item {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 22px;
  line-height: 32px;
}

.image-news-item-thumbnail {
  border: 1px solid var(--border-color-light-grey);
}

.collection-list-news {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-block-news-item {
  color: var(--color-dark-grey);
  text-decoration: none;
}

.link-block-news-item:hover {
  color: var(--text-color-black);
}

.heading-h2-news-item {
  color: var(--color-light-blue);
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 10px;
  padding-left: 2px;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.text-block-date-updated {
  font-family: Manrope, sans-serif;
}

.section-news-article-details {
  padding-right: var(--container-padding-left-right);
  padding-left: var(--container-padding-left-right);
}

.div-button-download-lander {
  width: 250px;
  color: var(--text-color-light);
  cursor: pointer;
  background-color: #1a73e8;
  background-image: url('../images/windows-icon-white.svg');
  background-position: 12%;
  background-repeat: no-repeat;
  background-size: 18px;
  border-radius: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
}

.div-button-download-lander:hover {
  background-color: #1c6ad1;
}

.heading-h1-copy {
  text-align: center;
  margin-bottom: 20px;
  font-family: Manrope, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 72px;
}

.heading-h2-lander {
  width: 80%;
  color: var(--color-dark-grey);
  text-align: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.grid-hero-lander {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-content: center;
  place-items: start stretch;
  padding-top: 20px;
}

.link-block-lander {
  float: left;
  text-decoration: none;
}

.section-download {
  min-width: var(--section-min-width);
  background-color: #eef9fd;
  padding-left: 20px;
  padding-right: 20px;
}

.container-download {
  max-width: var(--container-max-width);
  text-align: center;
  border-radius: 10px;
  padding: 40px;
}

.link-download {
  color: var(--color-rich-blue);
}

.link-download:hover {
  color: var(--color-light-blue);
}

.div-button-download-homepage {
  width: 200px;
  color: var(--text-color-light);
  cursor: pointer;
  background-color: #1a73e8;
  background-image: url('../images/windows-icon-white.svg');
  background-position: 12%;
  background-repeat: no-repeat;
  background-size: 18px;
  border-radius: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
}

.div-button-download-homepage:hover {
  background-color: #1c6ad1;
}

.div-block-hero-buttons-lander {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.container-news-article-faq {
  max-width: var(--container-max-width);
}

.grid-news-article-content {
  max-width: var(--container-max-width);
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  margin-left: auto;
  margin-right: auto;
}

.dropdown-news-content-faq {
  width: 100%;
  margin-bottom: 20px;
}

.dropdown-toggle-faq {
  background-color: var(--background-color-light-grey);
  width: 100%;
  font-family: Manrope, sans-serif;
}

.dropdown-list-faq {
  position: static;
}

.text-block-answer {
  background-color: var(--background-color-light-grey);
  padding: 20px;
  font-family: Manrope, sans-serif;
  font-size: 15px;
}

.text-block-question {
  font-size: 20px;
  font-weight: 500;
}

.section-download-steps {
  min-width: var(--section-min-width);
}

.grid-download-steps {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-download-step {
  background-color: var(--background-color-light-grey);
  border-radius: 30px;
  padding: 20px;
}

.container-download-steps {
  max-width: var(--container-max-width);
  padding: var(--container-padding-top-bottom) var(--container-padding-left-right);
}

.heading-h2-download-step {
  font-family: Manrope, sans-serif;
}

.text-block-download-step {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 27px;
}

.heading-h4-download-step {
  text-transform: uppercase;
  font-family: Manrope, sans-serif;
  font-weight: 500;
}

.div-block-download-step-open-bg {
  background-image: url('../images/adblock-install-step-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  height: 171px;
  box-shadow: 0 1px 4px #0003;
}

.div-block-download-step-allow-bg {
  background-image: url('../images/adblock-install-step-2.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  height: 170px;
  box-shadow: 0 1px 4px #0003;
}

.div-block-download-step-allow-bg-copy {
  background-image: url('../images/adblock-install-step-1.webp');
  background-position: 100% 0;
  background-size: cover;
  border-radius: 12px;
  height: 174px;
}

.div-block-download-step-install-bg {
  background-image: url('../images/adblock-install-step-3.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  height: 170px;
  box-shadow: 0 1px 4px #0003;
}

.section-welcome {
  min-width: var(--section-min-width);
  background-color: #eef9fd;
  padding-left: 20px;
  padding-right: 20px;
}

.container-welcome {
  max-width: var(--container-max-width);
  text-align: center;
  border-radius: 10px;
  padding: 40px;
}

.container-splash {
  max-width: var(--container-splash-max-width);
  min-width: var(--container-splash-min-width);
}

.section-splash {
  min-width: var(--section-min-width);
}

.grid-splash {
  grid-template-rows: auto;
}

.div-splash-right {
  background-color: var(--background-color-light-blue-alt);
  border-radius: 20px;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-h2-splash {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
}

.heading-h3-splash {
  color: var(--color-light-green);
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.grid-splash-stats {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.grid-splash-stats-data {
  border-right: 1px solid var(--border-color-light-blue);
  text-align: center;
  font-family: Manrope, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

.grid-splash-stats-description {
  border-right: 1px solid var(--border-color-light-blue);
  text-align: center;
  font-family: Manrope, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 36px;
}

.container-header-splash {
  height: 80px;
  max-width: var(--container-splash-max-width);
  min-width: var(--container-splash-min-width);
}

.div-block-hero-buttons-copy {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.button-splash-buy {
  background-color: var(--color-rich-blue);
  text-align: center;
  border-radius: 15px;
  width: 100%;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.button-splash-buy:hover {
  background-color: var(--color-light-blue);
}

.div-splash-stats {
  background-color: var(--background-color-white);
  border-radius: 20px;
}

.grid-splash-stats-data-right {
  text-align: center;
  font-family: Manrope, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

.grid-splash-stats-description-right {
  text-align: center;
  font-family: Manrope, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 36px;
}

.list-splash-features {
  margin-top: 10px;
  padding-left: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 24px;
  list-style-type: none;
}

.heading-h5-splash {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.div-splash-features {
  padding-top: 30px;
  padding-bottom: 10px;
}

.list-item-splash-features {
  background-image: url('../images/shield-tick-green.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 16px;
  margin-bottom: 0;
  padding-left: 25px;
}

.div-loading {
  z-index: 1001;
  background-color: #fff;
  justify-content: center;
  align-items: flex-end;
  height: 565px;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.code-embed-loader {
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading-h3-loading {
  color: var(--color-dark-grey);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
}

.div-block-loading {
  padding-bottom: 140px;
}

.div-block-loading-logo {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
}

.grid-loading {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.heading-h3-splash-red {
  color: var(--color-light-red);
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.pagagraph-description-welcome-splash {
  text-align: justify;
  margin-top: 10px;
  font-family: Manrope, sans-serif;
}

.heading-h3-splash-welcome {
  color: var(--color-light-green);
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 21px;
  font-weight: 600;
}

.body-6 {
  font-family: Manrope, sans-serif;
}

.link {
  color: #0082f3;
}

.list, .list-2 {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .container-3 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .section-header {
    padding-left: 0;
    padding-right: 0;
  }

  .text-adblock-logo {
    font-size: 40px;
    line-height: 40px;
  }

  .container-navbar {
    padding-left: 20px;
  }

  .heading-h1 {
    font-size: 48px;
    line-height: 56px;
  }

  .grid-hero {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-hero-left {
    padding-top: 0;
  }

  .text-block-hero {
    font-size: 15px;
  }

  .div-button-download {
    background-size: 16px;
    width: 170px;
    margin-right: 15px;
    font-size: 16px;
  }

  .div-button-more {
    width: 170px;
  }

  .div-block-hero-buttons {
    justify-content: center;
    align-items: center;
  }

  .text-block-feature {
    font-size: 16px;
    line-height: 24px;
  }

  .heading-h3 {
    font-size: 28px;
  }

  .menu-button {
    padding-top: 15px;
  }

  .menu-button.w--open {
    background-color: var(--color-light-grey);
    color: var(--color-dark-grey);
  }

  .nav-menu {
    background-color: var(--color-light-grey);
  }

  .heading-h1-news {
    font-size: 30px;
    line-height: 36px;
  }

  .collection-list-news {
    grid-template-columns: 1fr 1fr;
  }

  .div-button-download-lander {
    background-size: 16px;
    width: 170px;
    margin-right: 15px;
    font-size: 16px;
  }

  .heading-h1-copy {
    font-size: 48px;
    line-height: 56px;
  }

  .grid-hero-lander {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-button-download-homepage {
    background-size: 16px;
    width: 170px;
    margin-right: 15px;
    font-size: 16px;
  }

  .div-block-hero-buttons-lander, .div-block-hero-buttons-copy, .div-loading {
    justify-content: center;
    align-items: center;
  }

  .code-embed-loader {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .heading-h3-loading {
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .text-adblock-logo {
    font-size: 36px;
    line-height: 36px;
  }

  .container-navbar {
    padding-left: 10px;
  }

  .heading-h1 {
    font-size: 30px;
    line-height: 38px;
  }

  .grid-hero {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .heading-h2 {
    font-size: 34px;
    line-height: 38px;
  }

  .text-block-hero {
    font-size: 14px;
    line-height: 22px;
  }

  .text-download-notice {
    font-size: 11px;
    line-height: 18px;
  }

  .grid-features {
    grid-template-columns: 1fr;
  }

  .image-feature-new.image-feature-speed {
    max-width: 100%;
  }

  .grid-features-2 {
    grid-template-columns: 1.25fr;
  }

  .grid-contact {
    grid-template-columns: 1fr;
  }

  .icon-menu:hover {
    color: var(--color-light-blue);
  }

  .heading-h2-news {
    font-size: 21px;
  }

  .heading-h1-news {
    font-size: 24px;
    line-height: 32px;
  }

  .collection-list-news {
    grid-template-columns: 1fr 1fr;
  }

  .heading-h1-copy {
    font-size: 36px;
    line-height: 44px;
  }

  .heading-h2-lander {
    font-size: 18px;
    line-height: 24px;
  }

  .grid-hero-lander {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .grid-news-article-content {
    grid-template-columns: 2fr;
  }

  .grid-download-steps {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .container-3 {
    max-width: none;
  }

  .container-hero {
    padding: 20px;
  }

  .heading-h1 {
    font-size: 23px;
    line-height: 28px;
  }

  .heading-h2 {
    font-size: 27px;
  }

  .div-button-download {
    background-position: 16%;
    background-size: 14px;
    width: 155px;
    margin-right: 10px;
    padding-left: 20px;
    font-size: 14px;
  }

  .div-button-more {
    width: 155px;
    margin-right: 0;
  }

  .text-download-notice {
    font-size: 13px;
  }

  .grid-footer {
    grid-template-columns: 1.25fr;
  }

  .div-footer-right {
    text-align: center;
  }

  .text-block-footer-copyright {
    text-align: center;
    font-size: 12px;
  }

  .container-footer {
    padding: 20px 10px;
  }

  .link-legal {
    font-size: 12px;
  }

  .rtb-news-content {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .text-block-news-article-details-label {
    font-size: 13px;
    line-height: 16px;
  }

  .text-block-news-article-details-separator {
    padding-right: 5px;
    font-size: 13px;
    line-height: 16px;
  }

  .text-block-news-article-details-value {
    font-size: 13px;
    line-height: 16px;
  }

  .section-news-article-content {
    min-width: var(--section-min-width);
  }

  .heading-h1-news {
    font-size: 20px;
    line-height: 28px;
  }

  .collection-list-news {
    grid-template-columns: 1fr;
  }

  .div-button-download-lander {
    background-position: 16%;
    background-size: 14px;
    width: 155px;
    margin-right: 10px;
    padding-left: 20px;
    font-size: 14px;
  }

  .heading-h1-copy {
    font-size: 30px;
    line-height: 40px;
  }

  .heading-h2-lander {
    font-size: 14px;
    line-height: 20px;
  }

  .container-download {
    padding: 20px;
  }

  .div-button-download-homepage {
    background-position: 16%;
    background-size: 14px;
    width: 155px;
    margin-right: 10px;
    padding-left: 20px;
    font-size: 14px;
  }

  .grid-download-steps {
    grid-template-columns: 1fr;
  }

  .container-welcome {
    padding: 20px;
  }
}

#w-node-_78146446-9382-84b9-04e5-cbf5448e01da-206e1263, #w-node-_76a396af-b77e-2673-7c4d-9095abb1cc7f-206e1263, #w-node-_824280c5-7cae-09bb-1de0-214e066f1438-206e1263, #w-node-_192e3cde-dee0-cbd3-c4fc-91f2cc8a6eef-206e1263 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_212c4265-4ea1-b411-6638-4e72c41682e5-206e1263 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_8ef50a04-89ef-281b-ebb7-a7b4e54582d2-206e1263, #w-node-_8ef50a04-89ef-281b-ebb7-a7b4e54582db-206e1263, #w-node-_8ef50a04-89ef-281b-ebb7-a7b4e54582e6-206e1263, #w-node-_8ef50a04-89ef-281b-ebb7-a7b4e54582d2-053dd7a5, #w-node-_8ef50a04-89ef-281b-ebb7-a7b4e54582db-053dd7a5, #w-node-_8ef50a04-89ef-281b-ebb7-a7b4e54582e6-053dd7a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-ba570622-9887-cb4c-e7c5-af19b2dcd592-206e1263 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d8691a66-3679-ad82-4ced-88ed3b64443a-3b644437 {
    grid-area: 2 / 1 / 2 / 2;
  }
}


