.decorations-signature {
    display: none
}

@media only screen and (min-width: 1280px) {
    .decorations-signature {
        display: block;
        position: absolute;
        top: 23.5%;
        left: 24.3%;
        width: 338px;
        height: 142px;
        background: #fff;
        box-shadow: 0 16px 26px rgba(0, 0, 0, .1);
        border-radius: 4px;
        padding: 16px
    }
}

@media only screen and (min-width: 960px) {
    .decorations-signature .decorations-border-bootom {
        width: 85%;
        margin-left: auto;
        margin-right: auto;
        margin-top: -14px;
        border-bottom: 1.05px dashed #c9d0de
    }
}

@media only screen and (min-width: 1280px) {
    .decorations-signature .decorations-border-bootom {
        margin-top: -18px
    }
}

@media only screen and (min-width: 960px) {
    .decorations-signature .decorations-border {
        position: relative;
        width: 100%;
        height: 100%;
        border: 1.25px solid #0182e8
    }

    .decorations-signature .decorations-border__dot {
        position: absolute;
        width: 5px;
        height: 5px;
        background: #0182e8;
        border-radius: 50%
    }

    .decorations-signature .decorations-border__dot:first-child {
        top: -3px;
        left: -3px
    }

    .decorations-signature .decorations-border__dot:nth-child(2) {
        top: -3px;
        left: 50%
    }

    .decorations-signature .decorations-border__dot:nth-child(3) {
        top: -3px;
        right: -3px
    }

    .decorations-signature .decorations-border__dot:nth-child(4) {
        bottom: -3px;
        right: -3px
    }

    .decorations-signature .decorations-border__dot:nth-child(5) {
        bottom: -3px;
        left: 50%
    }

    .decorations-signature .decorations-border__dot:nth-child(6) {
        bottom: -3px;
        left: -3px
    }
}

.title-illustration {
    text-align: left;
    font-family: Open Sans;
    font-size: 10px;
    line-height: 16px;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 8px;
    text-align: center
}

@media only screen and (min-width: 640px) {
    .title-illustration {
        font-size: 12px;
        line-height: 20px
    }
}

@media only screen and (min-width: 960px) {
    .title-illustration {
        margin-bottom: 12px;
        text-align: left
    }
}

@media only screen and (min-width: 1280px) {
    .title-illustration {
        font-size: 14px;
        line-height: 24px
    }
}

.title-illustration--white {
    color: #fff
}

.illustrations {
    position: relative;
    display: none
}

@media only screen and (min-width: 960px) {
    .illustrations {
        display: flex;
        width: 450px;
        margin-left: auto
    }
}

@media only screen and (min-width: 1280px) {
    .illustrations {
        width: 554px;
        min-height: 334px
    }
}

.page-section--intro {
    position: relative;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 62px
}

@media only screen and (min-width: 640px) {
    .page-section--intro {
        padding-top: 82px;
        padding-bottom: 80px
    }
}

@media only screen and (min-width: 960px) {
    .page-section--intro {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

@media only screen and (min-width: 1280px) {
    .page-section--intro {
        padding-top: 123px;
        padding-bottom: 60px
    }
}

.page-section--intro .section-title {
    max-width: 344px;
    margin: 0 auto 16px;
    text-align: center;
    font-size: 28px;
    line-height: 40px
}

@media only screen and (min-width: 640px) {
    .page-section--intro .section-title {
        max-width: 500px;
        font-size: 36px;
        line-height: 48px
    }
}

@media only screen and (min-width: 960px) {
    .page-section--intro .section-title {
        max-width: inherit;
        margin-bottom: 12px;
        font-size: 40px
    }
}

@media only screen and (min-width: 1280px) {
    .page-section--intro .section-title {
        margin-bottom: 16px;
        font-size: 52px;
        line-height: 64px
    }
}

.page-section--intro .section-message {
    max-width: 330px;
    margin: 0 auto 28px;
    font-size: 16px;
    line-height: 28px
}

@media only screen and (min-width: 640px) {
    .page-section--intro .section-message {
        max-width: 500px;
        margin-bottom: 40px
    }
}

@media only screen and (min-width: 960px) {
    .page-section--intro .section-message {
        max-width: 574px;
        margin-bottom: 36px
    }
}

@media only screen and (min-width: 1280px) {
    .page-section--intro .section-message {
        max-width: 718px;
        margin-bottom: 38px;
        font-size: 20px;
        line-height: 32px
    }
}

.page-section--intro .greeting-button {
    text-align: center
}

.page-section--intro .greeting-button .button {
    min-width: 288px;
    min-height: 48px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px
}

@media only screen and (min-width: 640px) {
    .page-section--intro .greeting-button .button {
        min-width: 352px
    }
}

@media only screen and (min-width: 960px) {
    .page-section--intro .greeting-button .button {
        min-width: 239px
    }
}

@media only screen and (min-width: 1280px) {
    .page-section--intro .greeting-button .button {
        min-width: 211px
    }
}

.page-section--try-now {
    position: relative;
    background: linear-gradient(95.94deg, #eaf6ff, #f3efff);
    text-align: center;
    padding-top: 44px;
    padding-bottom: 48px;
    overflow: hidden;
    max-width: 97%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 8px;
    z-index: 2;
    margin-bottom: 60px
}

@media only screen and (min-width: 375px) {
    .page-section--try-now {
        padding-top: 48px;
        padding-bottom: 48px
    }
}

@media only screen and (min-width: 640px) {
    .page-section--try-now {
        padding: 52px 0;
        margin-bottom: 80px
    }
}

@media only screen and (min-width: 960px) {
    .page-section--try-now {
        margin-bottom: 120px;
        padding: 48px 0 28px 51px;
        text-align: left
    }
}

@media only screen and (min-width: 1280px) {
    .page-section--try-now {
        max-width: 1252px;
        padding: 68px 0 46px 91px;
        overflow: inherit;
        margin-bottom: 120px
    }
}

@media only screen and (min-width: 960px) {
    .page-section--try-now .page-section__row {
        display: flex
    }
}

@media only screen and (min-width: 960px) {
    .page-section--try-now .page-section__column {
        position: relative;
        width: 368px
    }
}

@media only screen and (min-width: 1280px) {
    .page-section--try-now .page-section__column {
        width: 480px
    }
}

.page-section--try-now .page-section__column:last-child {
    display: none
}

@media only screen and (min-width: 960px) {
    .page-section--try-now .page-section__column:last-child {
        display: flex;
        align-items: center;
        justify-content: center;
        width: calc(100% - 368px);
        margin-top: -16px;
        margin-left: 20px
    }
}

@media only screen and (min-width: 1280px) {
    .page-section--try-now .page-section__column:last-child {
        width: calc(100% - 480px)
    }
}

.page-section--try-now .section-subtitle {
    width: 260px;
    margin-bottom: 7px;
    margin-left: auto;
    margin-right: auto;
    font-family: Graphik, Arial, sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    text-align: center
}

@media only screen and (min-width: 640px) {
    .page-section--try-now .section-subtitle {
        width: 396px;
        margin-bottom: 12px;
        font-size: 36px;
        line-height: 48px
    }
}

@media only screen and (min-width: 960px) {
    .page-section--try-now .section-subtitle {
        width: auto;
        margin-left: 0;
        text-align: left
    }
}

@media only screen and (min-width: 1280px) {
    .page-section--try-now .section-subtitle {
        width: 450px;
        font-size: 40px
    }
}

.page-section--try-now .section-message {
    margin-bottom: 28px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    line-height: 24px
}

@media only screen and (min-width: 640px) {
    .page-section--try-now .section-message {
        max-width: 512px;
        margin-bottom: 28px;
        font-size: 16px;
        line-height: 28px
    }
}

@media only screen and (min-width: 960px) {
    .page-section--try-now .section-message {
        max-width: inherit;
        font-size: 14px;
        line-height: 24px
    }
}

@media only screen and (min-width: 1280px) {
    .page-section--try-now .section-message {
        margin-bottom: 36px;
        font-size: 16px;
        line-height: 28px
    }
}

.page-section--try-now .free-trial .button {
    font-size: 16px;
    line-height: 28px;
    min-width: 214px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: 700
}

@media only screen and (min-width: 960px) {
    .page-section--try-now .free-trial .button {
        min-width: 160px
    }
}

.page-section--try-now .illustrations__image {
    position: absolute;
    visibility: hidden
}

.page-section--try-now .illustrations__image.animated {
    visibility: visible
}

@media only screen and (min-width: 960px) {
    .page-section--try-now .illustrations__image img {
        max-width: 124%
    }
}

@media only screen and (min-width: 960px) {
    .page-section--try-now .illustrations__image--001 {
        width: 282px;
        height: 336px;
        top: -166px;
        right: 50px
    }
}

@media only screen and (min-width: 1280px) {
    .page-section--try-now .illustrations__image--001 {
        display: none
    }
}

.page-section--try-now .illustrations__image--01 {
    display: none
}

@media only screen and (min-width: 1280px) {
    .page-section--try-now .illustrations__image--01 {
        display: block;
        width: 352px;
        height: 336px;
        top: -16px;
        right: 70px
    }
}

@media only screen and (min-width: 960px) {
    .page-section--try-now .illustrations__image--02 {
        width: 33px;
        height: 14px;
        top: -105px;
        right: 284px
    }
}

@media only screen and (min-width: 1280px) {
    .page-section--try-now .illustrations__image--02 {
        width: 48px;
        height: 22px;
        top: 39px;
        right: 373px
    }
}

.page-section--try-now .illustrations__image--02 img {
    max-width: 100%
}

@media only screen and (min-width: 960px) {
    .page-section--try-now .illustrations__image--03 {
        width: 65px;
        height: 65px;
        top: -134px;
        right: 342px
    }
}

@media only screen and (min-width: 1280px) {
    .page-section--try-now .illustrations__image--03 {
        width: 101px;
        height: 101px;
        top: -2px;
        right: 432px
    }
}

@media only screen and (min-width: 960px) {
    .page-section--try-now .illustrations__image--04 {
        width: 54px;
        height: 14px;
        top: -82px;
        right: 381px
    }
}

@media only screen and (min-width: 1280px) {
    .page-section--try-now .illustrations__image--04 {
        width: 74px;
        height: 19px;
        top: 57px;
        right: 501px
    }
}

.page-section--try-now .illustrations__image--04 img {
    max-width: 100%
}

@media only screen and (min-width: 960px) {
    .page-section--try-now .illustrations__image--05 {
        width: 157px;
        height: 135px;
        top: -13px;
        right: 326px
    }
}

@media only screen and (min-width: 1280px) {
    .page-section--try-now .illustrations__image--05 {
        width: 214px;
        height: 165px;
        top: 136px;
        right: 431px
    }
}

.page-section--try-now .decorations-key-features {
    display: none
}

@media only screen and (min-width: 960px) {
    .page-section--try-now .decorations-key-features {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1
    }
}

.page-section--try-now .decorations-key-features .decoration {
    position: absolute !important;
    background-size: cover;
    z-index: -1;
    left: auto !important;
    animation-fill-mode: backwards !important
}

@media only screen and (min-width: 960px) {
    .page-section--try-now .decorations-key-features .decoration--01 {
        width: 4px;
        height: 4px;
        top: 127px !important;
        right: 328px !important;
        background-image: url(../images/sample/decoration--01.svg)
    }
}

@media only screen and (min-width: 1280px) {
    .page-section--try-now .decorations-key-features .decoration--01 {
        top: 114px !important;
        right: 433px !important
    }
}

@media only screen and (min-width: 960px) {
    .page-section--try-now .decorations-key-features .decoration--02 {
        width: 16px;
        height: 16px;
        top: 76px !important;
        right: 454px !important;
        background-image: url(../images/sample/decoration--02.svg)
    }
}

@media only screen and (min-width: 1280px) {
    .page-section--try-now .decorations-key-features .decoration--02 {
        width: 24px;
        height: 24px;
        top: 45px !important;
        right: 616px !important
    }
}

@media only screen and (min-width: 960px) {
    .page-section--try-now .decorations-key-features .decoration--03 {
        width: 8px;
        height: 8px;
        top: 280px !important;
        right: 520px !important;
        background-image: url(../images/sample/decoration--03.svg)
    }
}

@media only screen and (min-width: 1280px) {
    .page-section--try-now .decorations-key-features .decoration--03 {
        width: 10px;
        height: 10px;
        top: 250px !important;
        right: 689px !important
    }
}

.page-section--cards {
    padding-bottom: 12px
}

@media only screen and (min-width: 640px) {
    .page-section--cards {
        padding-bottom: 48px
    }
}

@media only screen and (min-width: 960px) {
    .page-section--cards {
        padding-bottom: 68px
    }
}

@media only screen and (min-width: 1280px) {
    .page-section--cards {
        padding-bottom: 86px
    }
}

@media only screen and (min-width: 640px) {
    .page-section--cards .cards {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -16px
    }
}

.page-section--cards .card {
    height: 452px;
    margin-bottom: 48px;
    border: 1px solid #ced6e0;
    border-radius: 8px;
    overflow: hidden;
    position: relative
}

@media only screen and (min-width: 640px) {
    .page-section--cards .card {
        width: calc(50% - 32px);
        height: 490px;
        margin: 0 16px 32px
    }
}

@media only screen and (min-width: 960px) {
    .page-section--cards .card {
        width: calc(33.3333% - 32px)
    }
}

@media only screen and (min-width: 1280px) {
    .page-section--cards .card {
        height: 446px
    }
}

.page-section--cards .card:hover {
    cursor: pointer
}

.page-section--cards .card:hover img {
    box-shadow: 0 8px 26px rgba(0, 0, 0, .1)
}

.page-section--cards .card:hover .card__details {
    margin-top: -30px
}

@media only screen and (min-width: 1280px) {
    .page-section--cards .card:hover .card__details {
        margin-top: -48px
    }
}

.page-section--cards .card:hover .link {
    height: auto;
    bottom: 23px
}

@media only screen and (min-width: 1280px) {
    .page-section--cards .card:hover .link {
        bottom: 26px
    }
}

.page-section--cards .card:hover .link:after {
    display: block
}

.page-section--cards .card:hover .link:before {
    left: 0;
    width: 100%;
    background: #0777cf
}

@media only screen and (min-width: 640px) {
    .page-section--cards .card .card__wrapper {
        display: flex;
        flex-direction: column
    }
}

.page-section--cards .card .card__cover {
    position: relative;
    padding: 27px 51px 0;
    background: #f7f8fb;
    z-index: -1
}

@media only screen and (min-width: 640px) {
    .page-section--cards .card .card__cover {
        padding: 26px 22px 0
    }
}

@media only screen and (min-width: 1280px) {
    .page-section--cards .card .card__cover {
        padding: 36px 36px 0
    }
}

.page-section--cards .card .card__cover img {
    object-fit: cover;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0;
    transition: all .3s ease
}

.page-section--cards .card .card__status-label {
    position: absolute;
    display: inline-block;
    top: 14px;
    left: 27px;
    padding: 2px 6px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    border-radius: 4px;
    letter-spacing: 1px
}

@media only screen and (min-width: 640px) {
    .page-section--cards .card .card__status-label {
        top: 14px;
        left: 10px;
        font-size: 12px;
        line-height: 15px
    }
}

@media only screen and (min-width: 1280px) {
    .page-section--cards .card .card__status-label {
        top: 26px;
        left: 20px
    }
}

.page-section--cards .card .card__status-label.card__status-label--violet {
    background: #6c5dd3
}

.page-section--cards .card .card__details {
    margin-top: -5px;
    padding: 20px 24px 28px;
    background: #fff;
    transition: all .15s ease
}

@media only screen and (min-width: 640px) {
    .page-section--cards .card .card__details {
        margin-top: -3px
    }
}

@media only screen and (min-width: 1280px) {
    .page-section--cards .card .card__details {
        padding: 26px 28px 28px
    }
}

.page-section--cards .card .card__title {
    font-family: Graphik, Arial, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 8px;
    max-width: 100%
}

@media only screen and (min-width: 1280px) {
    .page-section--cards .card .card__title {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 8px
    }
}

.page-section--cards .card .card__description {
    font-size: 14px;
    line-height: 24px
}

.page-section--cards .card .link {
    position: absolute;
    bottom: -26px;
    left: 23px;
    font-size: 16px;
    line-height: 28px;
    transition: all .15s ease
}

@media only screen and (min-width: 1280px) {
    .page-section--cards .card .link {
        left: 26px
    }
}

.page-section--cards .card .link:after {
    display: none;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 2s ease
}

.page-section--cards .card .link:before {
    width: 0;
    transition: all .4s ease
}

.page-section--cards .card .link-hidden {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.page-section--free-trial-sales {
    position: relative;
    background-color: #111f4b;
    text-align: center;
    padding-top: 48px;
    padding-bottom: 44px;
    overflow: hidden;
    max-width: 97%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 8px;
    z-index: 2;
    margin-bottom: 24px
}

@media only screen and (min-width: 375px) {
    .page-section--free-trial-sales {
        padding-top: 48px;
        padding-bottom: 48px
    }
}

@media only screen and (min-width: 640px) {
    .page-section--free-trial-sales {
        margin-bottom: 54px;
        padding-top: 54px;
        padding-bottom: 54px
    }
}

@media only screen and (min-width: 960px) {
    .page-section--free-trial-sales {
        margin-bottom: 116px;
        padding: 69px 0 68px 52px;
        text-align: left
    }
}

@media only screen and (min-width: 1280px) {
    .page-section--free-trial-sales {
        max-width: 1252px;
        padding: 60px 0 38px 91px;
        overflow: inherit
    }
}

@media only screen and (min-width: 960px) {
    .page-section--free-trial-sales .page-section__row {
        display: flex
    }
}

@media only screen and (min-width: 960px) {
    .page-section--free-trial-sales .page-section__column {
        position: relative;
        width: 50%
    }
}

.page-section--free-trial-sales .page-section__column:last-child {
    display: none
}

@media only screen and (min-width: 960px) {
    .page-section--free-trial-sales .page-section__column:last-child {
        display: flex;
        align-items: center;
        justify-content: center
    }
}

@media only screen and (min-width: 1280px) {
    .page-section--free-trial-sales .page-section__column:last-child {
        margin-top: -16px;
        margin-left: 20px
    }
}

.page-section--free-trial-sales .section-subtitle {
    width: 260px;
    margin-left: auto;
    margin-right: auto;
    font-family: Graphik, Arial, sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 28px;
    text-align: center
}

@media only screen and (min-width: 640px) {
    .page-section--free-trial-sales .section-subtitle {
        width: 476px;
        font-size: 36px;
        line-height: 48px
    }
}

@media only screen and (min-width: 960px) {
    .page-section--free-trial-sales .section-subtitle {
        width: 320px;
        margin-bottom: 12px;
        margin-left: 0;
        font-size: 28px;
        line-height: 40px;
        text-align: left
    }
}

@media only screen and (min-width: 1280px) {
    .page-section--free-trial-sales .section-subtitle {
        width: 100%;
        margin-bottom: 16px;
        font-size: 40px;
        line-height: 48px
    }
}

.page-section--free-trial-sales .section-message {
    display: none
}

@media only screen and (min-width: 960px) {
    .page-section--free-trial-sales .section-message {
        display: block;
        max-width: 346px;
        margin-bottom: 32px;
        margin-left: 0;
        font-size: 14px;
        line-height: 24px;
        color: #fff
    }
}

@media only screen and (min-width: 1280px) {
    .page-section--free-trial-sales .section-message {
        max-width: 428px;
        margin-bottom: 36px;
        font-size: 16px;
        line-height: 28px
    }
}

.page-section--free-trial-sales .button {
    font-size: 16px;
    line-height: 28px;
    min-width: 214px;
    padding-top: 9px;
    padding-bottom: 9px;
    font-weight: 700
}

@media only screen and (min-width: 960px) {
    .page-section--free-trial-sales .button {
        min-width: 191px
    }
}

.page-section--free-trial-sales .illustrations__image {
    position: absolute;
    visibility: hidden
}

.page-section--free-trial-sales .illustrations__image.animated {
    visibility: visible
}

.page-section--free-trial-sales .illustrations__image img {
    max-width: 100%
}

@media only screen and (min-width: 1280px) {
    .page-section--free-trial-sales .illustrations__image img {
        max-width: 150%
    }
}

@media only screen and (min-width: 960px) {
    .page-section--free-trial-sales .illustrations__image--06 {
        width: 148px;
        height: 132px;
        top: -23px;
        right: 47px
    }
}

@media only screen and (min-width: 1280px) {
    .page-section--free-trial-sales .illustrations__image--06 {
        width: 182px;
        height: 132px;
        top: 130px;
        right: 92px
    }
}

.page-section--free-trial-sales .illustrations__image--06 img {
    max-width: 150%
}

@media only screen and (min-width: 960px) {
    .page-section--free-trial-sales .illustrations__image--07 {
        width: 303px;
        height: 330px;
        top: -126px;
        right: 71px;
        z-index: -1
    }
}

@media only screen and (min-width: 1280px) {
    .page-section--free-trial-sales .illustrations__image--07 {
        width: 343px;
        height: 394px;
        top: 4px;
        right: 151px
    }
}

.page-section--free-trial-sales .illustrations__image--07 img {
    max-width: 100%
}

@media only screen and (min-width: 1280px) {
    .page-section--free-trial-sales .illustrations__image--07 img {
        max-width: 150%
    }
}

@media only screen and (min-width: 960px) {
    .page-section--free-trial-sales .illustrations__image--08 {
        width: 140px;
        height: 70px;
        top: -46px;
        right: 342px
    }
}

@media only screen and (min-width: 1280px) {
    .page-section--free-trial-sales .illustrations__image--08 {
        width: 160px;
        height: 80px;
        top: 100px;
        right: 483px
    }
}

.page-section--free-trial-sales .illustrations__image--08 img {
    max-width: 150%
}

.page-section--free-trial-sales .decorations-key-features {
    display: none
}

@media only screen and (min-width: 960px) {
    .page-section--free-trial-sales .decorations-key-features {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1
    }
}

.page-section--free-trial-sales .decorations-key-features .decoration {
    position: absolute !important;
    background-size: cover;
    z-index: -1;
    left: auto !important;
    animation-fill-mode: backwards !important
}

@media only screen and (min-width: 960px) {
    .page-section--free-trial-sales .decorations-key-features .decoration--04 {
        width: 6px;
        height: 6px;
        top: 248px !important;
        right: 407px !important;
        background-image: url(../images/sample/decoration--04.svg)
    }
}

@media only screen and (min-width: 1280px) {
    .page-section--free-trial-sales .decorations-key-features .decoration--04 {
        top: 298px !important;
        right: 544px !important
    }
}

@media only screen and (min-width: 960px) {
    .page-section--free-trial-sales .decorations-key-features .decoration--05 {
        width: 24px;
        height: 24px;
        top: 6px !important;
        right: 442px !important;
        background-image: url(../images/sample/decoration--05.svg)
    }
}

@media only screen and (min-width: 1280px) {
    .page-section--free-trial-sales .decorations-key-features .decoration--05 {
        width: 24px;
        height: 24px;
        top: 45px !important;
        right: 550px !important
    }
}

@media only screen and (min-width: 960px) {
    .page-section--free-trial-sales .decorations-key-features .decoration--06 {
        width: 8px;
        height: 8px;
        top: 64px !important;
        right: 10px !important;
        background-image: url(../images/sample/decoration--06.svg)
    }
}

@media only screen and (min-width: 1280px) {
    .page-section--free-trial-sales .decorations-key-features .decoration--06 {
        width: 8px;
        height: 8px;
        top: 88px !important;
        right: 102px !important
    }
}

html[lang=es] .page-section--cards .card .card__details {
    height: 250px;
    overflow: hidden
}

@media only screen and (min-width: 640px) {
    html[lang=es] .page-section--cards .card .card__details {
        height: 276px
    }
}

@media only screen and (min-width: 1280px) {
    html[lang=es] .page-section--cards .card .card__details {
        height: 210px
    }
}

.bread-crumbs-wrapper--absolute {
    text-align: left
}

.bread-crumbs-wrapper--absolute .bread-crumbs__item span {
    line-height: 1.5
}

@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(20%, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(20%, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

@-o-keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(20%, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(20%, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}