@font-face {
    font-family: Yekan Bakh VF;
    src: url(../font/woff/YekanBakh-VF.woff)format("woff"),url(../font/woff2/YekanBakh-VF.woff2)format("woff2")
}

.blog-metas {
    color: #718e9c;
    font-size: .875rem;
    display: flex
}

.blog-meta-item:not(:last-child) {
    margin-left: 1rem;
    padding-left: 1rem;
    position: relative
}

.blog-meta-item:not(:last-child):before {
    content: "";
    border-left: 1px solid #9fabbe;
    height: 14px;
    position: absolute;
    top: 5px;
    left: 0
}

.blog-shares {
    margin-top: 1rem;
    display: flex
}

.blog-share-item:not(:last-child) {
    margin-left: 1.25rem
}

.blog-share-item svg {
    color: #9fabbe
}

.blog-share-item:hover svg {
    color: #307fe2
}

.blog-featured-image {
    border-radius: 1rem;
    max-width: 400px;
    margin: 0 auto 3rem;
    padding: 1rem;
    display: block;
    box-shadow: 0 0 12px 4px #fafafa
}

.title-description {
    color: #4a5f6a
}

.bg-gray-light {
    background-color: #fafafa
}

h3,.h3 {
    font-size: 1rem;
    font-weight: 700
}

.howto-guide-item:first-child>.howto-guide-step:before,.howto-guide-item:last-child>.howto-guide-step:after {
    border: 0
}

.slide-image {
    text-align: left
}

.slide-image img {
    max-width: 240px
}

.slide-image-full img {
    max-width: 100%
}

.slide-image-mb-0 img {
    margin-bottom: 0!important
}

.blu-accordion-button.collapsed {
    border: 0;
    border-radius: 10px
}

.card-section {
    background: #eef4fc;
    border-radius: 24px;
    position: relative;
    overflow: hidden
}

.card-colors-selection {
    z-index: 999;
    position: absolute;
    top: 30%
}

.card-colors-selection ul {
    padding: 0
}

.color-selection-item {
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 2px solid #4980e0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-bottom: 1rem;
    list-style: none
}

.color-selection {
    background: #4980e0;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    margin: 2px
}

.blu-badge {
    cursor: default;
    border: 0;
    border-radius: 1rem;
    font-size: .75rem;
    font-weight: 500;
    line-height: 160%;
    display: inline-block
}

.blu-badge-bg-black,.blu-badge-bg-gray,.blu-badge-bg-yellow,.blu-badge-bg-gold {
    background-color: var(--blu-colors-yellow)!important;
    color: var(--blu-colors-white)!important
}

.blu-badge-bg-purple {
    color: var(--blu-colors-white)!important;
    background-color: #6558b1!important
}

.teaser-content {
    color: var(--blu-colors-white);
    background: url(../img/teaser-background.svg) 0 0/cover no-repeat;
    border-radius: 1rem;
    margin-top: 10rem;
    padding: 48px 80px;
    position: relative
}

.footer-logo-wrapper-line {
    justify-content: space-between;
    display: flex
}

.select-blue-color,.select-green-color,.select-red-color,.select-yellow-color,.select-purple-color,.select-rosegold-color,.select-black-color {
    border-color: #0000
}

.select-blue-color:has(.selected),.select-blue-color:hover {
    border-color: var(--blu-card-color-selector-blue)
}

.select-blue-color .color-selection {
    background-color: var(--blu-card-color-selector-blue)
}

.select-green-color:has(.selected),.select-green-color:hover {
    border-color: var(--blu-card-color-selector-blue)
}

.select-green-color .color-selection {
    background-color: var(--blu-card-color-selector-green)
}

.select-red-color:has(.selected),.select-red-color:hover {
    border-color: var(--blu-card-color-selector-blue)
}

.select-red-color .color-selection {
    background-color: var(--blu-card-color-selector-red)
}

.select-yellow-color .color-selection {
    background-color: #ffd100
}

.select-purple-color .color-selection {
    background-color: #6558b1
}

.select-rosegold-color .color-selection {
    background-color: #e1a6ad
}

.hideEl {
    display: none!important
}

.select-black-color .color-selection {
    background-color: #333
}

.select-black-color:has(.selected),.select-black-color:hover {
    border-color: var(--blu-card-color-selector-blue)
}

.rounded-box-pb-0 {
    padding-bottom: 0
}

.card-data-section {
    padding: 3rem
}

.card-data-section img {
    max-width: 90%;
    margin: 0
}

.card-back-crop {
    padding-top: 0
}

.card-front-crop {
    padding-bottom: 0
}

@media screen and (width<=500px) {
    .teaser-content {
        margin-top: 2rem
    }

    .slide-item {
        box-sizing: border-box;
        flex: 0 0 90.9091%;
        padding: 0
    }

    .banner-wrapper {
        flex-direction: column
    }

    .banner-title {
        text-align: center;
        font-size: 2rem
    }

    .banner-description {
        font-size: 1rem
    }

    .h2-title {
        font-size: 1.5rem
    }

    .feature-wrapper {
        flex-direction: column
    }

    .feature-item {
        width: 100%
    }

    .content-container {
        max-width: initial
    }

    .blu-feature-section-title {
        color: #307fe2;
        margin-bottom: 1.5rem;
        font-size: 1.125rem;
        font-weight: 700
    }

    .page-title {
        text-align: center;
        font-size: 1.125rem
    }

    .white-space-64 {
        width: 100%;
        height: 2rem
    }

    .white-space-96 {
        width: 100%;
        height: 2.5rem
    }

    .white-space-120 {
        height: 5rem
    }

    .white-space-128 {
        height: 3.5rem
    }

    .service-title {
        text-align: center;
        font-size: 1.125rem
    }

    .video-section {
        padding: 2rem 0
    }

    .user-sounds-icon svg {
        width: 70px;
        height: 70px
    }

    .user-comments-row {
        background: 0 0;
        scroll-padding-left: 300px
    }

    .user-sounds-row {
        background: url(../img/icon-user-comments-sound-mobile.svg) 50% no-repeat
    }

    .accordion-button:not(.collapsed) {
        color: #000
    }

    .accordion-button {
        font-size: 1rem;
        line-height: 1.5rem
    }

    .btn {
        margin-right: .25rem;
        padding: .5rem 1.5rem;
        font-size: .9rem
    }

    .howto-switch-btn {
        width: 46%;
        padding: .75rem
    }

    .white-space-80 {
        width: 100%;
        height: 2.5rem
    }

    .footer-section {
        padding: 0
    }

    .footer {
        border-radius: 0;
        flex-direction: column;
        margin-bottom: 1rem;
        padding: 2.5rem 1.5rem
    }

    .footer-logo-section {
        max-width: 100%;
        margin: 0 0 5rem
    }

    .footer-copyright-wrapper p {
        padding: 0 0 5rem;
        font-size: .8rem
    }

    .btn-black {
        width: 100%;
        margin: 1rem 0
    }

    .footer .btn {
        margin: 1rem 0
    }

    .footer .feature h2 {
        color: #000
    }

    .footer-section {
        color: #6e8295;
        background-color: #f2f5f6;
        padding: 5rem 1rem
    }

    .footer {
        display: flex
    }

    .footer-logo-section {
        flex-direction: column;
        justify-content: space-between;
        max-width: 45%;
        margin-left: 3rem;
        display: flex
    }

    .footer .btn {
        margin: 0 0 0 1rem;
        padding: .75rem
    }

    .footer .btn:last-child {
        margin: 0
    }

    .footer-logo {
        margin-bottom: 2.5rem
    }

    .footer-logo-title {
        color: #307fe2;
        margin-bottom: 1rem;
        font-size: 1.125rem;
        font-weight: 700
    }

    .footer-logo-description {
        color: #6e8295;
        text-align: right;
        margin: 0 0 2.25rem;
        font-size: .8rem;
        font-weight: 400;
        line-height: 1.5rem
    }

    .footer-feature-item h3 {
        color: #2c3e50;
        margin-bottom: .75rem;
        font-size: 1.5rem;
        font-weight: 800;
        line-height: 1.5rem
    }

    @media screen and (width<=600px) {
        .footer-section {
            padding: 0
        }

        .footer {
            border-radius: 0;
            flex-direction: column;
            margin-bottom: 1rem;
            padding: 2.5rem 1.5rem
        }

        .footer-logo-section {
            max-width: 100%;
            margin: 0 0 5rem
        }

        .footer-copyright-wrapper p {
            padding: 0 0 5rem;
            font-size: .8rem
        }

        .btn-black {
            width: 100%;
            margin: 1rem 0
        }

        .footer .btn {
            margin: 1rem 0
        }
    }

    .hero-feature-icon {
        margin-left: 1rem
    }

    .section-cta {
        border-radius: 0;
        padding: 1rem
    }

    .feature-card {
        border-bottom: 1px solid #d7d7d7;
        margin: 1rem 1.5rem;
        padding: 1.5rem 0
    }

    .feature-card:last-child {
        border-bottom: 0
    }

    .feature-card i {
        margin-left: 1rem
    }

    .service-box {
        width: 100%;
        margin: 0;
        padding: 1rem 2rem!important
    }

    .users-list {
        border: 1px solid #eee;
        border-radius: 1.5rem;
        margin: 0 1.5rem;
        padding: 1rem
    }

    .user-data-item:last-child {
        border: 0!important
    }

    .user-item-header {
        font-size: 12px
    }

    .user-item-value {
        color: #000;
        font-size: 14px;
        font-weight: 700
    }

    .user-item-number {
        text-align: left;
        direction: ltr
    }

    .copyright-text {
        padding-bottom: 80px
    }

    .intro-description-item {
        text-align: right;
        max-width: 100%;
        margin: 0 2rem 2.25rem
    }

    .intro-description-item-icon {
        margin: 1rem
    }

    .intro-description-item-icon-bg {
        margin: 0 0 0 1.5rem
    }

    .intro-description-item-icon svg {
        width: 48px;
        height: 48px
    }

    .intro-condition-col {
        max-width: 100%
    }

    .intro-description-item-title {
        margin-bottom: .5rem;
        font-size: 1rem
    }

    .intro-description-item-text {
        margin-bottom: .5rem;
        font-size: .75rem
    }

    .intro-condition-col .intro-description-item-icon {
        margin: 1rem 0 1rem 1.5rem
    }

    .intro-condition-item-text {
        text-align: right
    }

    .intro-hero-image {
        max-width: 100%
    }

    .intro-hero-image img {
        max-width: 250px
    }

    .howto-guide {
        flex-direction: column
    }

    .howto-guide-wrapper:before {
        border: 0
    }

    .howto-guide-step {
        margin-top: 2rem
    }

    .howto-guide-item {
        width: 100%
    }

    .howto-title h2 {
        font-size: 1.125rem
    }

    .howto-switch-wrapper {
        width: 100%;
        margin-top: 0
    }

    .features {
        flex-direction: column;
        gap: 1rem
    }

    .feature-btn-tag {
        width: 100%
    }

    .section-title {
        text-align: center;
        margin: 0 auto;
        line-height: 2.5rem
    }

    .section-title:before {
        text-align: center;
        margin-bottom: 0;
        margin-left: 0;
        display: block
    }

    .awards-winners-gifts {
        gap: 1rem
    }

    .winners-gift {
        padding: 1rem
    }

    .winners-gift-texts {
        margin-right: 1rem;
        padding-right: 1rem
    }

    .winners-gift-subtitle {
        font-size: .67rem
    }

    .footer-logo {
        text-align: center;
        margin-bottom: 1.5rem
    }

    .banner-content {
        width: 284px;
        left: 50%;
        right: auto;
        transform: translate(-50%)
    }

    .banner-awards {
        width: 285px;
        position: absolute;
        top: 35%;
        left: 50%;
        right: auto;
        transform: translate(-50%)
    }

    .blu-bigbox-description {
        height: 200px;
        transition: all 1s;
        overflow: hidden
    }

    .blu-slide {
        flex-wrap: wrap;
        justify-items: stretch;
        height: 650px;
        max-height: 650px
    }

    .slide-header {
        text-align: right;
        border-radius: 1rem 1rem 0 0;
        width: 100%;
        height: 56px;
        padding: 1rem
    }

    .slide-inside {
        width: 100%;
        height: 100%
    }

    .slide-header-text {
        writing-mode: initial
    }

    .slide-inside-wrapper {
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 0;
        padding: 1rem 1.5rem
    }

    .slide-title {
        font-size: 1.3rem;
        font-weight: 700
    }

    .slide-image {
        text-align: center;
        flex: 1 0 100%;
        order: 0;
        max-width: calc(100vw - 10%)
    }

    .slide-image img {
        width: 100%
    }

    .slide-content {
        flex: 1 0 100%;
        order: 1;
        margin-bottom: 3rem;
        padding: 2rem 2rem 0
    }

    .blu-slide-block {
        transform: translate(0)
    }

    .blu-slide-block:nth-child(2) {
        transform: translateY(calc(100% - 234px))
    }

    .blu-slide-block:nth-child(3) {
        transform: translateY(calc(100% - 188px))
    }

    .blu-slide-block:nth-child(4) {
        transform: translateY(calc(100% - 142px))
    }

    .blu-slide-block:nth-child(5) {
        transform: translateY(calc(100% - 96px))
    }

    .slide-line {
        justify-content: space-between;
        align-items: center;
        display: flex
    }

    .slide-score-tag {
        padding: .5rem 1rem;
        font-size: 1rem;
        line-height: 2rem
    }

    .slide-description {
        margin-top: .5rem
    }

    .blu-slide.active>.slide-header,.blu-slide-last>.slide-header {
        width: 100%
    }

    .slides-wrapper {
        height: 650px
    }

    .banner-btn {
        padding: .875rem 1.25rem
    }

    .blu-slide.active>.slide-header,.blu-slide-last>.slide-inside {
        border-radius: 0
    }

    .btn-black,.btn-black:hover {
        width: 100%
    }

    .awards-intro,.section-title {
        font-size: 1.5rem
    }

    .btn-row {
        display: flex
    }

    .btn-row .btn {
        width: 100%
    }

    .slide-number {
        margin-left: .5rem
    }

    .slider-controller-section {
        justify-content: space-between;
        display: flex
    }

    .teaser-title {
        font-size: 1.5rem
    }

    .teaser-text {
        max-width: 100%
    }

    .teaser-content {
        text-align: center;
        padding: 48px 1.5rem 20rem
    }

    .copyright-section,.copyright-wrapper {
        flex-direction: column
    }

    .divider-h {
        display: none
    }

    .footer-contact-section {
        text-align: center
    }

    ul {
        padding-left: 0;
        padding-inline-start:0}

    .sitemap-links-group .list-unstyled {
        display: none
    }

    .sitemap-title {
        border-bottom: 1px solid #afafaf;
        justify-content: space-between;
        align-items: center;
        margin-top: 1.5rem;
        padding-bottom: 1rem;
        display: flex
    }

    .sitemap-title:after {
        content: url(../img/icon-plus.svg);
        cursor: pointer
    }

    .sitemap-title.close:after {
        content: url(../img/blu-icon-remove.svg);
        cursor: pointer
    }

    .navbar-toggler-icon {
        background: url(../img/navbar-icon.svg)
    }
}

@font-face {
    font-family: Yekan Bakh VF;
    src: url(../font/woff/YekanBakh-VF.woff)format("woff"),url(../font/woff2/YekanBakh-VF.woff2)format("woff2")
}

:root {
    --blu-text-color: #081f3c;
    --blu-text-secondary-color: #718e9c;
    --blu-colors-white: #fff;
    --blu-colors-blue: #307fe2;
    --blu-colors-red: #ff0d3b;
    --blu-colors-green: #00ab84;
    --blu-colors-yellow: #bf9d00;
    --blu-colors-gray: #bfccd3;
    --blu-colors-black: #081f3c;
    --blu-colors-surfaceHigh: #081f3c;
    --blu-colors-surfaceMedium: #718e9c;
    --blu-colors-surfaceDisable: #bfccd3;
    --blu-colors-OnPrimary: #fff;
    --blu-colors-light: #edf4fc;
    --blu-colors-lightSurfaceMedium: #f7f9fa;
    --blu-colors-lead: #718e9c;
    --blu-colors-footer-li: #718e9c;
    --blu-divider-color: #ccd6dc;
    --blu-btn-primary-bg: #307fe2;
    --blu-btn-primary-bg-hovered: #458ce5;
    --blu-btn-primary-bg-pressed: #5999e8;
    --blu-btn-primary-bg-focused: #307fe2;
    --blu-btn-primary-bg-disabled: #bfccd3;
    --blu-btn-primary-stroke: transparent;
    --blu-btn-primary-stroke-hovered: transparent;
    --blu-btn-primary-stroke-pressed: transparent;
    --blu-btn-primary-stroke-focused: transparent;
    --blu-btn-primary-stroke-disabled: transparent;
    --blu-btn-primary-text: #fff;
    --blu-btn-primary-text-hovered: #fff;
    --blu-btn-primary-text-pressed: #fff;
    --blu-btn-primary-text-focused: #fff;
    --blu-btn-primary-text-disabled: #718e9c;
    --blu-btn-secondary-bg: #fff;
    --blu-btn-secondary-bg-hovered: #edf4fc;
    --blu-btn-secondary-bg-pressed: #dce9fa;
    --blu-btn-secondary-bg-focused: #fff;
    --blu-btn-secondary-bg-disabled: #fff;
    --blu-btn-secondary-stroke: #4e91e6;
    --blu-btn-secondary-stroke-hovered: #4e91e6;
    --blu-btn-secondary-stroke-pressed: #4e91e6;
    --blu-btn-secondary-stroke-focused: #4e91e6;
    --blu-btn-secondary-stroke-disabled: #bfccd3;
    --blu-btn-secondary-text: #4e91e6;
    --blu-btn-secondary-text-hovered: #4e91e6;
    --blu-btn-secondary-text-pressed: #4e91e6;
    --blu-btn-secondary-text-focused: #4e91e6;
    --blu-btn-secondary-text-disabled: #bfccd3;
    --blu-btn-tertiary-bg: #edf4fc;
    --blu-btn-tertiary-bg-hovered: #ddeafa;
    --blu-btn-tertiary-bg-pressed: #cde0f8;
    --blu-btn-tertiary-bg-focused: #edf4fc;
    --blu-btn-tertiary-bg-disabled: #f2f5f6;
    --blu-btn-tertiary-stroke: transparent;
    --blu-btn-tertiary-stroke-hovered: transparent;
    --blu-btn-tertiary-stroke-pressed: transparent;
    --blu-btn-tertiary-stroke-focused: transparent;
    --blu-btn-tertiary-stroke-disabled: transparent;
    --blu-btn-tertiary-text: #307fe2;
    --blu-btn-tertiary-text-hovered: #307fe2;
    --blu-btn-tertiary-text-pressed: #307fe2;
    --blu-btn-tertiary-text-focused: #307fe2;
    --blu-btn-tertiary-text-disabled: #bfccd3;
    --blu-btn-text-bg: transparent;
    --blu-btn-text-bg-hovered: #edf4fc;
    --blu-btn-text-bg-pressed: #ddeafa;
    --blu-btn-text-bg-focused: transparent;
    --blu-btn-text-bg-disabled: transparent;
    --blu-btn-text-stroke: transparent;
    --blu-btn-text-stroke-hovered: transparent;
    --blu-btn-text-stroke-pressed: transparent;
    --blu-btn-text-stroke-focused: transparent;
    --blu-btn-text-stroke-disabled: transparent;
    --blu-btn-text-text: #307fe2;
    --blu-btn-text-text-hovered: #307fe2;
    --blu-btn-text-text-pressed: #307fe2;
    --blu-btn-text-text-focused: #307fe2;
    --blu-btn-text-text-disabled: #bfccd3;
    --blu-btn-white-bg: #fff;
    --blu-btn-white-bg-hovered: #edf4fc;
    --blu-btn-white-bg-pressed: #dce9fa;
    --blu-btn-white-bg-focused: #fff;
    --blu-btn-white-bg-disabled: #fff;
    --blu-btn-white-stroke: transparent;
    --blu-btn-white-stroke-hovered: transparent;
    --blu-btn-white-stroke-pressed: transparent;
    --blu-btn-white-stroke-focused: transparent;
    --blu-btn-white-stroke-disabled: transparent;
    --blu-btn-white-text: #307fe2;
    --blu-btn-white-text-hovered: #307fe2;
    --blu-btn-white-text-pressed: #307fe2;
    --blu-btn-white-text-focused: #307fe2;
    --blu-btn-white-text-disabled: #bfccd3;
    --blu-btn-chip-selected-bg: #307fe2;
    --blu-btn-chip-selected-bg-hovered: #458ce5;
    --blu-btn-chip-selected-bg-pressed: #5999e8;
    --blu-btn-chip-selected-bg-focused: #307fe2;
    --blu-btn-chip-selected-bg-disabled: #bfccd3;
    --blu-btn-chip-selected-stroke: transparent;
    --blu-btn-chip-selected-stroke-hovered: transparent;
    --blu-btn-chip-selected-stroke-pressed: transparent;
    --blu-btn-chip-selected-stroke-focused: transparent;
    --blu-btn-chip-selected-stroke-disabled: transparent;
    --blu-btn-chip-selected-text: #fff;
    --blu-btn-chip-selected-text-hovered: #fff;
    --blu-btn-chip-selected-text-pressed: #fff;
    --blu-btn-chip-selected-text-focused: #fff;
    --blu-btn-chip-selected-text-disabled: #718e9c;
    --blu-btn-chip-unselected-bg: #fff;
    --blu-btn-chip-unselected-bg-hovered: #edf4fc;
    --blu-btn-chip-unselected-bg-pressed: #dce9fa;
    --blu-btn-chip-unselected-bg-focused: #fff;
    --blu-btn-chip-unselected-bg-disabled: #fff;
    --blu-btn-chip-unselected-stroke: #f2f5f6;
    --blu-btn-chip-unselected-stroke-hovered: #f2f5f6;
    --blu-btn-chip-unselected-stroke-pressed: #f2f5f6;
    --blu-btn-chip-unselected-stroke-focused: #f2f5f6;
    --blu-btn-chip-unselected-stroke-disabled: #f2f5f6;
    --blu-btn-chip-unselected-text: #253035;
    --blu-btn-chip-unselected-text-hovered: #253035;
    --blu-btn-chip-unselected-text-pressed: #253035;
    --blu-btn-chip-unselected-text-focused: #253035;
    --blu-btn-chip-unselected-text-disabled: #253035;
    --blu-btn-faq-selected-bg: #307fe2;
    --blu-btn-faq-selected-bg-hovered: #458ce5;
    --blu-btn-faq-selected-bg-pressed: #5999e8;
    --blu-btn-faq-selected-bg-focused: #307fe2;
    --blu-btn-faq-unselected-bg: #fff;
    --blu-btn-faq-unselected-bg-hovered: #edf4fc;
    --blu-btn-faq-unselected-bg-pressed: #dce9fa;
    --blu-btn-faq-unselected-bg-focused: #fff;
    --blu-cards-bg-surface: #f2f5f6;
    --blu-cards-bg-blue: #edf4fc;
    --blu-cards-bg-yellow: #fff8db;
    --blu-cards-bg-rose: #fbf2f3;
    --blu-cards-bg-red: #fbf2f3;
    --blu-cards-bg-green: #e5f7f4;
    --blu-cards-bg-purple: #f2f1f9;
    --blu-cards-bg-gold: #f8f6f1;
    --blu-cards-btn-bg: #fff;
    --blu-cards-btn-text: #307fe2;
    --blu-cards-btn-bg-hovered: #307fe2;
    --blu-cards-btn-text-hovered: #fff;
    --blu-card-color-selector-blue: #307fe2;
    --blu-card-color-selector-blue-hovered: #307fe2;
    --blu-card-color-selector-blue-pressed: #307fe2;
    --blu-card-color-selector-red: #ff0d3b;
    --blu-card-color-selector-red-hovered: #ff0d3b;
    --blu-card-color-selector-red-pressed: #ff0d3b;
    --blu-card-color-selector-green: #00ab84;
    --blu-card-color-selector-green-hovered: #00ab84;
    --blu-card-color-selector-green-pressed: #00ab84;
    --blu-card-color-selector-black: #000;
    --blu-card-color-selector-black-hovered: #000;
    --blu-card-color-selector-black-pressed: #000;
    --blu-card-color-selector-white: #fff;
    --blu-card-color-selector-white-hovered: #fff;
    --blu-card-color-selector-white-pressed: #fff;
    --c-White: #fff;
    --c-WhiteLight: #f2f5f6;
    --c-WhiteGray: #e2e0f1;
    --c-Purple: #6558b1;
    --c-PurpleLight: #8675eb;
    --c-GreenDark: #00523f;
    --c-GreenLight: #00ab84;
    --c-Green: #007f62;
    --c-GreenLighter: #aee5dd;
    --c-GreenVeryLight: #d9f2ee;
    --c-GrayDark: #4a5f6a;
    --c-GrayLight: #9fabbe;
    --c-GrayMetal: #718e9c;
    --c-BlackLight: #2b3440;
    --c-BlackNight: #253035;
    --c-BlackDark: #1b2028;
    --color-l-timeline-box-border: var(--c-GreenLighter);
    --color-d-timeline-box-border: var(--c-GreenLight);
    --color-timeline-box-border: var(--color-l-timeline-box-border);
    --color-l-timeline-box-number: var(--c-Green);
    --color-d-timeline-box-number: var(--c-GreenLight);
    --color-timeline-box-number: var(--color-l-timeline-box-number);
    --color-l-timeline-border: var(--c-GreenLighter);
    --color-d-timeline-border: var(--c-GreenLight);
    --color-timeline-border: var(--color-l-timeline-border);
    --color-bg-l-box-splitter: var(--c-WhiteGray);
    --color-bg-d-box-splitter: var(--c-Purple);
    --color-bg-box-splitter: var(--color-bg-l-box-splitter);
    --color-bg-master: var(--c-Purple);
    --color-bg-light-slave: var(--c-GreenLight);
    --color-bg-light-slave-light: var(--c-GreenLighter);
    --color-bg-dark-slave: var(--c-GreenLight);
    --color-bg-dark-slave-light: var(--c-GreenDark);
    --color-bg-slave: var(--color-bg-light-slave);
    --color-bg-slave-light: var(--color-bg-light-slave-light);
    --color-bg-body-light: var(--c-White);
    --color-bg-body-dark: var(--c-BlackDark);
    --color-bg-body: var(--color-bg-body-light);
    --color-text-body-light-title: var(--c-GrayDark);
    --color-text-body-dark-title: var(--c-GrayLight);
    --color-text-body-title: var(--c-GrayDark);
    --color-bg-light-footer: var(--c-White);
    --color-bg-dark-footer: var(--c-BlackLight);
    --color-bg-footer: var(--color-bg-light-footer);
    --color-dark-edge: var(--c-BlackLight);
    --color-light-edge: var(--c-WhiteGray);
    --color-edge: var(--color-light-edge);
    --color-l-feature-icon-back: var(--c-GreenVeryLight);
    --color-d-feature-icon-back: var(--c-GreenDark);
    --color-feature-icon-back: var(--color-l-feature-icon-back);
    --fs-text-body-h2: 1rem;
    --fw-text-body-h2: 800;
    --lh-text-body-h2: 150%;
    --fs-text-body-h3: 1rem;
    --fw-text-body-h3: 800;
    --lh-text-body-h3: 118.5%;
    --color-body-light-p: var(--c-GrayMetal);
    --color-body-dark-p: var(--c-GrayLight);
    --color-body-p: #253035;
    --fs-text-body-p: 16px;
    --fw-text-body-p: 400;
    --lh-text-body-p: 150%;
    --color-text-body-light-paraph: var(--c-GrayDark);
    --color-text-body-dark-paraph: var(--c-GrayLight);
    --color-hero-back: var(--color-bg-master);
    --color-hero-text-light-title: var(--c-White);
    --color-hero-text-light-paraph: var(--c-White);
    --color-hero-text-dark-title: var(--c-White);
    --color-hero-text-dark-paraph: var(--c-WhiteGray);
    --color-hero-text-title: var(--c-White);
    --color-hero-text-paraph: var(--c-White);
    --hero-border-radius: 3rem;
    --color-bg-light-partner-icon: var(--c-White);
    --color-bg-dark-partner-icon: var(--c-BlackNight);
    --color-bg-partner-icon: var(--color-bg-light-partner-icon)
}

body {
    font-variation-settings: "DOTS" 1;
    letter-spacing: -.03em;
    color: #253035;
    background: var(--color-bg-body);
    direction: rtl;
    font-family: Yekan Bakh VF,sans-serif
}

h2 {
    margin-bottom: 1rem;
    font-size: 1.1rem;
    font-weight: 700
}

p {
    margin: 0;
    padding: 0
}

img {
    margin-bottom: .5rem
}

dl,ol,ul {
    margin-top: 0;
    margin-bottom: 0
}

.hero-section {
    transition: all .3s;
    position: relative;
    overflow: hidden
}

.blu-hero-title {
    margin: 1.5rem 0
}

#back-circles {
    --header-height: 148px;
    --container-size: 1176px;
    --box-size: 100vh;
    --circle-diameter: 100px;
    --grow-factor: 1.25;
    width: var(--box-size);
    height: calc(var(--box-size) - var(--header-height));
    top: -35%;
    left: calc((var(--container-size) - var(--box-size))/2);
    z-index: -1;
    position: absolute;
    overflow: hidden
}

.back-circle-item {
    z-index: -1;
    opacity: .9;
    border: 1px solid #f6f6f6;
    border-radius: 50%;
    position: absolute
}

.back-circle-item:first-child {
    --circle-size: calc(1*var(--grow-factor)*var(--circle-diameter))
}

.back-circle-item:first-child,.back-circle-item:nth-child(2),.back-circle-item:nth-child(3) {
    height: var(--circle-size);
    width: var(--circle-size);
    top: calc((100% - var(--circle-size))/2);
    left: calc((100% - var(--circle-size))/2)
}

.back-circle-item:nth-child(2) {
    --circle-size: calc(2*var(--grow-factor)*var(--circle-diameter))
}

.back-circle-item:nth-child(3) {
    --circle-size: calc(3*var(--grow-factor)*var(--circle-diameter))
}

.back-circle-item:nth-child(4) {
    --circle-size: calc(4*var(--grow-factor)*var(--circle-diameter))
}

.back-circle-item:nth-child(4),.back-circle-item:nth-child(5),.back-circle-item:nth-child(6) {
    height: var(--circle-size);
    width: var(--circle-size);
    top: calc((100% - var(--circle-size))/2);
    left: calc((100% - var(--circle-size))/2)
}

.back-circle-item:nth-child(5) {
    --circle-size: calc(5*var(--grow-factor)*var(--circle-diameter))
}

.back-circle-item:nth-child(6) {
    --circle-size: calc(6*var(--grow-factor)*var(--circle-diameter))
}

#blu-features-circles {
    --n: 13;
    --d: 60s;
    --w: 100vh;
    --h: 100vh;
    width: var(--w);
    height: var(--w);
    z-index: -1;
    border: 1px solid #f6f6f6;
    border-radius: 50%;
    grid-template-rows: 30px;
    grid-template-columns: 30px;
    place-content: center;
    margin: 40px auto;
    display: grid;
    position: absolute;
    top: -50%;
    left: calc(588px - 50vh)
}

.features-icon {
    text-align: center;
    animation: spin var(--d)linear infinite;
    transform: rotate(0)translate(calc(var(--h)/2))rotate(0);
    border-radius: 50%;
    grid-area: 1/1;
    line-height: 30px
}

.features-icon:first-child {
    animation-delay: calc(0*var(--d)/var(--n))
}

.features-icon:nth-child(2) {
    animation-delay: calc(-1*var(--d)/var(--n))
}

.features-icon:nth-child(3) {
    animation-delay: calc(-2*var(--d)/var(--n))
}

.features-icon:nth-child(4) {
    animation-delay: calc(-3*var(--d)/var(--n))
}

.features-icon:nth-child(5) {
    animation-delay: calc(-4*var(--d)/var(--n))
}

.features-icon:nth-child(6) {
    animation-delay: calc(-5*var(--d)/var(--n))
}

.features-icon:nth-child(7) {
    animation-delay: calc(-6*var(--d)/var(--n))
}

.features-icon:nth-child(8) {
    animation-delay: calc(-7*var(--d)/var(--n))
}

.features-icon:nth-child(9) {
    animation-delay: calc(-8*var(--d)/var(--n))
}

.features-icon:nth-child(10) {
    animation-delay: calc(-9*var(--d)/var(--n))
}

.features-icon:nth-child(11) {
    animation-delay: calc(-10*var(--d)/var(--n))
}

.features-icon:nth-child(12) {
    animation-delay: calc(-11*var(--d)/var(--n))
}

.features-icon:nth-child(13) {
    animation-delay: calc(-12*var(--d)/var(--n))
}

.blu-text-blue {
    color: var(--blu-colors-blue)
}

.blu-bg-surface {
    background-color: var(--blu-cards-bg-surface)
}

.blu-bg-blue {
    background-color: var(--blu-cards-bg-blue)
}

.blu-bg-yellow {
    background-color: var(--blu-cards-bg-yellow)
}

.blu-bg-rose {
    background-color: var(--blu-cards-bg-rose)
}

.blu-bg-red {
    background-color: var(--blu-cards-bg-red)
}

.blu-bg-green {
    background-color: var(--blu-cards-bg-green)
}

.blu-bg-purple {
    background-color: var(--blu-cards-bg-purple)
}

.blu-bg-gold {
    background-color: var(--blu-cards-bg-gold)
}

.blu-bg-black {
    background-color: #f2f5f6
}

.blu-btn,.btn {
    text-align: center;
    color: var(--blu-colors-white);
    border: 0;
    border-radius: .625rem;
    padding: .75rem 1.25rem;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 175%;
    transition: all .2s;
    text-decoration: none!important
}

.blu-btn-icon-right {
    margin-left: .5rem
}

.blu-btn-icon-left {
    margin-right: .5rem
}

.blu-btn-outline {
    background-color: var(--blu-btn-secondary-bg);
    color: var(--blu-btn-secondary-text);
    outline-offset: -.125rem;
    outline: var(--blu-btn-secondary-stroke)solid .125rem
}

.blu-btn-outline:hover {
    background-color: var(--blu-btn-secondary-bg-hovered);
    color: var(--blu-btn-secondary-text-hovered);
    outline-color: var(--blu-btn-secondary-stroke-hovered)
}

.blu-btn-outline:active {
    background-color: var(--blu-btn-secondary-bg-pressed);
    color: var(--blu-btn-secondary-text-pressed);
    outline-color: var(--blu-btn-secondary-stroke-pressed)
}

.blu-btn-outline:focus {
    background-color: var(--blu-btn-secondary-bg-focused);
    color: var(--blu-btn-secondary-text-focused);
    outline-color: var(--blu-btn-secondary-stroke-focused);
    outline-offset: -.125rem;
    outline: .125rem solid!important
}

.blu-btn-outline:disabled {
    background-color: var(--blu-btn-secondary-bg-disabled);
    color: var(--blu-btn-secondary-text-disabled);
    outline-color: var(--blu-btn-secondary-stroke-disabled)
}

.blu-btn-no-background {
    background-color: var(--blu-btn-text-bg);
    color: var(--blu-btn-text-text);
    border-color: var(--blu-btn-text-stroke)
}

.blu-btn-no-background:hover {
    background-color: var(--blu-btn-text-bg-hovered);
    color: var(--blu-btn-text-text-hovered);
    border-color: var(--blu-btn-text-stroke-hovered)
}

.blu-btn-no-background:active {
    background-color: var(--blu-btn-text-bg-pressed);
    color: var(--blu-btn-text-text-pressed);
    border-color: var(--blu-btn-text-stroke-pressed)
}

.blu-btn-no-background:focus {
    background-color: var(--blu-btn-text-bg-focused);
    color: var(--blu-btn-text-text-focused);
    border-color: var(--blu-btn-text-stroke-focused)
}

.blu-btn-no-background:disabled {
    background-color: var(--blu-btn-text-bg-disabled);
    color: var(--blu-btn-text-text-disabled);
    border-color: var(--blu-btn-text-stroke-disabled)
}

.bg-gray {
    background-color: #f2f1f9
}

.rounded-box {
    border-radius: 24px;
    padding-left: 1rem;
    margin: .25rem!important
}

.rounded-box h2 {
    line-height: 3rem!important
}

.rounded-box img {
    float: left
}

.rounded-box-btn {
    cursor: pointer;
    background: var(--blu-colors-white);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    transition: all .3s;
    display: flex
}

.rounded-box:hover .btn-flip {
    transform: scaleX(-1)
}

.btn-animated {
    padding: 0 5px;
    transition: all .3s;
    overflow: hidden
}

.btn-icon {
    font-size: 14px
}

.rounded-box-btn:hover,.rounded-box:hover .rounded-box-btn {
    background: #0a53be
}

.btn-animated-text {
    white-space: nowrap;
    color: var(--blu-colors-white);
    padding-left: 15px;
    display: none;
    transform: translate(100px)
}

.btn-animated:hover,.rounded-box:hover .btn-animated {
    background: var(--blu-colors-white);
    border-radius: 35px;
    width: 180px;
    transition: all .3s
}

.btn-animated:hover .btn-animated-text,.rounded-box:hover .btn-animated .btn-animated-text {
    transition: all .3s;
    display: block;
    position: relative;
    transform: translate(0)
}

.scaleUp {
    margin: 0 auto;
    padding: 50px
}

.scaleUp img {
    transition: transform .3s ease-in-out
}

.scaleUp:hover img {
    transform: scale(1.07)
}

.blu-animated .blu-line-chat-item {
    animation: 20s linear infinite blu-chat-animate
}

.blu-animated .tweet-go-right {
    animation: 20s linear infinite blu-animate-tweet-go-right
}

.blu-animated .tweet-go-left {
    animation: 20s linear infinite blu-animate-tweet-go-left
}

.blu-card-colors-first-text {
    height: 200px
}

.blu-card-colors {
    color: #718e9c;
    font-size: 40px;
    font-weight: 700
}

.blu-card-other-colors {
    width: 400px;
    height: 200px;
    max-height: 10rem;
    padding-right: .5rem;
    position: relative;
    overflow: hidden
}

.blu-cards-colors-to-top {
    margin-top: 100px;
    transition: all .8s
}

.blu-card-colors-animate {
    text-align: right
}

.rounded-box-footer {
    position: relative;
    overflow: hidden
}

.rounded-box-btn {
    z-index: 9;
    position: absolute;
    bottom: 10%;
    right: 5%
}

.blu-card-btn,.rounded-box-btn {
    text-align: center;
    background-color: var(--blu-colors-white);
    width: 3.5rem;
    height: 3.5rem;
    color: var(--blu-colors-blue);
    border: .0625rem solid #f2f5f6;
    border-radius: 6.25rem;
    padding: .75rem
}

.rounded-box-btn .btn-icon svg path {
    fill: var(--blu-colors-blue)
}

.blu-card-btn:hover,.rounded-box-btn:hover,.rounded-box:hover .blu-card-btn,.rounded-box:hover .rounded-box-btn {
    background-color: var(--blu-colors-blue);
    color: var(--blu-colors-white);
    border: 0
}

.blu-card-btn:hover svg path,.rounded-box-btn:hover svg path,.rounded-box:hover .blu-card-btn svg path,.rounded-box:hover .rounded-box-btn svg path {
    fill: var(--blu-colors-white)
}

.rounded-box {
    border-radius: 1.5rem;
    padding: 3rem;
    position: relative
}

.blu-fs-d-lg-64,.display-large,p.display-large {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 120%
}

.title-description {
    color: #4a5f6a;
    font-weight: 300
}

header {
    border-bottom: 1px solid #f2f5f6
}

.c-grayMetal {
    color: var(--c-GrayMetal)!important
}

.container {
    max-width: 1200px!important
}

.nav-link {
    color: #253035;
    margin-left: 0
}

.breadcrumb-section {
    padding: 1rem 0
}

.breadcrumb-section nav {
    border: 0
}

.breadcrumb-item a {
    color: #253035;
    text-decoration: none
}

.blu-accordion-body ul {
    color: #fff
}

.breadcrumb-item+.breadcrumb-item:before {
    float: right;
    color: #718e9c;
    content: url(../img/Compact_Left.svg);
    padding-left: .5rem
}

.section-cta {
    background: var(--color-bg-footer);
    text-align: center;
    z-index: 11;
    border-radius: 1.5rem 1.5rem 0 0;
    width: 100%;
    padding: 1.5rem 0;
    position: fixed;
    bottom: 0;
    box-shadow: 0 -2px 5px #0000001a
}

.copyright-text {
    color: var(--c-GrayMetal);
    text-align: center;
    margin-top: .5rem;
    font-size: .8rem
}

.section-cta.hide {
    transition: transform .3s linear;
    transform: translateY(100px)
}

.section-cta {
    transition: transform .2s linear;
    transform: translateY(0)
}

.feature p {
    padding: 0
}

p,ul {
    color: var(--color-body-p);
    font-size: var(--fs-text-body-p);
    font-weight: var(--fw-text-body-p);
    line-height: var(--lh-text-body-p)
}

.white-space-24 {
    width: 100%;
    height: 1.5rem
}

.white-space-32 {
    width: 100%;
    height: 2rem
}

.white-space-40 {
    width: 100%;
    height: 2.5rem
}

.white-space-48 {
    width: 100%;
    height: 3rem
}

.white-space-56 {
    width: 100%;
    height: 3.5rem
}

.white-space-64 {
    width: 100%;
    height: 4rem
}

.white-space-80 {
    width: 100%;
    height: 5rem
}

.white-space-96 {
    width: 100%;
    height: 6rem
}

.white-space-120 {
    height: 7.5rem
}

.white-space-128 {
    width: 100%;
    height: 8rem
}

.mt-12 {
    margin-top: .75rem!important
}

.mb-12 {
    margin-bottom: .75rem!important
}

.mb-16 {
    margin-bottom: 1rem!important
}

.mb-24 {
    margin-bottom: 1.5rem!important
}

.mb-32 {
    margin-bottom: 2rem!important
}

.mb-96 {
    margin-bottom: 6rem!important
}

.mt-40 {
    margin-top: 2.5rem!important
}

.px-36 {
    padding: 0 2.25rem
}

.px-96 {
    padding: 0 6rem
}

.p-40 {
    padding: 2.5rem
}

.blu-lead {
    color: #718e9c
}

.hero-background {
    background-color: var(--color-hero-back)
}

.blur-background {
    mix-blend-mode: hard-light;
    opacity: .85;
    width: 180px;
    height: 200px;
    position: absolute;
    top: 10%;
    left: 25%
}

.blur-circle {
    filter: blur(120px);
    background: #4e91e6;
    width: 120px;
    height: 160px;
    position: absolute;
    top: 117px;
    left: 205px
}

.blur-circle:first-child {
    background: #4e91e6;
    top: 77px;
    left: 265px
}

.blur-circle:last-child {
    opacity: .6;
    background: #ff0d3b;
    top: 157px;
    left: 145px
}

.hero-radius {
    border-radius: 0 0 var(--hero-border-radius)var(--hero-border-radius)
}

.hero-image {
    max-width: 200px;
    margin-bottom: 52px
}

.hero-title {
    color: var(--color-hero-text-title);
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 800;
    line-height: 150%
}

.hero-p {
    color: var(--color-hero-text-paraph);
    font-size: 14px;
    font-weight: 400;
    line-height: 150%
}

.hero-background-bottom {
    background-color: var(--color-hero-back);
    display: block;
    overflow: hidden
}

.hero-shape {
    background-color: var(--color-bg-body);
    float: right;
    width: 50%;
    height: 50px;
    display: inline-block
}

.hero-shape:first-child {
    border-radius: var(--hero-border-radius)0 0 0
}

.hero-shape:last-child {
    border-radius: 0 var(--hero-border-radius)0 0
}

.blu-section-title {
    color: var(--color-text-body-title);
    margin: 0 0 1.5rem;
    font-size: 1rem;
    font-weight: 800;
    line-height: 150%
}

.feature-col {
    text-align: center;
    margin-bottom: 2rem
}

.blu-feature-icon {
    width: 80px
}

.blu-feature-title {
    color: var(--color-text-body-title);
    margin: .75rem 0;
    font-size: 1rem;
    font-weight: 800;
    line-height: 118%
}

.blu-feature-paragraph {
    color: var(--color-text-body-title);
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 150%
}

.feature-type-col {
    border: 2px solid var(--color-edge);
    border-radius: 1.5rem;
    margin-top: .5rem;
    padding: 2rem 1rem
}

.blu-feature-type-title {
    color: var(--color-body-p);
    font-size: 20px;
    font-weight: 800;
    line-height: 150%
}

.blu-feature-type-paragraph {
    color: var(--color-body-p);
    font-size: 14px;
    font-weight: 400;
    line-height: 150%
}

.notify-section-icon {
    text-align: center
}

.notify-section-center {
    margin: 1rem 0
}

.notify-title {
    color: var(--color-hero-text-paraph);
    font-size: 1rem;
    font-weight: 800;
    line-height: 150%
}

.blu-score-section {
    text-align: center
}

.blu-list {
    border: 3px solid var(--color-bg-slave-light);
    border-left: 0;
    border-right: 0;
    border-radius: 2rem;
    padding: 24px 40px;
    display: inline-block
}

.blu-list li {
    margin-bottom: 1.5rem;
    font-size: 14px
}

.blu-ul-icon {
    text-align: center;
    margin: 1rem auto
}

.blu-list-box {
    text-align: right;
    display: inline-block
}

.blu-timeline {
    list-style: none;
    position: relative
}

.c-bg-gray {
    background-color: #f2f5f6;
    border-radius: 1rem
}

.blu-timeline li {
    border-right: 2px solid var(--color-timeline-border);
    padding-top: 0;
    padding-bottom: 3rem;
    padding-right: 2rem
}

.blu-timeline h3 {
    color: var(--color-text-body-title);
    font-size: 1rem;
    font-weight: 800;
    line-height: 150%
}

.blu-timeline li:first-child {
    padding-top: 0
}

.blu-timeline li:last-child {
    border-right: 0
}

.blu-timeline li:before {
    content: "";
    border: 2px solid var(--color-timeline-box-border);
    text-align: center;
    width: 40px;
    height: 40px;
    color: var(--color-timeline-box-number);
    background: var(--color-bg-body);
    border-radius: 50%;
    padding-top: 7px;
    font-size: 20px;
    font-weight: 800;
    line-height: 120%;
    display: block;
    position: absolute;
    right: 20px
}

.blu-timeline li:first-child:before {
    content: "۱"
}

.blu-timeline li:nth-child(2):before {
    content: "۲"
}

.blu-timeline li:nth-child(3):before {
    content: "۳"
}

.blu-timeline li:nth-child(4):before {
    content: "۴"
}

.blu-timeline li:nth-child(5):before {
    content: "۵"
}

.stat-section {
    position: relative
}

.stat-section img {
    width: 85px;
    margin: 40px auto
}

.blu-partners-images-box {
    padding: 1rem
}

.blu-partners-image {
    background: var(--color-bg-partner-icon);
    text-align: center;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    padding: 19px
}

.footer {
    text-align: center;
    background: #f2f5f6
}

.blu-btn {
    background-color: var(--color-bg-master);
    color: var(--color-hero-text-paraph);
    border-radius: .5rem;
    padding: .5rem 5rem
}

.blu-btn-primary {
    background-color: var(--blu-btn-primary-bg);
    color: var(--blu-btn-primary-text);
    border-color: var(--blu-btn-primary-stroke)
}

.blu-btn-primary:hover {
    background-color: var(--blu-btn-primary-bg-hovered);
    color: var(--blu-btn-primary-text-hovered);
    border-color: var(--blu-btn-primary-stroke-hovered)
}

.blu-btn-primary:active {
    background-color: var(--blu-btn-primary-bg-pressed);
    color: var(--blu-btn-primary-text-pressed);
    border-color: var(--blu-btn-primary-stroke-pressed)
}

.blu-btn-primary:focus {
    background-color: var(--blu-btn-primary-bg-focused);
    color: var(--blu-btn-primary-text-focused);
    border-color: var(--blu-btn-primary-stroke-focused)
}

.blu-btn-primary:disabled {
    background-color: var(--blu-btn-primary-bg-disabled);
    color: var(--blu-btn-primary-text-disabled);
    border-color: var(--blu-btn-primary-stroke-disabled)
}

.blu-btn-secondary:hover {
    background-color: var(--blu-btn-secondary-bg-hovered);
    color: var(--blu-btn-secondary-text-hovered);
    outline-color: var(--blu-btn-secondary-stroke-hovered)
}

.blu-btn-secondary:active {
    background-color: var(--blu-btn-secondary-bg-pressed);
    color: var(--blu-btn-secondary-text-pressed);
    outline-color: var(--blu-btn-secondary-stroke-pressed)
}

.blu-btn-secondary:focus {
    background-color: var(--blu-btn-secondary-bg-focused);
    color: var(--blu-btn-secondary-text-focused);
    outline-color: var(--blu-btn-secondary-stroke-focused);
    outline-offset: -.125rem;
    outline: .125rem solid!important
}

.blu-btn-secondary:disabled {
    background-color: var(--blu-btn-secondary-bg-disabled);
    color: var(--blu-btn-secondary-text-disabled);
    outline-color: var(--blu-btn-secondary-stroke-disabled)
}

.blu-btn-text {
    background-color: var(--blu-btn-text-bg);
    color: var(--blu-btn-text-text);
    border-color: var(--blu-btn-text-stroke)
}

.blu-btn-text:hover {
    background-color: var(--blu-btn-text-bg-hovered);
    color: var(--blu-btn-text-text-hovered);
    border-color: var(--blu-btn-text-stroke-hovered)
}

.blu-btn-text:active {
    background-color: var(--blu-btn-text-bg-pressed);
    color: var(--blu-btn-text-text-pressed);
    border-color: var(--blu-btn-text-stroke-pressed)
}

.blu-btn-text:focus {
    background-color: var(--blu-btn-text-bg-focused);
    color: var(--blu-btn-text-text-focused);
    border-color: var(--blu-btn-text-stroke-focused)
}

.blu-btn-text:disabled {
    background-color: var(--blu-btn-text-bg-disabled);
    color: var(--blu-btn-text-text-disabled);
    border-color: var(--blu-btn-text-stroke-disabled)
}

.blu-btn-white:active {
    background-color: var(--blu-btn-white-bg-pressed);
    color: var(--blu-btn-white-text-pressed);
    border-color: var(--blu-btn-white-stroke-pressed)
}

.blu-btn-white:focus {
    background-color: var(--blu-btn-white-bg-focused);
    color: var(--blu-btn-white-text-focused);
    border-color: var(--blu-btn-white-stroke-focused)
}

.blu-btn-white:disabled {
    background-color: var(--blu-btn-white-bg-disabled);
    color: var(--blu-btn-white-text-disabled);
    border-color: var(--blu-btn-white-stroke-disabled)
}

.blu-btn-chips-selected:hover {
    background-color: var(--blu-btn-chip-selected-bg-hovered);
    color: var(--blu-btn-chip-selected-text-hovered);
    border-color: var(--blu-btn-chip-selected-stroke-hovered)
}

.blu-btn-chips-selected:active {
    background-color: var(--blu-btn-chip-selected-bg-pressed);
    color: var(--blu-btn-chip-selected-text-pressed);
    border-color: var(--blu-btn-chip-selected-stroke-pressed)
}

.blu-btn-chips-selected:focus {
    background-color: var(--blu-btn-chip-selected-bg-focused);
    color: var(--blu-btn-chip-selected-text-focused);
    border-color: var(--blu-btn-chip-selected-stroke-focused)
}

.blu-btn-chips-selected:disabled {
    background-color: var(--blu-btn-chip-selected-bg-disabled);
    color: var(--blu-btn-chip-selected-text-disabled);
    border-color: var(--blu-btn-chip-selected-stroke-disabled)
}

.blu-btn-chips-unselected:hover {
    background-color: var(--blu-btn-chip-unselected-bg-hovered);
    color: var(--blu-btn-chip-unselected-text-hovered);
    border-color: var(--blu-btn-chip-unselected-stroke-hovered)
}

.blu-btn-chips-unselected:active {
    background-color: var(--blu-btn-chip-unselected-bg-pressed);
    color: var(--blu-btn-chip-unselected-text-pressed);
    border-color: var(--blu-btn-chip-unselected-stroke-pressed)
}

.blu-btn-chips-unselected:focus {
    background-color: var(--blu-btn-chip-unselected-bg-focused);
    color: var(--blu-btn-chip-unselected-text-focused);
    border-color: var(--blu-btn-chip-unselected-stroke-focused)
}

.blu-btn-chips-unselected:disabled {
    background-color: var(--blu-btn-chip-unselected-bg-disabled);
    color: var(--blu-btn-chip-unselected-text-disabled);
    border-color: var(--blu-btn-chip-unselected-stroke-disabled)
}

.blu-btn-purple {
    color: var(--c-PurpleLight);
    border: 2px solid var(--c-PurpleLight);
    border-radius: .625rem;
    margin-top: 1rem;
    padding: .75rem 1rem
}

.blu-btn-purple:hover {
    background-color: var(--c-PurpleLight);
    border: 2px solid var(--c-PurpleLight)
}

.btn-full-width {
    width: 100%;
    max-width: 400px
}

.btn {
    margin-right: 1rem;
    padding: .75rem 1.5rem;
    font-size: 1rem;
    box-shadow: none!important
}

.btn-light {
    color: #4a5f6a!important;
    background-color: #fff!important;
    border: 1px solid #4a5f6a!important;
    font-weight: 400!important
}

.blu-blue-background-light {
    background-color: #f4f9ff;
    border-radius: 1rem;
    padding: 3.5rem 1.5rem
}

.blu-blue-background-gradiant {
    background-image: linear-gradient(#e3f0ff,#bcd9ff);
    max-height: 330px;
    margin-bottom: 130px;
    padding-top: 65px
}

.blu-blue-background,.btn-primary {
    background-color: #307fe2;
    border-color: #307fe2
}

.btn-outline-primary {
    color: #307fe2;
    border-color: #307fe2
}

.btn-outline-primary:hover {
    background-color: #307fe2;
    border-color: #307fe2
}

.logo {
    max-height: 60px
}

.carousel-item img {
    border-radius: 1rem
}

.carousel .carousel-indicators button {
    opacity: 1;
    background-color: #fff
}

.carousel-indicators .active {
    opacity: 1;
    background-color: #113f87!important
}

.carousel-control-prev-icon {
    background-image: url(../img/icon-arrow-left.svg)
}

.carousel-control-next-icon {
    background-image: url(../img/icon-arrow-right.svg)
}

.accordion-button:after {
    background-image: url(../img/icon-arrow-down.svg)
}

.accordion-button:not(.collapsed):after {
    background-image: url(../img/icon-arrow-down-blue.svg)
}

.hero-box {
    max-width: 455px;
    margin: 0 auto
}

.hero-title {
    color: #000;
    font-size: 3.125rem;
    font-weight: 700
}

.hero-p {
    color: #737789;
    font-size: 1rem
}

.my-32px {
    margin: 2rem 0
}

.mb-32px {
    margin-bottom: 2rem
}

.mt-32px {
    margin-top: 2rem
}

.hero-subtitle {
    color: #000;
    font-size: 1.5rem;
    font-weight: 700
}

.hero-blu-title {
    color: #307fe2;
    font-size: 2.25rem;
    font-weight: 700
}

.hero-feature-box {
    text-align: right;
    color: #737789;
    background-color: #f0f7ff;
    border-radius: 1.25rem;
    margin-top: 2rem;
    padding: 1.5rem;
    font-size: .9rem
}

.hero-feature-box:nth-child(2n) {
    margin-left: 1rem
}

.hero-feature-title {
    color: #000;
    margin-bottom: .5rem;
    font-size: 1.125rem;
    font-weight: 700
}

.hero-feature-icon {
    margin-bottom: 1.5rem
}

.c-red {
    color: red
}

.hero-description {
    font-size: 16px;
    line-height: 1.75rem
}

.blu-features-row {
    border-top: 1px solid #71afff;
    border-bottom: 1px solid #71afff;
    padding: 32px 40px
}

.feature-section-box {
    color: #bcd9ff;
    max-width: 980px;
    margin: 0 auto;
    overflow: hidden
}

.blu-feature-section-title {
    color: #307fe2;
    margin-bottom: 3rem;
    font-size: 24px;
    font-weight: 700
}

.feature-card {
    text-align: right
}

.feature-box-icon {
    margin-bottom: 1.5rem
}

.feature-box-title {
    color: #fff;
    margin-bottom: .5rem;
    font-size: 1rem;
    font-weight: 700
}

.feature-box-description {
    color: #000;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.625rem
}

.feature-section .row>* {
    margin-top: 0
}

.gift-section-title {
    color: #fff;
    margin-top: 48px;
    margin-bottom: 30px;
    font-size: 1.5rem;
    font-weight: 700
}

.blu-gifts-hover {
    padding: 3rem 0 2rem;
    position: relative
}

.blu-gifts-lower {
    margin-top: 2rem
}

.blu-gifts-box {
    text-align: center;
    color: #000;
    background: #fff;
    border-radius: 1.25rem;
    margin: 0 .75rem;
    box-shadow: 0 10px 20px #0000001a
}

.blu-gifts-icon {
    position: relative;
    top: -45px
}

.blu-gifts-content {
    position: relative;
    top: -40px
}

.video-section-box {
    max-width: 980px;
    margin: 0 auto
}

.page-title {
    color: #307fe2;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: 700
}

.page-title-h3 {
    font-size: 1.125rem
}

.page-title-description {
    color: #737789;
    font-size: 18px
}

.blu-video-box video {
    border-radius: 1.25rem
}

.faq-box {
    max-width: 980px;
    margin: 0 auto
}

.accordion-item {
    background-color: initial
}

.accordion-button {
    color: #000;
    text-align: right;
    background-color: initial;
    padding: 1.75rem 1.25rem;
    font-size: 1.125rem;
    font-weight: 400
}

.accordion-body {
    font-size: 1.125rem;
    font-weight: 700
}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: initial;
    box-shadow: none
}

.accordion-button:focus {
    z-index: 3;
    box-shadow: none;
    border-color: #86b7fe;
    outline: 0
}

.accordion-button:after {
    margin-left: initial;
    margin-right: auto
}

.accordion-body {
    text-align: right
}

.c-blue {
    color: #307fe2
}

.howto-p {
    color: #737789;
    text-align: right;
    font-size: 14px;
    line-height: 1.75rem
}

.feature-icon {
    background: #f4f9ff;
    border-radius: 10px;
    margin: 0 auto 1rem;
    padding: 12px;
    display: inline-block
}

.blu-color {
    color: #307fe2
}

.blu-feature {
    background: 0 0!important
}

.intro-title {
    color: #307fe2;
    margin-bottom: 2rem;
    font-size: 3.75rem;
    font-weight: bolder
}

.intro-description {
    max-width: 999px;
    margin: 0 auto
}

.intro-description-item {
    max-width: 270px;
    margin-bottom: 0
}

.intro-description-item-icon {
    margin-bottom: 1.5rem
}

.intro-description-item-title {
    color: #000;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    font-weight: 700
}

.intro-description-item-text {
    color: #5e5e5e;
    margin-bottom: 1.5rem;
    font-size: 1rem;
    font-weight: 400
}

.intro-condition-item-text {
    color: #747474;
    font-size: .875rem;
    font-weight: 400
}

.intro-hero-image {
    max-width: 400px
}

.feature-section-star-background {
    background-image: url(../img/features-bg.svg);
    background-position-x: 50%;
    background-repeat: no-repeat
}

.service-box {
    max-width: 690px;
    margin-left: 3.5rem
}

.service-title {
    color: #307fe2;
    text-align: right
}

.service-description {
    color: #737789;
    font-size: .875rem;
    line-height: 1.5rem
}

.video-section {
    padding: 6rem 0
}

.blu-video-box {
    min-width: 30%
}

.blu-expire-hover {
    padding: 3rem 0 2rem;
    position: relative
}

.blu-expire-box {
    text-align: center;
    background: #eee;
    border-radius: 1.25rem;
    margin: 0 .75rem
}

.blu-expire-icon {
    position: relative;
    top: -70px
}

.blu-expire-icon img {
    max-width: 135px
}

.blu-expire-content {
    max-width: 495px;
    margin: 0 auto;
    padding-bottom: 1rem;
    position: relative;
    top: -40px
}

.blu-expire-title {
    margin-bottom: 2rem;
    font-size: 3.125rem;
    font-weight: 700
}

.blu-expire-description {
    color: #737789;
    font-size: 1rem;
    line-height: 1.75rem
}

.users-list-box {
    max-width: 780px;
    margin: 0 auto
}

.users-list {
    direction: ltr;
    max-height: 330px;
    padding: 1rem 2rem;
    overflow: hidden scroll
}

.user-list-row {
    direction: rtl
}

.user-item {
    color: #000;
    padding: 1.5rem 0 0;
    font-size: 1.125rem;
    font-weight: 700;
    display: inline-block
}

.users-number {
    text-align: center;
    direction: ltr
}

.users-amount {
    text-align: center
}

.user-items svg {
    margin: 0 0 0 1rem
}

div#pagination {
    text-align: center;
    margin: 2rem auto
}

input#page-index {
    text-align: center;
    border: 1px solid #d6d6d6
}

.user-comments-row {
    background: url(../img/icon-user-comments-background.svg) 50% no-repeat;
    width: 100%;
    overflow: hidden
}

.user-comment {
    text-align: center;
    background: #fff;
    border-radius: 1.5rem;
    width: 250px;
    min-width: 250px;
    height: 250px;
    margin: 0 .5rem;
    padding: 1rem 1.25rem;
    font-size: 1rem
}

.user-comment-icon {
    margin-bottom: 0
}

.user-comment-text {
    color: #000;
    margin: 0
}

.user-comment-name {
    color: #737789
}

.user-sounds-row {
    background: url(../img/icon-user-comments-sound.svg) 50% no-repeat
}

button.btn.btn-white {
    text-align: center;
    background: #fff;
    margin: 0 auto;
    padding: 1rem 2rem;
    font-weight: 700
}

.blu-more-faq,.blu-more-faq:hover {
    color: #307fe2
}

.footer-background {
    background-color: #f2f5f6;
    border-radius: 1rem;
    padding: 5rem
}

.intro-description-item-icon-bg {
    background: #f5f5f5;
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 75px;
    height: 75px;
    margin: 0 auto 1.5rem;
    display: flex
}

.bg-red {
    background-color: #fff0f0
}

.bg-blue {
    background-color: #307fe21f
}

.bg-green {
    background-color: #e8fff9
}

.bg-purple {
    background-color: #f6edff
}

.content-container {
    max-width: 1077px;
    margin: 0 auto
}

.intro-condition-col {
    max-width: 150px
}

.intro-condition-col-big {
    max-width: 177px
}

.footer .feature h2 {
    color: #000
}

.footer-section {
    color: #6e8295;
    background-color: #f2f5f6;
    padding: 5rem 1rem
}

.footer {
    display: flex
}

@media screen and (width<=600px) {
    .footer-section {
        padding: 0
    }

    .footer {
        border-radius: 0;
        flex-direction: column;
        margin-bottom: 1rem;
        padding: 2.5rem 1.5rem
    }

    .footer-logo-section {
        max-width: 100%;
        margin: 0 0 5rem
    }

    .footer-copyright-wrapper p {
        padding: 0 0 5rem;
        font-size: .8rem
    }

    .btn-black {
        width: 100%;
        margin: 1rem 0
    }

    .footer .btn {
        margin: 1rem 0
    }
}

.footer-logo-section {
    flex-direction: column;
    justify-content: space-between;
    max-width: 45%;
    margin-left: 3rem;
    display: flex
}

.footer .btn {
    margin: 0 0 0 1rem;
    padding: .75rem
}

.footer .btn:last-child {
    margin: 0
}

.footer-logo {
    margin-bottom: 2.5rem
}

.footer-logo-title {
    color: #307fe2;
    margin-bottom: 1rem;
    font-size: 1.125rem;
    font-weight: 700
}

.footer-logo-description {
    color: #6e8295;
    text-align: right;
    margin: 0 0 2.25rem;
    font-size: .8rem;
    font-weight: 400;
    line-height: 1.5rem
}

.footer-feature-item h3 {
    color: #2c3e50;
    margin-bottom: .75rem;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.5rem
}

.title-icon {
    background: #fff;
    border-radius: .5rem;
    margin-left: 1rem;
    padding: .5rem;
    display: inline-block
}

.c-gray {
    color: #718e9c
}

.footer-feature-separator {
    margin: 1.5rem 0
}

.footer-copyright-wrapper p {
    color: #718e9c
}

.footer-copyright {
    border-top: 1px solid #4a5f6a
}

.btn-black,.btn-black:hover {
    color: #fff;
    background: #307fe2;
    width: 46%;
    border-radius: 3rem!important
}

.howto-title h2 {
    color: #307fe2;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2.5rem
}

.howto-switch-wrapper {
    background-color: #edf4fc;
    margin: 1.5rem auto 0;
    padding: .5rem;
    display: inline-block
}

.howto-switch-btn {
    color: #4a5f6a;
    background-color: #fff;
    margin: 0 .25rem;
    padding: .75rem 3rem;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1rem
}

.howto-switch-btn.active {
    color: #fff;
    background-color: #307fe2
}

.howto-switch-btn i svg path {
    stroke: #4a5f6a
}

.howto-switch-btn.active i svg path {
    stroke: #fff
}

.howto-guide {
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-self: center;
    align-items: baseline;
    display: flex
}

.howto-guide-item {
    min-width: 215px;
    padding: 0 .5rem;
    position: relative;
    overflow: visible
}

.howto-guide-item:first-child {
    margin-top: 0
}

.howto-guide-step {
    color: #fff;
    background-color: #4a5f6a;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    margin: 0 auto 2rem;
    display: flex
}

.howto-guide-item:first-child>.howto-guide-step:before,.howto-guide-item:last-child>.howto-guide-step:after {
    border: 0
}

.howto-guide-image {
    display: inline-block
}

.howto-guide-image img {
    min-height: 300px
}

.howto-guide-description p {
    color: #4a5f6a;
    margin-top: 2rem;
    font-size: .875rem;
    font-weight: 700;
    line-height: 150%
}

.howto-guide-wrapper {
    display: block;
    position: relative
}

.howto-guide-wrapper:before {
    content: "";
    border-top: 1px dashed #4a5f6a;
    width: 100%;
    position: absolute;
    top: 1rem;
    left: 50%;
    transform: translate(-50%)
}

.howto-guide-description {
    max-width: 275px;
    margin: 0 auto
}

.dark-blue {
    color: #195eb4
}

.banner-content {
    position: absolute;
    top: 10%;
    right: 3%
}

.banner-title {
    color: #fff;
    font-size: 3rem;
    font-weight: 700;
    line-height: 120%
}

.banner-description {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2rem
}

.banner-title-text h2 {
    color: #195eb4;
    margin: 0 2rem 0 0;
    font-size: 2rem;
    font-weight: 700;
    line-height: 2rem
}

.banner-slogan {
    color: #fff;
    margin-top: 1rem;
    font-size: 1.5rem;
    font-weight: bolder
}

.banner-awards {
    position: absolute;
    bottom: 10%;
    right: 3%
}

.banner-btn {
    color: #fff;
    background-color: #ffffff30;
    border-radius: 1rem;
    align-items: center;
    padding: 1rem 1.25rem;
    display: flex
}

.banner-btn-title {
    font-size: 1.25rem;
    font-weight: bolder;
    line-height: 2rem
}

.banner-btn-description {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem
}

.border-splitter {
    width: 1px;
    min-height: 3rem;
    margin: 0 1rem;
    border-right: 1px solid #fff!important
}

.features {
    justify-content: space-between;
    align-items: stretch;
    margin-top: 1rem;
    display: flex
}

.feature-btn-tag {
    background-color: #edf4fc;
    border-radius: 1rem;
    align-items: center;
    width: 264px;
    padding: 1.5rem 1.25rem 1.5rem 1.5rem;
    display: flex
}

.feature-btn-title {
    color: #253035;
    font-size: 1.3rem;
    font-weight: bolder;
    line-height: 1.5rem
}

.feature-btn-subtitle {
    color: #253035;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1rem
}

.feature-btn-description {
    color: #718e9c;
    margin-bottom: .5rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1rem
}

.feature-splitter {
    width: 1px;
    min-height: 3rem;
    margin: 0 1rem;
    border-right: 1px solid #fff!important
}

.section-title-raw {
    color: #253035;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 180%
}

.section-title {
    color: #081f3c;
    font-size: 2rem;
    font-weight: bolder;
    line-height: 1.5rem
}

.slides-wrapper {
    border-radius: 1rem;
    width: 100%;
    height: calc(100vh - 300px);
    max-height: 600px;
    position: relative;
    overflow: hidden
}

.blu-slide-block {
    width: 100%;
    transition: all 1s;
    display: block;
    position: absolute;
    right: 0;
    transform: translate(0)
}

.blu-slide-block:first-child {
    z-index: 2
}

.blu-slide-block:nth-child(2) {
    z-index: 3;
    transform: translate(calc(288px - 100%))
}

.blu-slide-block:nth-child(3) {
    z-index: 4;
    transform: translate(calc(216px - 100%))
}

.blu-slide-block:nth-child(4) {
    z-index: 5;
    transform: translate(calc(144px - 100%))
}

.blu-slide-block:nth-child(5) {
    z-index: 6;
    transform: translate(calc(72px - 100%))
}

.blu-slide {
    height: calc(100vh - 300px);
    max-height: 600px;
    display: flex
}

.slide-color-red {
    color: #fe3259;
    background-color: #fe3259
}

.slide-color-red-body {
    background-color: #fff0f2
}

.slide-color-green {
    color: #00bd92;
    background-color: #00bd92
}

.slide-color-green-body {
    background-color: #e5f7f4
}

.slide-color-black {
    color: #253035;
    background-color: #253035
}

.slide-color-black-body {
    background-color: #f2f5f6
}

.slide-color-yellow {
    color: #ffd100;
    background-color: #ffd100
}

.slide-color-yellow .slide-header-text {
    color: #253035
}

.slide-color-yellow .slide-number {
    color: #bf9d00
}

.slide-color-yellow-body {
    background-color: #fff8db
}

.slide-color-blue {
    color: #307fe2;
    background-color: #307fe2
}

.slide-color-blue-body {
    background-color: #edf4fc
}

.slide-header {
    text-align: center;
    z-index: 2;
    border-radius: 0 1rem 1rem 0;
    width: 6rem;
    padding: 1.5rem
}

.blu-slide.active>.slide-header,.blu-slide-last>.slide-header {
    width: 4.5rem
}

.blu-slide.active>.slide-header,.blu-slide-last>.slide-inside {
    border-radius: 1.5rem 0 0 1.5rem
}

.slide-number {
    vertical-align: middle;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    width: 1.5rem;
    height: 1.5rem;
    display: inline-block
}

.slide-header-text {
    color: #fff;
    writing-mode: vertical-lr;
    margin-top: 1rem;
    font-size: 1rem;
    font-weight: bolder;
    line-height: 1.5rem;
    transform: rotate(180deg)
}

.slide-header-text-black {
    color: #253035
}

.slide-inside {
    --slide-inside-width: calc(100% - (4.5rem*3) - (4.5rem*2) + 1rem);
    width: var(--slide-inside-width);
    z-index: 1;
    justify-content: center;
    align-items: stretch;
    display: flex
}

.slide-inside-wrapper {
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    max-width: 567px;
    margin: auto;
    display: flex
}

.slide-title {
    color: #253035;
    margin-bottom: .5rem;
    font-size: 2rem;
    font-weight: bolder;
    line-height: 2.5rem
}

.slide-description {
    color: #253035;
    margin-bottom: 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem
}

.slide-score-tag {
    color: #253035;
    background-color: #fff;
    border-radius: 3rem;
    padding: .75rem 1.25rem;
    font-size: 1.5rem;
    font-weight: bolder;
    line-height: 1.5rem;
    display: inline-block
}

.slide-image img {
    margin-bottom: 0
}

.blue-text-color {
    color: #307fe2
}

.blue-text-bolder {
    font-weight: bolder
}

.award-tiles {
    flex-wrap: wrap;
    display: flex
}

.award-tile {
    background-color: #edf4fc;
    border-radius: 1rem;
    flex: 1 0 48%;
    justify-content: center;
    align-items: center;
    padding: 2rem 1.5rem;
    display: flex
}

.awards-intro {
    margin-top: 1.5rem;
    font-size: 2rem;
    line-height: 2.5rem
}

.award-information-text {
    border-right: 1px solid #fff;
    margin-right: 1rem;
    padding-right: 1rem;
    font-size: 1rem;
    line-height: 1.75rem
}

.award-information {
    text-align: right;
    align-items: center;
    display: flex
}

.h-splitter {
    border-top: 1px solid #fff;
    margin-top: 1.5rem;
    padding-top: 1.5rem
}

.award-tile-content {
    width: 100%
}

.winners-gift {
    border-radius: .5rem;
    flex-grow: 1;
    align-items: center;
    padding: 1.5rem 2rem;
    display: flex
}

.winners-gift-texts {
    border-right: 1px solid #edf4fc;
    margin-right: 1.5rem;
    padding-right: 1.5rem
}

.blu-white-background {
    background-color: #fff
}

.winners-gift-subtitle {
    color: #718e9c;
    text-align: right;
    margin-bottom: .5rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem
}

.winners-gift-title {
    color: #253035;
    text-align: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5rem
}

.awards-winners-gifts {
    flex-wrap: wrap;
    gap: 1.5rem;
    display: flex
}

.blu-white-border {
    border-color: #fff
}

.blu-border-1 {
    border: 1px solid #fff
}

.award-tiles-col {
    flex-wrap: wrap;
    gap: 1.5rem;
    display: flex
}

.blu-bigbox-description p {
    color: #253035;
    font-size: 1rem;
    font-weight: 400;
    line-height: 180%
}

.blu-bigbox-description .blu-more-text {
    color: #718e9c;
    margin: .75rem 0;
    font-size: 1rem;
    font-weight: 700;
    line-height: 2rem
}

.blu-more-text:after {
    content: url(../img/blu-icon-more.svg);
    vertical-align: middle;
    width: 20px;
    height: 20px;
    display: inline-block
}

.fade-effects {
    position: relative
}

.fade-effects:before,.fade-effects:after {
    content: "";
    pointer-events: none;
    z-index: 10;
    width: 40px;
    position: absolute;
    top: 0;
    bottom: 0
}

.fade-effects:after {
    background: linear-gradient(270deg,#fff 0%,#fff0 100%);
    right: 0
}

.fade-effects:before {
    background: linear-gradient(90deg,#fff 0%,#fff0 100%);
    left: 0
}

.btn-container {
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
    justify-content: center;
    display: flex;
    position: relative;
    overflow-x: scroll
}

.btn-wrapper {
    white-space: nowrap;
    display: inline-block;
    position: relative
}

.filter-button {
    border-radius: 1rem;
    margin-left: .25rem;
    margin-right: .25rem
}

.blu-btn-chips-selected {
    background-color: var(--blu-btn-chip-selected-bg);
    color: var(--blu-btn-chip-selected-text);
    border-color: var(--blu-btn-chip-selected-stroke)
}

.blu-btn-chips {
    border-radius: 2.625rem;
    padding: .4375rem 1rem
}

.blu-accordion-button.collapsed {
    border: 0;
    border-radius: 10px
}

.accordion-button.blu-accordion-button {
    border-radius: 10px 10px 0 0
}

.accordion-button.collapsed {
    border-bottom: 1px solid #edf4fc;
    border-radius: 10px
}

.accordion-item:first-of-type .accordion-button.collapsed {
    border-radius: 10px
}

.accordion-item:first-of-type .accordion-button {
    border-radius: 10px 10px 0 0
}

.blu-accordion-item {
    border: 0;
    border-radius: 10px;
    margin-top: 2px
}

.blu-accordion-button {
    font-variation-settings: "DOTS" 1!important
}

.accordion-button:not(.collapsed),.blu-accordion-header:not(.collapsed) {
    border-radius: 10px 10px 0 0
}

.blu-btn-chips-unselected {
    background-color: var(--blu-btn-chip-unselected-bg);
    color: var(--blu-btn-chip-unselected-text);
    outline-offset: -.125rem;
    outline: var(--blu-btn-chip-unselected-stroke)solid .125rem
}

.slide-header {
    cursor: pointer;
    transition: all 1s
}

.active-slide-header {
    width: 4.5rem
}

.blu-bigbox-description {
    position: relative
}

.show-control {
    cursor: pointer;
    background-image: linear-gradient(#ffffffa6 0%,#fff 38%);
    width: 100%;
    padding: 6rem 0 0;
    position: absolute;
    bottom: 0
}

.show-control-btn {
    color: #718e9c;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none
}

.flip {
    transform: rotate(-180deg)
}

.show-control-btn:after {
    content: url(../img/blu-icon-scroll-down.svg);
    transition: transform 1s
}

.banner-title-text {
    font-variation-settings: "DOTS" 0
}

.banner-wrapper {
    background-image: url(/assets/img/blu-banner-background-desktop.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 1rem;
    justify-content: space-evenly;
    align-items: center;
    padding: 4.25rem 1rem;
    display: flex
}

.banner-image img {
    max-width: 264px
}

.feature-wrapper {
    text-align: center;
    justify-content: space-between;
    align-items: stretch;
    display: flex
}

.h2-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 160%
}

.feature-item-icon {
    margin-bottom: .75rem
}

.feature-item-title {
    margin-bottom: .5rem;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 160%
}

.feature-item-text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 180%
}

.howto-slider-title {
    justify-content: space-between;
    display: flex
}

.slider-controller {
    display: flex
}

.slider-controller-btn {
    cursor: pointer;
    background: #edf4fc;
    border-radius: .5rem;
    justify-content: center;
    align-items: center;
    width: 3.5rem;
    height: 3.5rem;
    margin-right: .5rem;
    display: flex
}

.howto-container {
    width: 100%;
    overflow: hidden
}

.slides {
    transition: transform .5s;
    display: flex
}

.slide-item {
    text-align: center;
    border-radius: 1.5rem;
    flex: 1 0 200px;
    gap: 1.5rem;
    margin-left: 1rem;
    padding: 0;
    transition: transform .3s;
    position: relative
}

.slide-content {
    padding: 3rem 3rem 0
}

.blu-badge-lg {
    padding: .25rem .75rem
}

.blu-badge-md {
    padding: .125rem .5rem
}

.blu-badge-sm {
    padding: 0 .375rem
}

.blu-badge-bg-blue,.blu-badge-bg-green,.blu-badge-bg-red {
    background-color: var(--blu-colors-blue)!important;
    color: var(--blu-colors-white)!important
}

.blu-badge-bg-green,.blu-badge-bg-red {
    background-color: var(--blu-colors-red)!important
}

.blu-badge-bg-green {
    background-color: var(--blu-colors-green)!important
}

.blu-badge-bg-black,.blu-badge-bg-gray,.blu-badge-bg-yellow {
    background-color: var(--blu-colors-yellow)!important;
    color: var(--blu-colors-white)!important
}

.blu-badge-bg-black,.blu-badge-bg-gray {
    background-color: var(--blu-colors-gray)!important
}

.blu-badge-bg-black {
    background-color: var(--blu-colors-black)!important
}

.blu-badge-bg-white {
    background-color: var(--blu-colors-white)!important;
    color: var(--blu-colors-black)!important
}

.blu-badge-text-blue,.blu-badge-text-red {
    color: var(--blu-colors-blue)!important;
    background-color: #0000!important
}

.blu-badge-text-red {
    color: var(--blu-colors-red)!important
}

.blu-badge-text-green,.blu-badge-text-yellow {
    color: var(--blu-colors-green)!important;
    background-color: #0000!important
}

.blu-badge-text-yellow {
    color: var(--blu-colors-yellow)!important
}

.blu-badge-text-black,.blu-badge-text-gray {
    color: var(--blu-colors-gray)!important;
    background-color: #0000!important
}

.blu-badge-text-black {
    color: var(--blu-colors-black)!important
}

.h3-title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 160%
}

.slides-indicator-wrapper {
    justify-content: center;
    align-items: center;
    gap: .5rem;
    display: flex
}

.slide-indicator {
    background: #edf4fc;
    border-radius: .5rem;
    width: .5rem;
    height: .5rem;
    position: relative;
    overflow: hidden
}

.slide-indicator.active {
    width: 3.5rem
}

.slide-indicator:after {
    content: "";
    background: #4e91e6;
    border-radius: .5rem;
    width: 3.5rem;
    height: .5rem;
    transition: transform linear;
    position: absolute;
    top: 0;
    left: 3.5rem
}

.slide-indicator.active:after {
    transition: transform 10s linear;
    transform: translate(-3.5rem)
}

.blu-btn,.btn {
    text-align: center;
    border: 0;
    border-radius: .625rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 175%;
    transition: all .2s;
    text-decoration: none!important
}

.blu-btn-secondary {
    background-color: var(--blu-btn-secondary-bg);
    color: var(--blu-btn-secondary-text);
    outline-offset: -.125rem;
    outline: var(--blu-btn-secondary-stroke)solid .125rem
}

.blu-btn-white {
    background-color: var(--blu-btn-white-bg);
    color: var(--blu-btn-white-text);
    border-color: var(--blu-btn-white-stroke)
}

.blu-btn-white:hover {
    background-color: var(--blu-btn-white-bg-hovered);
    color: var(--blu-btn-white-text-hovered);
    border-color: var(--blu-btn-white-stroke-hovered)
}

.teaser-content {
    color: var(--blu-colors-white);
    background: url(../img/teaser-background.svg) 0 0/cover no-repeat;
    border-radius: 1rem;
    margin-top: 10rem;
    padding: 48px 80px;
    position: relative
}

.teaser-content p {
    color: var(--blu-colors-white)
}

.blu-fs-d-sm-36,.display-small,p.display-small {
    font-size: 2.25rem;
    font-weight: 800;
    line-height: 160%
}

.blu-text-white {
    color: var(--blu-colors-white)
}

.teaser-image {
    position: absolute;
    bottom: 0;
    left: 20px
}

.teaser-image img {
    margin: 0
}

.blu-fs-b-lg-18,.body-large,p.body-large {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 180%
}

.teaser-text {
    max-width: 50%
}

.teaser-content p {
    margin-top: 16px;
    margin-bottom: 24px
}

.footer-contact-section {
    background: #e4eaec;
    border-top: 1px solid #bfccd380;
    padding: 3.5rem 0
}

.copyright-section {
    justify-content: space-between;
    display: flex
}

.copyright-wrapper {
    gap: .75rem;
    display: flex
}

.copyright {
    color: #718e9c;
    font-size: .75rem
}

.contact {
    color: #253035;
    font-size: .875rem
}

.copyright a {
    color: #4e91e6;
    text-decoration: none
}

.rule-page {
    color: #718e9c;
    margin-right: .5rem;
    font-size: .75rem
}

.list-inline-item:not(:last-child) {
    margin-left: .5rem
}

.rule-page:after {
    content: url(../img/divider-h.svg);
    margin-right: .5rem
}

.rule-page:last-child:after {
    content: ""
}

.rule-page a {
    color: #718e9c;
    text-decoration: none
}

.footer-logo-wrapper {
    flex-direction: column;
    justify-content: space-between;
    display: flex
}

.footer-sitemap {
    background: #f2f5f6
}

.sitemap-links-group a {
    color: #718e9c;
    text-decoration: none
}

.sitemap-links-group li {
    color: #718e9c;
    margin-bottom: .75rem;
    font-size: .875rem
}

.sitemap-links-group li:last-child {
    margin-bottom: 0
}

.sitemap-links-group ul {
    padding: 0
}

.sitemap-title {
    color: #253035;
    margin-bottom: 1.5rem;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.25rem
}

.footer-input-group {
    display: flex
}

.footer-input-group button.blu-btn-secondary {
    margin-right: .5rem;
    border-radius: .5rem!important
}

.input-email {
    border: 0;
    border-radius: .5rem!important
}

.move-top {
    cursor: pointer
}

.slides {
    width: 100%;
    transition: transform .5s ease-in-out;
    display: flex
}

.slide-item {
    box-sizing: border-box;
    flex: 0 0 40%
}

.footer-input-group .blu-btn-secondary {
    background: 0 0
}

.v-divider {
    border-left: 1px solid #f2f5f6;
    width: 1px;
    height: 100%
}

.slide-content {
    margin-bottom: 5rem
}

.feature-item {
    flex: 1 0 30%
}

@media screen and (width<=500px) {
    .teaser-content {
        margin-top: 2rem
    }

    .slide-item {
        box-sizing: border-box;
        flex: 0 0 90.9091%;
        padding: 0
    }

    .banner-wrapper {
        background-image: url(/assets/img/blu-banner-background-mobile.svg);
        flex-direction: column
    }

    .banner-title {
        text-align: center;
        font-size: 2rem
    }

    .banner-description {
        text-align: center;
        font-size: 1rem
    }

    .h2-title {
        font-size: 1.5rem
    }

    .feature-wrapper {
        flex-direction: column
    }

    .content-container {
        max-width: initial
    }

    .blu-feature-section-title {
        color: #307fe2;
        margin-bottom: 1.5rem;
        font-size: 1.125rem;
        font-weight: 700
    }

    .page-title {
        text-align: center;
        font-size: 1.125rem
    }

    .white-space-64 {
        width: 100%;
        height: 2rem
    }

    .white-space-96 {
        width: 100%;
        height: 2.5rem
    }

    .white-space-120 {
        height: 5rem
    }

    .white-space-128 {
        height: 3.5rem
    }

    .service-title {
        text-align: center;
        font-size: 1.125rem
    }

    .video-section {
        padding: 2rem 0
    }

    .user-sounds-icon svg {
        width: 70px;
        height: 70px
    }

    .user-comments-row {
        background: 0 0;
        scroll-padding-left: 300px
    }

    .user-sounds-row {
        background: url(../img/icon-user-comments-sound-mobile.svg) 50% no-repeat
    }

    .accordion-button:not(.collapsed) {
        color: #000
    }

    .accordion-button {
        font-size: 1rem;
        line-height: 1.5rem
    }

    .btn {
        margin-right: .25rem;
        padding: .5rem 1.5rem;
        font-size: .9rem
    }

    .howto-switch-btn {
        width: 46%;
        padding: .75rem
    }

    .white-space-80 {
        width: 100%;
        height: 2.5rem
    }

    .footer-section {
        padding: 0
    }

    .footer {
        border-radius: 0;
        flex-direction: column;
        margin-bottom: 1rem;
        padding: 2.5rem 1.5rem
    }

    .footer-logo-section {
        max-width: 100%;
        margin: 0 0 5rem
    }

    .footer-copyright-wrapper p {
        padding: 0 0 5rem;
        font-size: .8rem
    }

    .btn-black {
        width: 100%;
        margin: 1rem 0
    }

    .footer .btn {
        margin: 1rem 0
    }

    .hero-feature-icon {
        margin-left: 1rem
    }

    .section-cta {
        border-radius: 0;
        padding: 1rem
    }

    .feature-card {
        border-bottom: 1px solid #d7d7d7;
        margin: 1rem 1.5rem;
        padding: 1.5rem 0
    }

    .feature-card:last-child {
        border-bottom: 0
    }

    .feature-card i {
        margin-left: 1rem
    }

    .service-box {
        width: 100%;
        margin: 0;
        padding: 1rem 2rem!important
    }

    .users-list {
        border: 1px solid #eee;
        border-radius: 1.5rem;
        margin: 0 1.5rem;
        padding: 1rem
    }

    .user-data-item:last-child {
        border: 0!important
    }

    .user-item-header {
        font-size: 12px
    }

    .user-item-value {
        color: #000;
        font-size: 14px;
        font-weight: 700
    }

    .user-item-number {
        text-align: left;
        direction: ltr
    }

    .copyright-text {
        padding-bottom: 80px
    }

    .intro-description-item {
        text-align: right;
        max-width: 100%;
        margin: 0 2rem 2.25rem
    }

    .intro-description-item-icon {
        margin: 1rem
    }

    .intro-description-item-icon-bg {
        margin: 0 0 0 1.5rem
    }

    .intro-description-item-icon svg {
        width: 48px;
        height: 48px
    }

    .intro-condition-col {
        max-width: 100%
    }

    .intro-description-item-title {
        margin-bottom: .5rem;
        font-size: 1rem
    }

    .intro-description-item-text {
        margin-bottom: .5rem;
        font-size: .75rem
    }

    .intro-condition-col .intro-description-item-icon {
        margin: 1rem 0 1rem 1.5rem
    }

    .intro-condition-item-text {
        text-align: right
    }

    .intro-hero-image {
        max-width: 100%
    }

    .intro-hero-image img {
        max-width: 250px
    }

    .howto-guide {
        flex-direction: column
    }

    .howto-guide-wrapper:before {
        border: 0
    }

    .howto-guide-step {
        margin-top: 2rem
    }

    .howto-guide-item {
        width: 100%
    }

    .howto-title h2 {
        font-size: 1.125rem
    }

    .howto-switch-wrapper {
        width: 100%;
        margin-top: 0
    }

    .features {
        flex-direction: column;
        gap: 1rem
    }

    .feature-btn-tag {
        width: 100%
    }

    .section-title {
        text-align: center;
        margin: 0 auto;
        line-height: 2.5rem
    }

    .section-title:before {
        text-align: center;
        margin-bottom: 0;
        margin-left: 0;
        display: block
    }

    .awards-winners-gifts {
        gap: 1rem
    }

    .winners-gift {
        padding: 1rem
    }

    .winners-gift-texts {
        margin-right: 1rem;
        padding-right: 1rem
    }

    .winners-gift-subtitle {
        font-size: .67rem
    }

    .footer-logo {
        text-align: center;
        margin-bottom: 1.5rem
    }

    .banner-content {
        width: 284px;
        left: 50%;
        right: auto;
        transform: translate(-50%)
    }

    .banner-awards {
        width: 285px;
        position: absolute;
        top: 35%;
        left: 50%;
        right: auto;
        transform: translate(-50%)
    }

    .blu-bigbox-description {
        height: 200px;
        transition: all 1s;
        overflow: hidden
    }

    .blu-slide {
        flex-wrap: wrap;
        justify-items: stretch;
        height: 650px;
        max-height: 650px
    }

    .slide-header {
        text-align: right;
        border-radius: 1rem 1rem 0 0;
        width: 100%;
        height: 56px;
        padding: 1rem
    }

    .slide-inside {
        width: 100%;
        height: 100%
    }

    .slide-header-text {
        writing-mode: initial
    }

    .slide-inside-wrapper {
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 0;
        padding: 1rem 1.5rem
    }

    .slide-title {
        font-size: 1.3rem;
        font-weight: 700
    }

    .slide-image {
        text-align: center;
        flex: 1 0 100%;
        order: 0;
        max-width: calc(100vw - 10%)
    }

    .slide-image img {
        width: 100%
    }

    .slide-content {
        flex: 1 0 100%;
        order: 1;
        margin-bottom: 3rem;
        padding: 2rem 2rem 0
    }

    .blu-slide-block {
        transform: translate(0)
    }

    .blu-slide-block:nth-child(2) {
        transform: translateY(calc(100% - 234px))
    }

    .blu-slide-block:nth-child(3) {
        transform: translateY(calc(100% - 188px))
    }

    .blu-slide-block:nth-child(4) {
        transform: translateY(calc(100% - 142px))
    }

    .blu-slide-block:nth-child(5) {
        transform: translateY(calc(100% - 96px))
    }

    .slide-line {
        justify-content: space-between;
        align-items: center;
        display: flex
    }

    .slide-score-tag {
        padding: .5rem 1rem;
        font-size: 1rem;
        line-height: 2rem
    }

    .slide-description {
        margin-top: .5rem
    }

    .blu-slide.active>.slide-header,.blu-slide-last>.slide-header {
        width: 100%
    }

    .slides-wrapper {
        height: 650px
    }

    .banner-btn {
        padding: .875rem 1.25rem
    }

    .blu-slide.active>.slide-header,.blu-slide-last>.slide-inside {
        border-radius: 0
    }

    .btn-black,.btn-black:hover {
        width: 100%
    }

    .awards-intro,.section-title {
        font-size: 1.5rem
    }

    .btn-row {
        display: flex
    }

    .btn-row .btn {
        width: 100%
    }

    .slide-number {
        margin-left: .5rem
    }

    .slider-controller-section {
        justify-content: space-between;
        display: flex
    }

    .teaser-title {
        font-size: 1.5rem
    }

    .teaser-text {
        max-width: 100%
    }

    .teaser-content {
        text-align: center;
        padding: 48px 1.5rem 20rem
    }

    .copyright-section,.copyright-wrapper {
        flex-direction: column
    }

    .divider-h {
        display: none
    }

    .footer-contact-section {
        text-align: center
    }

    ul {
        padding-left: 0;
        padding-inline-start:0}

    .sitemap-links-group .list-unstyled {
        display: none
    }

    .sitemap-title {
        border-bottom: 1px solid #afafaf;
        justify-content: space-between;
        align-items: center;
        margin-top: 1.5rem;
        padding-bottom: 1rem;
        display: flex
    }

    .sitemap-title:after {
        content: url(../img/icon-plus.svg);
        cursor: pointer
    }

    .sitemap-title.close:after {
        content: url(../img/blu-icon-remove.svg);
        cursor: pointer
    }

    .navbar-toggler-icon {
        background: url(../img/navbar-icon.svg)
    }
}

.flex-container {
    justify-content: space-around;
    align-items: center;
    gap: 1.5rem;
    display: flex
}

.box {
    text-align: right;
    color: #333;
    border-radius: 1rem;
    flex-direction: column;
    justify-content: flex-end;
    width: 264px;
    height: 264px;
    padding: 1.5rem;
    display: flex;
    position: relative
}

.box:before {
    content: "";
    opacity: .6;
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.box:first-child:before {
    background-image: url(../img/blu-icon-bg-money.svg)
}

.box:nth-child(2):before {
    background-image: url(../img/blu-icon-bg-transfer.svg)
}

.box:nth-child(3):before {
    background-image: url(../img/blu-icon-bg-mobile.svg)
}

.box:nth-child(4):before {
    background-image: url(../img/blu-icon-bg-schedule.svg)
}

.box .description {
    font-size: 1.2rem
}

p {
    font-weight: 300
}

.card-body h3 {
    font-size: 1.5rem;
    line-height: 180%
}

.card-badge {
    color: #fff;
    background-color: #f55;
    border-radius: 1rem;
    padding: 5px 10px;
    font-size: .875rem;
    position: absolute;
    top: 1.5rem;
    left: 1.5rem
}

@media screen and (width<=600px) {
    .flex-container {
        flex-direction: column
    }

    .box {
        width: 100%;
        height: 10.5rem
    }
}

.main-timeline {
    position: relative
}

.card-title {
    text-align: right;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 3.5rem
}

.rounded-card-title {
    text-align: right;
    font-size: 2rem;
    font-weight: 700;
    line-height: 3.5rem
}

.text-ltr {
    direction: ltr;
    display: inline-block
}

.timeline .card {
    word-wrap: break-word;
    background-color: #edf4fc;
    background-clip: border-box;
    border: 1px solid #edf4fc;
    border-radius: 1rem;
    flex-direction: column;
    min-width: 0;
    display: flex;
    position: relative
}

.main-timeline:after {
    content: "";
    background-color: #ccd6dc;
    width: 1px;
    margin-left: -3px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%
}

.timeline {
    background-color: inherit;
    width: 50%;
    position: relative
}

.timeline:after {
    content: "";
    z-index: 1;
    color: #718e9c;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ccd6dc;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    padding-top: .25rem;
    position: absolute;
    top: 15px;
    right: -13px
}

.timeline:first-child:after {
    content: "۱"
}

.timeline:nth-child(2):after {
    content: "۲"
}

.timeline:nth-child(3):after {
    content: "۳"
}

.timeline:nth-child(4):after {
    content: "۴"
}

.timeline:nth-child(5):after {
    content: "۵"
}

.timeline:nth-child(6):after {
    content: "۶"
}

.timeline:nth-child(7):after {
    content: "۷"
}

.timeline:nth-child(8):after {
    content: "۸"
}

.timeline:nth-child(9):after {
    content: "۹"
}

.timeline:nth-child(10):after {
    content: "۱۰"
}

.left {
    padding: 0 40px 20px 0;
    right: 50%
}

.right {
    padding: 0 0 20px 40px;
    right: 0
}

.left:before {
    content: " ";
    z-index: 1;
    border: 10px solid #0000;
    border-left-color: #edf4fc;
    border-right-width: 0;
    position: absolute;
    top: 18px;
    right: 30px
}

.right:before {
    content: " ";
    z-index: 1;
    border: 10px solid #0000;
    border-left-width: 0;
    border-right-color: #edf4fc;
    position: absolute;
    top: 18px;
    left: 30px
}

.right:after {
    right: initial;
    left: -18px
}

@media screen and (width<=600px) {
    .main-timeline: after {
        right:31px
    }

    .timeline {
        width: 100%;
        padding-left: 25px;
        padding-right: 70px
    }

    .timeline:before {
        border: 10px solid #0000;
        border-left-color: #edf4fc;
        border-right-width: 0;
        left: auto;
        right: 60px
    }

    .left:after,.right:after {
        right: 18px
    }

    .left:before {
        left: auto
    }

    .left {
        right: 0
    }
}

.card-info {
    color: #4a5f6a;
    font-size: 1rem;
    line-height: 2rem
}

.card-description {
    text-align: justify
}

.card-note {
    text-align: justify;
    border: 1px solid #ccd6dc;
    border-radius: 1rem;
    padding: 1.5rem
}

.card-note-content {
    gap: 1.5rem
}

p a,li a {
    color: #307fe2;
    text-decoration: none
}

p a:hover,li a:hover {
    font-weight: 700
}

.section-icon {
    text-align: center
}

.section-circle-icon {
    border-radius: 3rem;
    gap: .5rem;
    width: 4.5rem;
    height: 4.5rem;
    margin-bottom: 1rem;
    padding: 1rem;
    display: inline-block
}

.condition-icon .section-circle-icon {
    color: #fe3259
}

.data-switch-buttons-wrapper {
    margin-bottom: 2.5rem;
    position: relative
}

.data-switch-buttons-wrapper:after {
    content: "";
    z-index: 1;
    border-top: 1px solid #fff;
    width: 100%;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0
}

.data-switch-buttons {
    z-index: 2;
    background-color: #fff;
    border-radius: 3rem;
    gap: .5rem;
    padding: .5rem;
    display: inline-flex;
    position: relative
}

.data-switch-button {
    color: #253035;
    text-align: center;
    cursor: pointer;
    border: 2px solid #f2f5f6;
    border-radius: 2.625rem;
    gap: 1.5rem;
    min-width: 150px;
    padding: .5rem 1.5rem;
    font-size: 1rem;
    line-height: 2rem
}

.data-switch-button.active {
    color: #fff;
    background-color: #307fe2;
    font-weight: 700
}

.fixed-width-750 {
    max-width: 750px;
    margin: 0 auto
}

.card-section-title h2,.card-section-title {
    text-align: center;
    margin-bottom: 2.5rem;
    font-size: 2rem;
    font-weight: 700;
    line-height: 3rem
}

.data-switch-item {
    display: none
}

.data-switch-item.active {
    display: block
}

.data-switch-content-wrapper {
    background-color: #fff;
    border-radius: 1rem;
    gap: 2.5rem;
    padding: 2rem
}

ul.list-point {
    padding-right: 0
}

.list-point li {
    text-align: justify;
    color: #4a5f6a;
    margin-bottom: .5rem;
    font-size: 1rem;
    line-height: 1.75rem;
    list-style: none
}

.list-point-red li:before {
    content: url(/assets/icons/icon-list-point-red.svg);
    margin-left: 1rem
}

.card-contact-section-wrapper {
    color: #4a5f6a;
    background-color: #fff;
    border-radius: 1rem;
    gap: 2.5rem;
    margin-top: 1rem;
    padding: 1.5rem;
    line-height: 1.75rem;
    display: flex
}

.card-contact-item {
    flex: 1 0 25%;
    position: relative
}

.card-contact-item:not(:last-child):after {
    content: "";
    border-right: 1px solid #edf4fc;
    height: 100%;
    position: absolute;
    top: 0;
    left: -10px
}

.hr {
    opacity: 1;
    border-top: 1px solid #4a5f6a
}

.hr-white {
    border-color: #fff
}

.timeline-white .timeline:after {
    background-color: #e9f0fb
}

.timeline-white .timeline .card {
    background-color: #fff;
    border: 1px solid #fff
}

.timeline-white .left:before {
    border-color: #0000 #0000 #0000 #fff
}

.timeline-white .right:before {
    border-color: #0000 #fff #0000 #0000
}

.timeline-start .timeline.left .card {
    text-align: right
}

.timeline-start .timeline.right .card {
    text-align: left
}

.timeline-lead {
    color: #718e9c;
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1rem
}

.timeline-title {
    color: #253035;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2rem
}

.card-section-cta-wrapper {
    color: #fff;
    background-color: #307fe2;
    border-radius: 1rem;
    justify-content: space-between;
    align-items: center;
    gap: 2.5rem;
    padding: 1.5rem;
    display: flex
}

.card-section-cta-wrapper p {
    color: #fff
}

.btn-white {
    color: #307fe2;
    border-radius: .625rem!important
}

.btn-white:hover {
    color: #307fe2
}

@media (width<=500px) {
    .card-description {
        margin-bottom: 2.5rem
    }

    .card-note {
        padding: 1rem
    }

    .card-note-content {
        gap: .5rem
    }

    .card-contact-section-wrapper {
        flex-direction: column;
        gap: 1.5rem
    }

    .card-contact-item:not(:last-child):after {
        content: "";
        border-bottom: 1px solid #edf4fc;
        width: 100%;
        margin-top: 1.5rem;
        display: block;
        position: relative;
        top: 0;
        left: 0
    }

    .timeline-start .timeline.right .card {
        text-align: right
    }

    .card-section-cta-wrapper {
        flex-direction: column
    }

    .card-section-cta-button,.card-section-cta-button .btn-white {
        width: 100%
    }

    .blu-accordion-body {
        padding-bottom: 1rem
    }
}

@media (width<=360px) {
    .card-section-title h2,.card-section-title {
        font-size: 1.5rem;
        line-height: 2.5rem
    }

    .data-switch-button {
        padding: .5rem 1rem;
        font-size: .85rem
    }
}
