@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


/* header */
i[class*=" kondo_lined-"] {
    display: inline-block;
}

i[class*=" kondo_lined-"]:before {
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    vertical-align: middle;
    line-height: 1;
    float: left;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.kondo_lined-arrow-right:before {
    content: "";
}

.kondo_lined-tick:before {
    content: "";
}

i[class*=brand-svg-icons].brand-svg-icons,
i[class^=brand-svg-icons].brand-svg-icons {
    display: inline-block;
}

i[class*=brand-svg-icons].brand-svg-icons--display-block,
i[class^=brand-svg-icons].brand-svg-icons--display-block {
    display: block;
}

.brand-svg-icons {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.price {
    display: inline-block;
}

.price__inner {
    -js-display: flex;
    display: flex;
    flex-wrap: nowrap;
    align-items: baseline;
}

.price__code {
    font-size: 40%;
}

.link {
    color: inherit;
}

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

.feature-row {
    -js-display: flex;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.feature-row__icon {
    margin-right: 0.625rem;
    font-size: 1.25rem;
}

.feature-row__text {
    line-height: 1;
    margin-bottom: 0;
}

.trustpilot-stars__holder {
    margin: 1%;
}

.trustpilot-star {
    position: relative;
    height: 0;
    width: 100%;
    padding: 0 0 100%;
}

.trustpilot-star__svg {
    position: absolute;
    left: 0;
    top: 0;
    enable-background: new 0 0 96.1 96;
}

.ribbon {
    font-size: 0.875rem;
    letter-spacing: 0.0625rem;
    line-height: 1.5625rem;
    font-weight: 800;
    padding: 0.5rem 1.25rem 0.5rem 1.5rem;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    background-color: #3792d7;
    color: #fff;
}

.ribbon:before {
    top: 100%;
    left: 0;
    border-top: 0.625rem solid #2c75ac;
    border-left: 0.625rem solid transparent;
}

.ribbon:after,
.ribbon:before {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
}

.ribbon:after {
    display: block;
    top: 0;
    left: 100%;
    border-width: 1.3125rem 1rem 1.25rem 0;
    border-style: solid;
}

.ribbon--primary {
    background-color: #3792d7;
    color: #fff;
}

.ribbon--primary:before {
    border-top-color: #2c75ac;
    border-left-color: transparent;
}

.ribbon--primary:after {
    border-color: #3792d7 transparent #3792d7 #3792d7;
}

.ribbon--double-ended:before {
    display: block;
    top: 0;
    left: -0.9375rem;
    border-color: #3792d7 #3792d7 #3792d7 transparent;
    border-style: solid;
    border-width: 1.3125rem 0 1.25rem 1rem;
}

a {
    background-color: transparent;
}

strong {
    font-weight: bolder;
}

sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

img {
    border-style: none;
}

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

img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
}

::placeholder {
    color: #cacaca;
}

h2,
h4,
p {
    margin: 0;
    padding: 0;
}

p {
    margin-bottom: 1rem;
    font-size: inherit;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
}

i {
    font-style: italic;
}

i,
strong {
    line-height: inherit;
}

strong {
    font-weight: 700;
}

.h2,
h2,
h4 {
    font-family: Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: inherit;
    text-rendering: optimizeLegibility;
}

.h2,
h2 {
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem;
}

.h2,
h2 {
    font-size: 20px;
    font-size: 1.25rem;
}

h4 {
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem;
}

h4 {
    font-size: 18px;
    font-size: 1.125rem;
}


.grid-container {
    padding-right: .625rem;
    padding-left: .625rem;
    max-width: 1170px;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

.grid-x {
    -js-display: flex;
    display: flex;
    flex-flow: row wrap;
}

.cell {
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    width: 100%;
}

.cell.auto {
    flex: 1 1 0;
}

.cell.shrink {
    flex: 0 0 auto;
}

.grid-x>.auto,
.grid-x>.shrink {
    width: auto;
}

.grid-x>.small-12 {
    flex-basis: auto;
}

.grid-x>.small-12 {
    flex: 0 0 auto;
}

.grid-x>.small-12 {
    width: 100%;
}

.align-bottom {
    align-items: flex-end;
}

.align-middle {
    align-items: center;
}

.align-self-middle {
    align-self: center;
}

.small-order-1 {
    order: 1;
}

.small-order-2 {
    order: 2;
}

@media print,
screen and (min-width:40em) {

    .h2,
    h2 {
        font-size: 2.5rem;
    }

    h4 {
        font-size: 1.5625rem;
    }
}

a {
    line-height: inherit;
    color: #1779ba;
    text-decoration: none;
    cursor: pointer;
}

a:focus,
a:hover {
    color: #1468a0;
}

a img {
    border: 0;
}

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

.text-center {
    text-align: center;
}

@media print,
screen and (min-width:64em) {
    .large-text-left {
        text-align: left;
    }
}

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        print-color-adjust: economy;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    h2,
    p {
        orphans: 3;
        widows: 3;
    }

    h2 {
        page-break-after: avoid;
    }
}

h2,
h4,
p {
    font-family: var(--font-family) !important;
    font-size: 0.9375rem;
    color: #1d2023;
}

.h2 {
    margin: 0 0 1.5625rem;
    font-weight: 400;
    font-size: 2.8125rem;
    letter-spacing: 0;
    line-height: 3.75rem;
}

@media print,
screen and (max-width:39.99875em) {
    .h3--small {
        margin: 0 0 1.5625rem;
        font-weight: 400;
        font-size: 2.1875rem;
        letter-spacing: 0;
        line-height: 3.4375rem;
    }
}

p {
    margin: 0 0 0.625rem;
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.375rem;
    color: #5a636d;
}

.p--subtitle-1 {
    font-size: 1.125rem;
    line-height: 1.875rem;
}

.p--subtitle-3 {
    color: #5a636d;
    font-size: 1rem;
    line-height: 1.875rem;
}

.btn {
    border: unset;
    box-shadow: unset;
    outline: unset;
    background: var(--btn--bg-color-base);
    margin: var(--btn--margin);
    display: inline-block;
    line-height: 1;
    font-size: calc(var(--btn--base-font-size) + var(--btn--base-font-size-increment)*5);
    padding: calc(var(--btn--base-padding-top-bottom) + var(--btn--base-padding-top-bottom-increment)*5) calc(var(--btn--base-padding-left-right) + var(--btn--base-padding-left-right-increment)*5);
}

.btn__icon {
    padding-right: calc(var(--icon-button--padding-left-right) + var(--icon-button--padding-left-right-step)*5);
}

.btn__icon--right {
    padding-right: 0;
    padding-left: calc(var(--icon-button--padding-left-right) + var(--icon-button--padding-left-right-step)*5);
}

.btn__text {
    flex-grow: 1 !important;
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .btn {
        font-size: 1.75rem;
        padding: 0.78125rem 1.875rem;
    }

    .btn__icon {
        padding-right: 1.25rem;
    }

    .btn__icon--right {
        padding-right: 0;
        padding-left: 1.25rem;
    }
}

.btn {
    transition: background-color .2s ease-in-out;
    font-weight: 500;
    cursor: pointer;
    padding: 0;
}

@media print,
screen and (max-width:39.99875em) {
    .btn--small-secondary {
        background-color: #0bc86d;
        color: #fff;
        border-color: #0bc86d;
        border-radius: 0.3125rem;
    }

    .btn--small-secondary:focus,
    .btn--small-secondary:hover {
        background-color: #0cb061;
        color: #fff;
    }
}

@media print,
screen and (min-width:40em) and (max-width:63.99875em) {
    .btn--medium-secondary {
        background-color: #0bc86d;
        color: #fff;
        border-color: #0bc86d;
        border-radius: 0.3125rem;
    }

    .btn--medium-secondary:focus,
    .btn--medium-secondary:hover {
        background-color: #0cb061;
        color: #fff;
    }
}

@media print,
screen and (min-width:64em) {
    .btn--large-secondary {
        background-color: #0bc86d;
        color: #fff;
        border-color: #0bc86d;
        border-radius: 0.3125rem;
    }

    .btn--large-secondary:focus,
    .btn--large-secondary:hover {
        background-color: #0cb061;
        color: #fff;
    }
}

.btn--icon .btn__icon {
    vertical-align: text-top;
}

@media print,
screen and (max-width:39.99875em) {
    .btn--small-xlarge {
        font-size: 1.25rem;
        line-height: 3.4375rem;
    }

    .btn--small-xlarge.btn--icon .btn__text {
        margin: auto 2.5rem;
    }

    .btn--small-xlarge.btn--icon .btn__icon {
        margin: auto auto auto 1.25rem;
        padding: 0;
    }

    .btn--small-xlarge.btn--icon-right .btn__icon {
        margin: auto 2.5rem auto auto;
    }
}

@media print,
screen and (min-width:40em) and (max-width:63.99875em) {
    .btn--medium-xlarge {
        font-size: 1.25rem;
        line-height: 3.4375rem;
    }

    .btn--medium-xlarge.btn--icon .btn__text {
        margin: auto 2.5rem;
    }

    .btn--medium-xlarge.btn--icon .btn__icon {
        margin: auto auto auto 1.25rem;
        padding: 0;
    }

    .btn--medium-xlarge.btn--icon-right .btn__icon {
        margin: auto 2.5rem auto auto;
    }
}

@media print,
screen and (min-width:64em) {
    .btn--large-xlarge {
        font-size: 1.25rem;
        line-height: 3.4375rem;
    }

    .btn--large-xlarge.btn--icon .btn__text {
        margin: auto 2.5rem;
    }

    .btn--large-xlarge.btn--icon .btn__icon {
        margin: auto auto auto 1.25rem;
        padding: 0;
    }

    .btn--large-xlarge.btn--icon-right .btn__icon {
        margin: auto 2.5rem auto auto;
    }
}

@media print,
screen and (max-width:39.99875em) {
    .btn--small-xlarge {
        font-size: 1.25rem;
        line-height: 3.4375rem;
    }

    .btn--small-xlarge.btn--icon .btn__text {
        margin: auto 1.125rem;
    }

    .btn--small-xlarge.btn--icon .btn__icon {
        margin: auto auto auto 1.125rem;
        padding: 0;
    }

    .btn--small-xlarge.btn--icon-right .btn__icon {
        margin: auto 1.125rem auto auto;
    }
}

@media print,
screen and (min-width:40em) and (max-width:63.99875em) {
    .btn--medium-xlarge {
        font-size: 1.25rem;
        line-height: 3.4375rem;
    }

    .btn--medium-xlarge.btn--icon .btn__text {
        margin: auto 1.125rem;
    }

    .btn--medium-xlarge.btn--icon .btn__icon {
        margin: auto auto auto 1.125rem;
        padding: 0;
    }

    .btn--medium-xlarge.btn--icon-right .btn__icon {
        margin: auto 1.125rem auto auto;
    }
}

@media print,
screen and (min-width:64em) {
    .btn--large-xlarge {
        font-size: 1.25rem;
        line-height: 3.4375rem;
    }

    .btn--large-xlarge.btn--icon .btn__text {
        margin: auto 1.125rem;
    }

    .btn--large-xlarge.btn--icon .btn__icon {
        margin: auto auto auto 1.125rem;
        padding: 0;
    }

    .btn--large-xlarge.btn--icon-right .btn__icon {
        margin: auto 1.125rem auto auto;
    }
}

.award-container {
    -js-display: inline-flex;
    display: inline-flex;
}

.full-width-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 1.875rem;
    z-index: 10;
    max-width: 1140px;
}

.full-width-header .trustpilot-logo {
    width: 8.125rem;
    margin-right: 1.25rem;
}

.full-width-header .trustpilot-logo__dark {
    color: #000;
    filter: drop-shadow(0 0 0.625rem white);
}

.full-width-header .trustpilot-stars {
    width: 5.625rem;
}

.full-width-header .logo img {
    width: 14.375rem;
}

.full-width-image-hero {
    color: #fff;
    padding-top: 8.125rem;
    margin: 0 0 5.3125rem;
    position: relative;
}

.full-width-image-hero:after {
    content: "";
    background: linear-gradient(90deg, #1d2023, #1d2023 19%, #fff 75%);
    background: linear-gradient(90deg, #1d2023, #1d2023 19%, hsla(0, 0%, 100%, 0) 75%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -3;
}

.full-width-image-hero__bg-img {
    position: absolute;
    height: 100%;
    width: 85%;
    right: 0;
    background-size: cover;
    background-position: 50%;
    bottom: 0;
    z-index: -10;
}

.full-width-image-hero__pretitle {
    margin-bottom: 0.9375rem;
}

.full-width-image-hero__pretitle * {
    margin: 0;
}

.full-width-image-hero__title {
    margin-bottom: 1.25rem;
    max-width: 38rem;
}

.full-width-image-hero__subtitle {
    margin-bottom: 1.5625rem;
}

.full-width-image-hero__subtitle h4 {
    margin: 0 0 1.5625rem;
    font-weight: 400;
    font-size: 1.5625rem;
    letter-spacing: 0;
    line-height: 2.5rem;
    color: #fff;
}

.full-width-image-hero__feature-holder {
    margin-bottom: 2.1875rem;
}

.full-width-image-hero__feature-holder .feature-row__icon {
    color: #0cb061;
    font-size: 1rem;
}

.full-width-image-hero__feature-holder .feature-row__text {
    color: #fff;
    font-size: 1.125rem;
}

.full-width-image-hero__cta-wrapper {
    margin-bottom: 1.875rem;
}

.full-width-image-hero__price-block .full-width-image-hero__discount-price {
    font-weight: 400;
    font-size: 2.8125rem;
    letter-spacing: 0;
    line-height: 3.75rem;
    line-height: 1;
    margin: 0 0.625rem 0 1.5625rem;
    font-weight: 500;
}

.full-width-image-hero__price-block .full-width-image-hero__full-price {
    font-size: 1.125rem;
    line-height: 1.875rem;
    line-height: 1;
    color: #fff;
    margin-bottom: 0.3125rem;
    font-size: 0.875rem;
}

.full-width-image-hero__price-block .full-width-image-hero__savings {
    font-size: 1.125rem;
    line-height: 1.875rem;
    line-height: 1;
    color: #fff;
    font-size: 0.875rem;
}

.full-width-image-hero .btn__inner i {
    font-size: 1rem;
}

.full-width-image-hero__award-block {
    margin-right: 2.1875rem;
}

.full-width-image-hero__award-block:first-of-type .full-width-image-hero__award-block__award-text {
    width: 8.125rem;
}

.full-width-image-hero__award-block__image {
    margin-right: 0.9375rem;
}

.full-width-image-hero__award-block__image img {
    max-width: 5rem;
    width: 100%;
}

.full-width-image-hero__award-block__year {
    font-size: 0.75rem;
    line-height: 1;
    color: #fff;
    text-align: left;
}

.full-width-image-hero__award-block__award-text {
    font-weight: 400;
    font-size: 0.875rem;
    color: #979797;
    letter-spacing: 0.01563rem;
    color: #fff;
    line-height: 1;
    font-size: 0.75rem;
}

.full-width-image-hero__content {
    position: relative;
}

.full-width-image-hero__text-container {
    padding-bottom: 2.5rem;
}

.full-width-image-hero__img-container {
    position: relative;
}

.full-width-image-hero__img-container .full-width-image-hero__product-box {
    position: absolute;
    margin-left: auto;
    max-width: 100%;
    bottom: 3rem;
    right: -150px;
    left: 0;
}

.full-width-image-hero__img-container .full-width-image-hero__discount-sticker {
    position: relative;
    bottom: 1.875rem;
    right: 15.3125rem;
    background: #c42b34;
    width: 10rem;
    margin-left: auto;
    height: 10rem;
    border-radius: 50%;
    -js-display: flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.full-width-image-hero__img-container .full-width-image-hero__discount-sticker__line-1 {
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 2.1875rem;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}

.full-width-image-hero__img-container .full-width-image-hero__discount-sticker__line-2 {
    font-weight: 400;
    font-size: 3.4375rem;
    letter-spacing: -0.03438rem;
    line-height: 1;
    color: #fff;
    font-weight: 700;
    margin: 0;
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .full-width-image-hero .btn__icon {
        position: relative;
        left: 1.5625rem;
    }
}

@media only screen and (max-width:1366px) {
    .full-width-image-hero .full-width-image-hero__product-box {
        max-width: 21.875rem;
        right: 3.125rem;
    }

    .full-width-image-hero__img-container .full-width-image-hero__discount-sticker {
        display: none;
    }
}

@media print,
screen and (min-width:40em) {
    .full-width-image-hero__title .h2 {
        font-size: 3.125rem;
    }
}

@media print,
screen and (max-width:63.99875em) {
    .full-width-image-hero__bg-img {
        width: 93%;
    }

    .full-width-image-hero:after {
        background: linear-gradient(90deg, #1d2023, #1d2023 8%, #fff);
        background: linear-gradient(90deg, #1d2023, #1d2023 8%, hsla(0, 0%, 100%, 0));
    }

    .full-width-image-hero .full-width-image-hero__title {
        line-height: 2.8125rem;
        margin-right: auto;
        margin-left: auto;
    }

    .full-width-image-hero .full-width-image-hero__title .h3--small {
        line-height: 2.8125rem;
        margin-bottom: 0;
    }

    .full-width-image-hero .full-width-image-hero__price-block {
        justify-content: center;
        margin-bottom: 0.9375rem;
    }

    .full-width-image-hero .full-width-image-hero__price-block .full-width-image-hero__full-price {
        text-align: left;
    }

    .full-width-image-hero .full-width-image-hero__discount-price {
        margin-left: 0;
    }

    .full-width-image-hero .full-width-image-hero__feature-holder {
        margin-left: 0;
        margin-right: 0;
        display: inline-block;
    }
}

@media print,
screen and (max-width:39.99875em) {
    .full-width-image-hero__bg-img {
        width: 100%;
        top: 0;
        right: 0;
        z-index: -10;
    }

    .full-width-image-hero:after {
        background: linear-gradient(0deg, #1d2023, #1d2023 7%, #fff);
        background: linear-gradient(0deg, #1d2023, #1d2023 7%, hsla(0, 0%, 100%, 0));
    }

    .full-width-image-hero .full-width-image-hero__subtitle {
        margin-bottom: 1.0625rem;
    }

    .full-width-image-hero .full-width-image-hero__subtitle h4 {
        font-size: 1rem;
        margin-bottom: 0;
    }

    .full-width-image-hero__feature-holder .feature-row__text {
        font-size: 0.9375rem;
        text-align: left;
    }
}

.ribbon {
    --ribbon-color: #3792d7;
    background-color: var(--ribbon-color);
}

.ribbon:after,
.ribbon:before {
    border-top-color: var(--ribbon-color);
}

.ribbon:after {
    border-left-color: var(--ribbon-color);
    border-bottom-color: var(--ribbon-color);
    border-right-color: transparent;
}

.ribbon--double-ended:before {
    display: block;
    top: 0;
    left: -0.9375rem;
    border-left: 1rem solid transparent;
    border-bottom: 1.25rem solid var(--ribbon-color);
    border-right: 0 solid var(--ribbon-color);
    border-top: 1.3125rem solid var(--ribbon-color);
}

.ribbon--primary {
    --ribbon-color: #e63748;
}

.award-container {
    -js-display: inline-flex;
    display: inline-flex;
}

@media all {
    #id-QgBxxABks0aCzW1 .st0 {
        fill: url(https://www.totalav.com/ultra-deal?exit#id-QgBxxABks0aCzW1-Shadow_2_);
    }

    #id-QgBxxABks0aCzW1 .st1 {
        fill: url(https://www.totalav.com/ultra-deal?exit#id-QgBxxABks0aCzW1-Front_Base_1_);
    }

    #id-QgBxxABks0aCzW1 .st2 {
        fill: #595A5A;
    }

    #id-QgBxxABks0aCzW1 .st3 {
        fill: url(https://www.totalav.com/ultra-deal?exit#id-QgBxxABks0aCzW1-Side_Base_1_);
    }

    #id-QgBxxABks0aCzW1 .st4 {
        fill: #E63748;
    }

    #id-QgBxxABks0aCzW1 .st5 {
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
    }

    #id-QgBxxABks0aCzW1 .st6 {
        font-size: 190px;
        font-weight: 500;
    }

    #id-QgBxxABks0aCzW1 .st7 {
        fill: #FFFFFF;
    }

    #id-QgBxxABks0aCzW1 .st8 {
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
    }

    #id-QgBxxABks0aCzW1 .st9 {
        font-size: 55px;
    }

    #id-QgBxxABks0aCzW1 .st10 {
        font-size: 48px;
    }

    #id-QgBxxABks0aCzW1 .st11 {
        fill: #A0283F;
    }

    #id-QgBxxABks0aCzW1 .st12 {
        fill: none;
        stroke: #E73648;
        stroke-width: 3.9996;
        stroke-miterlimit: 9.9992;
    }

    #id-QgBxxABks0aCzW1 .st13 {
        fill-rule: evenodd;
        clip-rule: evenodd;
        fill: #E73548;
    }

    #id-QgBxxABks0aCzW1 .st14 {
        fill-rule: evenodd;
        clip-rule: evenodd;
        fill: #C52835;
    }

    #id-QgBxxABks0aCzW1 .st15 {
        fill-rule: evenodd;
        clip-rule: evenodd;
        fill: #FFFFFF;
    }

    #id-QgBxxABks0aCzW1 .st16 {
        fill: #1C1E20;
    }

    #id-QgBxxABks0aCzW1 .st17 {
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
    }
}

/* ultra deal */
.ultra-deal__title {
    text-align: center;
    margin-bottom: 3.125rem;
}

/* features  */
.our-features {
    margin: 5rem auto 0;
    color: #0a0a0a;
}

.grid-x.grid-padding-x.slider-block__content{
    height: 400px;
}

@media (min-width: 319px) and (max-width: 768px) {

    .grid-x.grid-padding-x.slider-block__content,
    .grid-container {
        height: auto;
    }

    .enhancement-container {
        .main-grid {
            display: block !important;
        }

        .main-container {
            width: 100% !important;
        }
    }

    .slider-block .slider-block__bg-vector {
        width: 100% !important;
    }

    .slider-block {
        margin: 0 !important;
    }

    .ultra-deal__awards-slider {
        margin-bottom: 0 !important;
    }
}

.our-features section {
    max-width: 75rem;
    margin: 0 auto;
    padding: 0 0.625rem;
}

@media (min-width: 40em) {
    .our-features section {
        padding: 0 0.9375rem;
    }
}

.our-features__intro {
    display: flex;
    flex-wrap: wrap;
}

.our-features__content {
    width: 970px;
    text-align: center;
    margin: 0 auto;
    padding: 0 15px;
}

@media (min-width: 40em) {
    .our-features__heading {
        font-size: 2.5rem;
    }
}

@media (max-width: 39.9988em) {
    .our-features__heading {
        font-size: 1.875rem;
        line-height: 2.8125rem;
        margin-bottom: 0.5rem;
    }
}

.our-features__heading {
    font-size: 2.8125rem;
    line-height: 1.4;
    margin-bottom: 40px;
    font-weight: 400;
}


.our-features__subtext {
    font-size: 1.125rem;
    line-height: 1.875rem;
    margin-bottom: 2.5rem;
}

.our-features__grid {
    display: flex;
    flex-wrap: wrap;
    margin-right: -.9375rem;
    margin-left: -.9375rem;
}

.our-features__item {
    width: 100%;
    padding-top: .9375rem;
    padding-bottom: .9375rem;
    margin: 0;
}

@media (min-width: 40em) {
    .our-features__item {
        width: 50%;
    }
}

@media (min-width: 64em) {
    .our-features__item {
        width: 33.3333%;
    }
}

.our-features__inner {
    max-width: 16.25rem;
    margin: auto;
    text-align: left;
}

@media (max-width: 39.9988em) {
    .our-features__inner {
        text-align: center;
    }
}

.our-features__icon {
    margin-bottom: 10px;
}

.our-features__icon img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.our-features__text h4 {
    font-size: 1.25rem;
    line-height: 1.875rem;
    margin-bottom: 0.5rem;
    font-weight: 400;
}


.our-features__text p {
    font-size: 14px;
    line-height: 1.5rem;
    /* color: #1d2023; */
    font-weight: 400;
}


/* Pricing Table */
.pricing-table-outer {

    i[class*=" kondo_lined-"] {
        display: inline-block;
    }

    i[class*=" kondo_lined-"]:before {
        font-family: kondo_lined-icons !important;
        font-style: normal;
        font-weight: 400 !important;
        font-variant: normal;
        text-transform: none;
        vertical-align: middle;
        line-height: 1;
        float: left;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .kondo_lined-arrow-right:before {
        content: "";
    }

    i[class*=brand-svg-icons].brand-svg-icons,
    i[class^=brand-svg-icons].brand-svg-icons {
        display: inline-block;
    }

    i[class*=brand-svg-icons].brand-svg-icons--display-block,
    i[class^=brand-svg-icons].brand-svg-icons--display-block {
        display: block;
    }

    .brand-svg-icons {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .corner-ribbon {
        position: absolute;
        left: -0.3125rem;
        top: 0;
        z-index: 1;
        overflow: hidden;
        width: 4.6875rem;
        height: 4.6875rem;
        text-align: right;
    }

    .corner-ribbon>span {
        font-size: 0.875rem;
        font-weight: 600;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        line-height: 1.5625rem;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        width: 6.25rem;
        display: block;
        position: absolute;
        top: 0.875rem;
        left: -1.4375rem;
        background-color: grey;
    }

    .corner-ribbon>span:before {
        content: "";
        position: absolute;
        left: 0;
        top: 100%;
        z-index: -1;
        border-right: 0.1875rem solid transparent;
        border-bottom: 0.1875rem solid transparent;
    }

    .price {
        display: inline-block;
    }

    .price__inner {
        -js-display: flex;
        display: flex;
        flex-wrap: nowrap;
        align-items: baseline;
    }

    .price__code {
        font-size: 40%;
    }

    a {
        background-color: transparent;
    }

    sup {
        font-size: 75%;
        line-height: 0;
        position: relative;
        vertical-align: baseline;
    }

    sup {
        top: -.5em;
    }

    img {
        border-style: none;
    }

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

    img {
        display: inline-block;
        vertical-align: middle;
        max-width: 100%;
        height: auto;
        -ms-interpolation-mode: bicubic;
    }

    ::placeholder {
        color: #cacaca;
    }

    h2,
    h5,
    p {
        margin: 0;
        padding: 0;
    }

    p {
        margin-bottom: 1rem;
        font-size: inherit;
        line-height: 1.6;
        text-rendering: optimizeLegibility;
    }

    i {
        font-style: italic;
    }

    i {
        line-height: inherit;
    }

    .h2,
    .h5,
    h2,
    h5 {
        font-family: Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
        font-style: normal;
        font-weight: 400;
        color: inherit;
        text-rendering: optimizeLegibility;
    }

    .h2,
    h2 {
        line-height: 1.4;
        margin-top: 0;
        margin-bottom: .5rem;
    }

    .h2,
    h2 {
        font-size: 20px;
        font-size: 1.25rem;
    }

    .h5,
    h5 {
        font-size: 17px;
        font-size: 1.0625rem;
    }

    .h5,
    h5 {
        line-height: 1.4;
        margin-top: 0;
        margin-bottom: .5rem;
    }

    @media print,
    screen and (min-width:40em) {

        .h2,
        h2 {
            font-size: 2.5rem;
        }

        .h5,
        h5 {
            font-size: 1.25rem;
        }
    }

    a {
        line-height: inherit;
        color: #1779ba;
        text-decoration: none;
        cursor: pointer;
    }

    a:focus,
    a:hover {
        color: #1468a0;
    }

    .text-center {
        text-align: center;
    }

    @media print {
        * {
            background: transparent !important;
            color: #000 !important;
            print-color-adjust: economy;
            box-shadow: none !important;
            text-shadow: none !important;
        }

        a,
        a:visited {
            text-decoration: underline;
        }

        a[href]:after {
            content: " (" attr(href) ")";
        }

        img {
            page-break-inside: avoid;
        }

        img {
            max-width: 100% !important;
        }

        h2,
        p {
            orphans: 3;
            widows: 3;
        }

        h2 {
            page-break-after: avoid;
        }
    }

    .grid-x {
        -js-display: flex;
        display: flex;
        flex-flow: row wrap;
    }

    .cell {
        flex: 0 0 auto;
        min-height: 0;
        min-width: 0;
        width: 100%;
    }

    .cell.auto {
        flex: 1 1 0;
    }

    .cell.shrink {
        flex: 0 0 auto;
    }

    .grid-x>.auto,
    .grid-x>.shrink {
        width: auto;
    }

    .grid-x>.small-4,
    .grid-x>.small-8 {
        flex-basis: auto;
    }

    @media print,
    screen and (min-width:40em) {
        .grid-x>.medium-10 {
            flex-basis: auto;
        }
    }

    .grid-x>.small-4,
    .grid-x>.small-8 {
        flex: 0 0 auto;
    }

    .grid-x>.small-4 {
        width: 33.3333333333%;
    }

    .grid-x>.small-8 {
        width: 66.6666666667%;
    }

    @media print,
    screen and (min-width:40em) {
        .grid-x>.medium-10 {
            flex: 0 0 auto;
        }

        .grid-x>.medium-10 {
            width: 83.3333333333%;
        }
    }

    .small-offset-4 {
        margin-left: 33.3333333333%;
    }

    @media print,
    screen and (min-width:40em) {
        .medium-offset-1 {
            margin-left: 8.3333333333%;
        }
    }

    .align-middle {
        align-items: center;
    }

    .align-self-middle {
        align-self: center;
    }

    .small-order-1 {
        order: 1;
    }

    .small-order-2 {
        order: 2;
    }

    @media screen and (max-width:39.99875em) {
        .show-for-medium {
            display: none !important;
        }
    }

    @media screen and (max-width:63.99875em) {
        .show-for-large {
            display: none !important;
        }
    }

    h2,
    h5,
    p {
        font-family: var(--font-family) !important;
        font-size: 0.9375rem;
        color: #1d2023;
    }

    .h2 {
        margin: 0 0 1.5625rem;
        font-weight: 400;
        font-size: 2.8125rem;
        letter-spacing: 0;
        line-height: 3.75rem;
    }

    .h5 {
        margin: 0 0 1.5625rem;
        font-weight: 400;
        font-size: 1.5625rem;
        letter-spacing: 0;
        line-height: 2.5rem;
    }

    .p,
    p {
        margin: 0 0 0.625rem;
        font-weight: 400;
        font-size: 0.9375rem;
        line-height: 1.375rem;
        color: #5a636d;
    }

    .p--note {
        font-weight: 400;
        font-size: 0.875rem;
        color: #979797;
        letter-spacing: 0.01563rem;
    }

    .btn {
        border: unset;
        box-shadow: unset;
        outline: unset;
        background: var(--btn--bg-color-base);
        margin: var(--btn--margin);
        display: inline-block;
        line-height: 1;
        font-size: calc(var(--btn--base-font-size) + var(--btn--base-font-size-increment)*5);
        padding: calc(var(--btn--base-padding-top-bottom) + var(--btn--base-padding-top-bottom-increment)*5) calc(var(--btn--base-padding-left-right) + var(--btn--base-padding-left-right-increment)*5);
    }

    .btn__icon {
        padding-right: calc(var(--icon-button--padding-left-right) + var(--icon-button--padding-left-right-step)*5);
    }

    .btn__icon--right {
        padding-right: 0;
        padding-left: calc(var(--icon-button--padding-left-right) + var(--icon-button--padding-left-right-step)*5);
    }

    .btn__text {
        flex-grow: 1 !important;
    }

    @media (-ms-high-contrast:none),
    screen and (-ms-high-contrast:active) {
        .btn {
            font-size: 1.75rem;
            padding: 0.78125rem 1.875rem;
        }

        .btn__icon {
            padding-right: 1.25rem;
        }

        .btn__icon--right {
            padding-right: 0;
            padding-left: 1.25rem;
        }
    }

    .btn {
        transition: background-color .2s ease-in-out;
        font-weight: 500;
        cursor: pointer;
        padding: 0;
    }

    @media print,
    screen and (max-width:39.99875em) {
        .btn--small-secondary {
            background-color: #0bc86d;
            color: #fff;
            border-color: #0bc86d;
            border-radius: 0.3125rem;
        }

        .btn--small-secondary:focus,
        .btn--small-secondary:hover {
            background-color: #0cb061;
            color: #fff;
        }
    }

    @media print,
    screen and (min-width:40em) and (max-width:63.99875em) {
        .btn--medium-secondary {
            background-color: #0bc86d;
            color: #fff;
            border-color: #0bc86d;
            border-radius: 0.3125rem;
        }

        .btn--medium-secondary:focus,
        .btn--medium-secondary:hover {
            background-color: #0cb061;
            color: #fff;
        }
    }

    @media print,
    screen and (min-width:64em) {
        .btn--large-secondary {
            background-color: #0bc86d;
            color: #fff;
            border-color: #0bc86d;
            border-radius: 0.3125rem;
        }

        .btn--large-secondary:focus,
        .btn--large-secondary:hover {
            background-color: #0cb061;
            color: #fff;
        }
    }

    .btn--icon .btn__icon {
        vertical-align: text-top;
    }

    @media print,
    screen and (max-width:39.99875em) {
        .btn--small-large {
            font-size: 1.25rem;
            line-height: 3.4375rem;
        }

        .btn--small-large.btn--icon .btn__text {
            margin: auto 1.125rem;
        }

        .btn--small-large.btn--icon .btn__icon {
            margin: auto auto auto 1.125rem;
            padding: 0;
        }

        .btn--small-large.btn--icon-right .btn__icon {
            margin: auto 1.125rem auto auto;
        }
    }

    @media print,
    screen and (min-width:40em) and (max-width:63.99875em) {
        .btn--medium-large {
            font-size: 1.25rem;
            line-height: 3.4375rem;
        }

        .btn--medium-large.btn--icon .btn__text {
            margin: auto 1.125rem;
        }

        .btn--medium-large.btn--icon .btn__icon {
            margin: auto auto auto 1.125rem;
            padding: 0;
        }

        .btn--medium-large.btn--icon-right .btn__icon {
            margin: auto 1.125rem auto auto;
        }
    }

    @media print,
    screen and (min-width:64em) {
        .btn--large-large {
            font-size: 1.25rem;
            line-height: 3.4375rem;
        }

        .btn--large-large.btn--icon .btn__text {
            margin: auto 1.125rem;
        }

        .btn--large-large.btn--icon .btn__icon {
            margin: auto auto auto 1.125rem;
            padding: 0;
        }

        .btn--large-large.btn--icon-right .btn__icon {
            margin: auto 1.125rem auto auto;
        }
    }

    .ultra-deal .btn__inner i {
        font-size: 1rem;
    }

    .ultra-deal .pricing-table {
        margin-bottom: 7.8125rem;
    }

    @media print,
    screen and (min-width:64em) {
        .ultra-deal .pricing-table {
            display: block;
        }
    }

    @media (-ms-high-contrast:none),
    screen and (-ms-high-contrast:active) {
        .ultra-deal .btn__icon {
            position: relative;
            left: 1.5625rem;
        }
    }

    .pricing-table {
        position: relative;
        margin-top: 6.75rem;
        margin-bottom: 6.25rem;
    }

    .pricing-table h2 {
        margin-bottom: 4.6875rem;
    }

    .pricing-table h5 {
        margin-bottom: 0.3125rem;
    }

    .pricing-table p {
        margin-bottom: 0;
    }

    .pricing-table__feature-name {
        font-size: 1rem;
        line-height: 1.875rem;
        color: #1d2023;
    }

    .pricing-table__product-box {
        position: relative;
        left: -0.6875rem;
        margin: 2.1875rem 0 0.9375rem;
    }

    .pricing-table__price-holder {
        margin-top: 0.9375rem;
    }

    .pricing-table__price-holder .pricing-table__price {
        font-weight: 400;
        font-size: 2.1875rem;
        letter-spacing: 0;
        line-height: 3.4375rem;
        color: #e63748;
        display: inline-block;
        margin: 0;
    }

    .pricing-table__price-holder .pricing-table__regular-price {
        margin: 0 0 0.625rem;
        font-weight: 400;
        font-size: 0.9375rem;
        line-height: 1.375rem;
        color: #5a636d;
    }

    .pricing-table__price-holder--alt .pricing-table__price__term {
        font-size: 1.09375rem;
    }

    .pricing-table__price-holder--alt .pricing-table__regular-price {
        color: #1d2023;
        font-size: 1.09375rem;
    }

    .pricing-table--tier-two .pricing-table__price-holder--alt .pricing-table__regular-price .price__inner {
        text-decoration: none;
    }

    .pricing-table__row .pricing-table__inner {
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
        width: 80%;
        margin: auto;
    }

    .pricing-table__row:first-of-type .pricing-table__premium-feature {
        border-radius: 0.4375rem 0.4375rem 0 0;
    }

    .pricing-table__row:last-of-type .pricing-table__premium-feature {
        border-radius: 0 0 0.4375rem 0.4375rem;
    }

    .pricing-table__row:last-of-type .pricing-table__premium-feature:before {
        display: none;
    }

    .pricing-table .btn {
        margin-top: 0.9375rem;
    }

    .pricing-table__premium-feature {
        box-shadow: 0.4375rem 0.3125rem 1.5625rem 0 rgba(29, 32, 35, .15);
        background-color: #fff;
        height: 100%;
        position: relative;
        min-height: 2.75rem;
    }

    .pricing-table__premium-feature .pricing-table__inner {
        position: relative;
        z-index: 12;
    }

    .pricing-table__premium-feature:before {
        background-color: #fff;
        height: 80%;
        position: absolute;
        left: 0;
        width: 100%;
        z-index: 2;
        content: "";
        display: inline-block;
        bottom: -25%;
    }

    .pricing-table__terms {
        color: #5a636d;
        margin-top: 3.4375rem;
    }

    .pricing-table--tier-two .pricing-table__regular-price .price__inner {
        text-decoration: line-through;
    }

    .pricing-table .corner-ribbon span {
        font-size: 0.75rem;
        font-weight: 400;
    }

    @media only screen and (min-width:1024px) and (max-width:1160px) {
        .pricing-table__plan-title {
            font-size: 1.5rem;
        }
    }
}

/* awards */
.our-awards {
    .link {
        color: inherit;
    }

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

    a {
        background-color: transparent;
    }

    img {
        border-style: none;
    }

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

    img {
        display: inline-block;
        vertical-align: middle;
        max-width: 100%;
        height: auto;
        -ms-interpolation-mode: bicubic;
    }

    ::placeholder {
        color: #cacaca;
    }

    h2 {
        margin: 0;
        padding: 0;
    }

    .h2,
    .h4,
    h2 {
        font-family: Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
        font-style: normal;
        font-weight: 400;
        color: inherit;
        text-rendering: optimizeLegibility;
    }

    .h2,
    h2 {
        line-height: 1.4;
        margin-top: 0;
        margin-bottom: .5rem;
    }

    .h2,
    h2 {
        font-size: 20px;
        font-size: 1.25rem;
    }

    .h4 {
        line-height: 1.4;
        margin-top: 0;
        margin-bottom: .5rem;
    }

    .h4 {
        font-size: 18px;
        font-size: 1.125rem;
    }

    @media print,
    screen and (min-width:40em) {

        .h2,
        h2 {
            font-size: 2.5rem;
        }

        .h4 {
            font-size: 1.5625rem;
        }
    }

    a {
        line-height: inherit;
        color: #1779ba;
        text-decoration: none;
        cursor: pointer;
    }

    a:focus,
    a:hover {
        color: #1468a0;
    }

    a img {
        border: 0;
    }

    @media print {
        * {
            background: transparent !important;
            color: #000 !important;
            print-color-adjust: economy;
            box-shadow: none !important;
            text-shadow: none !important;
        }

        a,
        a:visited {
            text-decoration: underline;
        }

        a[href]:after {
            content: " (" attr(href) ")";
        }

        img {
            page-break-inside: avoid;
        }

        img {
            max-width: 100% !important;
        }

        h2 {
            orphans: 3;
            widows: 3;
        }

        h2 {
            page-break-after: avoid;
        }
    }

    .grid-x {
        -js-display: flex;
        display: flex;
        flex-flow: row wrap;
    }

    .cell {
        flex: 0 0 auto;
        min-height: 0;
        min-width: 0;
        width: 100%;
    }

    .grid-x>.small-6,
    .grid-x>.small-8 {
        flex-basis: auto;
    }

    @media print,
    screen and (min-width:40em) {

        .grid-x>.medium-10,
        .grid-x>.medium-12 {
            flex-basis: auto;
        }
    }

    @media print,
    screen and (min-width:64em) {
        .grid-x>.large-10 {
            flex-basis: auto;
        }
    }

    .grid-x>.small-6,
    .grid-x>.small-8 {
        flex: 0 0 auto;
    }

    .grid-x>.small-6 {
        width: 50%;
    }

    .grid-x>.small-8 {
        width: 66.6666666667%;
    }

    @media print,
    screen and (min-width:40em) {
        .grid-x>.medium-auto {
            flex: 1 1 0;
            width: auto;
        }

        .grid-x>.medium-10,
        .grid-x>.medium-12 {
            flex: 0 0 auto;
        }

        .grid-x>.medium-10 {
            width: 83.3333333333%;
        }

        .grid-x>.medium-12 {
            width: 100%;
        }
    }

    @media print,
    screen and (min-width:64em) {
        .grid-x>.large-10 {
            flex: 0 0 auto;
        }

        .grid-x>.large-10 {
            width: 83.3333333333%;
        }
    }

    .align-center {
        justify-content: center;
    }

    @media screen and (max-width:0em),
    screen and (min-width:40em) {
        .show-for-small-only {
            display: none !important;
        }
    }

    @media screen and (max-width:39.99875em) {
        .show-for-medium {
            display: none !important;
        }
    }

    h2 {
        font-family: var(--font-family) !important;
        font-size: 0.9375rem;
        color: #1d2023;
    }

    .h2 {
        margin: 0 0 1.5625rem;
        font-weight: 400;
        font-size: 2.8125rem;
        letter-spacing: 0;
        line-height: 3.75rem;
    }

    .h4 {
        margin: 0 0 1.5625rem;
        font-weight: 400;
        font-size: 1.875rem;
        letter-spacing: 0;
        line-height: 2.8125rem;
    }

    @media only screen and (max-width:1366px) {
        .ultra-deal .awards-block {
            margin-bottom: 7.5rem;
        }
    }

    @media print,
    screen and (min-width:40em) and (max-width:63.99875em) {
        .ultra-deal .awards-block {
            margin-bottom: 5rem;
        }
    }

    @media print,
    screen and (max-width:39.99875em) {
        .ultra-deal .awards-block {
            margin-bottom: 3.75rem;
        }
    }

    .awards-block {
        position: relative;
        text-align: center;
    }

    .awards-block__title {
        margin-bottom: 3.125rem;
    }

    .awards-block__reef {
        position: absolute;
        bottom: 0;
    }

    .awards-block__reef--left {
        left: 0;
    }

    .awards-block__reef--right {
        right: 0;
    }

    .awards-block__awards {
        position: relative;
        padding-top: 6.5625rem;
    }

    .awards-block__awards img {
        position: absolute;
        top: 40px;
        top: 2.5rem;
        left: 50%;
        transform: translate3d(-50%, -50%, 0) scale(.8);
    }

    .awards-block__awards__img-container img {
        top: 3.125rem;
        height: 6.25rem;
    }

    .awards-block__awards__img-container .award-container--vb100 img {
        height: 8.125rem;
    }

    .awards-block__awards__award {
        font-size: 1.125rem;
        line-height: 1.875rem;
        line-height: 1;
        margin-bottom: 0.3125rem;
    }

    .awards-block__awards__date {
        font-size: 0.9375rem;
        line-height: 1;
        color: #5a636d;
    }

    @media only screen and (max-width:1366px) {
        .awards-block__reef {
            display: none;
        }
    }

    @media print,
    screen and (max-width:39.99875em) {
        .awards-block__awards {
            margin-bottom: 2.5rem;
            padding-top: 6.25rem;
        }
    }

    .award-container {
        -js-display: inline-flex;
        display: inline-flex;
    }

    .award-container--block {
        display: inline-block;
    }

    .award-container {
        -js-display: inline-flex;
        display: inline-flex;
    }

    .award-container--block {
        display: inline-block;
    }
}

/* pc cleaner */
.pc-cleaner-outer {

    /* Base Styles */
    .pc-cleaner-section {
        background-color: #fff;
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
        padding-top: 8.75rem;
        padding-bottom: 5.125rem;
        margin: 7.625rem auto 5.625rem;
    }

    .pc-cleaner-container {
        max-width: 1170px;
        margin: 0 auto;
        padding: 0 20px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

    .pc-cleaner-content {
        flex: 1;
        min-width: 300px;
        max-width: 500px;
        padding: 20px;
    }

    .pc-cleaner-content {
        flex: 0 0 35% !important;
        margin-left: auto;
    }

    .pc-cleaner-image {
        flex: 0 0 50% !important;
        margin-left: auto;
    }

    .pc-cleaner-image {
        flex: 1;
        min-width: 300px;
        position: relative;
    }

    /* Typography */
    .pc-cleaner-title {
        font-size: 45px;
        font-weight: 400;
        line-height: 1.2;
        color: #1d2023;
        margin-bottom: 30px;
    }

    .feature-title {
        font-size: 18px;
        font-weight: 500;
        color: #1d2023;
        margin-bottom: 8px;
    }

    .feature-description {
        font-size: 1rem;
        line-height: 1.6;
        color: #5a636d;
        margin-bottom: 30px;
    }

    /* Features */
    .feature {
        display: flex;
        margin-bottom: 20px;
    }

    .feature-icon {
        margin-right: 15px;
    }

    .feature-icon i {
        font-size: 1.5rem;
        color: #e63748;
    }

    /* Button */
    .cta-button {
        display: inline-flex;
        align-items: center;
        background-color: #0bc86d;
        color: white;
        padding: 15px 30px;
        border-radius: 5px;
        text-decoration: none;
        font-weight: 500;
        font-size: 20px;
        transition: background-color 0.3s;
        margin-top: 20px;
        font-family: "Roboto", sans-serif;
    }

    .pc-cleaner-content .cta-button {
        gap: 15px;
    }

    .cta-button:hover {
        background-color: #0cb061;
    }

    .cta-button i {
        margin-left: 10px;
        font-size: 1rem;
    }

    /* Images */
    .image-wrapper {
        position: relative;
        height: 450px;
        width: 100%;
    }

    .main-image {
        position: absolute;
        height: 100%;
        max-height: 450px;
        object-fit: contain;
        z-index: 2;
        left: 0;
    }

    .app-image {
        position: absolute;
        bottom: 50px;
        left: 50px;
        width: 150px;
        z-index: 3;
        box-shadow: 5px 5px 30px rgba(29, 32, 35, 0.25);
    }

    img.app-image {
        width: auto !important;
        bottom: -30px !important;
        left: 30px !important;
    }

    /* Background element */
    .image-wrapper::before {
        content: '';
        position: absolute;
        background-color: #ffebea;
        z-index: 1;
        top: -8.75rem;
        left: 50%;
        width: 28.125rem;
        height: 43.75rem;
        transform: translateX(-50%);
    }

    /* Responsive Adjustments */
    @media (max-width: 1024px) {
        .pc-cleaner-title {
            font-size: 2rem;
        }

        .image-wrapper {
            height: 400px;
        }

        .image-wrapper::before {
            width: 300px;
            height: 450px;
        }
    }

    @media (max-width: 768px) {
        .pc-cleaner-section {
            padding: 60px 0;
        }

        .pc-cleaner-container {
            flex-direction: column;
        }

        .pc-cleaner-content {
            order: 2;
            max-width: 100%;
            padding: 20px 0;
        }

        .pc-cleaner-image {
            order: 1;
            margin-bottom: 40px;
        }

        .image-wrapper {
            height: 350px;
        }

        .image-wrapper::before {
            width: 250px;
            height: 400px;
            left: 30px;
        }

        .app-image {
            left: 30px;
            bottom: 30px;
            width: 120px;
        }
    }

    @media (max-width: 480px) {
        .pc-cleaner-title {
            font-size: 1.75rem;
        }

        .image-wrapper {
            height: 280px;
        }

        .image-wrapper::before {
            width: 200px;
            height: 320px;
            top: -30px;
            left: 20px;
        }

        .app-image {
            width: 100px;
            left: 20px;
            bottom: 20px;
        }
    }
}

/* ----------- Secure Container ------*/
.secure-container {
    .device-block {
        margin-top: 6.75rem;
    }

    i[class*=" kondo_lined-"] {
        display: inline-block;
    }

    i[class*=" kondo_lined-"]:before {
        font-family: kondo_lined-icons !important;
        font-style: normal;
        font-weight: 400 !important;
        font-variant: normal;
        text-transform: none;
        vertical-align: middle;
        line-height: 1;
        float: left;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .kondo_lined-arrow-right:before {
        content: "";
    }

    i[class*=brand-svg-icons].brand-svg-icons,
    i[class^=brand-svg-icons].brand-svg-icons {
        display: inline-block;
    }

    i[class*=brand-svg-icons].brand-svg-icons--display-block,
    i[class^=brand-svg-icons].brand-svg-icons--display-block {
        display: block;
    }

    .brand-svg-icons {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    a {
        background-color: transparent;
    }

    img {
        border-style: none;
    }

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

    img {
        display: inline-block;
        vertical-align: middle;
        max-width: 100%;
        height: auto;
        -ms-interpolation-mode: bicubic;
    }

    ::placeholder {
        color: #cacaca;
    }

    h2,
    h6 {
        margin: 0;
        padding: 0;
    }

    i {
        font-style: italic;
    }

    i {
        line-height: inherit;
    }

    .h2,
    .h6,
    h2,
    h6 {
        font-family: Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
        font-style: normal;
        font-weight: 400;
        color: inherit;
        text-rendering: optimizeLegibility;
    }

    .h2,
    h2 {
        line-height: 1.4;
        margin-top: 0;
        margin-bottom: .5rem;
    }

    .h2,
    h2 {
        font-size: 20px;
        font-size: 1.25rem;
    }

    .h6,
    h6 {
        line-height: 1.4;
        margin-top: 0;
        margin-bottom: .5rem;
    }

    .h6,
    h6 {
        font-size: 16px;
        font-size: 1rem;
    }

    @media print,
    screen and (min-width:40em) {

        .h2,
        h2 {
            font-size: 2.5rem;
        }

        .h6,
        h6 {
            font-size: 1rem;
        }
    }

    a {
        line-height: inherit;
        color: #1779ba;
        text-decoration: none;
        cursor: pointer;
    }

    a:focus,
    a:hover {
        color: #1468a0;
    }

    @media print {
        * {
            background: transparent !important;
            color: #000 !important;
            print-color-adjust: economy;
            box-shadow: none !important;
            text-shadow: none !important;
        }

        a,
        a:visited {
            text-decoration: underline;
        }

        a[href]:after {
            content: " (" attr(href) ")";
        }

        img {
            page-break-inside: avoid;
        }

        img {
            max-width: 100% !important;
        }

        h2 {
            orphans: 3;
            widows: 3;
        }

        h2 {
            page-break-after: avoid;
        }
    }


    .grid-x {
        -js-display: flex;
        display: flex;
        flex-flow: row wrap;
    }

    .cell {
        flex: 0 0 auto;
        min-height: 0;
        min-width: 0;
        width: 100%;
    }

    .cell.shrink {
        flex: 0 0 auto;
    }

    .grid-x>.shrink {
        width: auto;
    }

    .grid-x>.small-6 {
        flex-basis: auto;
    }

    @media print,
    screen and (min-width:64em) {
        .grid-x>.large-10 {
            flex-basis: auto;
        }
    }

    .grid-x>.small-6 {
        flex: 0 0 auto;
    }

    .grid-x>.small-6 {
        width: 50%;
    }

    @media print,
    screen and (min-width:40em) {
        .grid-x>.medium-auto {
            flex: 1 1 0;
            width: auto;
        }
    }

    @media print,
    screen and (min-width:64em) {
        .grid-x>.large-10 {
            flex: 0 0 auto;
        }

        .grid-x>.large-10 {
            width: 83.3333333333%;
        }
    }

    .align-center {
        justify-content: center;
    }

    .align-self-middle {
        align-self: center;
    }

    .small-order-1 {
        order: 1;
    }

    .small-order-2 {
        order: 2;
    }

    @media print,
    screen and (min-width:64em) {
        .hide-for-large {
            display: none !important;
        }
    }

    @media screen and (max-width:63.99875em) {
        .show-for-large {
            display: none !important;
        }
    }

    h2,
    h6 {
        font-family: var(--font-family) !important;
        font-size: 0.9375rem;
        color: #1d2023;
    }

    .h2 {
        margin: 0 0 1.5625rem;
        font-weight: 400;
        font-size: 2.8125rem;
        letter-spacing: 0;
        line-height: 3.75rem;
    }

    @media print,
    screen and (max-width:39.99875em) {
        .h4--small {
            margin: 0 0 1.5625rem;
            font-weight: 400;
            font-size: 1.875rem;
            letter-spacing: 0;
            line-height: 2.8125rem;
        }
    }

    .h6 {
        margin: 0 0 1.5625rem;
        font-weight: 400;
        font-size: 1.25rem;
        line-height: 2.1875rem;
    }

    .btn {
        border: unset;
        box-shadow: unset;
        outline: unset;
        background: var(--btn--bg-color-base);
        margin: var(--btn--margin);
        display: inline-block;
        line-height: 1;
        font-size: calc(var(--btn--base-font-size) + var(--btn--base-font-size-increment)*5);
        padding: calc(var(--btn--base-padding-top-bottom) + var(--btn--base-padding-top-bottom-increment)*5) calc(var(--btn--base-padding-left-right) + var(--btn--base-padding-left-right-increment)*5);
    }

    .btn__icon {
        padding-right: calc(var(--icon-button--padding-left-right) + var(--icon-button--padding-left-right-step)*5);
    }

    .btn__icon--right {
        padding-right: 0;
        padding-left: calc(var(--icon-button--padding-left-right) + var(--icon-button--padding-left-right-step)*5);
    }

    .btn__text {
        flex-grow: 1 !important;
    }

    @media (-ms-high-contrast:none),
    screen and (-ms-high-contrast:active) {
        .btn {
            font-size: 1.75rem;
            padding: 0.78125rem 1.875rem;
        }

        .btn__icon {
            padding-right: 1.25rem;
        }

        .btn__icon--right {
            padding-right: 0;
            padding-left: 1.25rem;
        }
    }

    .btn {
        transition: background-color .2s ease-in-out;
        font-weight: 500;
        cursor: pointer;
        padding: 0;
    }

    @media print,
    screen and (max-width:39.99875em) {
        .btn--small-secondary {
            background-color: #0bc86d;
            color: #fff;
            border-color: #0bc86d;
            border-radius: 0.3125rem;
        }

        .btn--small-secondary:focus,
        .btn--small-secondary:hover {
            background-color: #0cb061;
            color: #fff;
        }
    }

    @media print,
    screen and (min-width:40em) and (max-width:63.99875em) {
        .btn--medium-secondary {
            background-color: #0bc86d;
            color: #fff;
            border-color: #0bc86d;
            border-radius: 0.3125rem;
        }

        .btn--medium-secondary:focus,
        .btn--medium-secondary:hover {
            background-color: #0cb061;
            color: #fff;
        }
    }

    @media print,
    screen and (min-width:64em) {
        .btn--large-secondary {
            background-color: #0bc86d;
            color: #fff;
            border-color: #0bc86d;
            border-radius: 0.3125rem;
        }

        .btn--large-secondary:focus,
        .btn--large-secondary:hover {
            background-color: #0cb061;
            color: #fff;
        }
    }

    .btn--icon .btn__icon {
        vertical-align: text-top;
    }

    @media print,
    screen and (max-width:39.99875em) {
        .btn--small-xlarge {
            font-size: 1.25rem;
            line-height: 3.4375rem;
        }

        .btn--small-xlarge.btn--icon .btn__text {
            margin: auto 2.5rem;
        }

        .btn--small-xlarge.btn--icon .btn__icon {
            margin: auto auto auto 1.25rem;
            padding: 0;
        }

        .btn--small-xlarge.btn--icon-right .btn__icon {
            margin: auto 2.5rem auto auto;
        }
    }

    @media print,
    screen and (min-width:40em) and (max-width:63.99875em) {
        .btn--medium-xlarge {
            font-size: 1.25rem;
            line-height: 3.4375rem;
        }

        .btn--medium-xlarge.btn--icon .btn__text {
            margin: auto 2.5rem;
        }

        .btn--medium-xlarge.btn--icon .btn__icon {
            margin: auto auto auto 1.25rem;
            padding: 0;
        }

        .btn--medium-xlarge.btn--icon-right .btn__icon {
            margin: auto 2.5rem auto auto;
        }
    }

    @media print,
    screen and (min-width:64em) {
        .btn--large-xlarge {
            font-size: 1.25rem;
            line-height: 3.4375rem;
        }

        .btn--large-xlarge.btn--icon .btn__text {
            margin: auto 2.5rem;
        }

        .btn--large-xlarge.btn--icon .btn__icon {
            margin: auto auto auto 1.25rem;
            padding: 0;
        }

        .btn--large-xlarge.btn--icon-right .btn__icon {
            margin: auto 2.5rem auto auto;
        }
    }

    @media print,
    screen and (max-width:39.99875em) {
        .btn--small-xlarge {
            font-size: 1.25rem;
            line-height: 3.4375rem;
        }

        .btn--small-xlarge.btn--icon .btn__text {
            margin: auto 1.125rem;
        }

        .btn--small-xlarge.btn--icon .btn__icon {
            margin: auto auto auto 1.125rem;
            padding: 0;
        }

        .btn--small-xlarge.btn--icon-right .btn__icon {
            margin: auto 1.125rem auto auto;
        }
    }

    @media print,
    screen and (min-width:40em) and (max-width:63.99875em) {
        .btn--medium-xlarge {
            font-size: 1.25rem;
            line-height: 3.4375rem;
        }

        .btn--medium-xlarge.btn--icon .btn__text {
            margin: auto 1.125rem;
        }

        .btn--medium-xlarge.btn--icon .btn__icon {
            margin: auto auto auto 1.125rem;
            padding: 0;
        }

        .btn--medium-xlarge.btn--icon-right .btn__icon {
            margin: auto 1.125rem auto auto;
        }
    }

    @media print,
    screen and (min-width:64em) {
        .btn--large-xlarge {
            font-size: 1.25rem;
            line-height: 3.4375rem;
        }

        .btn--large-xlarge.btn--icon .btn__text {
            margin: auto 1.125rem;
        }

        .btn--large-xlarge.btn--icon .btn__icon {
            margin: auto auto auto 1.125rem;
            padding: 0;
        }

        .btn--large-xlarge.btn--icon-right .btn__icon {
            margin: auto 1.125rem auto auto;
        }
    }

    .ultra-deal .btn__inner i {
        font-size: 1rem;
    }

    @media (-ms-high-contrast:none),
    screen and (-ms-high-contrast:active) {
        .ultra-deal .btn__icon {
            position: relative;
            left: 1.5625rem;
        }
    }

    .device-block {
        text-align: center;
        margin-bottom: 7.8125rem;
    }

    .device-block__title {
        margin-bottom: 5rem;
    }

    .device-block__cta {
        margin-top: 3.125rem;
    }

    .device-block__device {
        display: inline-block;
        position: relative;
        max-width: 11.875rem;
        width: 100%;
        padding-top: 5.3125rem;
    }

    .device-block__device__icon {
        position: absolute;
        top: 2.1875rem;
        left: 50%;
        transform: translate3d(-50%, -50%, 0);
    }

    .device-block__device__text {
        line-height: 1.625rem;
    }

    @media print,
    screen and (max-width:63.99875em) {
        .device-block .device-block__cta {
            margin-top: 2.1875rem;
        }

        .device-block .device-block__title {
            margin-top: 4.6875rem;
        }
    }

    @media print,
    screen and (max-width:39.99875em) {
        .device-block .device-block__cta {
            margin-top: 0.9375rem;
        }

        .device-block .device-block__title {
            margin-top: 2.5rem;
        }
    }
}

/* enhancement container */
.enhancement-container {
    i[class*=" kondo_lined-"] {
        display: inline-block;
    }

    i[class*=" kondo_lined-"]:before {
        font-family: kondo_lined-icons !important;
        font-style: normal;
        font-weight: 400 !important;
        font-variant: normal;
        text-transform: none;
        vertical-align: middle;
        line-height: 1;
        float: left;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .kondo_lined-arrow-right:before {
        content: "";
    }

    i[class*=brand-svg-icons].brand-svg-icons,
    i[class^=brand-svg-icons].brand-svg-icons {
        display: inline-block;
    }

    i[class*=brand-svg-icons].brand-svg-icons--display-block,
    i[class^=brand-svg-icons].brand-svg-icons--display-block {
        display: block;
    }

    .brand-svg-icons {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .feature-card__icon {
        font-size: 3.125rem;
        padding: 0 1.5625rem;
        margin-bottom: 10px;
    }

    .feature-card__icon * {
        font-size: inherit;
    }

    .feature-card__title {
        font-size: 1.25rem;
        line-height: 1.875rem;
        margin: 0;
    }

    .feature-card__description {
        font-size: 0.875rem;
        line-height: 1.5rem;
        margin-bottom: 0;
    }

    a {
        background-color: transparent;
    }

    img {
        border-style: none;
    }

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

    img {
        display: inline-block;
        vertical-align: middle;
        max-width: 100%;
        height: auto;
        -ms-interpolation-mode: bicubic;
    }

    ::placeholder {
        color: #cacaca;
    }

    h2,
    h4,
    p {
        margin: 0;
        padding: 0;
    }

    p {
        margin-bottom: 1rem;
        font-size: inherit;
        line-height: 1.6;
        text-rendering: optimizeLegibility;
    }

    i {
        font-style: italic;
    }

    i {
        line-height: inherit;
    }

    .h2,
    h2,
    h4 {
        font-family: Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
        font-style: normal;
        font-weight: 400;
        color: inherit;
        text-rendering: optimizeLegibility;
    }

    .h2,
    h2 {
        line-height: 1.4;
        margin-top: 0;
        margin-bottom: .5rem;
    }

    .h2,
    h2 {
        font-size: 20px;
        font-size: 1.25rem;
    }

    h4 {
        line-height: 1.4;
        margin-top: 0;
        margin-bottom: .5rem;
    }

    h4 {
        font-size: 18px;
        font-size: 1.125rem;
    }

    @media print,
    screen and (min-width:40em) {

        .h2,
        h2 {
            font-size: 2.5rem;
        }

        h4 {
            font-size: 1.5625rem;
        }
    }

    a {
        line-height: inherit;
        color: #1779ba;
        text-decoration: none;
        cursor: pointer;
    }

    a:focus,
    a:hover {
        color: #1468a0;
    }

    .text-center {
        text-align: center;
    }

    @media print {
        * {
            background: transparent !important;
            color: #000 !important;
            print-color-adjust: economy;
            box-shadow: none !important;
            text-shadow: none !important;
        }

        a,
        a:visited {
            text-decoration: underline;
        }

        a[href]:after {
            content: " (" attr(href) ")";
        }

        img {
            page-break-inside: avoid;
        }

        img {
            max-width: 100% !important;
        }

        h2,
        p {
            orphans: 3;
            widows: 3;
        }

        h2 {
            page-break-after: avoid;
        }
    }


    .grid-x {
        -js-display: flex;
        display: flex;
        flex-flow: row wrap;
    }

    .cell {
        flex: 0 0 auto;
        min-height: 0;
        min-width: 0;
        width: 100%;
    }

    .cell.shrink {
        flex: 0 0 auto;
    }

    .grid-x>.shrink {
        width: auto;
    }

    .grid-x>.small-10,
    .grid-x>.small-12 {
        flex-basis: auto;
    }

    @media print,
    screen and (min-width:40em) {

        .grid-x>.medium-6,
        .grid-x>.medium-10 {
            flex-basis: auto;
        }
    }

    @media print,
    screen and (min-width:64em) {

        .grid-x>.large-4,
        .grid-x>.large-6 {
            flex-basis: auto;
        }
    }

    .grid-x>.small-10,
    .grid-x>.small-12 {
        flex: 0 0 auto;
    }

    .grid-x>.small-10 {
        width: 83.3333333333%;
    }

    .grid-x>.small-12 {
        width: 100%;
    }

    @media print,
    screen and (min-width:40em) {

        .grid-x>.medium-6,
        .grid-x>.medium-10 {
            flex: 0 0 auto;
        }

        .grid-x>.medium-6 {
            width: 50%;
        }

        .grid-x>.medium-10 {
            width: 83.3333333333%;
        }
    }

    @media print,
    screen and (min-width:64em) {

        .grid-x>.large-4,
        .grid-x>.large-6 {
            flex: 0 0 auto;
        }

        .grid-x>.large-4 {
            width: 33.3333333333%;
        }

        .grid-x>.large-6 {
            width: 50%;
        }
    }

    .small-offset-1 {
        margin-left: 8.3333333333%;
    }

    @media print,
    screen and (min-width:40em) {
        .medium-offset-1 {
            margin-left: 8.3333333333%;
        }
    }

    @media print,
    screen and (min-width:64em) {
        .large-offset-0 {
            margin-left: 0;
        }

        .large-offset-2 {
            margin-left: 16.6666666667%;
        }
    }

    .align-self-middle {
        align-self: center;
    }

    .small-order-1 {
        order: 1;
    }

    .small-order-2 {
        order: 2;
    }

    @media print,
    screen and (min-width:64em) {
        .hide-for-large {
            display: none !important;
        }
    }

    @media screen and (max-width:63.99875em) {
        .show-for-large {
            display: none !important;
        }
    }

    h2,
    h4,
    p {
        font-family: var(--font-family) !important;
        font-size: 0.9375rem;
        color: #1d2023;
    }

    .h2 {
        margin: 0 0 1.5625rem;
        font-weight: 400;
        font-size: 2.8125rem;
        letter-spacing: 0;
        line-height: 3.75rem;
    }

    @media print,
    screen and (max-width:39.99875em) {
        .h4--small {
            margin: 0 0 1.5625rem;
            font-weight: 400;
            font-size: 1.875rem;
            letter-spacing: 0;
            line-height: 2.8125rem;
        }
    }

    p {
        margin: 0 0 0.625rem;
        font-weight: 400;
        font-size: 0.9375rem;
        line-height: 1.375rem;
        color: #5a636d;
    }

    .p--subtitle-1 {
        font-size: 1.125rem;
        line-height: 1.875rem;
    }

    .btn {
        border: unset;
        box-shadow: unset;
        outline: unset;
        background: var(--btn--bg-color-base);
        margin: var(--btn--margin);
        display: inline-block;
        line-height: 1;
        font-size: calc(var(--btn--base-font-size) + var(--btn--base-font-size-increment)*5);
        padding: calc(var(--btn--base-padding-top-bottom) + var(--btn--base-padding-top-bottom-increment)*5) calc(var(--btn--base-padding-left-right) + var(--btn--base-padding-left-right-increment)*5);
    }

    .btn__icon {
        padding-right: calc(var(--icon-button--padding-left-right) + var(--icon-button--padding-left-right-step)*5);
    }

    .btn__icon--right {
        padding-right: 0;
        padding-left: calc(var(--icon-button--padding-left-right) + var(--icon-button--padding-left-right-step)*5);
    }

    .btn__text {
        flex-grow: 1 !important;
    }

    @media (-ms-high-contrast:none),
    screen and (-ms-high-contrast:active) {
        .btn {
            font-size: 1.75rem;
            padding: 0.78125rem 1.875rem;
        }

        .btn__icon {
            padding-right: 1.25rem;
        }

        .btn__icon--right {
            padding-right: 0;
            padding-left: 1.25rem;
        }
    }

    .btn {
        transition: background-color .2s ease-in-out;
        font-weight: 500;
        cursor: pointer;
        padding: 0;
    }

    @media print,
    screen and (max-width:39.99875em) {
        .btn--small-secondary {
            background-color: #0bc86d;
            color: #fff;
            border-color: #0bc86d;
            border-radius: 0.3125rem;
        }

        .btn--small-secondary:focus,
        .btn--small-secondary:hover {
            background-color: #0cb061;
            color: #fff;
        }
    }

    @media print,
    screen and (min-width:40em) and (max-width:63.99875em) {
        .btn--medium-secondary {
            background-color: #0bc86d;
            color: #fff;
            border-color: #0bc86d;
            border-radius: 0.3125rem;
        }

        .btn--medium-secondary:focus,
        .btn--medium-secondary:hover {
            background-color: #0cb061;
            color: #fff;
        }
    }

    @media print,
    screen and (min-width:64em) {
        .btn--large-secondary {
            background-color: #0bc86d;
            color: #fff;
            border-color: #0bc86d;
            border-radius: 0.3125rem;
        }

        .btn--large-secondary:focus,
        .btn--large-secondary:hover {
            background-color: #0cb061;
            color: #fff;
        }
    }

    .btn--icon .btn__icon {
        vertical-align: text-top;
    }

    @media print,
    screen and (max-width:39.99875em) {
        .btn--small-xlarge {
            font-size: 1.25rem;
            line-height: 3.4375rem;
        }

        .btn--small-xlarge.btn--icon .btn__text {
            margin: auto 2.5rem;
        }

        .btn--small-xlarge.btn--icon .btn__icon {
            margin: auto auto auto 1.25rem;
            padding: 0;
        }

        .btn--small-xlarge.btn--icon-right .btn__icon {
            margin: auto 2.5rem auto auto;
        }
    }

    @media print,
    screen and (min-width:40em) and (max-width:63.99875em) {
        .btn--medium-xlarge {
            font-size: 1.25rem;
            line-height: 3.4375rem;
        }

        .btn--medium-xlarge.btn--icon .btn__text {
            margin: auto 2.5rem;
        }

        .btn--medium-xlarge.btn--icon .btn__icon {
            margin: auto auto auto 1.25rem;
            padding: 0;
        }

        .btn--medium-xlarge.btn--icon-right .btn__icon {
            margin: auto 2.5rem auto auto;
        }
    }

    @media print,
    screen and (min-width:64em) {
        .btn--large-xlarge {
            font-size: 1.25rem;
            line-height: 3.4375rem;
        }

        .btn--large-xlarge.btn--icon .btn__text {
            margin: auto 2.5rem;
        }

        .btn--large-xlarge.btn--icon .btn__icon {
            margin: auto auto auto 1.25rem;
            padding: 0;
        }

        .btn--large-xlarge.btn--icon-right .btn__icon {
            margin: auto 2.5rem auto auto;
        }
    }

    @media print,
    screen and (max-width:39.99875em) {
        .btn--small-xlarge {
            font-size: 1.25rem;
            line-height: 3.4375rem;
        }

        .btn--small-xlarge.btn--icon .btn__text {
            margin: auto 1.125rem;
        }

        .btn--small-xlarge.btn--icon .btn__icon {
            margin: auto auto auto 1.125rem;
            padding: 0;
        }

        .btn--small-xlarge.btn--icon-right .btn__icon {
            margin: auto 1.125rem auto auto;
        }
    }

    @media print,
    screen and (min-width:40em) and (max-width:63.99875em) {
        .btn--medium-xlarge {
            font-size: 1.25rem;
            line-height: 3.4375rem;
        }

        .btn--medium-xlarge.btn--icon .btn__text {
            margin: auto 1.125rem;
        }

        .btn--medium-xlarge.btn--icon .btn__icon {
            margin: auto auto auto 1.125rem;
            padding: 0;
        }

        .btn--medium-xlarge.btn--icon-right .btn__icon {
            margin: auto 1.125rem auto auto;
        }
    }

    @media print,
    screen and (min-width:64em) {
        .btn--large-xlarge {
            font-size: 1.25rem;
            line-height: 3.4375rem;
        }

        .btn--large-xlarge.btn--icon .btn__text {
            margin: auto 1.125rem;
        }

        .btn--large-xlarge.btn--icon .btn__icon {
            margin: auto auto auto 1.125rem;
            padding: 0;
        }

        .btn--large-xlarge.btn--icon-right .btn__icon {
            margin: auto 1.125rem auto auto;
        }
    }

    .ultra-deal .btn__inner i {
        font-size: 1rem;
    }

    .ultra-deal__half-feature-grid {
        margin-bottom: 7.8125rem;
    }

    .ultra-deal__half-feature-grid__content {
        text-align: left;
    }

    .ultra-deal__half-feature-grid__text,
    .ultra-deal__half-feature-grid__title {
        margin-bottom: 2.1875rem;
    }

    .ultra-deal__half-feature-grid .feature-card {
        text-align: left;
        margin-bottom: 3.125rem;
        max-width: 16.25rem;
        width: 100%;
    }

    @media (-ms-high-contrast:none),
    screen and (-ms-high-contrast:active) {
        .ultra-deal .btn__icon {
            position: relative;
            left: 1.5625rem;
        }
    }

    @media print,
    screen and (max-width:63.99875em) {
        .ultra-deal__half-feature-grid__content {
            text-align: center;
        }

        .ultra-deal__half-feature-grid .feature-card {
            margin: auto auto 2.1875rem;
        }
    }

    @media print,
    screen and (max-width:39.99875em) {
        .ultra-deal__half-feature-grid .feature-card {
            text-align: center;
        }
    }

    .feature-card__icon {
        padding: 0;
    }

    .feature-card__title {
        font-weight: 400;
        font-size: 1.25rem;
        line-height: 2.1875rem;
        margin: 0 0 0.3125rem;
    }
}

/* shield container */
.shield-container {
    i[class*=" kondo_lined-"] {
        display: inline-block;
    }

    i[class*=" kondo_lined-"]:before {
        font-family: kondo_lined-icons !important;
        font-style: normal;
        font-weight: 400 !important;
        font-variant: normal;
        text-transform: none;
        vertical-align: middle;
        line-height: 1;
        float: left;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .kondo_lined-arrow-right:before {
        content: "";
    }

    i[class*=brand-svg-icons].brand-svg-icons,
    i[class^=brand-svg-icons].brand-svg-icons {
        display: inline-block;
    }

    i[class*=brand-svg-icons].brand-svg-icons--display-block,
    i[class^=brand-svg-icons].brand-svg-icons--display-block {
        display: block;
    }

    .brand-svg-icons {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    a {
        background-color: transparent;
    }

    img {
        border-style: none;
    }

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

    img {
        display: inline-block;
        vertical-align: middle;
        max-width: 100%;
        height: auto;
        -ms-interpolation-mode: bicubic;
    }

    ::placeholder {
        color: #cacaca;
    }

    h2,
    p {
        margin: 0;
        padding: 0;
    }

    p {
        margin-bottom: 1rem;
        font-size: inherit;
        line-height: 1.6;
        text-rendering: optimizeLegibility;
    }

    i {
        font-style: italic;
    }

    i {
        line-height: inherit;
    }

    .h2,
    h2 {
        font-family: Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
        font-style: normal;
        font-weight: 400;
        color: inherit;
        text-rendering: optimizeLegibility;
    }

    .h2,
    h2 {
        line-height: 1.4;
        margin-top: 0;
        margin-bottom: .5rem;
    }

    .h2,
    h2 {
        font-size: 20px;
        font-size: 1.25rem;
    }

    @media print,
    screen and (min-width:40em) {

        .h2,
        h2 {
            font-size: 2.5rem;
        }
    }

    a {
        line-height: inherit;
        color: #1779ba;
        text-decoration: none;
        cursor: pointer;
    }

    a:focus,
    a:hover {
        color: #1468a0;
    }

    @media print {
        * {
            background: transparent !important;
            color: #000 !important;
            print-color-adjust: economy;
            box-shadow: none !important;
            text-shadow: none !important;
        }

        a,
        a:visited {
            text-decoration: underline;
        }

        a[href]:after {
            content: " (" attr(href) ")";
        }

        img {
            page-break-inside: avoid;
        }

        img {
            max-width: 100% !important;
        }

        h2,
        p {
            orphans: 3;
            widows: 3;
        }

        h2 {
            page-break-after: avoid;
        }
    }


    .grid-x {
        -js-display: flex;
        display: flex;
        flex-flow: row wrap;
    }

    .cell {
        flex: 0 0 auto;
        min-height: 0;
        min-width: 0;
        width: 100%;
    }

    .cell.shrink {
        flex: 0 0 auto;
    }

    .grid-x>.shrink {
        width: auto;
    }

    @media print,
    screen and (min-width:40em) {

        .grid-x>.medium-10,
        .grid-x>.medium-12 {
            flex-basis: auto;
        }
    }

    @media print,
    screen and (min-width:64em) {

        .grid-x>.large-4,
        .grid-x>.large-6 {
            flex-basis: auto;
        }
    }

    @media print,
    screen and (min-width:40em) {

        .grid-x>.medium-10,
        .grid-x>.medium-12 {
            flex: 0 0 auto;
        }

        .grid-x>.medium-10 {
            width: 83.3333333333%;
        }

        .grid-x>.medium-12 {
            width: 100%;
        }
    }

    @media print,
    screen and (min-width:64em) {

        .grid-x>.large-4,
        .grid-x>.large-6 {
            flex: 0 0 auto;
        }

        .grid-x>.large-4 {
            width: 33.3333333333%;
        }

        .grid-x>.large-6 {
            width: 50%;
        }
    }

    .grid-container:not(.full)>.grid-padding-x {
        margin-right: -.625rem;
        margin-left: -.625rem;
    }

    @media print,
    screen and (min-width:40em) {
        .grid-container:not(.full)>.grid-padding-x {
            margin-right: -.9375rem;
            margin-left: -.9375rem;
        }
    }

    .grid-padding-x>.cell {
        padding-right: .625rem;
        padding-left: .625rem;
    }

    @media print,
    screen and (min-width:40em) {
        .grid-padding-x>.cell {
            padding-right: .9375rem;
            padding-left: .9375rem;
        }
    }

    @media print,
    screen and (min-width:40em) {
        .medium-offset-1 {
            margin-left: 8.3333333333%;
        }
    }

    @media print,
    screen and (min-width:64em) {
        .large-offset-1 {
            margin-left: 8.3333333333%;
        }
    }

    .align-self-middle {
        align-self: center;
    }

    .small-order-1 {
        order: 1;
    }

    .small-order-2 {
        order: 2;
    }

    h2,
    p {
        font-family: var(--font-family) !important;
        font-size: 0.9375rem;
        color: #1d2023;
    }

    .h2 {
        margin: 0 0 1.5625rem;
        font-weight: 400;
        font-size: 2.8125rem;
        letter-spacing: 0;
        line-height: 3.75rem;
    }

    @media print,
    screen and (min-width:40em) and (max-width:63.99875em) {
        .h3--medium {
            margin: 0 0 1.5625rem;
            font-weight: 400;
            font-size: 2.1875rem;
            letter-spacing: 0;
            line-height: 3.4375rem;
        }
    }

    @media print,
    screen and (max-width:39.99875em) {
        .h4--small {
            margin: 0 0 1.5625rem;
            font-weight: 400;
            font-size: 1.875rem;
            letter-spacing: 0;
            line-height: 2.8125rem;
        }
    }

    p {
        margin: 0 0 0.625rem;
        font-weight: 400;
        font-size: 0.9375rem;
        line-height: 1.375rem;
        color: #5a636d;
    }

    .p--subtitle-3 {
        color: #5a636d;
        font-size: 1rem;
        line-height: 1.875rem;
    }

    .btn {
        border: unset;
        box-shadow: unset;
        outline: unset;
        background: var(--btn--bg-color-base);
        margin: var(--btn--margin);
        display: inline-block;
        line-height: 1;
        font-size: calc(var(--btn--base-font-size) + var(--btn--base-font-size-increment)*5);
        padding: calc(var(--btn--base-padding-top-bottom) + var(--btn--base-padding-top-bottom-increment)*5) calc(var(--btn--base-padding-left-right) + var(--btn--base-padding-left-right-increment)*5);
    }

    .btn__icon {
        padding-right: calc(var(--icon-button--padding-left-right) + var(--icon-button--padding-left-right-step)*5);
    }

    .btn__icon--right {
        padding-right: 0;
        padding-left: calc(var(--icon-button--padding-left-right) + var(--icon-button--padding-left-right-step)*5);
    }

    .btn__text {
        flex-grow: 1 !important;
    }

    @media (-ms-high-contrast:none),
    screen and (-ms-high-contrast:active) {
        .btn {
            font-size: 1.75rem;
            padding: 0.78125rem 1.875rem;
        }

        .btn__icon {
            padding-right: 1.25rem;
        }

        .btn__icon--right {
            padding-right: 0;
            padding-left: 1.25rem;
        }
    }

    .btn {
        transition: background-color .2s ease-in-out;
        font-weight: 500;
        cursor: pointer;
        padding: 0;
    }

    @media print,
    screen and (max-width:39.99875em) {
        .btn--small-secondary {
            background-color: #0bc86d;
            color: #fff;
            border-color: #0bc86d;
            border-radius: 0.3125rem;
        }

        .btn--small-secondary:focus,
        .btn--small-secondary:hover {
            background-color: #0cb061;
            color: #fff;
        }
    }

    @media print,
    screen and (min-width:40em) and (max-width:63.99875em) {
        .btn--medium-secondary {
            background-color: #0bc86d;
            color: #fff;
            border-color: #0bc86d;
            border-radius: 0.3125rem;
        }

        .btn--medium-secondary:focus,
        .btn--medium-secondary:hover {
            background-color: #0cb061;
            color: #fff;
        }
    }

    @media print,
    screen and (min-width:64em) {
        .btn--large-secondary {
            background-color: #0bc86d;
            color: #fff;
            border-color: #0bc86d;
            border-radius: 0.3125rem;
        }

        .btn--large-secondary:focus,
        .btn--large-secondary:hover {
            background-color: #0cb061;
            color: #fff;
        }
    }

    .btn--icon .btn__icon {
        vertical-align: text-top;
    }

    @media print,
    screen and (max-width:39.99875em) {
        .btn--small-xlarge {
            font-size: 1.25rem;
            line-height: 3.4375rem;
        }

        .btn--small-xlarge.btn--icon .btn__text {
            margin: auto 2.5rem;
        }

        .btn--small-xlarge.btn--icon .btn__icon {
            margin: auto auto auto 1.25rem;
            padding: 0;
        }

        .btn--small-xlarge.btn--icon-right .btn__icon {
            margin: auto 2.5rem auto auto;
        }
    }

    @media print,
    screen and (min-width:40em) and (max-width:63.99875em) {
        .btn--medium-xlarge {
            font-size: 1.25rem;
            line-height: 3.4375rem;
        }

        .btn--medium-xlarge.btn--icon .btn__text {
            margin: auto 2.5rem;
        }

        .btn--medium-xlarge.btn--icon .btn__icon {
            margin: auto auto auto 1.25rem;
            padding: 0;
        }

        .btn--medium-xlarge.btn--icon-right .btn__icon {
            margin: auto 2.5rem auto auto;
        }
    }

    @media print,
    screen and (min-width:64em) {
        .btn--large-xlarge {
            font-size: 1.25rem;
            line-height: 3.4375rem;
        }

        .btn--large-xlarge.btn--icon .btn__text {
            margin: auto 2.5rem;
        }

        .btn--large-xlarge.btn--icon .btn__icon {
            margin: auto auto auto 1.25rem;
            padding: 0;
        }

        .btn--large-xlarge.btn--icon-right .btn__icon {
            margin: auto 2.5rem auto auto;
        }
    }

    @media print,
    screen and (max-width:39.99875em) {
        .btn--small-xlarge {
            font-size: 1.25rem;
            line-height: 3.4375rem;
        }

        .btn--small-xlarge.btn--icon .btn__text {
            margin: auto 1.125rem;
        }

        .btn--small-xlarge.btn--icon .btn__icon {
            margin: auto auto auto 1.125rem;
            padding: 0;
        }

        .btn--small-xlarge.btn--icon-right .btn__icon {
            margin: auto 1.125rem auto auto;
        }
    }

    @media print,
    screen and (min-width:40em) and (max-width:63.99875em) {
        .btn--medium-xlarge {
            font-size: 1.25rem;
            line-height: 3.4375rem;
        }

        .btn--medium-xlarge.btn--icon .btn__text {
            margin: auto 1.125rem;
        }

        .btn--medium-xlarge.btn--icon .btn__icon {
            margin: auto auto auto 1.125rem;
            padding: 0;
        }

        .btn--medium-xlarge.btn--icon-right .btn__icon {
            margin: auto 1.125rem auto auto;
        }
    }

    @media print,
    screen and (min-width:64em) {
        .btn--large-xlarge {
            font-size: 1.25rem;
            line-height: 3.4375rem;
        }

        .btn--large-xlarge.btn--icon .btn__text {
            margin: auto 1.125rem;
        }

        .btn--large-xlarge.btn--icon .btn__icon {
            margin: auto auto auto 1.125rem;
            padding: 0;
        }

        .btn--large-xlarge.btn--icon-right .btn__icon {
            margin: auto 1.125rem auto auto;
        }
    }

    .bullet-text__custom-button {
        margin-top: 1.25rem;
    }

    /* .bullet-text--title-overhang h2 {
        width: 130%;
    } */

    @media print,
    screen and (max-width:39.99875em) {
        .bullet-text--title-overhang h2 {
            width: auto;
        }
    }

    .ultra-deal .btn__inner i {
        font-size: 1rem;
    }

    .ultra-deal .content-layout.ultra-deal__browser-block {
        margin-bottom: 8.3125rem;
    }

    .ultra-deal .content-layout.ultra-deal__browser-block {
        margin: 7.8125rem 0;
    }

    @media only screen and (max-width:1366px) {
        .ultra-deal .ultra-deal__browser-block {
            display: none;
        }
    }

    @media (-ms-high-contrast:none),
    screen and (-ms-high-contrast:active) {
        .ultra-deal .btn__icon {
            position: relative;
            left: 1.5625rem;
        }
    }

    .webshield-protection-toggle__app {
        position: relative;
        margin: auto;
    }

    .webshield-protection-toggle__app .lottie-animation {
        transform: translate(2.5rem, -3.625rem);
    }

    .content-layout {
        margin: 7.8125rem 0;
    }

    .content-layout * {
        z-index: 1;
    }

    .content-layout__img-group {
        position: relative;
    }

    .content-layout__bg-vector {
        position: absolute;
        max-width: none;
        max-height: none;
        background-size: cover;
        z-index: -1;
        background-color: #ffebea;
    }

    .content-layout__main {
        height: 100%;
    }

    .content-layout__app {
        position: absolute;
    }

    .content-layout--horizontal-rectangle .content-layout__img-group {
        width: 25.4375rem;
        height: 33.75rem;
        margin-right: 0;
        margin-left: auto;
    }

    .content-layout--horizontal-rectangle .content-layout__bg-vector {
        top: 2.75rem;
        left: -5.3125rem;
        height: 28.125rem;
        transform: none;
        width: 42.8125rem;
    }

    .content-layout--horizontal-rectangle.content-layout--right .content-layout__img-group {
        width: 25.4375rem;
        height: 33.75rem;
        margin-left: 0;
        margin-right: auto;
    }

    .content-layout--horizontal-rectangle.content-layout--right .content-layout__bg-vector {
        top: 2.75rem;
        left: 33.125rem;
        height: 28.125rem;
        transform: translate(-100%);
    }

    .content-layout .bullet-text {
        top: 50%;
        position: relative;
        transform: translateY(-50%);
    }

    @media print,
    screen and (min-width:40em) and (max-width:63.99875em) {
        .content-layout .content-layout__img-group {
            margin-bottom: 5rem;
        }

        .content-layout--horizontal-rectangle.content-layout--right .content-layout__img-group {
            left: 5.625rem;
        }

        .content-layout--horizontal-rectangle .content-layout__img-group {
            right: 6.875rem;
        }
    }

    @media print,
    screen and (max-width:39.99875em) {
        .content-layout {
            margin-top: 4.6875rem;
            margin-bottom: 4.6875rem;
        }

        .content-layout--horizontal-rectangle {
            margin-top: 6.25rem;
            margin-bottom: 12.1875rem;
        }

        .content-layout--horizontal-rectangle.content-layout--right .content-layout__img-group {
            height: 27.125rem;
        }

        .content-layout--horizontal-rectangle.content-layout--right .content-layout__img-group .content-layout__bg-vector {
            left: 20.9375rem;
        }

        .content-layout--horizontal-rectangle.content-layout--right .content-layout__img-group .content-layout__main {
            left: 1.5625rem !important;
        }

        .content-layout--horizontal-rectangle .content-layout__img-group {
            height: 27.125rem;
        }

        .content-layout--horizontal-rectangle .content-layout__img-group .content-layout__bg-vector {
            left: 1.5625rem;
            width: 26.5625rem;
            height: 16.875rem;
        }

        .content-layout--horizontal-rectangle .content-layout__img-group .content-layout__main {
            max-height: 22.5rem;
            position: relative;
            left: 3.625rem;
        }
    }

    @media only screen and (max-width:350px) {
        .content-layout--horizontal-rectangle.content-layout--right .content-layout__img-group .content-layout__bg-vector {
            left: 16.25rem;
        }

        .content-layout--horizontal-rectangle.content-layout--right .content-layout__img-group .content-layout__main {
            left: 0.625rem !important;
        }

        .content-layout--horizontal-rectangle .content-layout__img-group {
            height: 23.75rem;
        }

        .content-layout--horizontal-rectangle .content-layout__img-group .content-layout__bg-vector {
            height: 13.75rem;
            top: 3.875rem;
            left: 0;
        }

        .content-layout--horizontal-rectangle .content-layout__img-group .content-layout__main {
            max-height: 18.75rem;
            top: 1.5625rem;
            left: 2.8125rem;
        }

        .content-layout--horizontal-rectangle .content-layout__app {
            max-width: 47%;
        }
    }
}

/* malware detection */
.malware-detection-container {
    .link {
        color: inherit;
    }

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

    a {
        background-color: transparent;
    }

    img {
        border-style: none;
    }

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

    img {
        display: inline-block;
        vertical-align: middle;
        max-width: 100%;
        height: auto;
        -ms-interpolation-mode: bicubic;
    }

    ::placeholder {
        color: #cacaca;
    }

    h2,
    p {
        margin: 0;
        padding: 0;
    }

    p {
        margin-bottom: 1rem;
        font-size: inherit;
        line-height: 1.6;
        text-rendering: optimizeLegibility;
    }

    .h2,
    h2 {
        font-family: Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
        font-style: normal;
        font-weight: 400;
        color: inherit;
        text-rendering: optimizeLegibility;
    }

    .h2,
    h2 {
        line-height: 1.4;
        margin-top: 0;
        margin-bottom: .5rem;
    }

    .h2,
    h2 {
        font-size: 20px;
        font-size: 1.25rem;
    }

    @media print,
    screen and (min-width:40em) {

        .h2,
        h2 {
            font-size: 2.5rem;
        }
    }

    a {
        line-height: inherit;
        color: #1779ba;
        text-decoration: none;
        cursor: pointer;
    }

    a:focus,
    a:hover {
        color: #1468a0;
    }

    a img {
        border: 0;
    }

    @media print {
        * {
            background: transparent !important;
            color: #000 !important;
            print-color-adjust: economy;
            box-shadow: none !important;
            text-shadow: none !important;
        }

        a,
        a:visited {
            text-decoration: underline;
        }

        a[href]:after {
            content: " (" attr(href) ")";
        }

        img {
            page-break-inside: avoid;
        }

        img {
            max-width: 100% !important;
        }

        h2,
        p {
            orphans: 3;
            widows: 3;
        }

        h2 {
            page-break-after: avoid;
        }
    }


    .grid-x {
        -js-display: flex;
        display: flex;
        flex-flow: row wrap;
    }

    .cell {
        flex: 0 0 auto;
        min-height: 0;
        min-width: 0;
        width: 100%;
    }

    .grid-y {
        -js-display: flex;
        display: flex;
        flex-flow: column nowrap;
    }

    .grid-y>.cell {
        height: auto;
        max-height: none;
    }

    .align-center {
        justify-content: center;
    }

    .align-middle {
        align-items: center;
    }

    h2,
    p {
        font-family: var(--font-family) !important;
        font-size: 0.9375rem;
        color: #1d2023;
    }

    .h2 {
        margin: 0 0 1.5625rem;
        font-weight: 400;
        font-size: 2.8125rem;
        letter-spacing: 0;
        line-height: 3.75rem;
    }

    p {
        margin: 0 0 0.625rem;
        font-weight: 400;
        font-size: 0.9375rem;
        line-height: 1.375rem;
        color: #5a636d;
    }

    .p--subtitle-1 {
        font-size: 1.125rem;
        line-height: 1.875rem;
    }

    .p--subtitle-2 {
        font-size: 1rem;
        line-height: 1.875rem;
    }

    .p--note {
        font-weight: 400;
        font-size: 0.875rem;
        color: #979797;
        letter-spacing: 0.01563rem;
    }

    .ultra-deal__malware-detection-section {
        margin-bottom: 7.8125rem;
    }

    .ultra-deal__malware-detection-section__quotes {
        height: 1.875rem;
        margin-bottom: 1.5625rem;
    }

    .ultra-deal__malware-detection-section__header {
        margin-bottom: 1.5625rem;
    }

    .ultra-deal__malware-detection-section__description {
        margin-bottom: 3rem;
        text-align: center;
    }

    .ultra-deal__malware-detection-section .award-container {
        width: 5rem;
    }

    .ultra-deal__malware-detection-section .award-container img {
        width: 100%;
    }

    .ultra-deal__malware-detection-section__award-container__text-container {
        text-align: center;
        margin-left: 2.375rem;
    }

    .ultra-deal__malware-detection-section__award-container__text-container p {
        margin: 0;
        color: #1d2023;
    }

    .ultra-deal__malware-detection-section__award-container__text-container .date-time {
        color: #5a636d;
    }

    @media print,
    screen and (max-width:39.99875em) {
        .ultra-deal__malware-detection-section {
            margin-top: 8.75rem;
        }

        .ultra-deal__malware-detection-section__header {
            text-align: center;
        }
    }

    .award-container {
        -js-display: inline-flex;
        display: inline-flex;
    }
}

/* trust section */
.trust-section {}

/* ------ Slider section ------ */
.slider-section {

    i[class*=" kondo_lined-"] {
        display: inline-block;
    }

    i[class*=" kondo_lined-"]:before {
        font-style: normal;
        font-weight: 400 !important;
        font-variant: normal;
        text-transform: none;
        vertical-align: middle;
        line-height: 1;
        float: left;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .kondo_lined-arrow-left:before {
        content: "\2190";
        font-weight: 900; /* bolder = thicker arrow */
        font-size: 20px;  /* keep size the same */
    }

    .kondo_lined-arrow-right:before {
        content: "\2192";
        font-weight: 900; /* bolder = thicker arrow */
        font-size: 20px;  /* keep size the same */
    }

    .kondo_lined-circle-arrow-right:before {
        content: "";
    }

    i[class*=brand-svg-icons].brand-svg-icons,
    i[class^=brand-svg-icons].brand-svg-icons {
        display: inline-block;
    }

    .brand-svg-icons {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .link {
        color: inherit;
    }

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

    .slick-slider {
        box-sizing: border-box;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        touch-action: pan-y;
        -webkit-tap-highlight-color: transparent;
    }

    .slick-list,
    .slick-slider {
        position: relative;
        display: block;
    }

    .slick-list {
        overflow: hidden;
        margin: 0;
        padding: 0;
    }

    .slick-list:focus {
        outline: none;
    }

    .slick-slider .slick-list,
    .slick-slider .slick-track {
        transform: translateZ(0);
    }

    .slick-track {
        position: relative;
        left: 0;
        top: 0;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .slick-track:after,
    .slick-track:before {
        content: "";
        display: table;
    }

    .slick-track:after {
        clear: both;
    }

    .slick-slide {
        float: left;
        height: 100%;
        min-height: 0.0625rem;
        display: none;
    }

    .slick-slide img {
        display: inline-block !important;
    }

    .slick-initialized .slick-slide {
        display: block;
    }

    .slick-slide {
        outline: none;
    }

    .slider {
        overflow: hidden;
        height: auto;
    }

    a {
        background-color: transparent;
    }

    img {
        border-style: none;
    }

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

    img {
        display: inline-block;
        vertical-align: middle;
        max-width: 100%;
        height: auto;
        -ms-interpolation-mode: bicubic;
    }

    ::placeholder {
        color: #cacaca;
    }

    h4,
    p {
        margin: 0;
        padding: 0;
    }

    p {
        margin-bottom: 1rem;
        font-size: inherit;
        line-height: 1.6;
        text-rendering: optimizeLegibility;
    }

    i {
        font-style: italic;
    }

    i {
        line-height: inherit;
    }

    .h4,
    h4 {
        font-family: Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
        font-style: normal;
        font-weight: 400;
        color: inherit;
        text-rendering: optimizeLegibility;
    }

    .h4,
    h4 {
        line-height: 1.4;
        margin-top: 0;
        margin-bottom: .5rem;
    }

    .h4,
    h4 {
        font-size: 18px;
        font-size: 1.125rem;
    }

    @media print,
    screen and (min-width:40em) {

        .h4,
        h4 {
            font-size: 1.5625rem;
        }
    }

    a {
        line-height: inherit;
        color: #1779ba;
        text-decoration: none;
        cursor: pointer;
    }

    a:focus,
    a:hover {
        color: #1468a0;
    }

    a img {
        border: 0;
    }

    @media print {
        * {
            background: transparent !important;
            color: #000 !important;
            print-color-adjust: economy;
            box-shadow: none !important;
            text-shadow: none !important;
        }

        a,
        a:visited {
            text-decoration: underline;
        }

        a[href]:after {
            content: " (" attr(href) ")";
        }

        img {
            page-break-inside: avoid;
        }

        img {
            max-width: 100% !important;
        }

        p {
            orphans: 3;
            widows: 3;
        }
    }


    .grid-x {
        -js-display: flex;
        display: flex;
        flex-flow: row wrap;
    }

    .cell {
        flex: 0 0 auto;
        min-height: 0;
        min-width: 0;
        width: 100%;
    }

    .cell.auto {
        flex: 1 1 0;
    }

    .grid-x>.auto {
        width: auto;
    }

    @media print,
    screen and (min-width:40em) {
        .grid-x>.medium-6 {
            flex-basis: auto;
        }
    }

    @media print,
    screen and (min-width:64em) {

        .grid-x>.large-4,
        .grid-x>.large-8 {
            flex-basis: auto;
        }
    }

    @media print,
    screen and (min-width:40em) {
        .grid-x>.medium-6 {
            flex: 0 0 auto;
        }

        .grid-x>.medium-6 {
            width: 40%;
        }
    }

    @media print,
    screen and (min-width:64em) {

        .grid-x>.large-4,
        .grid-x>.large-8 {
            flex: 0 0 auto;
        }

        .grid-x>.large-4 {
            width: 33.3333333333%;
        }

        .grid-x>.large-8 {
            width: 66.6666666667%;
        }
    }

    .grid-container:not(.full)>.grid-padding-x {
        margin-right: -.625rem;
        margin-left: -.625rem;
    }

    @media print,
    screen and (min-width:40em) {
        .grid-container:not(.full)>.grid-padding-x {
            margin-right: -.9375rem;
            margin-left: -.9375rem;
        }
    }

    .grid-padding-x>.cell {
        padding-right: .625rem;
        padding-left: .625rem;
    }

    @media print,
    screen and (min-width:40em) {
        .grid-padding-x>.cell {
            padding-right: .9375rem;
            padding-left: .9375rem;
        }
    }

    @media print,
    screen and (max-width: 400px) {
        .grid-padding-x>.cell {
            padding-right: 0;
            padding-left: 0;
        }
    }

    .align-center {
        justify-content: center;
    }

    .align-middle {
        align-items: center;
    }

    @media screen and (max-width:0em),
    screen and (min-width:40em) {
        .show-for-small-only {
            display: none !important;
        }
    }

    h4,
    p {
        font-family: var(--font-family) !important;
        font-size: 0.9375rem;
        color: #1d2023;
    }

    .h4 {
        margin: 0 0 1.5625rem;
        font-weight: 400;
        font-size: 1.875rem;
        letter-spacing: 0;
        line-height: 2.8125rem;
    }

    p {
        margin: 0 0 0.625rem;
        font-weight: 400;
        font-size: 0.9375rem;
        line-height: 1.375rem;
        color: #5a636d;
    }

    .p--subtitle-2 {
        font-size: 1rem;
        line-height: 1.875rem;
    }

    .p--note {
        font-weight: 400;
        font-size: 0.875rem;
        color: #979797;
        letter-spacing: 0.01563rem;
    }

    .ultra-deal__awards-slider {
        margin-bottom: 9.375rem;
    }

    .ultra-deal__awards-slider .award {
        width: auto;
        margin-left: 0;
        margin-right: 1.25rem;
    }

    .ultra-deal__awards-slider .award img {
        max-width: 8.125rem;
    }

    .ultra-deal__awards-slider .award__title {
        color: #1d2023;
        margin: 0;
    }

    .ultra-deal__awards-slider .slider {
        margin-right: 0;
        margin-top: 0;
        top: -1.875rem;
        position: relative;
    }

    .ultra-deal__awards-slider .slider:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 17.8125rem;
        background: linear-gradient(270deg, #fff 48%, #fff);
        background: linear-gradient(270deg, #fff 48%, hsla(0, 0%, 100%, 0));
    }

    /*.ultra-deal__awards-slider .slick-initialized .slick-slide {*/
    /*    width: 16.875rem !important;*/
    /*    padding: 1.25rem 0.3125rem;*/
    /*}*/

    .ultra-deal__awards-slider .slick-arrow {
        z-index: 3;
        position: absolute;
        bottom: -25px;
        color: #fff;
    }

    .ultra-deal__awards-slider .slick-arrow.kondo_lined-arrow-left {
        left: 0.9375rem;
    }

    .ultra-deal__awards-slider .slick-arrow.kondo_lined-arrow-right {
        left: 3.75rem;
    }

    @media print,
    screen and (min-width:40em) {
        .ultra-deal__awards-slider .slider-block__title {
            text-align: left;
        }

        .ultra-deal__awards-slider .slider:after {
            right: -6.875rem;
        }
    }

    @media print,
    screen and (min-width:40em) and (max-width:63.99875em) {
        .ultra-deal__awards-slider {
            margin-top: 16.875rem;
        }

        .ultra-deal__awards-slider .slider-block__logo-shape {
            top: -11.875rem;
        }
    }

    @media print,
    screen and (max-width:63.99875em) {
        .ultra-deal__awards-slider .slider:after {
            left: 15.625rem;
        }
    }

    @media print,
    screen and (max-width:39.99875em) {
        .ultra-deal__awards-slider .slider-block__title {
            text-align: left;
        }

        .ultra-deal__awards-slider .slider-block__swipe {
            display: none;
        }

        .ultra-deal__awards-slider .slider-block__logo-shape {
            display: block;
            position: absolute;
            bottom: 16.875rem;
            left: 7.1875rem;
        }

        .ultra-deal__awards-slider .slider-block__bg-vector {
            height: 36.25rem;
            width: 100%;
            top: unset;
        }

        .ultra-deal__awards-slider .slider-block__content {
            padding-left: 1.875rem;
            padding-top: 7.5rem;
            padding-right: 0;
        }

        .ultra-deal__awards-slider .slider-block__content .slider-block__slider-container {
            padding-right: 0;
        }

        .ultra-deal__awards-slider .slider:after {
            content: none;
        }
    }

    .award-container {
        -js-display: inline-flex;
        display: inline-flex;
    }



    .slider-block .slider-block__logo-shape {
        position: relative;
        bottom: 10.375rem;
        left: -0.625rem;
        transform: translate(-43%, -50%);
        z-index: -1;
    }

    .slider-block .slider-block__bg-vector {
        position: absolute;
        width: 50%;
        left: 0;
        top: -6.25rem;
        height: 25rem;
        z-index: -1;
        background-color: #e63748;
    }

    .slider-block .slider-block__slider-rating {
        text-align: center;
        color: #fff;
    }

    .slider-block .slider-block__slider-rating .slider-block__title {
        margin-top: 1.25rem;
    }

    .slider-block .slider-block__slider-rating .slider-block__rating {
        width: 11.25rem;
        margin: auto;
    }

    .slider-block .slider {
        margin-top: 2.5rem;
        margin-right: 1.875rem;
    }

    @media print,
    screen and (min-width:40em) and (max-width:63.99875em) {
        .slider-block .slider-block__bg-vector {
            width: 75%;
            top: -8.75rem;
            height: 28.125rem;
        }

        .slider-block .slider-block__logo-shape {
            left: 5.625rem;
        }
    }

    @media print,
    screen and (max-width:63.99875em) {
        .slider-block .slick-arrow {
            z-index: 2 !important;
        }
    }

    @media print,
    screen and (max-width:39.99875em) {
        .slider-block .slider-block__logo-shape {
            display: none;
        }

        .slider-block .slider-block__bg-vector {
            top: -1.875rem;
            width: 90%;
            height: 33.75rem;
        }

        .slider-block .slider-block__swipe {
            text-align: center;
            color: #fff;
        }
    }

    @media only screen and (max-width:350px) {
        .slider-block .slider-block__bg-vector {
            width: 95%;
        }
    }

    .award {
        background: #fff;
        box-shadow: 0.4375rem 0.3125rem 1.5625rem 0 rgba(29, 32, 35, .15);
        text-align: center;
        padding: 1.25rem 0 0.625rem;
        margin: 0.625rem;
    }

    .award__img-container {
        height: 6.25rem !important;
        -js-display: flex;
        display: flex;
    }

    .award__date {
        padding-bottom: 0.625rem;
    }

    .award img {
        margin: auto;
        max-height: 5rem;
        display: inline-block;
    }

    .award-container {
        -js-display: inline-flex;
        display: inline-flex;
    }
}


/*  */

@media print,
screen and (min-width:40em) {
    .grid-container {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media print,
screen and (min-width:40em) {
    .grid-x>.medium-10 {
        flex-basis: auto;
    }
}

@media print,
screen and (min-width:64em) {

    .grid-x>.large-5,
    .grid-x>.large-7,
    .grid-x>.large-shrink {
        flex-basis: auto;
    }
}

@media print,
screen and (min-width:40em) {
    .grid-x>.medium-10 {
        flex: 0 0 auto;
    }

    .grid-x>.medium-10 {
        width: 83.3333333333%;
    }
}

@media print,
screen and (min-width:64em) {

    .grid-x>.large-5,
    .grid-x>.large-7,
    .grid-x>.large-shrink {
        flex: 0 0 auto;
    }

    .grid-x>.large-shrink {
        width: auto;
    }

    .grid-x>.large-5 {
        width: 41.6666666667%;
    }

    .grid-x>.large-7 {
        width: 58.3333333333%;
    }
}

@media print,
screen and (min-width:40em) {
    .medium-offset-1 {
        margin-left: 8.3333333333%;
    }
}

@media print,
screen and (min-width:64em) {
    .large-offset-0 {
        margin-left: 0;
    }
}

@media print,
screen and (min-width:64em) {
    .large-order-1 {
        order: 1;
    }

    .large-order-2 {
        order: 2;
    }
}

@media screen and (max-width:39.99875em) {
    .show-for-medium {
        display: none !important;
    }
}

@media print,
screen and (min-width:64em) {
    .hide-for-large {
        display: none !important;
    }
}

@media screen and (max-width:63.99875em) {
    .show-for-large {
        display: none !important;
    }
}

@media (min-width: 1024px) {
    .ultra-deal__awards-slider .slider-block__content {
        flex-wrap: nowrap;
    }
}

@media (max-width: 991px) {

    .pc-cleaner-outer,
    .shield-container,
    .btn-bx.sec1-btn-bx {
        display: none;
    }

    .enhancement-container .cell.small-offset-1 {
        margin: 0;
    }
}

.ultra-fast-av-section .feature-row__icon {
    margin-bottom: 10px;
}

.ultra-fast-av-section {
    .content-layout--horizontal-rectangle.content-layout--right .content-layout__img-group {
        width: 100%;
        height: 100%;
    }

    .content-layout--horizontal-rectangle .content-layout__img-group {
        width: 100%;
        height: 100%;
    }
}

