@font-face {
    font-family: ProximaNova;
    font-display: swap;
    src: url(../fonts/ProximaNova-Bold.woff2) format("woff2");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: ProximaNova;
    font-display: swap;
    src: url(../fonts/ProximaNova-Extrabold.woff2) format("woff2");
    font-weight: 800;
    font-style: normal
}

@font-face {
    font-family: icomoon;
    font-display: swap;
    src: url(../fonts/icomoon.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: ProximaNova;
    font-display: swap;
    src: url(../fonts/ProximaNova-Semibold.woff2) format("woff2");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: ProximaNova;
    font-display: swap;
    src: url(../fonts/ProximaNova-Regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

[class*=_icon-]::before {
    font-family: icomoon;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

._icon-play:before {
    content: ""
}

._icon-triangule:before {
    content: ""
}

._icon-star:before {
    content: ""
}

._icon-thunder:before {
    content: ""
}

._icon-shell:before {
    content: ""
}

._icon-check:before {
    content: ""
}

:root {
    --primary: #333333;
    --secondary: #6f7897;
    --accent: #5277e7;
    --inverse: #ffcb17;
    --bg-primary: #eceffa;
    --bg-secondary: #ffffff;
    --bg-accent: #4cc9f0;
    --bg-inverse: #2d00f7;
    --text-title: #ffffff;
    --text-primary: #333333;
    --text-secondary: #6f7897;
    --text-accent: #5277e7;
    --text-dark: #181818;
    --text-inverse: #6245d9;
    --bg-btn: linear-gradient(90.7deg, #20be2d 14.57%, #108b16 100%);
    --bg-btn-hover: linear-gradient(90.7deg, #29b535 14.57%, #108b16 100%);
    --bg-hero: linear-gradient(90deg, #1a093f 0%, #451b70 60%, #32135b 100%)
}

* {
    padding: 0;
    margin: 0;
    border: 0
}

*, *::after, *::before {
    box-sizing: border-box
}

*::after, *::before {
    display: inline-block
}

body, html {
    height: 100%;
    min-width: 375px
}

body {
    color: var(--primary);
    line-height: 1;
    font-family: ProximaNova, sans-serif;
    font-size: 1rem;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

button, input, textarea {
    font-family: ProximaNova, sans-serif;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    background-color: rgba(0, 0, 0, 0)
}

input, textarea {
    width: 100%
}

label {
    display: inline-block
}

button, option, select {
    cursor: pointer
}

a {
    display: inline-block;
    color: inherit;
    text-decoration: none
}

ul li {
    list-style: none
}

img {
    vertical-align: top
}

h1, h2, h3, h4, h5, h6 {
    font-weight: inherit;
    font-size: inherit
}

.lock body {
    overflow: hidden;
    touch-action: none;
    -ms-scroll-chaining: none;
    overscroll-behavior: none
}

.wrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden
}

@supports (overflow:clip) {
    .wrapper {
        overflow: clip
    }
}

.wrapper > main {
    flex: 1 1 auto
}

.wrapper > * {
    min-width: 0
}

[class*=__container] {
    max-width: 71.25rem;
    margin: 0 auto;
    padding: 0 .9375rem
}

.ibg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.ibg--top {
    -o-object-position: top;
    object-position: top
}

.ibg--bottom {
    -o-object-position: bottom;
    object-position: bottom
}

.ibg--left {
    -o-object-position: left;
    object-position: left
}

.ibg--right {
    -o-object-position: right;
    object-position: right
}

.ibg--contain {
    -o-object-fit: contain;
    object-fit: contain
}

.btn {
    overflow: hidden;
    height: 2.875rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: var(--bg-btn);
    box-shadow: 0 2px 0 0 #65fa71;
    border-radius: .625rem;
    border: none;
    padding: 0;
    z-index: 2;
    color: var(--text-title);
    font-weight: 700;
    font-size: 1rem;
    transition: background .3s
}

.btn:hover {
    background: var(--bg-btn-hover)
}

.btn i {
    font-size: 1.75rem;
    margin-right: .625rem;
    position: relative;
    bottom: -2px
}

.btn.sm {
    width: 100%;
    padding-inline: 2rem
}

.btn.lg {
    padding-inline: 2.75rem
}

h1 {
    font-size: 2rem;
    line-height: 2.2rem;
    font-weight: 800
}

.footer__devider {
    height: 1px;
    width: 100%;
    background: #f8f8ff
}

.footer__top {
    padding: 1.5rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: .75rem 1.5rem
}

.footer__bottom {
    padding: 1.75rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .75rem;
    font-weight: 400;
    line-height: .875rem;
    color: #6f7897
}

.page {
    background: var(--bg-primary);
    padding-bottom: 2.5rem
}

.hero {
    background: var(--bg-hero);
    overflow: hidden;
    color: var(--text-title);
    width: 100%;
    height: auto;
    position: relative
}

.hero::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    background: url(../img/hero-bg.webp) center no-repeat;
    background-position: center bottom
}

.hero h1 {
    padding-top: 2.25rem;
    white-space: nowrap
}

.hero__container {
    position: relative
}

.hero__content {
    flex: 0 1 auto;
    min-width: 18.75rem;
    position: relative;
    z-index: 2
}

.hero__img-wrapper {
    display: none
}

.hero__img {
    position: relative;
    height: auto;
    z-index: 20
}

.hero .btn {
    margin-bottom: 2.125rem
}

.feature figcaption {
    font-weight: 400;
    font-size: .875rem;
    line-height: 1.375rem
}

.feature__list {
    margin-top: .375rem;
    margin-bottom: .75rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    -webkit-column-gap: .6875rem;
    -moz-column-gap: .6875rem;
    column-gap: .6875rem
}

.feature__list > li {
    font-size: .8125rem;
    line-height: 1.375rem;
    font-weight: 400;
    text-wrap: nowrap
}

.feature__list > li::before {
    margin-right: .125rem;
    position: relative;
    bottom: -2px;
    color: var(--inverse)
}

.top-list {
    padding-top: 1.5rem;
    background: var(--bg-primary)
}

.table-review {
    counter-reset: item
}

.review {
    padding: 1.125rem .875rem;
    counter-increment: item;
    position: relative;
    border-radius: 1rem;
    background: var(--bg-secondary)
}

.review:not(:last-child) {
    margin-bottom: 1rem
}

.review:first-child {
    border: 2px solid var(--text-inverse)
}

.review:first-child::before {
    background: var(--text-inverse)
}

.review:first-child::after {
    color: var(--text-title)
}

.review::before {
    content: "";
    width: 2.125rem;
    height: 1.625rem;
    position: absolute;
    left: -1px;
    top: -1px;
    background: #e1e2ef;
    overflow: hidden;
    border-bottom-right-radius: 1rem;
    border-top-left-radius: .625rem
}

.review::after {
    content: counter(item);
    position: absolute;
    left: -1px;
    top: 2px;
    width: 2.125rem;
    height: 1.625rem;
    font-weight: 700;
    color: var(--primary);
    font-size: .875rem;
    line-height: 1.4;
    text-align: center
}

.review__img {
    margin-right: .75rem;
    width: 5rem;
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 1rem;
    float: left
}

.review__img img {
    width: 100%;
    height: auto
}

.review__name {
    height: 80px;
    max-width: 31.25rem;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.375rem;
    color: var(--text-dark);
    display: flex;
    align-items: center
}

.review__features {
    margin-top: 1rem;
    padding-top: .5rem;
    margin-bottom: .625rem;
    padding-bottom: .75rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #f8f8ff;
    border-bottom: 1px solid #f8f8ff
}

.review__features > ul li {
    color: #6f7897;
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 400;
    flex-wrap: nowrap
}

.review__features > ul li:not(:last-child) {
    margin-bottom: .5rem
}

.review__features > ul li b {
    color: var(--primary);
    font-weight: 600
}

.review__features > ul li::before {
    content: "•";
    color: #cacbdc;
    font-size: 1.75rem;
    margin-right: .5rem
}

.review__features > span {
    text-wrap: nowrap;
    line-height: 1.75rem;
    padding-inline: .5rem;
    background: var(--bg-primary);
    border-radius: .375rem;
    color: #6b6b6b;
    font-size: .75rem
}

.review__features > span i {
    position: relative;
    top: 2px;
    margin-right: .125rem;
    color: var(--inverse);
    font-size: 1rem
}

.review__features > span > b {
    font-size: 1rem;
    color: #181818
}

.review__actions {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-area: 1/3/3/4
}

.review__actions a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media (min-width: 29.99875em) {
    .hero__img-wrapper {
        flex: 0 1 349px
    }
}

@media (min-width: 44.0625em) {
    .hero__img-wrapper {
        display: flex
    }
}

@media (min-width: 47.99875em) {
    .btn.sm {
        width: auto
    }

    .footer__top {
        padding: 2rem 0
    }

    .footer__bottom {
        font-size: .875rem;
        line-height: 20px
    }

    .page {
        padding-bottom: 5rem
    }

    .hero h1 {
        padding-top: 2.375rem
    }

    .hero__img-wrapper {
        flex: 0 1 448px;
        justify-content: flex-end;
        position: relative;
        align-self: flex-end;
        right: -47px
    }

    .hero .btn {
        margin-bottom: 2.5rem
    }

    .top-list {
        padding-top: 2rem
    }

    .review:not(:last-child) {
        margin-bottom: .875rem
    }

    .review {
        padding: 1.4375rem 1.5rem;
        display: grid;
        grid-template-rows:auto auto;
        grid-template-columns:auto 1fr auto;
        gap: 0;
        width: 100%;
        height: 100%
    }

    .review__img {
        margin-right: 1rem;
        float: none;
        grid-area: 1/1/3/2
    }

    .review__name {
        height: auto;
        max-width: 100%;
        font-size: 1.375rem;
        line-height: 1.6875rem;
        grid-area: 1/2/2/3
    }

    .review__features {
        margin-top: .75rem;
        padding-top: .625rem;
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
        margin-right: 3.75rem;
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-end;
        align-items: center
    }

    .review__features > ul {
        display: flex;
        align-items: center;
        justify-content: start;
        gap: 1rem
    }

    .review__features > ul li:not(:last-child) {
        margin-bottom: 0
    }

    .review__features > span {
        margin-right: .625rem
    }

    .review__features {
        grid-area: 2/2/3/3
    }
}

@media (min-width: 61.99875em) {
    h1 {
        font-size: 3.25rem;
        line-height: 3.25rem
    }

    .footer__top {
        padding: 2.5rem 0;
        justify-content: space-between
    }

    .feature figcaption {
        font-size: 1rem
    }

    .feature__list {
        margin-bottom: 1.5rem;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem
    }

    .feature__list > li {
        margin-right: .125rem;
        font-size: 1rem
    }

    .feature__list > li::before {
        margin-right: .375rem
    }

    .review__features > ul {
        gap: 2.8125rem
    }

    .review__features > span {
        margin-right: 2.5rem
    }
}

@media (min-width: 71.25em) {
    .feature {
        margin-top: 1.625rem
    }
}

@media (min-width: 640px) {
    .hero__container {
        display: flex;
        justify-content: space-between;
        align-items: center
    }
}

@media (min-width: 1040px) {
    .hero__img-wrapper {
        flex: 0 1 771px
    }
}

@media (max-width: 23.4375em) {
    .feature {
        margin-top: .6875rem
    }
}

@media (min-width: 23.4375em)and (max-width: 71.25em) {
    @supports (margin-top:clamp(0.6875rem ,0.2279411765rem + 1.9607843137vw ,1.625rem)) {
        .feature {
            margin-top: clamp(.6875rem, .2279411765rem + 1.9607843137vw, 1.625rem)
        }
    }@supports not (margin-top:clamp(0.6875rem ,0.2279411765rem + 1.9607843137vw ,1.625rem)) {
    .feature {
        margin-top: calc(.6875rem + .9375 * (100vw - 23.4375rem) / 47.8125)
    }
}
}