body {
    font-size: 1.1rem;
    color: #000000;
    font-family: "proxima-nova";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.shadow-lg {
    box-shadow: 0 0.3rem 0.5rem rgb(0 0 0 / 18%) !important;
}

.rounded-right {
    border-top-right-radius: 1.2rem !important;
    border-bottom-right-radius: 1.2rem !important;
}

.bg-pattern::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 60%;
    transform: translateY(-50%);
    height: 788px;
    background: url(../images/BG-pattern.svg) no-repeat;
    background-size: cover;
}

.bg-header-vector {
    background: rgb(250, 113, 63);
    background: linear-gradient(90deg, rgba(250, 113, 63, 1) 0%, rgba(244, 145, 75, 1) 50%, rgba(252, 176, 69, 1));
}

.bg-header-gradient {
    background: rgb(250, 113, 63);
    background: linear-gradient(90deg, rgba(250, 113, 63, 1) 0%, rgba(244, 145, 75, 1) 50%, rgba(252, 176, 69, 1));
}

.vector-header {
    clip-path: polygon(0 0, 100% 0, 81% 100%, 0% 100%);
}


.navbar-toggler {
    font-size: 1.7rem;
}

.navbar-dark .navbar-toggler {
    border-color: transparent;
}

.navbar-dark .navbar-toggler:focus {
    box-shadow: none;
    outline: none;
}

.navbar-dark .navbar-toggler i {
    color: rgba(255, 255, 255, .5);
    border: 1px solid rgba(255, 255, 255, .1);
    padding: .35rem .75rem;
    border-radius: .25rem;
}

.navbar .btn-outline-dark {
    background-color: transparent;
    border-color: rgba(255, 255, 255, .1);
    color: rgba(255, 255, 255, 1);
    font-size: 1.1rem;
}


.buttons-section a.section-link {
    text-decoration: none;
    border-radius: 0.5rem;
    background-color: #ffff;
    padding: 1rem 0 1.3rem;
}

.buttons-section a.section-link:hover span, .buttons-section a.section-link.active span {
    background: url(../images/underline-selection.svg) no-repeat center;
    background-size: contain;
    padding-bottom: 32px
}

.buttons-section a.section-link:hover {
    text-decoration: none;
    cursor: pointer;

}

.height {
    height: 80px
}

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 257px;
    display: inline-block;
    line-height: 20px;
    vertical-align: middle;
}

.text-ellipsis-short {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 157px;
    display: inline-block;
    line-height: 20px;
    vertical-align: middle;
}

.header {
    overflow: hidden;
}

.header::before {
    content: "";
    position: absolute;
    top: auto;
    right: 0;
    left: 0;
    margin: auto;
    bottom: -57px;
    height: 532px;
    width: 770px;
    background: url(../images/Header-BG.svg) no-repeat;
    background-size: cover;
}

.header::after {
    content: "";
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    height: 300px;
    width: 300px;
    background: url(../images/Header-image2.png) no-repeat;
    background-size: contain;

}

.rounded-sm {
    border-radius: 1rem !important;
}

.rounded-top {
    border-top-left-radius: 1.2rem !important;
    border-top-right-radius: 1.2rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: 1.85rem !important;
    border-bottom-left-radius: 1.85rem !important;
}

.rounded-bottom-xs {
    border-bottom-right-radius: 1.15rem !important;
    border-bottom-left-radius: 1.15rem !important;
}


.bg-dark {
    background-color: #242424 !important;
}

.bg-green-light {
    background-color: #f0fcf8;
}


.font-weight-bold {
    font-weight: 800 !important;
}

.font-weight-semi-bold {
    font-weight: 700 !important;
}

.font-weight-medium {
    font-weight: 600 !important;
}


.line-height-1 {
    line-height: 1;
}

.line-height-1-4 {
    line-height: 1.8;
}

.line-height-heading {
    line-height: 1.4;
}

.line-height-1-6 {
    line-height: 2;
}


.bg-yellow {
    background-color: #eeb157 !important;
}

.bg-yellow-light {
    background-color: #fbebd5 !important;
}

.bg-orange {
    background-color: #fa703f;
}

.bg-orange-light {
    background-color: #fef0eb;
}

.bg-orange-cyan {
    background-color: #fedbcf;
}

.text-red {
    color: #fa703f !important;
}

.text-yellow {
    color: #edc476 !important;
}

.number {
    height: 45px;
    width: 45px;
    line-height: 45px;
    margin: auto;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: -20px;

}


.bg-gray {
    background-color: #f2f2f2;
}

.img-circle {
    padding-bottom: 90%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 50%;
}


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


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

.no-wrap {
    white-space: nowrap;
}

.text-dark {
    color: #000000 !important;
}

.font-weight-medium {
    font-weight: 500;
}

.font-weight-italic {
    font-weight: 300;
}

div#data_paginate,
div#data2_paginate,
.data_filter,
.dataTables_length,
.dataTables_filter {
    display: none;
}

/* table */


.dataTables_wrapper .row {
    margin-right: 0px;
    margin-left: 0px;
}

.dataTables_wrapper .col-6,
.dataTables_wrapper .col-12,
.dataTables_wrapper .col-sm-12 {
    padding-right: 0px;
    padding-left: 0px;
}

.sorting .fa-sort-up,
.sorting .fa-sort-down {
    display: none;
}

.sorting_asc .fa-sort-up,
.sorting_asc .fa-sort {
    display: none;
}

.sorting_desc .fa-sort-down,
.sorting_desc .fa-sort {
    display: none;
}

.table tr th .heading-holder .th-title .fa-solid {
    font-size: 1.3rem;
}

.table tr th:first-child .heading-holder .th-title {
    padding: 0;
    min-width: auto;
    width: 22px;
}

#data2.table tr th:first-child .heading-holder .th-title {
    top: -2px;
}

#data2.table tr th:first-child .sorting-icons i {
    margin-bottom: 5px;
}

.table tr th:nth-child(2) .heading-holder .th-title {
    min-width: 190px;
}

.table tr th .heading-holder .th-title {
    min-width: 129px;
}

.fas.fa-trophy {
    font-size: 1.2rem;
}

.scroll-hint-icon {
    top: calc(50% - 25px);
    left: calc(50% - 60px);
    width: 120px;
    height: 120px;
    border-radius: 50%;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.01);
    background: rgba(0, 0, 0, 0.6);
    padding: 25px 10px 10px 10px;
}

.scroll-hint-icon:after {
    content: '\f104';
    background: transparent;
    font-family: "Font Awesome 6 Pro";
}

.scroll-hint-icon:before {
    color: #ffffff;
    filter: invert(48%) brightness(170%);
    content: '\f8cd';
    background: transparent;
    font-family: "Font Awesome 6 Pro";
    font-size: 2rem;
}

.scroll-hint-text {
    position: relative;
}


.scroll-hint-icon-wrap.is-active .scroll-hint-text::before {
    opacity: 1;
}

.scroll-hint-text::before {
    content: '\f105';
    width: 34px;
    height: 14px;
    display: block;
    position: absolute;
    filter: invert(48%) brightness(170%);
    font-family: "Font Awesome 6 Pro";
    top: -40px;
    right: 7%;
    margin-left: -20px;
    font-size: 1.7rem;
    background-repeat: no-repeat;
    opacity: 0;
    transition-delay: 2.4s;
}

.scroll-hint-icon:after {
    z-index: 1;
    left: 30%;
    font-size: 1.5rem;
    filter: invert(48%) brightness(170%);
    top: 32px;
    color: #ffffff;
}

.scroll-hint-text {
    font-size: 16px;
    color: #ffffff;
    margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
    opacity: 1;
    color: #ffffff;
}

.heading-holder .th-title {
    display: block;
    position: relative;
    margin-bottom: 5px;
    padding: 0.2rem 0;
    color: #000000;
}

.heading-holder {
    text-align: center;
    font-weight: 400;
    position: relative;
    white-space: nowrap;
    padding: 0;
    margin: auto;
    min-width: 43px;

}


.btn-dark {
    color: #000;
    background-color: #fff;
    border-color: #000;
}


.table-striped tbody tr:nth-of-type(odd) {
    background-color: white;
}

.table tbody tr {
    background-color: #FFFFFF;
}


#data .row {
    margin-right: 0px;
    margin-left: 0px;
}

#data .col-6,
#data .col-12 {
    padding-right: 0px;
    padding-left: 0px;
}

#data.table tr td.sorting_1 .td-simulate {
    background-color: #eeb157 !important;
    font-weight: 800;
    color: #ffffff;
}

.table tr td.sorting_1 .td-simulate {
    background-color: #fa703f !important;
    font-weight: 800;
    color: #ffffff;
}

#data2.table tr td:nth-last-child(2) .td-simulate {
    font-weight: 800;
    color: #ffffff;
    background-color: #fa703f !important;
}

#data2.table tr td:nth-last-child(3) .td-simulate {
    font-weight: 800;
    color: #ffffff;
    background-color: #fa703f !important;
}

#data3.table tr td.sorting_1 .td-simulate {
    background-color: #eeb157 !important;
    font-weight: 800;
    color: #ffffff;
}

#data3 tr th:nth-last-child(1) .sorting-icons {
    position: relative;
    right: 32px;
}

#data3 tr th:nth-last-child(2) .sorting-icons {
    position: relative;
    right: 23px;
}

table .height {
    height: 40px;
}

table .fa-solid {
    height: 38px;
    width: 38px;
    line-height: 38px;
    color: #ffffff;
    background-color: #fa703f;
    border-radius: 50%;
}

table tr td.highlighted .td-simulate {
    background-color: #eeb157;
    color: #ffffff;
}

#data2.table tr td.highlighted .td-simulate {
    background-color: #fa703f;
    color: #ffffff;
}

.table tr td:first-child.highlighted .td-simulate {
    background-color: transparent;
    color: #ffffff;
}

.table td,
.table th {
    padding: 0;
    vertical-align: top;
    border-top: 0 solid transparent;
}


#data .sorting_asc .heading-holder .sorting-icons,
#data .sorting_desc .heading-holder .sorting-icons {
    color: #000000;
}


.table tr th:nth-child(5) .heading-holder {
    min-width: 131px;
}

.heading-holder .sorting-icons i {
    margin-bottom: 0px;
    font-size: 1rem;
    color: #edc476;
    vertical-align: middle;
}

#data2 .heading-holder .sorting-icons i {
    color: #fa703f;
}

.table-red .control_lenght {
    background-color: #fa703f;
}

.control_lenght {
    color: #ffffff;
    text-decoration: none;
    margin: auto;
    padding: 0.5rem 1rem;
    background-color: #eeb157;
    border-radius: 0.5rem;
    font-size: 1rem;
    display: inline-block;
}

.control_lenght:hover {
    background-color: #835410;
    color: #ffffff;
    text-decoration: none;
}


.dataTables_paginate {
    display: none;
}


.table th {
    border-bottom: 0rem solid transparent !important;
    border-top: 0px solid transparent;
}


.table .title-th {
    border-width: 2px !important;
    border-color: #c7f0bf !important;
}

.table .title-th p {
    line-height: 1;
    color: #000000;
}

#data .sorting_asc .heading-holder .title-th,
#data .sorting_desc .heading-holder .title-th {
    color: #fff;
}


table.dataTable tbody th,
table.dataTable tbody td {
    padding: 0px;
}

.table tr td {
    background-color: #f0f0f0;
    border-bottom: 5px solid white

}

#data2.table tr td {
    background-color: #ffffff;
    border-bottom: 5px solid #fef0eb;
}

.table tr td:first-child .td-simulate {
    margin-left: 0;
}

.table tr td:last-child .td-simulate {
    margin-right: 0;
}

.table .td-simulate {
    display: block;
    color: #000000;
    white-space: nowrap;
    line-height: 34px;
    font-weight: 700;
    border-radius: 0.6rem;
    margin: 0 3px;
    background-color: #f0f0f0;
}

#data2.table .td-simulate {
    background-color: #ffffff;
}

.table tr td:first-child {
    border-bottom-left-radius: 0.6rem;
    border-top-left-radius: 0.6rem;
}

.table tr td:last-child {
    border-bottom-right-radius: 0.6rem;
    border-top-right-radius: 0.6rem;
}

.table tr td:first-child .td-simulate {
    line-height: 25px;
}

.table tr td .rank span {
    line-height: 31px;
    height: 32px;
    width: 41px;
    display: block;
    border-radius: 0.6rem;
    vertical-align: middle;
    background-color: #eeb157;
    color: #ffffff;
}

#data2 .rank span {
    background-color: #fa703f;
}

.table td {
    padding: 0;
    text-align: center;
    vertical-align: middle;
}


a {
    color: #00a8ff;
    text-decoration: underline;
}

#methodology .footer a {
    color: #fbebd5;
}

.scroll-overflow {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

div#data_paginate,
div#data2_paginate,
.data_filter,
.dataTables_length,
.dataTables_filter {
    display: none;
}


/* typography */
.display-1 {
    font-size: 3.6rem;
    line-height: 0.8;
}

.display-2 {
    font-size: 2.6rem;

}

.display-3 {
    font-size: 2.3rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-4 {
    font-size: 1.6rem;
    font-weight: 300;
}

.lead {
    font-size: 1rem;
}


.text-gray {
    color: #b7b7b7;
}


.header .rounded {
    border-radius: 0.7rem !important;
}

.rounded {
    border-radius: 0.7rem !important;
}

.rounded-xl {
    border-radius: 2.5rem !important;
}


.btn-light {
    text-decoration: none;
}

.font-style-italic {
    font-style: italic;
}

.font-weight-extra-bold {
    font-weight: 900 !important;
}

.font-weight-medium {
    font-weight: 600;
}

.methodology-margin-top {
    margin-top: -46px;
}

#methodology p a {
    color: #ffffff;
    text-decoration: underline;
    word-wrap: break-word;
}


.section-link {
    color: #ffffff;
    text-decoration: none;
}

.section-link:hover {
    text-decoration: none;
}


.scroll-overflow {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.footer-logo {
    min-width: 147px;
    max-width: 203px;
}


.footer a {
    text-decoration: underline;
    color: #00a8ff;
}

.header.h4,
.header h4 {
    font-size: 1.2rem;
}

.h4,
h4 {
    font-size: 1.4rem;

}

.h1,
h1 {
    font-size: 1.5rem;
}


.h3,
h3 {
    font-size: 1.5rem;
}

.header.h3,
.header h3 {
    font-size: 1rem;
}

.container-custom,
.container-custom-table,
.container-custom-header {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}


@media (min-width: 576px) {
    .display-2 {
        font-size: 2rem;
    }

    .container-custom, .container-custom-header {
        max-width: 540px;
    }

    .h3,
    h3 {
        font-size: 1.6rem;
    }


    .btn-primary {
        width: 215px;
    }

    .w-sm-75 {
        width: 75% !important;
    }

}

@media (min-width: 768px) {

    .header::after {
        top: auto;
        right: 0;
        left: 0;
        margin: auto;
        bottom: 0;
        height: 463px;
        width: 303px;
    }

    .btn-primary {
        width: 240px;
    }

    .display-3 {
        font-size: 3.4rem;

    }

    .display-2 {
        font-size: 3.3rem;

    }

    .header.h4, .header h4 {
        font-size: 1.7rem;
    }


    .h3, h3 {
        font-size: 1.4rem;
    }

    .h4,
    h4 {
        font-size: 1.65rem;
    }


    .container-custom, .container-custom-header {
        max-width: 720px;
    }

    .container-fluid {
        max-width: 100%;
    }

    .display-1 {
        font-size: 6.6rem;
    }

    .btn-secondary {
        width: 210px;
    }


    h2 .fa-2x {
        font-size: 2.2rem;
    }

    .img-square-small {
        height: 400px;
        width: 447px;
        margin: 0 auto -40px;
    }

    .img-circle {
        padding-bottom: 70%;
    }

    .w-sm-75 {
        width: 100% !important;
    }
}


@media (min-width: 992px) {
    .buttons-section a.section-link {
        width: 333px;
    }


    .img-square-small.mobile-bottom {
        margin-bottom: -70px;
    }

    .img-circle {
        padding-bottom: 80%;
        background-position: center;
        background-size: contain;
    }

    .img-square-small {
        height: 400px;
        width: 447px;
    }


    .icon-wrap {
        position: relative;
        top: 66px;
    }

    .number {
        height: 49px;
        width: 53px;
        line-height: 47px;
    }


    .white-space-nowrap {
        white-space: nowrap;
    }

    .container-fluid {
        max-width: 100%;
    }

    .container-custom,
    .container-custom-table,
    .container-custom-header {
        max-width: 960px;
    }

    .display-4 {
        font-size: 2.4rem;
    }


    .h4,
    h4 {
        font-size: 1.8rem;
    }

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


    .h3,
    h3 {
        font-size: 1.8rem;
    }

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

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

    .lead {
        font-size: 1.5rem;
    }

    #highest-earning .lead {
        font-size: 1rem;
    }

    .display-2 {
        font-size: 3.8rem;
    }

    .display-3 {
        font-size: 3.3rem;
        line-height: 1;
    }

    .display-1 {
        font-size: 7rem;

    }

    .number.h4 {
        font-size: 2rem !important;
    }

    .icon-wrap {
        position: relative;
        top: 87px;
    }

    .header.h4, .header h4 {
        font-size: 1.8rem;
    }
    .header::before {
        content: "";
        position: absolute;
        top: auto;
        right: 0;
        left: auto;
    }
    .header::after {
        height: 569px;
        width: 372px;
        right: -12px;
        top: 49px;
        left: auto;
    }
}


@media (min-width: 1200px) {
    .buttons-section a.section-link {
        width: 266px;
    }

    .bg-header-vector {
        height: 299px;
        width: 837px;
        background: url(../images/header-text-vector.svg) no-repeat;
    }


    .header::before {
        height: 753px;
        width: 665px;
        right: 0px;
        top: 0;
    }

    .header::after {
        height: 684px;
        right: 24px;
        top: 133px;
    }


    .header.h4, .header h4 {
        font-size: 2.4rem;
    }

    .icon-wrap {
        position: relative;
        top: 87px;
    }

    .img-square-small {
        height: 390px;
        width: 475px;
        margin: 0 auto -60px;
    }

    .svg-global-element {
        height: 490px;
        width: 452px;
    }

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

    .h3, h3 {
        font-size: 1.8rem;
    }

    .display-3 {
        font-size: 4rem;
    }

    .container-fluid {
        max-width: 100%;
    }


    .container {
        max-width: 1165px;
    }

    .display-4 {
        font-size: 3.3rem;
    }

    .container-custom-header {
        max-width: 1300px;
    }

    .container-custom {
        max-width: 1120px;
    }


    .display-2 {
        font-size: 5rem;
    }

    .header.h3,
    .header h3 {
        font-size: 2.2rem;
    }

    .display-4 {
        font-size: 2.6rem;
    }

    .display-1 {
        font-size: 9rem;
    }

    .h4, h4 {
        font-size: 2.2rem;
    }


}

@media (min-width: 1400px) {
    .container-custom {
        max-width: 1242px;
    }

    .header::after {
        height: 644px;
        right: 43px;
        width: 410px;
        top: 10px;
    }


}

@media (min-width: 1500px) {
    .display-2 {
        font-size: 7rem;
    }

    .container-custom {
        max-width: 1439px;
    }

    .number {
        height: 57px;
        width: 57px;
        line-height: 57px;
    }

    .display-4 {
        font-size: 3.1rem;
    }

    #highest-earning .lead {
        font-size: 1.5rem;
    }


}

@media (min-width: 1900px) {


}

@media (min-width: 2200px) {
    .header::before {
        height: 710px;
        width: 811px;
        right: 9px;
        top: 0;
    }

    .header::after {
        height: 647px;
        right: 108px;
        width: 428px;
        top: 10px;
    }

    .container-custom {
        max-width: 1433px;
    }


}