/** Shopify CDN: Minification failed

Line 1348:1 Expected "}" to go with "{"

**/
@font-face {
  font-family: 'Inter-200';
  src: url("{{ 'Inter-ExtraLight.eot' | file_url }}") format("eot"),
       url("{{ 'Inter-ExtraLight.woff' | file_url }}") format("woff"),
       url("{{ 'Inter-ExtraLight.woff2' | file_url }}") format("woff2");
  font-weight: 200;
}

@font-face {
  font-family: 'Inter-600';
  src: url("{{ 'Inter-SemiBold.eot' | file_url }}") format("eot"),
       url("{{ 'Inter-SemiBold.woff' | file_url }}") format("woff"),
       url("{{ 'Inter-SemiBold.woff2' | file_url }}") format("woff2");
  font-weight: 600;
}

@font-face {
  font-family: 'Inter-Regular';
  src: url("{{ 'Inter-Regular.eot' | file_url }}") format("eot"),
       url("{{ 'Inter-Regular.woff' | file_url }}") format("woff"),
       url("{{ 'Inter-Regular.woff2' | file_url }}") format("woff2");
  font-weight: normal;
}

@font-face {
  font-family: 'Inter-500';
  src: url("{{ 'Inter-Medium.eot' | file_url }}") format("eot"),
       url("{{ 'Inter-Medium.woff' | file_url }}") format("woff"),
       url("{{ 'Inter-Medium.woff2' | file_url }}") format("woff2");
  font-weight: 500;
}

@font-face {
  font-family: 'Inter-100';
  src: url("{{ 'Inter-Thin.eot' | file_url }}") format("eot"),
       url("{{ 'Inter-Thin.woff' | file_url }}") format("woff"),
       url("{{ 'Inter-Thin.woff2' | file_url }}") format("woff2");
  font-weight: 100;
}

@font-face {
  font-family: 'Inter-300';
  src: url("{{ 'Inter-Light.eot' | file_url }}") format("eot"),
       url("{{ 'Inter-Light.woff' | file_url }}") format("woff"),
       url("{{ 'Inter-Light.woff2' | file_url }}") format("woff2");
  font-weight: 300;
}

@font-face {
  font-family: 'Inter-Bold';
  src: url("{{ 'Inter-Bold.eot' | file_url }}") format("eot"),
       url("{{ 'Inter-Bold.woff' | file_url }}") format("woff"),
       url("{{ 'Inter-Bold.woff2' | file_url }}") format("woff2");
  font-weight: bold;
}

@font-face {
  font-family: 'Inter-Extra-Bold';
  src: url("{{ 'Inter-ExtraBold.eot' | file_url }}") format("eot"),
       url("{{ 'Inter-ExtraBold.woff' | file_url }}") format("woff"),
       url("{{ 'Inter-ExtraBold.woff2' | file_url }}") format("woff2");
  font-weight: 800; /* Using 800 for Extra-Bold */
}

@font-face {
  font-family: 'Inter-900';
  src: url("{{ 'Inter-Black.eot' | file_url }}") format("eot"),
       url("{{ 'Inter-Black.woff' | file_url }}") format("woff"),
       url("{{ 'Inter-Black.woff2' | file_url }}") format("woff2");
  font-weight: 900;
}

/* STICKY STYLING */

.bg-0996dc {
  background-color: #0996dc;
}

.bg-8233FF {
  background-color: #8233ff;
}

.bg-381C76 {
  background-color: #381c76;
}

.kaspersky-sticky-header {
  position: relative;
}

.kaspersky-sticky-header__wrapper {
  display: flex;
  position: fixed;
  top: 153px;
  left: 50%;
  transform: translateX(-50%);
  background-color: black;
  width: 100%;
  max-width: 1100px;
  z-index: 10;
}

.kaspersky-sticky-header__item {
  flex-grow: 1;
  padding-bottom: 20px;
  background-color: white;
  box-shadow: 0 12px 32px rgba(29, 29, 27, 0.2);
}

.kaspersky-sticky-header__band {
  width: 100%;
  height: 14px;
  position: relative;
}

.kaspersky-sticky-header__arrow {
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translate(-50%) rotate(45deg);
  width: 12px;
  height: 12px;
}

.kaspersky-sticky-header__item-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
}

.kaspersky-sticky-header__item-wrapper img {
  height: 60px;
  margin-right: 8px;
}

.kaspersky-sticky-header__item-content-box {
  font-family: 'Inter', sans-serif;
  display: flex;
  flex-direction: column;
  min-width: 142px;
}

.kaspersky-sticky-header__item-heading {
  font-weight: 350;
  color: #1d1d1b;
  line-height: 1;
  margin-bottom: 5px;
}

.kaspersky-sticky-header__item-sub-heading {
  font-size: 12px;
  line-height: 1;
}



/* CLOSE STICKY STYLING */

.kaspersky-software-landing__software-selections-card-feature-text {
  line-height: 1.4 !important;
}


.d-block {
  display: block;
}


.hidden {
  display: none !important;
}

.kaspersky-software-landing__site-frame {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.kaspersky-software-landing__header-container {
  min-height: 550px;
  display: flex;
}

.kaspersky-software-landing__header-main-heading {
  color: #1d1d1b;
  font-family: Inter-Bold, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2;
  margin: 20px 0 10px 0;
}

.kaspersky-software-landing__header-content-container {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 50%;
  margin-right: auto;
  padding-right: 20px;
  display: flex;
}

.kaspersky-software-landing__header-paragraph {
  color: #444;
  font-family: Inter-300, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}

.kaspersky-software-landing__header-desktop-image {
  position: absolute;
  top: 8%;
  bottom: auto;
  left: auto;
  right: -5%;
}

.kaspersky-software-landing__header-divider {
  background-color: #000;
  width: 25%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.kaspersky-software-landing__header {
  justify-content: center;
  align-items: flex-start;
  height: 500px;
}

.kaspersky-software-landing__header-savings-pill {
  color: #000;
  background-color: #ffe810;
  border-radius: 100px;
  padding: 0 15px;
  font-family: Inter-600, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.kaspersky-software-landing__header-logo {
  height: 25px;
  margin-bottom: 20px;
  margin-left: 4px;
}

.kaspersky-software-landing__software-selections {
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 100px;
  display: flex;
  position: relative;
}

.kaspersky-software-landing__software-selections-container {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
  top: -33px;
}

.kaspersky-software-landing__software-selections-card {
  flex-flow: column;
  flex: 1;
  align-items: center;
  display: flex;
}

.kaspersky-software-landing__software-selections-card-feature-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  font-family: Inter-600, sans-serif;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  color: #333;
}

.kaspersky-software-landing__software-selections-card-feature-block.kaspersky-software-landing__software-selections-card-feature-block-orange {
  background-image: linear-gradient(90deg, #ff8e40, #ffe41b);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.kaspersky-software-landing__software-selections-card-content-container {
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 40px 20px 20px;
  font-family: Inter-500, sans-serif;
  display: flex;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, .12);
  height:664px;
}

.kaspersky-software-landing__software-selections-card-header {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Inter-Regular, sans-serif;
  font-size: 20px;
  font-weight: 300;
  display: flex;
  position: relative;
}

.kaspersky-software-landing__software-selections-card-header.kaspersky-software-landing__software-selections-card-header-background-blue {
  background-color: #0996dc;
}

.kaspersky-software-landing__software-selections-card-header.kaspersky-software-landing__software-selections-card-header-background-light-purple {
  background-color: #8233ff;
}

.kaspersky-software-landing__software-selections-card-header.kaspersky-software-landing__software-selections-card-header-dark-purple {
  background-color: #381c76;
}

.kaspersky-software-landing__software-selections-card-header-arrow {
  border-radius: 2px;
  width: 15px;
  height: 15px;
  position: absolute;
  top: auto;
  bottom: -15%;
  left: 50%;
  right: 0%;
  transform: rotate(45deg)translate(-50%);
}

.kaspersky-software-landing__software-selections-card-header-arrow.kaspersky-software-landing__software-selections-card-header-arrow-blue {
  background-color: #0996dc;
}

.kaspersky-software-landing__software-selections-card-header-arrow.kaspersky-software-landing__software-selections-card-header-arrow-light-purple {
  background-color: #8233ff;
}

.kaspersky-software-landing__software-selections-card-header-arrow.kaspersky-software-landing__software-selections-card-header-arrow-dark-purple {
  background-color: #381c76;
}

.kaspersky-software-landing__software-selections-card-content-sub-text {
  color: #6e6e6e;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 400;
  font-family: Inter-Regular;
}

.kaspersky-software-landing__software-selections-card-price-button {
  font-family: Inter-600, sans-serif;
  border-radius: 8px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  padding: 15px 30px;
  font-size: 16px;
  display: flex;
  color: #fff;
}

.kaspersky-software-landing__software-selections-card-price-button.kaspersky-software-landing__software-selections-card-price-button-light-purple {
  background-color: #8233ff;
}

.kaspersky-software-landing__software-selections-card-price-button.kaspersky-software-landing__software-selections-card-price-button-dark-purple {
  background-color: #381c76;
}

.kaspersky-software-landing__software-selections-card-price-button.kaspersky-software-landing__software-selections-card-price-button-blue {
  background-color: #0996dc;
}

.kaspersky-software-landing__software-selections-card-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.kaspersky-software-landing__software-selections-card-content-logo-box {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.kaspersky-software-landing__software-selections-card-content-logo {
  height: 56px;
  margin-right: 8px;
}

.kaspersky-software-landing__software-selections-card-content-logo-content-span {
  color: #979797;
  font-size: 14px;
}

.kaspersky-software-landing__software-selections-card-content-logo-content {
  font-family: Inter-Regular, Sans-serif;
  font-size: 16px;
  color: #000;
  line-height: 1.3;
}

.kaspersky-software-landing__software-selections-card-feature-li {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
  font-size: 15px;
  display: flex;
}

.kaspersky-software-landing__software-selections-card-feature-li-check {
  height: 10px;
  margin-top: 8px;
  margin-right: 20px;
}

.kaspersky-software-landing__software-selections-card-feature-container {
  width: 100%;
  height: 100%;
}

.kaspersky-software-landing__software-selections-card-price {
  font-family: Inter-600, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #333;
}

.kaspersky-software-landing__product-of-the-year {
  margin-bottom: 100px;
}

.kaspersky-software-landing__product-of-the-year-container {
  align-items: center;
  display: flex;
}

.kaspersky-software-landing__product-of-the-year-content-wrapper {
  margin-right: auto;
}

.kaspersky-software-landing__feature-image {
  width: 45%;
  margin-left: 40px;
}

.kaspersky-software-landing__feature-heading {
  color: #1d1d1b;
  margin-bottom: 40px;
  font-family: Inter-Bold, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2;
}

.kaspersky-software-landing__buy-with-confidence {
  margin-bottom: 100px;
}

.kaspersky-software-landing__buy-with-confidence-wrapper {
  align-items: center;
  display: flex;
}

.kaspersky-software-landing__buy-with-confidence-image {
  width: 35%;
  margin-right: 40px;
}

.kaspersky-software-landing__winner {
  margin-bottom: 100px;
}

.kaspersky-software-landing__winner-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.kaspersky-software-landing__winner-content-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.kaspersky-software-landing__winner-desktop-image {
  cursor: pointer;
  max-height: 450px;
}

.kaspersky-software-landing__software-selections-card-feature-li-check-mark {
  height: 10px;
  margin-top: 8px;
  margin-right: 20px;
}

.kaspersky-software-landing__feature-ul {
  margin-top: 40px;
}

.kaspersky-software-landing__software-selections-card-feature-li-text-chain {
  font-family: Inter-300, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
}

.kaspersky-software-landing__software-selections-card-feature-li-text-chain strong {
  font-family: Inter-600, sans-serif;
  color: #000;
}

.kasperskty-software-landing__most-wanted {
  margin-bottom: 60px;
}

.kasperskty-software-landing__most-wanted-heading {
  color: #1d1d1b;
  text-align: center;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2;
}

.kasperskty-software-landing__most-wanted-sub-text {
  color: #444;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}

.kasperskty-software-landing__most-wanted-logos-box {
  margin-top: 20px;
  display: flex;
}

.kasperskty-software-landing__most-wanted-logo-box-image {
  height: 75px;
  margin-top: 5px;
}

.kasperskty-software-landing__most-wanted-logo-box {
  color: #666;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: 12px;
  display: flex;
}

.kaspersky-software-landing__winner-content-left-wrapper {
  margin-right: 40px;
}

.kaspersky-software-landing__faq {
  padding-top: 60px;
  padding-bottom: 60px;
}

.kaspersky-software-landing__faq.kaspersky-software-landing__faq-background-grey {
  background-color: #f3f3f3;
}

.kaspersky-software-landing__faq-dropdown {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-family: Inter, sans-serif;
  font-weight: 300;
  display: flex;
}

.kaspersky-software-landing__faq-dropdown-toggle {
  flex-flow: column;
  width: 100%;
  font-size: 20px;
  display: flex;
}

.kaspersky-software-landing__faq-dropdown-toggle.w--open {
  font-size: 20px;
  font-weight: 300;
}

.kaspersky-software-landing__faq-dropdown-list {
  position: static;
}

.kaspersky-software-landing__faq-dropdown-list.w--open {
  background-color: #f3f3f3;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 17px;
  line-height: 1.3;
}

.kaspersky-software-landing__faq-dropdown-list-text {
  text-align: left;
}

.kaspersky-software-landing__feature-text-link {
  color: #00836f;
  text-decoration: none;
}

.kaspersky-software-landing__digital-life-card-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.kaspersky-software-landing__digital-life {
  margin-bottom: 100px;
}

.kaspersky-software-landing__software-selections-card-feature-top {
  background-color: #f5fafd;
  border-top: 1px solid #0996dc;
  width: 100%;
  padding: 20px;
  font-family: Inter, sans-serif;
}

.kaspersky-software-landing__software-selections-card-feature-heading {
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 1.5;
  color: #333;
}

.kaspersky-software-landing__software-selections-card-top-container {
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Inter, sans-serif;
  display: flex;
}

.kaspersky-software-landing__software-selections-card-feature {
  background-color: #f5fafd;
  border-top: 1px solid #bcdaf1;
  width: 100%;
  padding: 20px;
  font-family: Inter, sans-serif;
}

.kaspersky-software-landing__software-selections-card-feature.margin-bottom-auto {
  margin-bottom: auto;
}

.kaspersky-software-landing__software-selections-card-feature-top-light-purple {
  background-color: #f8f5ff;
  border-top: 1px solid #8233ff;
  width: 100%;
  padding: 20px;
  font-family: Inter, sans-serif;
}

.kaspersky-software-landing__software-selections-card-feature-light-purple {
  background-color: #f8f5ff;
  border-top: 1px solid #cfb8fc;
  width: 100%;
  padding: 20px;
  font-family: Inter, sans-serif;
}

.kaspersky-software-landing__software-selections-card-feature-top-dark-purple {
  background-color: #f5f3f8;
  border-top: 1px solid #381c76;
  width: 100%;
  padding: 20px;
  font-family: Inter, sans-serif;
  line-height: 1.4;
}

.kaspersky-software-landing__software-selections-card-feature-dark-purple {
  background-color: #f5f3f8;
  border-top: 1px solid #b7aecc;
  width: 100%;
  padding: 20px;
  font-family: Inter, sans-serif;
}

.kaspersky-software-landing__digital-life-heading {
  color: #1d1d1b;
  text-align: center;
  margin-bottom: 40px;
  font-family: Inter, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2;
}

.kaspersky-software-landing__digital-life-sub-text {
  color: #444;
  text-align: center;
  margin-bottom: 40px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}

.kaspersky-software-landing__header-mobile-image {
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.kaspersky-software-landing__winner-mobile-heading {
  color: #1d1d1b;
  margin-bottom: 40px;
  font-family: Inter, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2;
  display: none;
}

.kaspersky-software-landing__winner-mobile-image {
  cursor: pointer;
  max-height: 450px;
  display: none;
}

.kaspersky-software-landing__software-selections-card-bottom-price-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.kaspersky-software-landing__software-selections-card-bottom-price-block-select {
  color: #000;
  background-color: #fff;
  border: 2px solid #23d1ae;
  width: 100%;
  padding: 10px;
  margin-bottom: 8px;
}

.kaspersky-software-landing__software-selections-card-bottom-price-block-savings-text {
  color: #000;
  background-color: #ffe810;
  border-radius: 100px;
  padding: 0 15px;
  font-family: Inter-600, sans-serif;
  font-size: 20px;
  font-weight: 600;
  display: inline-flex;
}

.kaspersky-software-landing__software-selections-card-bottom-price-block-form {
  width: 100%;
}

.kaspersky-software-landing__software-selections-card-bottom-price-block-savings {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.kaspersky-software-landing__software-selections-card-bottom-price-block-savings-main-text {
  color: #666;
  margin-bottom: 15px;
  font-family: Inter-Regular, sans-serif;
  font-size: 16px;
  line-height: 1;
}

.kaspersky-software-landing__software-selections-card-bottom-price-block-savings-main-price {
  color: #000;
  font-family: Inter-600, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
}

.kaspersky-software-landing__software-selections-card-bottom-price-block-button {
  text-align: center;
  background-color: #ff3748;
  border-radius: 4px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}

.kaspersky-software-landing__software-selections-card-bottom-price-block-savings-was {
  color: #666;
  font-family: Inter-Regular, sans-serif;
  font-size: 18px;
  text-decoration: line-through;
  line-height: 1.2;
}

.kaspersky-software-landing__software-selections-card-top {
  width: 100%;
  height: 3630px;
}

.kaspersky-software-landing__software-selections-card-bottom-price-block-bottom-apps {
  color: #444;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.kaspersky-software-landing__software-selections-card-bottom-price-block-bottom-text {
  color: #646464;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.kaspersky-software-landing__feature-text {
  color: #444;
  font-family: Inter-300, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}

.kaspersky-left-column-p-block {
  display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 40px;
}

/* ACCORDION CSS */

.kaspersky-accordion__section {
  background-color: rgb(248, 248, 248);
  padding: 70px 0;
}

.kaspersky-accordion__site-frame {
  max-width: 1100px;
  margin: 0 auto;
}

.kaspersky-accordion__content {
  display: none;
  padding: 15px 0 50px 67px;
  border-bottom: 1px solid #ddd;
  color: #444;
  font-family: 'Inter-200', sans-serif;
  font-weight: 300;
  line-height: 1.4;
  font-size: 18px;
}

.kaspersky-accordion__page-header {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 30px;
  text-align: center;
  margin-bottom: 50px;
  color: #000;
}

.kaspersky-accordion__content.active {
  display: block;
}

.kaspersky-accordion__content ul {
  margin-bottom: 20px;
}

.kaspersky-accordion__content span {
  display: block;
}

.kaspersky-accordion__content span:not(:last-child) {
  margin-bottom: 20px;
}

.kaspersky-accordion__header {
  padding: 20px;
  cursor: pointer;
  background-color: transparent;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  color: #1d1d1b;
  font-family: 'Inter-600', sans-serif;
  font-size: 22px;
  font-weight: 460;
}

.kaspersky-accordion__header:hover {
  background-color: rgba(35, 209, 174, 0.08);
  transition: all 0.5s;
}

.kaspersky-accordion__header.active {
  background-color: rgba(35, 209, 174, 0.08);
}

.kaspersky-accordion__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-right: 18px; /* Space between icon and text */
  padding: 0 5px 3px 5px;
  background-color: rgb(255, 255, 255);
  color: #23d1ae;
  box-shadow: 0 2px 4px rgba(35, 209, 174, 0.24);
  font-size: 24px;
  border-radius: 4px;
  line-height: 1;
  font-weight: 400 !important;
}

.kaspersky-accordion__icon.hover {
  background-color: #00a88e; /* Background color for icon on hover */
  color: #fff;
  transition: all 0.5s;
}

.kaspersky-accordion__icon.active {
  background-color: #23d1ae; /* Background color for icon when active */
  color: #fff;
}

.kaspersky-accordion__icon-link {
  text-decoration: none;
  color: #00836f;
}


@media screen and (max-width: 991px) {
  .kaspersky-software-landing__site-frame {
    padding-left: 20px;
    padding-right: 20px;
  }

  .kaspersky-software-landing__header-main-heading {
    margin-top: 10px;
    font-size: 38px;
  }

  .kaspersky-software-landing__header-content-container {
    max-width: 60%;
  }

  .kaspersky-software-landing__header-paragraph {
    font-size: 16px;
  }

  .kaspersky-software-landing__header-desktop-image {
    max-width: 85%;
    top: 0%;
    right: -36%;
  }

  .kaspersky-software-landing__header-divider {
    width: 20%;
  }

  .kaspersky-software-landing__header-savings-pill {
    font-size: 18px;
  }

  .kaspersky-software-landing__software-selections-container {
    flex-flow: column;
    align-items: stretch;
    position: static;
  }

  .kaspersky-software-landing__software-selections-card {
    flex-flow: column;
    display: flex;
  }

  .kaspersky-software-landing__software-selections-card-content-container {
    margin-bottom: 20px;
  }

  .kaspersky-software-landing__software-selections-card-container {
    display: none;
  }

  .kaspersky-software-landing__software-selections-card-feature-li {
    justify-content: flex-start;
    align-items: flex-start;
    font-family: Inter-regular;
  }

  .kaspersky-software-landing__software-selections-card-feature-container {
    min-height: auto;
  }

  .kaspersky-software-landing__product-of-the-year-container {
    flex-flow: column-reverse wrap-reverse;
  }

  .kaspersky-software-landing__feature-image {
    width: 80%;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .kaspersky-software-landing__feature-heading {
    margin-top: 10px;
    font-size: 38px;
    display: none;
  }

  .kaspersky-software-landing__buy-with-confidence-wrapper {
    flex-flow: column;
  }

  .kaspersky-software-landing__buy-with-confidence-image {
    width: 80%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .kaspersky-software-landing__winner-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .kaspersky-software-landing__winner-content-wrapper {
    flex-flow: column-reverse wrap-reverse;
  }

  .kaspersky-software-landing__winner-desktop-image {
    width: 100%;
    max-height: none;
    margin-bottom: 30px;
    display: none;
  }

  .kasperskty-software-landing__most-wanted-heading {
    margin-top: 10px;
    font-size: 38px;
  }

  .kasperskty-software-landing__most-wanted-sub-text {
    font-size: 16px;
  }

  .kasperskty-software-landing__most-wanted-logos-box {
    flex-flow: wrap;
  }

  .kasperskty-software-landing__most-wanted-logo-box-text {
    text-align: center;
  }

  .kasperskty-software-landing__most-wanted-logo-box {
    margin-right: 20px;
  }

  .kaspersky-software-landing__winner-content-left-wrapper {
    margin-right: 0;
  }

  .kaspersky-software-landing__digital-life-card-wrapper {
    flex-flow: column;
    align-items: stretch;
    position: static;
  }

  .kaspersky-software-landing__digital-life-heading {
    font-size: 38px;
  }

  .kaspersky-software-landing__digital-life-sub-text {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .kaspersky-software-landing__header-mobile-image {
    max-width: 85%;
    top: 0%;
    right: -36%;
  }

  .kaspersky-software-landing__winner-mobile-heading {
    margin-top: 10px;
    font-size: 38px;
    display: block;
  }

  .kaspersky-software-landing__winner-mobile-image {
    width: 100%;
    max-height: none;
    margin-bottom: 30px;
    display: block;
  }

  .kaspersky-software-landing__software-selections-card-bottom-price-block {
    padding-top: 40px;
  }

  .kaspersky-software-landing__software-selections-card-bottom-price-block-savings-text {
    font-size: 18px;
  }

  .kaspersky-software-landing__software-selections-card-top {
    height: auto;
  }

  .kaspersky-software-landing__feature-text {
    font-size: 16px;
  }
}

@media screen and (max-width: 1100px) {
  .kaspersky-sticky-header {
    display: none !important;
  }

@media screen and (max-width: 767px) {
  .kaspersky-software-landing__header-container {
    flex-flow: column;
    align-items: stretch;
  }

  .kaspersky-software-landing__header-content-container {
    max-width: 100%;
    margin-right: 0;
    padding-right: 0;
  }

  .kaspersky-software-landing__header-paragraph {
    margin-bottom: 40px;
  }

  .kaspersky-software-landing__header-desktop-image {
    max-width: 100%;
    margin-bottom: 40px;
    display: none;
    position: static;
  }

  .kaspersky-software-landing__header-divider {
    width: 30%;
  }

  .kaspersky-software-landing__header {
    height: auto;
  }

  .kaspersky-software-landing__header-logo {
    margin-top: 20px;
  }

  .kaspersky-software-landing__software-selections {
    margin-bottom: 80px;
  }

  .kaspersky-software-landing__software-selections-card-container {
    display: none;
  }

  .kaspersky-software-landing__software-selections-card-feature-container {
    min-height: auto;
  }

  .kaspersky-software-landing__product-of-the-year {
    margin-bottom: 80px;
  }

  .kaspersky-software-landing__product-of-the-year-content-wrapper {
    margin-right: 0;
  }

  .kaspersky-software-landing__feature-image {
    width: 100%;
  }

  .kaspersky-software-landing__buy-with-confidence {
    margin-bottom: 80px;
  }

  .kaspersky-software-landing__buy-with-confidence-image {
    width: 100%;
  }

  .kaspersky-software-landing__winner-content-wrapper {
    flex-flow: column-reverse wrap-reverse;
  }

  .kaspersky-software-landing__winner-desktop-image, .kasperskty-software-landing__most-wanted {
    margin-bottom: 20px;
  }

  .kasperskty-software-landing__most-wanted-logos-box {
    flex-flow: column;
    margin-top: 40px;
  }

  .kasperskty-software-landing__most-wanted-logo-box-text {
    line-height: 1.3;
  }

  .kasperskty-software-landing__most-wanted-logo-box {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .kaspersky-software-landing__header-mobile-image {
    max-width: 100%;
    display: block;
    position: static;
  }

  .kaspersky-software-landing__winner-mobile-image {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {

  .kaspersky-software-landing__software-selections-card-content-container {
    height: auto;
  }

  .kaspersky-software-landing__header-desktop-image {
    position: static;
  }

  .kaspersky-software-landing__header-divider {
    width: 50%;
  }

  .kaspersky-software-landing__software-selections-container {
    justify-content: flex-start;
  }

  .kaspersky-software-landing__software-selections-card-content-sub-text {
    font-size: 13px;
    font-family: 'Inter', sans-serif;
  }

  .kaspersky-software-landing__feature-image, .kaspersky-software-landing__buy-with-confidence-image {
    width: 100%;
  }

  .kaspersky-software-landing__digital-life-card-wrapper {
    justify-content: flex-start;
  }

  .kaspersky-software-landing__header-mobile-image {
    position: static;
  }

  .kaspersky-software-landing__software-selections-card-bottom-price-block {
    margin-bottom: 0px;
    padding: 20px;
  }

  .kaspersky-software-landing__winner {
    margin-bottom: 30px;
  }

  .kaspersky-software-landing__software-selections-card-bottom-price-block-bottom-text {
    margin-bottom: 20px;
  }

  .kaspersky-software-landing__software-selections-card-bottom-price-block-select {
    padding: 20px;
    height: 50px;
  }

  .kaspersky-software-landing__software-selections-card-feature-li-text {
        font-family: 'Inter', sans-serif;
  }

  .kaspersky-software-landing__product-of-the-year {
    margin-bottom: 50px;
  }

  .kaspersky-accordion__page-header {
    line-height: 1;
  }

  .kaspersky-accordion__content {
    font-size: 14px;
    margin-right: 40px;
  }
}