.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.popover {
    padding: 10px;
    text-align: center
}

.popover .popover-header {
    border: none;
    font-size: 16px;
    font-weight: bold
}

.popover .popover-body {
    font-size: 14px;
    line-height: 20px
}

.alert {
    box-shadow: 0 2px 4px 0 #ebebeb;
    color: #4a4a4a !important
}

.alert-info {
    background: #f1f7ff
}

.alert-info i {
    color: #17a2b8
}

.alert-success {
    background: #afd258
}

.alert-success i {
    color: #7ed321
}

.alert-warning {
    background: #f0eaa3
}

.alert-warning i {
    color: #f5a623
}

.alert-danger {
    background-color: #faeaec
}

.alert-danger i {
    color: #d0021b
}

.modal .close {
    margin-left: auto;
    color: #82aee2;
    padding: 1rem 0rem
}

.modal .close:focus {
    outline: none
}

.modal .form-group .form-control {
    height: 30px;
    padding: 0 .5rem
}

.modal .form-group textarea.form-control {
    height: auto;
    font-size: 14px;
    padding: 10px 20px 10px 10px;
    border-radius: 0;
    border-color: #82aee2
}

.modal-header {
    border-bottom: 1px solid #ececec;
    margin: 0 15px
}

.modal-title {
    font-weight: bold;
    text-align: center;
    flex: 1 1 auto
}

.modal-content {
    border: 2px solid #82aee2
}

.modal-alert {
    background: #fcf4f4;
    text-align: center;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: .2px;
    color: #4a4a4a;
    font-weight: normal;
    padding: 10px 20px;
    margin: 0 -15px
}

.modal-footer {
    margin: 1rem;
    padding: 1rem 0 0 0;
    border-top: 1px solid #f2f2f2
}

.modal-border {
    border: none
}

.modal-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    width: 70px;
    height: 70px;
    background: #82aee2;
    border-radius: 50%;
    color: #fff;
    margin: 30px auto
}

.header {
    box-shadow: 0 2px 6px 0 rgba(218, 218, 218, .5);
	background-color: #fff;
}
.wrap{
	
	margin-top: 90px;  /* compensate for fixed header */
}

@media(max-width: 991.98px) {
.wrap{
	margin-top: 74px;  /* compensate for fixed header */
}	
}

.header__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.header__right {
    display: flex;
    align-items: center
}

.header__action,
.header__user {
    display: none
}

@media(max-width: 991.98px) {
    .header__wrap {
        display: block
    }

    .header__left {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px 0px
    }

    .header__action,
    .header__user {
        display: block
    }

    .header__action {
        font-size: 0px
    }

    .header__action img {
        width: 25px
    }

    .header__user i {
        font-size: 26px
    }
}

.mobile-menu {
    display: none
}

.nav-bar a.nav-link {
    height: 90px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #9b9b9b;
    text-transform: uppercase;
    position: relative
}

.nav-bar a.nav-link::after {
    content: "";
    width: 100%;
    height: 0px;
    background: #82aee2;
    position: absolute;
    bottom: 0px;
    transition: all .3s;
    right: 0px;
    left: 0px;
    margin: auto
}

.nav-bar a.nav-link img {
    display: none
}

.nav-bar a.nav-link:hover {
    color: #82aee2
}

.nav-bar a.nav-link:hover::after {
    height: 6px
}

.nav-bar a.nav-link.active {
    color: #82aee2;
    font-weight: bold
}

.nav-bar a.nav-link.active::after {
    height: 6px
}

.user-links {
    margin: 0px;
    padding: 0px;
    padding-right: 10px;
    list-style: none;
    display: flex;
    align-items: center;
    margin-left: 20px;
    padding-left: 10px;
    border-left: 1px solid #e1e1e1
}

.user-links a {
    text-transform: uppercase;
    font-size: 14px
}
    .user-links a:active {
        box-shadow: none !important;
        outline: none !important
    }
.navigation__close {
    display: none
}

@media(max-width: 991.98px) {
    .header__right {
        width: 300px;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        height: 100%;
        overflow: auto;
        z-index: 99;
        transform: translate(-310px, 0px);
        transition: all .3s;
        display: block;
        background-color: #82aee2;
        box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, .2)
    }

    .header__right.active {
        transform: translate(0px, 0px)
    }

    .navigation__close {
        width: 50px;
        height: 50px;
        font-size: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        margin-top: 10px
    }

    .mobile-menu {
        display: block
    }

    .nav-bar {
        display: block
    }

    .nav-bar a.nav-link {
        height: auto;
        color: #fff;
        font-size: 18px;
        font-weight: 300;
        padding: 15px 40px
    }

    .nav-bar a.nav-link img {
        display: block;
        width: 22px;
        margin-right: 20px
    }

    .nav-bar a.nav-link+a {
        margin-left: 0px
    }

    .nav-bar a.nav-link:hover,
    .nav-bar a.nav-link.active {
        background-color: rgba(109, 109, 109, .22);
        color: #fff
    }

    .user-links {
        display: none;
        border: none;
        margin: 0px 20px;
        margin-top: 20px;
        padding: 0px;
        padding-top: 20px;
        border-top: 1px solid #82aee2
    }

    .user-links .btn {
        width: 100%;
        display: block
    }
}

.footer__top {
    padding-bottom: 40px
}

.footer-link {
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-weight: 100;
}

.footer-link > li + li {
    margin-top: 10px
}

.footer-title {
    color: #9b9b9b;
    margin-bottom: 20px
}

.social-links {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 0px 20px;
    padding: 0px;
    list-style: none
}

.social-links>li img {
    width: 24px
}

.social-links>li+li {
    margin-left: 20px
}

.footer__bottom {
    background-color: #f7f8fb;
    padding: 30px 0px
}

.support-links {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin: 0px;
    padding: 0px
}
    .support-links > li {
        font-size: 14px;
        font-weight: normal
    }
.support-links>li a {
    font-weight: 100
}

.support-links>li+li {
    margin-left: 30px
}

.footer-logo {
    width: 40px
}

@media(max-width: 767.98px) {
    .footer__top .col-6 {
        margin-top: 40px
    }

    .support-links {
        display: block;
        text-align: center
    }

    .support-links>li+li {
        margin-left: 0px;
        margin-top: 10px
    }
    .footer__top .col {
        margin-top: 30px
    }
}

.module {
    padding: 100px 0px
}

.module-md__title {
    white-space: nowrap
}

.module-md__title strong {
    font-weight: 400
}

.module__text {
    font-size: 20px;
    line-height: 37px;
    color: #4a4a4a;
    font-weight: 100
}

.btn {
    font-size: 14px
}

.rounded-2 {
    border-radius: 2px
}

.item {
    align-items: center
}

.item--reverse .item__content {
    padding-left: 0px;
    padding-right: 60px
}

.item__content {
    padding-left: 60px
}

.item__image img {
    width: 100%
}

.item p {
    font-size: 16px;
    line-height: 32px;
    margin: 20px 0px;
    color: #4a4a4a;
    font-weight: 100
}

.btn.btn--wide {
    font-size: 14px;
    border-radius: 3px;
    padding: 10px 40px
}

.module-cover {
    background-image: url(../img/cover.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 30px 0px
}


.module-xs__title,
.module-xs__text {
    display: none
}

.module--credit .module__title,
.module--dispute .module__title {
    font-weight: 700
}

.app {
    align-items: center;
    
}
.app__title h2 {
    font-weight: 300;
    color: #fff;
    font-size: 36px;
    line-height: 58px;
    letter-spacing: .1px;
    margin: 0px
}

    .app__title h2 strong {
        font-weight: 400
    }

.app__top {
    margin-bottom: 50px
}
 
.app__image img {
    width: 100%
}

.app__content h2 {
    color: #fff;
    margin-bottom: 20px
}

.app__content h2 span {
    font-weight: 100
}

.app__content h4 {
    color: #fff
}

@media(min-width: 1600px) {
    .app__top {
        margin-bottom: 80px
    }

    .app__image {
        flex: 0 0 20%;
        max-width: 20%
    }

    .app__content {
        flex: 1
    }
}
@media(min-width: 2000px) {
    .module-cover {
        padding: 150px 0px
    }

        .module-cover .app__image {
            flex: 0 0 30%;
            max-width: 30%
        }

    .app__title h2 {
        font-size: 50px;
        line-height: 80px
    }

    .app__content h2 {
        font-size: 50px
    }

    .app__content .btn.btn--wide {
        font-size: 18px
    }
}

@media(max-width: 991.98px) {
    .cover-row__wrap {
        flex: 0 0 60%;
        max-width: 60%
    }
}

@media(max-width: 767.98px) {
    .cover-row__wrap {
        flex: 0 0 100%;
        max-width: 100%
    }
    .module--credit {
        padding: 50px 0px 80px !important
    }

    .module--dispute {
        padding: 80px 0px !important
    }

    .account-feature {
        margin-left: -10px;
        margin-right: -10px
    }

    .container {
        padding: 0px 20px !important
    }

    .item .item__image {
        padding: 0px
    }

    .module__header {
        text-align: left !important
    }

    .item__title {
        font-size: 24px
    }

    .module-md__title
    {
        display: none
    }

    .module-xs__title,
    .module-xs__text {
        display: block
    }

    .module-xs__title {
        text-align: center;
        padding: 5px 20px;
        color: #82aee2;
        font-size: 36px;
        line-height: 48px
    }

    .module-xs__title strong,
    .module-xs__title span {
        font-weight: 100
    }

    .module-xs__title strong:last-child {
        font-weight: 600
    }

  

    .module-cover {
        padding: 50px 0px 0px;
        background-image: url(../img/cover-xs.webp);
        background-position: top left
    }

    .app {
        margin: 0px;
        padding: 0px 10px;
        text-align: center
    }
    .app__image {
        order: -1
    }

    .app__top {
        margin: 0px;
        padding: 0px
    }

    .app__title {
        margin-bottom: 20px
    }

        .app__title h2 {
            font-size: 22px;
            line-height: 37px
        }
    .app__image {
        width: 240px;
        margin-bottom: 30px
    }

    .app__content {
        margin-bottom: -20px;
        padding: 0px
    }
        .app__content h2 {
            margin: 0px
        }
    .app__content h2 strong {
        font-weight: normal
    }

    .app__content h4 {
        font-weight: normal;
        font-size: 23px;
        line-height: 31px;
        margin-bottom: 20px
    }

    .module__action .btn {
        width: 100%
    }

  
}

@media(max-width: 575.98px) {
    .app__content .btn {
        width: 100%
    }
}
@media(max-width: 450px) {
    .app__image {
        width: 220px
    }
}

@media(max-width: 400px) {
    .app__image {
        width: 180px
    }
}

@media(max-width: 375px) {
    .app__image {
        width: 150px
    }
}

.module--credit .module__header {
    max-width: 68%;
    margin: 0 auto 50px
}
.module--credit .module__content {
     margin-top: 30px;
}
.video-frame {
    /*box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, .3);*/
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden
}

.video-frame img,
.video-frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.video-frame__overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, .6)
}

    .video-frame__overlay.video-visible {
        display: none
    }

.video-frame .play-btn {
    color: #82aee2;
    width: 55px;
    height: 55px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    left: 50%;
    margin-left: -30px;
    border-radius: 50%;
    background-color: #fff
}

.video-frame .play-btn i {
    font-size: 55px
}
@media(max-width: 991.98px) {
    .module--credit .module__header {
        max-width: 78%
    }
}
@media(max-width: 767.98px) {
    .module {
        padding: 50px 0px
    }

    .module--credit .module__text span {
        display: block;
        margin-top: 20px
    }

    .module--credit .module__header {
        max-width: 100%;
        margin-bottom: 0px
    }

    .module--credit .module__header::after {
        content: "";
        width: 60%;
        margin: 20px auto;
        height: 2px;
        display: block;
        /*background-color: #e1e1e1*/
    }

    .module--credit .item {
        margin: 0px;
        flex-direction: column-reverse
    }

    .module--credit .item__content {
        margin-bottom: 0px;
        margin-top: 0px
    }

    .module--credit .item__content .btn {
        display: none
    }

    .item__content {
        padding-left: 0px
    }
}

.module--dispute {
    background-color: #f7f8fb
}

.module--dispute .module__header,
.module--dispute .module__content {
    max-width: 68%;
    margin: 0 auto
}

.account-feature {
    margin: 50px 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0px
}

.account-feature>li {
    flex: 0 0 25%;
    padding: 10px;
    font-size: 18px
}

.account-feature>li::before {
    content: "";
    width: 22px;
    height: 22px;
    background-color: #82aee2;
    color: #fff;
    margin-right: 10px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: FontAwesome;
    font-size: 10px;
    vertical-align: top;
    margin-top: 3px
}

.item-xs__image {
    display: none
}

@media(max-width: 1199.98px) {
    .account-feature > li {
        font-size: 16px
    }
}

@media(max-width: 991.98px) {
    .item__content {
        padding-left: 10px
    }

    .account-feature {
        justify-content: center
    }

        .account-feature > li {
            flex: 0 0 33.33%
        }

    .item-xs__image {
        display: block;
        max-width: 80%;
        margin: 50px auto
    }

        .item-xs__image img {
            width: 100%
        }

    .module--professional .item {
        display: block;
        text-align: center;
        max-width: 80%;
        margin: 0 auto
    }

    .module--professional .item__image {
        display: none
    }

    .module--professional .item__content {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media(max-width: 767.98px) {
    .module--professional .item {
        max-width: 100%;
        text-align: left
    }

    .item-xs__image {
        max-width: 100%
    }


    .module--dispute .module__header,
    .module--dispute .module__content {
        max-width: 100%
    }

    .module--dispute .module__text {
        text-align: left !important
    }

    .account-feature > li {
        flex: 0 0 50%;
        font-size: 16px;
        padding: 15px 3px
    }

        .account-feature > li::before {
            width: 18px;
            height: 18px
        }
}

@media(max-width: 767.98px) {
    .module--smart .item {
        flex-direction: column-reverse;
        margin: 0px;
        text-align: left
    }

    .module--smart .item__content {
        padding: 0px 0px;
        margin: 0px 0px 30px
    }

    .item--reverse .item__content {
        padding-right: 0px
    }

    .primary-points {
        text-align: left
    }
}

@media(max-width: 767.98px) {

    .module--smart,
    .module--unlimited,
    .module--professional,
    .module--company {
        padding: 80px 0px
    }

    .module--win .item {
        margin: 0px;
        text-align: center
    }

    .module--win .item--reverse .item__content {
        padding-right: 0px;
        padding: 0px 20px
    }
}

.module--unlimited {
    background-color: #f7f8fb
}

.primary-points li {
    font-size: 20px;
    color: #82aee2
}

.primary-points li span {
    color: #4a4a4a;
    font-size: 16px
}

.primary-points li+li {
    margin-top: 10px
}

.module--letters {
    background-color: #f7f8fb
}

@media(max-width: 767.98px) {
    .module--professional .item {
        flex-direction: column-reverse
    }

    .module--professional .item__content {
        margin-top: 30px
    }

    .module--letters .item {
        margin: 0px;
        text-align: center;
        flex-direction: column-reverse
    }

    .module--letters .item__content {
        padding: 0px 20px
    }
}

.module--company {
    background-color: #f7f8fb;
    margin-bottom: 40px
}

.module--company .module__content {
    max-width: 65%;
    margin: 0 auto;
    text-align: center
}
@media(max-width: 991.98px) {
    .module--company .module__content {
        max-width: 80%
    }
}
@media(max-width: 767.98px) {
    .module--company .module__content {
        max-width: 100%;
        text-align: left
    }
}

.point {
    width: 33px;
    height: 33px;
    margin-bottom: 20px;
    border-radius: 50%;
    background-color: #82aee2;
    color: #fff;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px
}

.curve-module img {
    width: 100%
}

.curve-module--first {
    margin-top: -12px
}

.curve-module--second {
    margin-top: -5px
}

.how-works__title {
    display: none
}

.how-works .item__title {
    font-size: 24px;
    line-height: 36px;
    font-weight: bold
}

.how-works .item__content a {
    font-weight: normal
}

.module--disputes {
    margin-top: -42px
}

.module--track {
    margin-top: -35px
}

.module--get {
    background-color: #f7f8fb
}

.module__get {
    text-align: center;
    max-width: 53%;
    margin: 0 auto
}

.module__get h2 {
    font-weight: bold;
    margin-bottom: 30px
}

.module__get p {
    font-size: 20px;
    line-height: 36px;
    color: #4a4a4a;
    font-weight: 300;
    margin: 0px
}
@media(max-width: 991.98px) {
    .module__get {
        max-width: 80%
    }

    .curve-module--first {
        margin-top: -28px
    }

    .curve-module--second {
        margin-top: -45px
    }
}
.module--community {
    background-color: #f7f8fb;
	margin-bottom: 50px;
}

.module--community .module__header {
    text-align: center;
    max-width: 60%;
    margin: 0 auto 50px
}

.module--community .module__header h3 {
    margin-bottom: 20px
}

.module--community .module__header p {
    font-size: 16px;
    line-height: 32px
}

.module--community .module__content {
    text-align: center;
    max-width: 60%;
    margin: 0 auto
}

.module--community .module__content img {
    width: 100%
}

.module.module--faq {
    padding: 0px 0px 100px;
    margin-bottom: 50px;
    background-color: #f7f8fb
}

.module--faq .module__header h2 {
    font-weight: 600
}

.accordion-faq .card--faq:last-child {
    border-bottom: none
}

.card--faq {
    border: none;
    border-bottom: 1px solid rgba(151, 151, 151, .25);
    border-radius: 0px
}

.card--faq .card-header {
    background-color: #fff;
    border: none;
    font-size: 18px
}

.card--faq .card-header p {
    align-items: center;
    display: flex;
    cursor: pointer;
    justify-content: space-between;
    color: #4a4a4a;
    font-weight: bold
}

.card--faq .card-header p.collapsed {
    color: #9b9b9b;
    font-weight: 100
}

.card--faq .card-header p.collapsed .fa-minus {
    display: none
}

.card--faq .card-header p.collapsed .fa-plus {
    display: block
}

.card-body {
    color: #4a4a4a;
    font-size: 16px;
    line-height: 26px
}

.faq-accordion__icon {
    font-size: 14px;
    color: #4a4a4a
}

.faq-accordion__icon .fa-minus {
    display: block
}

.faq-accordion__icon .faq-accordion__icon .fa-minus {
    display: block
}

.faq-accordion__icon .faq-accordion__icon .fa-plus {
    display: none
}
@media(max-width: 991.98px) {
    .module--disputes {
        margin-top: -70px
    }
}
@media(max-width: 767.98px) {
    .how-works__title {
        padding: 15px 10px;
        text-align: center;
        display: block;
        box-shadow: 0 2px 6px 0 rgba(218, 218, 218, .5)
    }

    .how-works__title h3 {
        font-size: 20px;
        margin: 0px;
        color: #8db7e6
    }

    .curve-module {
        display: none
    }

    .module--disputes,
    .module--track {
        margin: 0;
        padding: 50px 0 !important
    }

    .module__get {
        max-width: 100%;
        text-align: left
    }

    .module__get h2 {
        font-size: 30px;
        line-height: 40px;
        font-weight: bold
    }

    .module__get p span {
        display: block;
        margin-top: 15px
    }

    .row.item {
        margin: 0px
    }

    .point {
        width: 30px;
        height: 30px;
        font-size: 20px;
        margin-right: 10px
    }

    .module--connect .item,
    .module--track .item {
        flex-direction: column-reverse
    }

    .module--connect .item__content,
    .module--track .item__content {
        padding-right: 0px;
        margin-bottom: 20px
    }

    .module--disputes .item--reverse .item__content {
        padding: 0px
    }

    .module--community .module__header,
    .module--community .module__content {
        max-width: 100%
    }
}

@media(max-width: 575.98px) {
    .module__get h2 {
        font-size: 24px
    }

    .item__title {
        font-size: 24px;
        line-height: 32px
    }

    .module--community h3 {
        font-size: 24px
    }

    .module.module--faq {
        padding-bottom: 50px
    }

    .module.module--faq h2 {
        font-size: 24px
    }
}

.module.module--bureau {
    background-color: #fbfbfd;
    padding: 60px 0px
}
    .module.module--bureau .item__title {
        font-weight: 600;
        font-size: 32px;
        line-height: 48px
    }

    .module.module--bureau .item p {
        font-size: 20px;
        line-height: 36px
    }
.module--pricing .module__header {
    max-width: 85%;
    margin: 0 auto 100px;
    text-align: center
}

.module--pricing .module__title {
    font-weight: 600;
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 20px
}

.report-card {
    border-radius: 4px;
    border: solid 1px #f2f2f2;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative
}

.report-card--info {
    border-top: 5px solid #3379d0
}

.report-card--danger {
    border-top: 5px solid #c03941
}

.report-card__header {
    text-align: center;
    border-bottom: 1px solid #82aee2
}

.report-card__header h5 {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #3379d0;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 0px
}

.report-card__header h5 span {
    font-size: 21px
}

.report-card__header h5 sup {
    margin: 0px 2px;
    top: -10px
}

.report-card__price {
    text-align: center;
    border-bottom: 1px solid #82aee2
}

.report-card__price h4 {
    color: #82aee2;
    font-size: 24px !important
}

.report-card__price span {
    text-transform: uppercase;
    font-size: 11px
}

.report-card__logo {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 5px
}

.report-card__logo span {
    padding: 0px 10px;
    color: #3379d0
}

.report-card__logo strong {
    font-family: "open sans";
    font-size: 18px
}

.report-card__logo img {
    width: 110px
}

.report-card__logo::before,
.report-card__logo::after {
    content: "";
    flex: 1;
    height: 2px;
    background: #82aee2
}

.report-card__text {
    text-align: center
}

.report-card__text p {
    font-size: 14px;
    line-height: 21px;
    margin: 0px
}

.report-card__action {
    text-align: center;
    margin-top: auto
}

.report-card__action .btn {
    border-width: 2px
}

.report-list {
    max-width: 90%;
    margin: 0 auto
}

.report-list .col-md-4 {
    padding: 0px 25px
}

.points {
    list-style: none;
    padding: 0px;
    margin: 0px
}

.points>li {
    font-size: 14px;
    position: relative;
    display: flex;
    align-items: center
}

.points>li i {
    color: #82aee2;
    margin-right: 5px;
    font-size: 16px
}

.points>li+li {
    margin-top: 15px
}

.best-value {
    position: absolute;
    top: -38px;
    left: -20px
}

.best-value img {
    width: 142px
}
.coming-soon {
    position: absolute;
    top: -38px;
    right: -20px
}

    .coming-soon img {
        width: 142px
    }

.report-card__unavailable {
   
    position: absolute;
    top: 80px;
    z-index: 10;
    
    opacity: .6;
}

    .report-card__unavailable p {
        color: red;
        font-size: 2rem;
        font-weight: bold;
        line-height: 1;
    }

.module.module--convincing {
    background-color: #f7f8fb;
    padding: 80px 0;
    margin-bottom: 50px
}
    .module.module--convincing .module__title {
        font-weight: 600
    }
.table-customize {
    box-shadow: 0px 4px 22px 0px rgba(212, 212, 212, .5);
    width: 85%;
    margin: 0 auto;
    border-collapse: collapse
}

.table-customize thead th {
    background-color: #fff;
    padding: 15px 20px;
    text-align: center;
    border: 2px solid #ececec;
    font-size: 18px
}

.table-customize thead th img {
    width: 150px
}

.table-customize tbody td {
    padding: 20px;
    background-color: #f2f6fc;
    text-align: center;
    border: 2px solid #ececec;
    font-size: 16px;
    line-height: 24px
}

.table-customize tbody td.highlight {
    background-color: #82aee2;
    color: #fff;
    text-align: left
}

.table-customize tbody td b {
    font-size: 16px;
    line-height: 24px;
    padding: 0px 20px;
    display: block
}

.credit-versio-text {
    width: 85%;
    margin: 0 auto;
    color: #82aee2;
    font-size: 14px
}

.d-xs-img {
    display: none
}

.d-xs-span,
.d-xs-b {
    display: none !important
}
@media(max-width: 991.98px) {
    .report-list__wrap + .report-list__wrap {
        margin-top: 20px
    }

    .report-list .report-card {
        max-width: 320px;
        margin: 0px auto
    }
}
@media(max-width: 767.98px) {
    .module.module--bureau .item__title {
        font-size: 24px;
        line-height: 48px;
        font-weight: 400
    }

    .module__title {
        font-size: 24px;
        line-height: 36px
    }

    .module__text {
        font-size: 16px;
        line-height: 37px
    }

    .table-customize thead th {
        width: auto !important;
        padding: 10px
    }

        .table-customize thead th img {
            width: 50px;
            margin: auto
        }

    .table-customize tbody td {
        padding: 10px 5px;
        font-size: 14px;
        line-height: 20px
    }

        .table-customize tbody td b {
            padding: 0px;
            font-size: 14px
        }

    .d-sm-img,
    .d-sm-span,
    .d-sm-b {
        display: none !important
    }

    .d-xs-img,
    .d-xs-b,
    .d-xs-span {
        display: block !important
    }

    .module--bureau .item {
        flex-direction: column-reverse
    }

    .module--bureau .item__content {
        margin-top: 0px;
        margin-bottom: 30px;
        text-align: left
    }

    .module--pricing .module__header {
        max-width: 100%;
        text-align: center !important
    }

    .report-list {
        max-width: 100%
    }

        .report-list .col-md-4 {
            padding: 0px 10px
        }

            .report-list .col-md-4 + .col-md-4 {
                margin-top: 30px
            }

    .module.module--convincing .module__header {
        text-align: center !important
    }

    .module.module--convincing .module__title {
        font-size: 24px;
        line-height: 34px;
        font-weight: 400
    }

    .credit-versio-text {
        width: 100%
    }

    .module--pricing .module__title {
        font-weight: 400;
        font-size: 24px;
        line-height: 38px
    }
}

@media(max-width: 575.98px) {
    .table-customize thead th img {
        width: 40px
    }
}