/*!**************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./wwwroot/src/scss/extension-offer.scss ***!
  \**************************************************************************************************************************************************************************/
:root {
  --c-primary: #0064ff;
  --c-primary-hover: #2b7fff;
  --c-primary-shadow: #0c3cb8;
  --c-surface-dark: #122234;
  --c-surface-deep: #0a1624;
  --c-white: #fff;
  --c-text-muted: #d0d3d6;
  --r-card: 12px;
  --r-card-20: 20px;
  --r-modal: 15px;
  --r-pill: 40px;
  --grad-discount: linear-gradient(88.98deg,#ff0279 0,#dd6c01 100%);
  --c-green: #4dda65;
  --r-block: 10px;
  --shadow-btn: 0 3px 0 var(--c-primary-shadow);
  --t-fast: .1s ease;
}

.extension .wrap {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 24px;
}
.extension section {
  padding: 72px 0;
}
.extension h1 {
  font-size: 36px;
  line-height: 122%;
  font-weight: 700;
  margin: 0 0 14px;
}
.extension h2 {
  font-size: 32px;
  line-height: 120%;
  font-weight: 700;
  margin: 0 0 12px;
  text-align: center;
}
.extension .lead {
  font-size: 17px;
  color: var(--c-text-muted);
}
.extension .sec-sub {
  text-align: center;
  color: var(--c-text-muted);
  font-size: 16px;
  margin: 0 auto 36px;
  max-width: 640px;
}
.extension .btn {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background: var(--c-primary);
  color: #fff;
  font-family: var(--font);
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  text-decoration: none;
  border: none;
  cursor: pointer;
  padding: 16px 32px;
  border-radius: var(--r-pill);
  -webkit-transition: background var(--t-fast), -webkit-box-shadow var(--t-fast), -webkit-transform var(--t-fast);
  transition: background var(--t-fast), -webkit-box-shadow var(--t-fast), -webkit-transform var(--t-fast);
  -o-transition: background var(--t-fast), box-shadow var(--t-fast), transform var(--t-fast);
  transition: background var(--t-fast), box-shadow var(--t-fast), transform var(--t-fast);
  transition: background var(--t-fast), box-shadow var(--t-fast), transform var(--t-fast), -webkit-box-shadow var(--t-fast), -webkit-transform var(--t-fast);
}
.extension .btn:hover {
  background: var(--c-primary-hover);
  color: #fff;
}
.extension .btn:active {
  -webkit-box-shadow: 0 1px 0 var(--c-primary-shadow);
          box-shadow: 0 1px 0 var(--c-primary-shadow);
  -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
          transform: translateY(2px);
  color: #fff;
}
.extension .btn svg {
  width: 20px;
  height: 20px;
}
.extension .reassure {
  color: var(--c-text-muted);
  font-size: 14px;
  margin-top: 12px;
  text-align: center;
}
.extension .hero {
  padding-top: 40px;
  padding-bottom: 64px;
}
.extension .hero-grid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.extension .hero-text {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1 1 380px;
          flex: 1 1 380px;
  min-width: 0;
  padding-top: 4px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
}
.extension .hero-text h1 {
  margin-bottom: 0;
}
.extension .hero-cta {
  -ms-flex-item-align: start;
      align-self: flex-start;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.extension .hero-visual {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1 1 420px;
          flex: 1 1 420px;
  min-width: 0;
}
.extension .hero-stats {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.extension .hero-stats .stat b {
  display: block;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
}
.extension .hero-stats .stat.accent b {
  background: var(--grad-discount);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.extension .hero-stats .stat span {
  display: block;
  color: var(--c-text-muted);
  font-size: 14px;
  margin-top: 7px;
}
.extension .shot {
  width: 100%;
  display: block;
  border-radius: var(--r-card-20);
  border: 1px solid rgba(255, 255, 255, 0.08);
  -webkit-box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
          box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
}
.extension .browser {
  border-radius: 12px;
  overflow: hidden;
  background: #171a21;
  border: 1px solid rgba(255, 255, 255, 0.08);
  -webkit-box-shadow: 0 28px 70px rgba(0, 0, 0, 0.55);
          box-shadow: 0 28px 70px rgba(0, 0, 0, 0.55);
  pointer-events: none;
}
.extension .browser-bar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 10px 14px;
  background: #2a2d35;
}
.extension .browser-dots {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.extension .browser-dots i {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #4a4d55;
}
.extension .browser-url {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  background: #1b1d24;
  color: #9aa0aa;
  font-size: 12px;
  border-radius: 20px;
  padding: 6px 14px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.extension .browser-url svg {
  width: 12px;
  height: 12px;
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0 12px;
          flex: 0 0 12px;
  color: #7a8b99;
}
.extension .steam-page {
  background: #1b2838;
  padding: 12px;
}
.extension .ph {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 4px;
}
.extension .steam-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  height: 16px;
  margin-bottom: 10px;
}
.extension .steam-nav .logo-ph {
  width: 56px;
  height: 10px;
  border-radius: 3px;
  background: rgba(102, 192, 244, 0.3);
}
.extension .steam-nav .nav-ph {
  width: 40px;
  height: 7px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.1);
}
.extension .steam-title-ph {
  width: 46%;
  height: 15px;
  margin-bottom: 10px;
}
.extension .steam-media {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
.extension .steam-media .shot-ph {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 76px;
}
.extension .steam-media .side-ph {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
}
.extension .steam-media .side-ph .line {
  height: 8px;
}
.extension .steam-media .side-ph .line.short {
  width: 60%;
}
.extension .steam-buy-ph {
  margin-top: 10px;
  height: 38px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 14px;
  padding: 0 14px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
}
.extension .steam-buy-ph .price-ph {
  width: 50px;
  height: 12px;
}
.extension .steam-buy-ph .btn-ph {
  width: 74px;
  height: 26px;
  border-radius: 3px;
  background: rgba(106, 167, 40, 0.5);
}
.extension .gamersbase-block {
  background: -webkit-gradient(linear, left top, right top, from(#212e40), to(rgba(33, 46, 64, 0.55)));
  background: -o-linear-gradient(left, #212e40 0%, rgba(33, 46, 64, 0.55) 100%);
  background: linear-gradient(to right, #212e40 0%, rgba(33, 46, 64, 0.55) 100%);
  color: #c7d5e0;
  padding: 16px;
  border-radius: 4px;
  font-family: "Motiva Sans", Arial, Helvetica, sans-serif;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.extension .gamersbase-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.extension .gamersbase-header-row {
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 14px;
}
.extension .gamersbase-logo {
  width: 86px;
  height: 35px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.extension .gamersbase-promo-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 13px;
  color: #c7d5e0;
}
.extension .gamersbase-code {
  font-family: "Courier New", Courier, monospace;
  font-size: 13px;
  color: #66c0f4;
  background: rgba(102, 192, 244, 0.08);
  border: 1px dashed rgba(102, 192, 244, 0.5);
  border-radius: 3px;
  padding: 3px 9px;
  cursor: pointer;
}
.extension .gamersbase-bottom-row {
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.extension .gamersbase-cta-col {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 8px;
  margin-left: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.extension .gamersbase-price {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}
.extension .gamersbase-block--deal {
  border-left: 3px solid #a4d007;
  background: -webkit-gradient(linear, left top, right top, from(rgba(164, 208, 7, 0.16)), color-stop(35%, #212e40), to(rgba(33, 46, 64, 0.55)));
  background: -o-linear-gradient(left, rgba(164, 208, 7, 0.16) 0%, #212e40 35%, rgba(33, 46, 64, 0.55) 100%);
  background: linear-gradient(to right, rgba(164, 208, 7, 0.16) 0%, #212e40 35%, rgba(33, 46, 64, 0.55) 100%);
}
.extension .gamersbase-deal-badge {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  background: rgba(164, 208, 7, 0.15);
  border: 1px solid rgba(164, 208, 7, 0.5);
  border-radius: 3px;
  padding: 4px 10px;
  font-size: 13px;
  font-weight: 600;
  color: #beee11;
}
.extension .gamersbase-deal-badge::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #a4d007;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.extension .gamersbase-steam-old {
  text-decoration: line-through;
  color: #7a8b99;
  font-size: 15px;
  font-weight: 400;
  margin-right: 8px;
}
.extension .gamersbase-button {
  margin-left: auto;
  padding: 10px 18px;
  background: -webkit-gradient(linear, left top, right top, color-stop(5%, #00aaff), color-stop(95%, #0073d1));
  background: -o-linear-gradient(left, #00aaff 5%, #0073d1 95%);
  background: linear-gradient(to right, #00aaff 5%, #0073d1 95%);
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  font-weight: 600;
  font-size: 14px;
  -webkit-transition: -webkit-filter 0.2s ease;
  transition: -webkit-filter 0.2s ease;
  -o-transition: filter 0.2s ease;
  transition: filter 0.2s ease;
  transition: filter 0.2s ease, -webkit-filter 0.2s ease;
}
.extension .gamersbase-button:hover {
  -webkit-filter: brightness(1.15);
          filter: brightness(1.15);
  color: #fff;
}
.extension .cards {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.extension .card {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1 1 260px;
          flex: 1 1 260px;
  background: var(--c-surface-dark);
  border-radius: var(--r-card-20);
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.extension .card .ico {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(0, 100, 255, 0.15);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 16px;
}
.extension .card .ico svg {
  width: 26px;
  height: 26px;
  color: var(--c-primary);
}
.extension .card h3 {
  font-size: 19px;
  margin: 0 0 8px;
  font-weight: 700;
}
.extension .card p {
  margin: 0;
  color: var(--c-text-muted);
  font-size: 15px;
}
.extension .offer {
  background: var(--c-surface-dark);
}
.extension .nums {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.extension .num {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1 1 280px;
          flex: 1 1 280px;
  max-width: 420px;
  background: var(--c-surface-deep);
  border-radius: var(--r-card-20);
  padding: 36px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.extension .num .big {
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
}
.extension .num.accent .big {
  background: var(--grad-discount);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.extension .num .cap {
  color: var(--c-text-muted);
  font-size: 16px;
  margin-top: 10px;
}
.extension .offer-note {
  text-align: center;
  color: var(--c-text-muted);
  font-size: 14px;
  margin-top: 28px;
}
.extension .pair {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 18px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.extension .pain, .extension .gain {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1 1 320px;
          flex: 1 1 320px;
  border-radius: var(--r-card-20);
  padding: 24px;
}
.extension .pain {
  background: var(--c-surface-dark);
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.extension .gain {
  background: rgba(0, 100, 255, 0.1);
  border: 1px solid rgba(43, 127, 255, 0.35);
}
.extension .pair .label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin-bottom: 8px;
}
.extension .pain .label {
  color: #9aa7b6;
}
.extension .gain .label {
  color: var(--c-primary-hover);
}
.extension .pair p {
  margin: 0;
  font-size: 17px;
}
.extension .arrow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #56657a;
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
  font-size: 24px;
}
.extension .steps {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  counter-reset: step;
}
.extension .step {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1 1 240px;
          flex: 1 1 240px;
  background: var(--c-surface-dark);
  border-radius: var(--r-card-20);
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.extension .step .n {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--c-primary);
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 16px;
}
.extension .step h3 {
  margin: 0 0 6px;
  font-size: 18px;
}
.extension .step p {
  margin: 0;
  color: var(--c-text-muted);
  font-size: 15px;
}
.extension .safe {
  background: var(--c-surface-dark);
}
.extension .safe-head {
  text-align: center;
}
.extension .safe-shield {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(77, 218, 101, 0.14);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 16px;
}
.extension .safe-shield svg {
  width: 30px;
  height: 30px;
  color: var(--c-green);
}
.extension .safe-verified {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  max-width: 600px;
  margin: 0 auto 28px;
  background: rgba(77, 218, 101, 0.08);
  border: 1px solid rgba(77, 218, 101, 0.4);
  border-radius: var(--r-card-20);
  padding: 18px 22px;
}
.extension .safe-verified .v-ico {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0 44px;
          flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(77, 218, 101, 0.16);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.extension .safe-verified .v-ico svg {
  width: 26px;
  height: 26px;
  color: var(--c-green);
}
.extension .safe-verified b {
  display: block;
  font-size: 17px;
  font-weight: 700;
}
.extension .safe-verified span {
  color: var(--c-text-muted);
  font-size: 14px;
}
.extension .safe-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 28px;
  max-width: 840px;
  margin: 0 auto;
}
.extension .safe-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 16px;
}
.extension .safe-item .chk {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0 28px;
          flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(77, 218, 101, 0.15);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1px;
}
.extension .safe-item .chk svg {
  width: 16px;
  height: 16px;
  color: var(--c-green);
}
.extension .final {
  text-align: center;
}
.extension .final h2 {
  font-size: 36px;
}

@media (max-width: 720px) {
  .extension h1 {
    font-size: 30px;
  }
  .extension h2 {
    font-size: 26px;
  }
  .extension .final h2 {
    font-size: 28px;
  }
  .extension .num .big {
    font-size: 38px;
  }
  .extension .safe-list {
    grid-template-columns: 1fr;
  }
  .extension .arrow {
    display: none;
  }
  .extension section {
    padding: 52px 0;
  }
  .extension .hero-grid {
    gap: 28px;
  }
  .extension .hero-text, .extension .hero-visual {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .extension .hero-stats {
    gap: 24px;
  }
}
