* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

body {
    background-color: #141414;
}

.tsc-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1001;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.tsc-header-logo,
.tsc-header-logo img {
    width: 100%;
    height: auto;
    max-width: 205px;
    aspect-ratio: 205/53px;
    display: inline-flex;
    -webkit-filter: brightness(0) invert();
    filter: brightness(0) invert();
}

.tsc-naviagtion>li>a {
    text-decoration: none;
    font-family: Instrument Sans;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #FFFFFF;
}

.tsc-wrapper>nav {
    border-radius: 10px;
    border-bottom-width: 1px;
    padding-right: 64px;
    padding-left: 64px;
    background: #2A2A2AB2;
    -webkit-backdrop-filter: blur(100px);
    backdrop-filter: blur(100px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
}

.tsc-naviagtion {
    padding-left: 0px;
    margin-bottom: 0;
    display: flex;
    list-style: none;
    gap: 32px;
}

.tsc-search-area-division-wrap input::-webkit-input-placeholder {
    color: #898989;
}

.tsc-search-area-division-wrap input::-moz-placeholder {
    color: #898989;
}

.tsc-search-area-division-wrap input:-ms-input-placeholder {
    color: #898989;
}

.tsc-search-area-division-wrap input::-ms-input-placeholder {
    color: #898989;
}

.tsc-search-area-division-wrap input::placeholder {
    color: #898989;
}

.search-area-division-input {
    flex: 1;
}

.tsc-search-area-division-wrap input {
    width: 100%;
    font-family: Instrument Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #fff;
    background-color: transparent;
    outline: none;
    border: none;
    padding: 0;
}

@media (min-width: 768px) {
    .tsc-search-area-division-wrap {
        min-width: 470px;
    }
}

.tsc-search-area-division-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #5959591A;
    border: 1px solid #FFFFFFBF;
    -webkit-backdrop-filter: blur(30px);
    transition: 0.3s;
    backdrop-filter: blur(30px);
    height: 72px;
    border-radius: 10px;
    padding-top: 10px;
    padding-right: 14px;
    padding-bottom: 10px;
    padding-left: 20px;
}

.tsc-search-area-division-wrap>label {
    display: flex;
    gap: 14px;
    margin-bottom: 0;
    font-size: 24px;
}

.tsc-search-area-division-wrap>label svg {
    width: 1em;
    height: 1em;
}

.tsc-search-area-division-wrap>label span {
    font-family: Instrument Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #FFFFFF;
}

.tsc-search-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
}

.tsc-search-form .tsc-search-button:hover {
    background-color: #FFFFFF;
    color: #1177BB;
}

.tsc-search-form .tsc-search-button {
    cursor: pointer;
    transition: all 0.3s;
    font-family: Instrument Sans;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #FFFFFF;
    background-color: #1177BB;
    min-width: 169px;
    min-height: 72px;
    border-radius: 100px;
    padding-top: 12px;
    padding-right: 30px;
    padding-bottom: 12px;
    padding-left: 30px;
    border: none;
}

.tsc-search-form {
    margin-top: 46px;
}

.tsc-banner-desc p {
    font-family: Instrument Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFFCC;
}

.tsc-banner-desc p:last-child {
    margin-bottom: 0;
}

.tsc-banner-desc {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

.tsc-banner-heading h1:last-child {
    margin-bottom: 0;
}

.tsc-banner-heading h1 a:hover {
    color: #FFA500;
}

.tsc-banner-heading h1 a {
    color: inherit;
    text-decoration: none;
}

.tsc-banner-heading h1 {
    font-family: Host Grotesk;
    font-weight: 400;
    font-size: 64px;
    line-height: 100%;
    letter-spacing: -3%;
    text-align: center;
    color: #fff;
}

.tsc-banner-section {
    margin-top: -113px;
    padding-top: calc(113px + 60px);
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 60px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.tsc-banner-heading {
    max-width: 592px;
    max-width: 862px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 28px;
}


/* .tsc-list-item:not(:last-child) {
    margin-bottom: 48px;
} */
.tsc-list-item:hover {
    background: #071721;
    border: 1px solid var(--border-border-brand-2, #1177BB)
}

.tsc-list-item {
    background: #59595940;
    border: 1px solid #FFFFFF38;
    -webkit-backdrop-filter: blur(30px);
    transition: 0.3s;
    backdrop-filter: blur(30px);
    border-radius: 10px;
    padding: 45px;
}

.tsc-company-icon a {
    display: flex;
}

.tsc-company-icon,
.tsc-company-icon img {
    width: 60px;
    height: 60px;
    border-radius: 5.26px;
}

.tsc-companyheader {
    display: flex;
    gap: 30px;
    align-items: center;
}

.tsc-list-item>.tsc-list-item-header {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tsc-company-name h3 {
    /* asdaddsd       margin-bottom: 18px; */
    margin-bottom: 10px;
    margin-top: -7px;
}

/* .tsc-list-item:hover .tsc-company-name a {
    color: #FFA500;
} */
.tsc-list-item .tsc-company-name a:hover {
    color: #1177BB;
}

.tsc-company-name h3,
.tsc-company-name a {
    font-family: Host Grotesk;
    font-weight: 500;
    font-size: 32px;
    /* line-height: 22px; */
    letter-spacing: -2%;
    color: #FFFFFF;
    transition: 0.3s;
}

.tsc-company-name a {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* Limits to 2 lines */
    line-clamp: 1;
    /* Limits to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tsc-company-review {
    display: flex;
    align-items: center;
    gap: 5px;
}

.tsc-company-reviews-count {
    font-family: Instrument Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;

}

.tsc-company-review-stars {
    gap: 4px;
    display: flex;
}

.tsc-company-review-stars i {
    font-size: 15px;
}

.tsc-list-item:hover .tsc-company-review-stars i::before {
    color: #FFD700;
}

.tsc-company-review-stars i::before {
    color: #1177BB;
    transition: 0.3s;
}

.tsc-trustworthy-icon-tag {
    margin-top: 0 !important;
    background-image: none !important;
}

.tsc-trustworthy-icon-tag {
    font-family: Host Grotesk;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -2%;
    color: #FFFFFF;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: auto !important;
    margin-right: 0px !important;
    height: auto !important;

}

.tsc-trustworthy-icon-tag:not(.recommended) {
    display: none;
}

.tsc-list-item:hover .tsc-trustworthy-icon-tag .tsc-trustworthy-icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzQiIGhlaWdodD0iMzUiIHZpZXdCb3g9IjAgMCAzNCAzNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzE0MDAxXzE4NjgpIj4KPHBhdGggZD0iTTEzLjMxMiAxMi41MDg5TDE2LjI0NTMgMTUuNDQyMkwyMC42ODc0IDExIiBzdHJva2U9IiNGRkQ3MDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0xNi45OTk4IDIxLjIyM0MyMS40MTkyIDIxLjIyMyAyNS4wMDE4IDE3LjY0MDQgMjUuMDAxOCAxMy4yMjFDMjUuMDAxOCA4LjgwMTYyIDIxLjQxOTIgNS4yMTg5OSAxNi45OTk4IDUuMjE4OTlDMTIuNTgwNCA1LjIxODk5IDguOTk3OCA4LjgwMTYyIDguOTk3OCAxMy4yMjFDOC45OTc4IDE3LjY0MDQgMTIuNTgwNCAyMS4yMjMgMTYuOTk5OCAyMS4yMjNaIiBzdHJva2U9IiNGRkQ3MDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0yOC4xNTk3IDEzLjIyMUMyOS4zMjc4IDEwLjg0MDkgMjguMzgwMiA3LjkxNDQ2IDI2LjAyODUgNi42NTQ1MkMyNS41NjIgNC4wMjU2NyAyMy4xMDA0IDIuMjM2MTUgMjAuNDU1OCAyLjYwMzMxQzE4LjU1MTggMC43Njk0ODUgMTUuNDcwNyAwLjc0MzcxOSAxMy41NDM2IDIuNjAzMzFDMTAuOTI5NiAyLjIzNTIyIDguNDI0OTggNC4wMjkzOSA3Ljk2OTYzIDYuNjYxOTZDNS42MzQxNyA3Ljg5OTc4IDQuNjY0MTcgMTAuODIyNSA1LjgzOTI0IDEzLjIyMjFDNC42NzE4NyAxNS42MDIzIDUuNjE5NTYgMTguNTI3NyA3Ljk3MDk2IDE5Ljc4NzZDOC40MjYyNSAyMi4zOTg5IDEwLjkxNDkgMjQuMjA1MiAxMy41NTYyIDIzLjg0NDFDMTUuNDU2MyAyNS42ODMyIDE4LjUzNSAyNS42ODkgMjAuNDU1OCAyMy44Mzg5QzIzLjA2OTcgMjQuMjA3IDI1LjU3NDQgMjIuNDEyOCAyNi4wMjk4IDE5Ljc4MDJDMjguMzYzOCAxOC41NDI3IDI5LjMzNzEgMTUuNjIwMiAyOC4xNTk3IDEzLjIyMVoiIHN0cm9rZT0iI0ZGRDcwMCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTE3IDI1LjIyNDhMMjEuMTg3MSAzMi40NzdMMjQuMDg2MiAyOC45NDA2TDI4LjU5ODMgMjguMTk4MUwyNS4wMjQ5IDIyLjAwODUiIHN0cm9rZT0iI0ZGRDcwMCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggZD0iTTE3IDI1LjIyNDhMMTIuODEyOSAzMi40NzdMOS45MTM3NSAyOC45NDA2TDUuNDAxNjEgMjguMTk4MUw4Ljk3NTE2IDIyLjAwODUiIHN0cm9rZT0iI0ZGRDcwMCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8xNDAwMV8xODY4Ij4KPHJlY3Qgd2lkdGg9IjM0IiBoZWlnaHQ9IjM0IiBmaWxsPSJ3aGl0ZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAwLjIyMjE2OCkiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K);
}

.tsc-trustworthy-icon-tag .tsc-trustworthy-icon {
    min-width: 34px;
    max-width: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzQiIGhlaWdodD0iMzQiIHZpZXdCb3g9IjAgMCAzNCAzNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9ImJhZGdlIDEiIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8yNjhfMTQ2MykiPgo8ZyBpZD0iR3JvdXAiPgo8cGF0aCBpZD0iVmVjdG9yIiBkPSJNMTMuMzEyNSAxMi4yODY4TDE2LjI0NTggMTUuMjIwMUwyMC42ODc5IDEwLjc3NzgiIHN0cm9rZT0iIzExNzdCQiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPHBhdGggaWQ9IlZlY3Rvcl8yIiBkPSJNMTcuMDAwMSAyMS4wMDExQzIxLjQxOTUgMjEuMDAxMSAyNS4wMDIxIDE3LjQxODUgMjUuMDAyMSAxMi45OTkxQzI1LjAwMjEgOC41Nzk2OSAyMS40MTk1IDQuOTk3MDcgMTcuMDAwMSA0Ljk5NzA3QzEyLjU4MDcgNC45OTcwNyA4Ljk5ODA1IDguNTc5NjkgOC45OTgwNSAxMi45OTkxQzguOTk4MDUgMTcuNDE4NSAxMi41ODA3IDIxLjAwMTEgMTcuMDAwMSAyMS4wMDExWiIgc3Ryb2tlPSIjMTE3N0JCIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBpZD0iVmVjdG9yXzMiIGQ9Ik0yOC4xNjA0IDEyLjk5ODlDMjkuMzI4NiAxMC42MTg4IDI4LjM4MSA3LjY5MjI5IDI2LjAyOTIgNi40MzIzNUMyNS41NjI3IDMuODAzNTEgMjMuMTAxMiAyLjAxMzk4IDIwLjQ1NjYgMi4zODExNEMxOC41NTI1IDAuNTQ3MzE3IDE1LjQ3MTQgMC41MjE1NTEgMTMuNTQ0MyAyLjM4MTE0QzEwLjkzMDQgMi4wMTMwNSA4LjQyNTcyIDMuODA3MjMgNy45NzAzNyA2LjQzOTc5QzUuNjM0OTEgNy42Nzc2MSA0LjY2NDkgMTAuNjAwNCA1LjgzOTk3IDEzQzQuNjcyNjEgMTUuMzgwMSA1LjYyMDMgMTguMzA1NiA3Ljk3MTY5IDE5LjU2NTRDOC40MjY5OCAyMi4xNzY3IDEwLjkxNTYgMjMuOTgzIDEzLjU1NjkgMjMuNjIxOUMxNS40NTcxIDI1LjQ2MTEgMTguNTM1OCAyNS40NjY4IDIwLjQ1NjYgMjMuNjE2N0MyMy4wNzA1IDIzLjk4NDggMjUuNTc1MSAyMi4xOTA2IDI2LjAzMDUgMTkuNTU4QzI4LjM2NDUgMTguMzIwNSAyOS4zMzc4IDE1LjM5ODEgMjguMTYwNCAxMi45OTg5WiIgc3Ryb2tlPSIjMTE3N0JCIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBpZD0iVmVjdG9yXzQiIGQ9Ik0xNyAyNS4wMDI4TDIxLjE4NzEgMzIuMjU1MUwyNC4wODYyIDI4LjcxODdMMjguNTk4MyAyNy45NzYxTDI1LjAyNDkgMjEuNzg2NiIgc3Ryb2tlPSIjMTE3N0JCIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8cGF0aCBpZD0iVmVjdG9yXzUiIGQ9Ik0xNy4wMDA3IDI1LjAwMjhMMTIuODEzNyAzMi4yNTUxTDkuOTE0NDggMjguNzE4N0w1LjQwMjM0IDI3Ljk3NjFMOC45NzU4OSAyMS43ODY2IiBzdHJva2U9IiMxMTc3QkIiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjwvZz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8yNjhfMTQ2MyI+CjxyZWN0IHdpZHRoPSIzNCIgaGVpZ2h0PSIzNCIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K)
}

.tsc-list-item>.tsc-list-item-header {
    margin-bottom: 50px;
}

.tsc-list-item-body {
    padding-left: 90px;
    display: flex;
    gap: 18px;
    justify-content: space-between;
}

.tsc-list-item-body>div h4 {
    font-family: Instrument Sans;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 9%;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.tsc-list-item-desc-column {}

@media (min-width: 1025px) {

    .select2-container .select2-selection--single .select2-selection__rendered {
        width: 170px;
    }

    .tsc-list-item-desc-column {
        max-width: 335px;
    }
}

.tsc-list-item-desc:last-child {
    margin-bottom: 0;
}

.tsc-list-item-desc {
    font-family: Instrument Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #FFFFFFCC;
    word-wrap: break-word;
    word-break: keep-all;

    display: -webkit-box;
    -webkit-line-clamp: 6;
    /* Limits to 2 lines */
    line-clamp: 6;
    /* Limits to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tsc-score-circle svg {
    position: absolute;
    z-index: 0;
    /* inset: 101px 0 0 -101px; */
    inset: 0;
    transition: 0.3s;
}

/* .tsc-list-item:hover .tsc-score-circle svg {
    inset: 0;
} */
.tsc-list-item:hover .tsc-score-circle svg rect {
    /* animation: circlestroke 1s 0.3s forwards; */
    transition: 1s;
    stroke-dashoffset: var(--stroke-dashoffset);

}

@-webkit-keyframes circlestroke {
    0% {
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dashoffset: var(--stroke-dashoffset);
    }
}

@keyframes circlestroke {
    0% {
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dashoffset: var(--stroke-dashoffset);
    }
}

.tsc-score-circle svg rect {
    stroke-dasharray: 274;
    transition: 1s;
    stroke-dashoffset: 0;
    stroke-width: 14;
    stroke: #17b;
    fill: none;
}

.tsc-score-circle {
    padding: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background-color: var(--color);
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.tsc-score-circle .tsc-score-circle-value {
    z-index: 1;
    position: relative;
    width: 73px;
    height: 73px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #141414;
    font-family: Instrument Sans;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #FFFFFF;
}


.tsc-score-and-location-column .tsc-address {
    font-family: Instrument Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #FFFFFF;
    margin-bottom: 17px;
}

.tsc-score-and-location-column .tsc-phone a:hover {
    text-decoration: none;
}

.tsc-score-and-location-column .tsc-phone a {
    color: inherit !important;
    text-decoration: underline;
}

.tsc-score-and-location-column .tsc-phone {
    font-family: Instrument Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #fff;
    margin-bottom: 0;
}

.tsc-score-location-row {
    display: flex;
    gap: 50px;
}

.tsc-view-company-profile-btn {
    margin-bottom: 0px;
}

.tsc-view-company-profile-btn a:hover {
    background-color: #FFFFFF;
    color: #1177BB;
}

.tsc-view-company-profile-btn a {
    min-width: 243px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: Host Grotesk;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -2%;
    color: #FFF;
    height: 55px;
    padding: 12px 44px;
    border-radius: 100px;
    background: #1177BB;
    transition: all 0.3s;
}

.tsc-visit-website-btn {
    margin-bottom: 0;
}

.tsc-visit-website-btn a:hover {
    background-color: #1177BB;
    color: #FFFFFF;
}

.tsc-visit-website-btn a {
    min-width: 243px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: Host Grotesk;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -2%;
    background-color: #FFFFFF;
    color: #1177BB;
    height: 55px;
    padding: 12px 44px;
    border-radius: 100px;
    transition: all 0.3s;
}

.tsc-visit-website-column {
    display: flex;
    gap: 10px;
    flex-direction: column;
    margin-top: 40px;
}


.tsc-seo-performance-column-item {
    margin-bottom: 5px;
    font-family: Instrument Sans;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #fff;
    gap: 10px;
    display: flex;
}

.tsc-seo-performance-column-item svg {
    min-width: 28px;
}

.tsc-seo-performance-column-item span {
    display: contents;
}

.tsc-seo-performance-column-item-spacer {
    margin-left: -10px;
}

.tsc-seo-performance-column-item:last-child {
    margin-bottom: 0px;
}

.tsc-seo-performance-column-item span:last-child {
    font-weight: 400;
}



.tsc-paginations {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    gap: 9.5px;
    align-items: center;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.tsc-paginations li a {
    width: 41px;
    height: 41px;
    border-radius: 50% !important;
    font-family: Host Grotesk;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -2%;
    color: #1177BB;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.tsc-paginations svg path {
    fill: #1177BB;
}

.tsc-paginations li.active a,
.tsc-paginations li a:hover {

    background: #1177BB;
    color: #fff;
}

.tsc-paginations li.active a svg path,
.tsc-paginations li a:hover svg path {
    fill: #fff;
}

.tsc-paginations li {
    display: flex;
}

.tsc-list-row {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.tsc-list-section {
    padding-left: 20px;
    padding-bottom: 100px;
    padding-right: 20px;
    background-position: bottom;
    background-repeat: no-repeat;
    /* background-size: cover; */
}

.tsc-list-section .tsc-wrapper {
    max-width: 1312px;
    margin-left: auto;
    margin-right: auto;
}

.tsc-footer {
    padding-left: 24px;
    padding-right: 24px;
    /* background-color: #141414; */
    padding-top: 100px;
}


.tsc-footer-logo,
.tsc-footer-logo img {
    -webkit-filter: brightness(0) invert();
    filter: brightness(0) invert();
    width: 205.522216796875px;
    height: 53px;
    display: flex;
}

.tsc-country-list {
    flex-wrap: wrap;
    display: flex;
    gap: 0 50px;
    width: 66.6%;
}

.tsc-country-list>div img {
    width: 24px;
    height: 24px;
}

.tsc-country-list>div {
    width: calc(50% - (50px*1)/2);
}

.tsc-country-list>div:is(:first-child, :nth-child(2)) a {
    display: flex;
    gap: 15px;
}

.tsc-country-list>div:is(:first-child, :nth-child(2)) {
    margin-bottom: 15px;
}

.tsc-country-list>div:is(:first-child, :nth-child(2)) a,
.tsc-country-list>div:is(:first-child, :nth-child(2)) {
    font-family: Instrument Sans;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 9%;
    vertical-align: middle;
    text-transform: uppercase;
    color: #FFFFFF;
}

.tsc-footer .tsc-wrapper {
    max-width: 1248px;
    margin-left: auto;
    margin-right: auto;
}

.tsc-country-list>div:not(:first-child, :nth-child(2)) {
    padding-left: 39px;
}

.tsc-country-list>div:not(:first-child, :nth-child(2)) a:hover {
    color: #fff;
}

.tsc-country-list>div:not(:first-child, :nth-child(2)) a,
.tsc-country-list>div:not(:first-child, :nth-child(2)) {
    display: flex;
    font-family: Instrument Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 12px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #FFFFFFCC;
}

.tsc-footer-main {
    padding-bottom: 80px;
    justify-content: space-between;
    display: flex;
    gap: 50px;
}

.tsc-country-list>div:not(:first-child, :nth-child(2)) img {
    display: none;
}

.tsc-country-list>div:not(:first-child, :nth-child(2), :last-child, :nth-last-child(2)) {
    margin-bottom: 15px;
}

.tsc-footer-copyright p:last-child {
    margin-bottom: 0;
}

.tsc-footer-copyright p a:hover {
    color: #FFFFFFCC;
}

.tsc-footer-copyright p a {
    color: #FFFFFF;
}

.tsc-footer-copyright p {
    font-family: Instrument Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #FFFFFF;
}

.tsc-footer-copyright {
    padding-bottom: 13px;
    padding-top: 20px;
    border-top: 1px solid #FFFFFF66
}

.tsc-score-and-location-column,
.tsc-seo-performance-column,
.tsc-list-item-desc-column {
    width: 33.3%;
}

.tsc-naviagtion>li>a:hover {

    color: #FFFFFFCC;
}

.tsc-naviagtion-toggle {
    z-index: 10;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 7px;
}

@media (min-width: 992px) {
    .tsc-naviagtion-toggle {
        display: none;
    }
}

.tsc-menu-active .tsc-naviagtion-toggle .tsc-line:nth-child(1) {
    transform-origin: 0 0;
    transform: rotate(45deg) translateX(-2px);
}

.tsc-menu-active .tsc-naviagtion-toggle .tsc-line:nth-child(3) {
    transform: rotate(-45deg) translateX(-2px);
    transform-origin: 0 bottom;
}

.tsc-menu-active .tsc-naviagtion-toggle .tsc-line:nth-child(2) {
    transform: translateX(-31px);
    opacity: 0;
}

.tsc-naviagtion-toggle .tsc-line {
    width: 31px;
    height: 2px;
    background: #fff;
    border-radius: 10px;
    transition: 0.3s;
}

@media (max-width: 1024px) {
    .tsc-list-item-body {
        flex-wrap: wrap;
        padding-left: 0;
    }

    .tsc-score-and-location-column,
    .tsc-seo-performance-column,
    .tsc-list-item-desc-column {
        width: calc(50% - (18px*1)/2);
    }

    .tsc-list-item-desc-column {
        width: 100%;
    }
}

@media (max-width: 991px) {

    .tsc-wrapper>nav {
        padding-left: 24px;
        padding-right: 24px;
    }

    .tsc-naviagtion {
        position: fixed;
        width: 100vw;
        opacity: 0;
        visibility: hidden;
        top: -20px;
        left: -20px;
        background: #141414;
        flex-direction: column;
        height: 100vh;
        padding: 43px 94px 24px 44px;
        pointer-events: none;
        transition: 0.45s;
        transform: translateX(-100%);
    }

    .tsc-menu-active .tsc-naviagtion {
        opacity: 1;
        pointer-events: all;
        visibility: visible;
        transform: translateX(0);
    }
}

@media (max-width: 767px) {

    .tsc-score-and-location-column,
    .tsc-seo-performance-column,
    .tsc-list-item-desc-column {
        width: 100%;
    }

    .tsc-visit-website-column {
        flex-wrap: wrap;
        flex-direction: row;
    }

    .tsc-banner-heading h1 {
        font-size: clamp(32px, 5vw, 64px);
    }

    .tsc-header-logo,
    .tsc-header-logo img {
        max-width: 135px;
    }

    .tsc-banner-section {
        margin-top: -95px;
        padding-bottom: 40px;
        padding-top: calc(95px + 40px);
    }

    .tsc-company-name h3,
    .tsc-company-name a {
        line-height: 1.2em;
    }

    .tsc-company-name h3 {
        margin-bottom: 6px;
        margin-top: -5px;
    }

    .tsc-list-item>.tsc-list-item-header {
        margin-bottom: 30px;
    }


    .tsc-search-form .tsc-search-button {
        min-height: 60px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .tsc-list-item {
        padding: 24px;
    }

    .tsc-companyheader {
        align-items: flex-start;
        gap: 16px;
    }

    .tsc-company-icon {
        /* margin-top: 5px; */
    }

    .tsc-list-item>.tsc-list-item-header {
        flex-wrap: wrap;
        gap: 20px;
    }

    .tsc-company-review {
        flex-wrap: wrap;
    }

    .tsc-company-name h3,
    .tsc-company-name a {
        font-size: 22px;
    }

    .tsc-company-icon,
    .tsc-company-icon img {
        width: 40px;
        height: 40px;
    }

    .tsc-score-location-row {
        gap: 24px;
    }

    .tsc-visit-website-column {
        margin-top: 24px;
    }

    .tsc-list-item-desc {
        font-size: 15px;
    }

    .tsc-seo-performance-column-item {
        font-size: 15px;
    }

    .tsc-view-company-profile-btn a {
        min-width: auto;
        width: 100%;
        padding: 10px 24px;
    }

    .tsc-view-company-profile-btn {
        width: 100%;
    }

    .tsc-visit-website-btn a {
        min-width: auto;
        width: 100%;
        padding: 10px 24px;
    }

    .tsc-visit-website-btn {
        width: 100%;
    }

    .tsc-footer {
        padding-top: 40px;
    }

    .tsc-footer-main {
        padding-bottom: 40px;
        flex-direction: column;
        gap: 24px;
    }

    .tsc-country-list {
        width: 100%;
        gap: 0 10px;
    }

    .tsc-country-list>div {
        width: calc(50% - (10px*1)/2);
    }

    .tsc-country-list>div:not(:first-child, :nth-child(2)) a,
    .tsc-country-list>div:not(:first-child, :nth-child(2)) {
        line-height: 1.2;
        justify-content: center;
        text-align: center;
    }

    .tsc-country-list>div:not(:first-child, :nth-child(2)) {
        padding-left: 0;
    }

    .tsc-country-list>div:is(:first-child, :nth-child(2)) a,
    .tsc-country-list>div:is(:first-child, :nth-child(2)) {
        font-size: 14px;
    }

    .tsc-country-list>div:is(:first-child, :nth-child(2)) a {
        gap: 10px;
        justify-content: center;
        text-align: center;
    }

    .tsc-country-list>div img {
        width: 16px;
        height: 16px;
    }

    .tsc-footer-logo,
    .tsc-footer-logo img {
        margin: 0 auto;
    }

    .tsc-paginations li a {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }

    .tsc-list-section {
        padding-bottom: 40px;
    }

    .tsc-paginations {
        margin-top: 40px;
    }

    .tsc-search-area-division-wrap {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }

    .tsc-search-area-division-wrap .search-area-division-input {
        padding-left: 39px;
    }

    .tsc-search-area-division-wrap .search-area-division-input input {
        height: 22px;
    }

    .tsc-search-area-division-wrap>label svg {
        position: relative;
        top: 12px;
    }
}

@media (max-width: 600px) {
    /* .tsc-score-location-row {
        flex-direction: column;
    } */

    .tsc-search-form {
        flex-direction: column;
    }

    .select2-container {
        width: 100% !important;
    }
}

.select2-container .select2-selection--single .select2-selection__rendered {
    height: 72px;
    font-family: Instrument Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-right: 14px;
    padding-bottom: 10px;
    padding-left: 20px;
    gap: 14px;
}

.select2-container .select2-selection--single {
    height: 72px;
    background: #5959591A;
    border: 1px solid #FFFFFFBF;
    -webkit-backdrop-filter: blur(30px);
    transition: 0.3s;
    backdrop-filter: blur(30px);
    border-radius: 10px;
}

.select2-container .select2-selection--single .select2-selection__rendered:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyIDEyQzEyLjU1IDEyIDEzLjAyMSAxMS44MDQzIDEzLjQxMyAxMS40MTNDMTMuODA1IDExLjAyMTcgMTQuMDAwNyAxMC41NTA3IDE0IDEwQzEzLjk5OTMgOS40NDkzMyAxMy44MDM3IDguOTc4NjcgMTMuNDEzIDguNTg4QzEzLjAyMjMgOC4xOTczMyAxMi41NTEzIDguMDAxMzMgMTIgOEMxMS40NDg3IDcuOTk4NjcgMTAuOTc4IDguMTk0NjcgMTAuNTg4IDguNTg4QzEwLjE5OCA4Ljk4MTMzIDEwLjAwMiA5LjQ1MiAxMCAxMEM5Ljk5OCAxMC41NDggMTAuMTk0IDExLjAxOSAxMC41ODggMTEuNDEzQzEwLjk4MiAxMS44MDcgMTEuNDUyNyAxMi4wMDI3IDEyIDEyWk0xMiAxOS4zNUMxNC4wMzMzIDE3LjQ4MzMgMTUuNTQxNyAxNS43ODc3IDE2LjUyNSAxNC4yNjNDMTcuNTA4MyAxMi43MzgzIDE4IDExLjM4NCAxOCAxMC4yQzE4IDguMzgzMzMgMTcuNDIxIDYuODk2IDE2LjI2MyA1LjczOEMxNS4xMDUgNC41OCAxMy42ODQgNC4wMDA2NyAxMiA0QzEwLjMxNiAzLjk5OTMzIDguODk1MzMgNC41Nzg2NyA3LjczOCA1LjczOEM2LjU4MDY3IDYuODk3MzMgNi4wMDEzMyA4LjM4NDY3IDYgMTAuMkM2IDExLjM4MzMgNi40OTE2NyAxMi43Mzc3IDcuNDc1IDE0LjI2M0M4LjQ1ODMzIDE1Ljc4ODMgOS45NjY2NyAxNy40ODQgMTIgMTkuMzVaTTEyIDIyQzkuMzE2NjcgMTkuNzE2NyA3LjMxMjY3IDE3LjU5NiA1Ljk4OCAxNS42MzhDNC42NjMzMyAxMy42OCA0LjAwMDY3IDExLjg2NzMgNCAxMC4yQzQgNy43IDQuODA0MzMgNS43MDgzMyA2LjQxMyA0LjIyNUM4LjAyMTY3IDIuNzQxNjcgOS44ODQgMiAxMiAyQzE0LjExNiAyIDE1Ljk3ODcgMi43NDE2NyAxNy41ODggNC4yMjVDMTkuMTk3MyA1LjcwODMzIDIwLjAwMTMgNy43IDIwIDEwLjJDMjAgMTEuODY2NyAxOS4zMzc3IDEzLjY3OTMgMTguMDEzIDE1LjYzOEMxNi42ODgzIDE3LjU5NjcgMTQuNjg0IDE5LjcxNzMgMTIgMjJaIiBmaWxsPSIjRTdFN0U3Ii8+Cjwvc3ZnPgo=);
    min-width: 24px;
    max-width: 24px;
    height: 24px;
    display: inline-flex;
    content: '';
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi4zOTgyIDE1LjY2MjlDMTIuMTc4NSAxNS44ODI2IDExLjgyMjQgMTUuODgyNiAxMS42MDI3IDE1LjY2MjlMNS44Njc4OCA5LjkyODA0QzUuNjQ4MjEgOS43MDgzNyA1LjY0ODIxIDkuMzUyMjcgNS44Njc4OCA5LjEzMjU5TDYuMTMzMDUgOC44NjczOUM2LjM1MjcxIDguNjQ3NzIgNi43MDg4NyA4LjY0NzcyIDYuOTI4NTQgOC44NjczOUwxMi4wMDA1IDEzLjkzOTNMMTcuMDcyNCA4Ljg2NzM5QzE3LjI5MjEgOC42NDc3MiAxNy42NDgyIDguNjQ3NzIgMTcuODY3OSA4Ljg2NzM5TDE4LjEzMzEgOS4xMzI1OUMxOC4zNTI3IDkuMzUyMjcgMTguMzUyNyA5LjcwODM3IDE4LjEzMzEgOS45MjgwNEwxMi4zOTgyIDE1LjY2MjlaIiBmaWxsPSIjQjhCOEI4Ii8+Cjwvc3ZnPgo=);
    width: 24px;
    height: 24px;
    color: transparent;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    inset: 0;
    margin: auto 14px auto auto;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    opacity: 0;
}

.select2-search--dropdown .select2-search__field {
    height: 53px;
    padding: 10px;
    background-color: transparent;
    border: 1px solid #FFFFFFBF;
    border-radius: 5px;
    outline: none;
    font-family: Instrument Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #FFFFFF;
}

.select2-search--dropdown {
    padding: 14px;
}

.select2-dropdown {
    background: #5959591A;
    border: 1px solid #FFFFFFBF;
    -webkit-backdrop-filter: blur(30px);
    transition: 0.3s;
    backdrop-filter: blur(30px);
    border-radius: 10px;
}

.select2-results__option {
    font-family: Instrument Sans;
    font-weight: 400;
    font-size: 16px;
    border-top: 1px solid #FFFFFFBF;
    line-height: 150%;
    letter-spacing: 0%;
    color: #FFFFFF;
    padding: 14px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #1177BB;
    color: white;
}

.select2-container--default .select2-results__option--selected {
    color: #141414;
}

.tsc-in-location-toggle+select:not(.select2-hidden-accessible) {
    height: 72px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    background-position: 20px center, calc(100% - 14px) center;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyIDEyQzEyLjU1IDEyIDEzLjAyMSAxMS44MDQzIDEzLjQxMyAxMS40MTNDMTMuODA1IDExLjAyMTcgMTQuMDAwNyAxMC41NTA3IDE0IDEwQzEzLjk5OTMgOS40NDkzMyAxMy44MDM3IDguOTc4NjcgMTMuNDEzIDguNTg4QzEzLjAyMjMgOC4xOTczMyAxMi41NTEzIDguMDAxMzMgMTIgOEMxMS40NDg3IDcuOTk4NjcgMTAuOTc4IDguMTk0NjcgMTAuNTg4IDguNTg4QzEwLjE5OCA4Ljk4MTMzIDEwLjAwMiA5LjQ1MiAxMCAxMEM5Ljk5OCAxMC41NDggMTAuMTk0IDExLjAxOSAxMC41ODggMTEuNDEzQzEwLjk4MiAxMS44MDcgMTEuNDUyNyAxMi4wMDI3IDEyIDEyWk0xMiAxOS4zNUMxNC4wMzMzIDE3LjQ4MzMgMTUuNTQxNyAxNS43ODc3IDE2LjUyNSAxNC4yNjNDMTcuNTA4MyAxMi43MzgzIDE4IDExLjM4NCAxOCAxMC4yQzE4IDguMzgzMzMgMTcuNDIxIDYuODk2IDE2LjI2MyA1LjczOEMxNS4xMDUgNC41OCAxMy42ODQgNC4wMDA2NyAxMiA0QzEwLjMxNiAzLjk5OTMzIDguODk1MzMgNC41Nzg2NyA3LjczOCA1LjczOEM2LjU4MDY3IDYuODk3MzMgNi4wMDEzMyA4LjM4NDY3IDYgMTAuMkM2IDExLjM4MzMgNi40OTE2NyAxMi43Mzc3IDcuNDc1IDE0LjI2M0M4LjQ1ODMzIDE1Ljc4ODMgOS45NjY2NyAxNy40ODQgMTIgMTkuMzVaTTEyIDIyQzkuMzE2NjcgMTkuNzE2NyA3LjMxMjY3IDE3LjU5NiA1Ljk4OCAxNS42MzhDNC42NjMzMyAxMy42OCA0LjAwMDY3IDExLjg2NzMgNCAxMC4yQzQgNy43IDQuODA0MzMgNS43MDgzMyA2LjQxMyA0LjIyNUM4LjAyMTY3IDIuNzQxNjcgOS44ODQgMiAxMiAyQzE0LjExNiAyIDE1Ljk3ODcgMi43NDE2NyAxNy41ODggNC4yMjVDMTkuMTk3MyA1LjcwODMzIDIwLjAwMTMgNy43IDIwIDEwLjJDMjAgMTEuODY2NyAxOS4zMzc3IDEzLjY3OTMgMTguMDEzIDE1LjYzOEMxNi42ODgzIDE3LjU5NjcgMTQuNjg0IDE5LjcxNzMgMTIgMjJaIiBmaWxsPSIjRTdFN0U3Ii8+Cjwvc3ZnPgo=),
        url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi4zOTgyIDE1LjY2MjlDMTIuMTc4NSAxNS44ODI2IDExLjgyMjQgMTUuODgyNiAxMS42MDI3IDE1LjY2MjlMNS44Njc4OCA5LjkyODA0QzUuNjQ4MjEgOS43MDgzNyA1LjY0ODIxIDkuMzUyMjcgNS44Njc4OCA5LjEzMjU5TDYuMTMzMDUgOC44NjczOUM2LjM1MjcxIDguNjQ3NzIgNi43MDg4NyA4LjY0NzcyIDYuOTI4NTQgOC44NjczOUwxMi4wMDA1IDEzLjkzOTNMMTcuMDcyNCA4Ljg2NzM5QzE3LjI5MjEgOC42NDc3MiAxNy42NDgyIDguNjQ3NzIgMTcuODY3OSA4Ljg2NzM5TDE4LjEzMzEgOS4xMzI1OUMxOC4zNTI3IDkuMzUyMjcgMTguMzUyNyA5LjcwODM3IDE4LjEzMzEgOS45MjgwNEwxMi4zOTgyIDE1LjY2MjlaIiBmaWxsPSIjQjhCOEI4Ii8+Cjwvc3ZnPgo=);
    background-color: #5959591A;
    border: 1px solid #FFFFFFBF;
    -webkit-backdrop-filter: blur(30px);
    transition: 0.3s;
    backdrop-filter: blur(30px);
    border-radius: 10px;
    font-family: Instrument Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #FFFFFF;
    padding-left: 58px;
    max-width: 286px;
}

@media (max-width: 600px) {
    .tsc-in-location-toggle+select:not(.select2-hidden-accessible) {
        max-width: 100%;
        width: 100%;
    }
}

.tsc-overlay-main {
    background-position: center top;
    background-size: 100%;
    background-repeat: no-repeat;
}

.tsc-all-cities-section {
    margin-top: -113px;
    padding: calc(173px) 20px 60px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center top, center bottom;
}

.tsc-all-cities-section .tsc-banner-section .tsc-search-form {
    display: none;
}

.tsc-all-cities-section .tsc-banner-section {
    margin: 0px;
    padding-top: 0px;
}

.tsc-all-cities-section .tsc-wrapper {
    /******** max-width: 1248px; */
    max-width: 1312px;
    margin-left: auto;
    margin-right: auto;
}

.tsc-cities-card>ul li {
    list-style: none;
}

.tsc-cities-card>ul {
    margin-bottom: 30px;
}

.tsc-all-cities-section .tsc-list-row+.tsc-cities-card {
    margin-top: 40px;
}

.tsc-cities-card:not(:last-child) {
    margin-bottom: 40px;
}

.tsc-cities-card>ul li a {
    font-family: Host Grotesk;
    font-weight: 500;
    font-size: 32px;
    /* line-height: 22px; */
    letter-spacing: -2%;
    color: #FFFFFF;
}

.tsc-cities-card:hover {
    background: #071721;
    border: 1px solid var(--border-border-brand-2, #1177BB);
}

.tsc-cities-card {
    background: rgba(89, 89, 89, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.22);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    border-radius: 10px;
    padding: 45px;
    transition: 0.3s;
}

.tsc-cities-card .tab-content .tab-pane a span.count {
    display: inline-flex;
    min-width: 40px;
    justify-content: space-between;
}

.tsc-cities-card .tab-content .tab-pane a span.count::before {
    /* content: '|'; */
    margin-right: 10px;
}

.tsc-cities-card .tab-content .tab-pane {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.tsc-cities-card .tab-content .tab-pane a {

    width: calc(25% - (20px*3)/4);
}

.tsc-cities-card .tab-content .tab-pane a:hover {
    text-decoration: none;
}

.tsc-cities-card .tab-content .tab-pane a {
    font-family: Instrument Sans;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: rgb(255, 255, 255);
    gap: 10px;
    justify-content: space-between;
    display: inline-flex;
    align-items: center;
    transition: 0.3s;
}

.tsc-cities-card .tab-content .tab-pane a:hover {
    color: #FFD700;
}

@media (max-width: 1024px) {
    .tsc-cities-card .tab-content .tab-pane a {
        width: calc(33.3% - (20px * 2) /3);
    }
}

@media (max-width: 767px) {
    .tsc-cities-card {
        padding: 24px;
    }

    .tsc-cities-card>ul li a {
        font-size: 22px;
    }

    .tsc-cities-card>ul {
        margin-bottom: 20px;
    }

    .tsc-cities-card .tab-content .tab-pane a {
        width: calc(50% - (20px * 1) /2);
    }
}

@media (max-width: 600px) {
    .tsc-cities-card .tab-content .tab-pane a {
        width: 100%;
    }
}

.tsc-list-section-main-cc11 {
    margin-top: -113px;
    padding: calc(173px) 0 0;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center top, center bottom;
}

.tsc-list-section-main-cc11 .tsc-banner-section {
    margin: 0px;
    padding-top: 0px;
}

.tsc-list-section-main-cc11 .tsc-banner-section .tsc-search-form {
    display: none;
}

.tsc-our-score-section .tsc-wrapper {
    max-width: 1312px;
    margin-left: auto;
    margin-right: auto;
}

.tsc-our-score-section {
    margin-top: -113px;
    padding: calc(173px) 20px 60px;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
}

.tsc-our-score-section h3 {
    font-family: Host Grotesk;
    font-weight: 400;
    font-size: 64px;
    line-height: 100%;
    letter-spacing: -3%;
    /* text-align: center; */
    color: #fff;
    margin-bottom: 28px;
}

.tsc-our-score-section li,
.tsc-our-score-section p {
    font-family: Instrument Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    /* text-align: center; */
    color: #FFFFFFCC;
}

.tsc-our-score-section p:not(:last-child) {
    margin-bottom: 1rem;
}

.tsc-our-score-section li a,
.tsc-our-score-section p a {
    color: inherit;
    text-decoration: underline;
}

.tsc-our-score-section li a:hover,
.tsc-our-score-section p a:hover {
    color: #FFA500;
}

@media (max-width: 767px) {
    .tsc-list-section-main-cc11 {
        margin-top: -95px;
        padding-top: calc(95px + 40px);
    }

    .tsc-list-section-main-cc11 .tsc-banner-section {
        margin: 0px;
        padding-top: 0px;
    }

    .tsc-all-cities-section {
        margin-top: -95px;
        padding-bottom: 40px;
        padding-top: calc(95px + 40px);
    }

    .tsc-all-cities-section .tsc-banner-section {
        margin: 0px;
        padding-top: 0px;
    }


    .tsc-our-score-section {
        margin-top: -95px;
        padding-bottom: 40px;
        padding-top: calc(95px + 40px);
    }

    .tsc-our-score-section h3 {
        font-size: clamp(32px, 5vw, 64px);
    }
}



.tsc-single-item-section-bg {
    z-index: -1;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center top, center bottom;
}

.tsc-single-item-section {
    margin-top: -113px;
    padding: calc(176.8px) 20px 60px;
}

.tsc-single-item-section .tsc-wrapper {
    max-width: 1312px;
    margin-left: auto;
    margin-right: auto;
}

.tsc-single-item-section h1 {
    font-family: Host Grotesk;
    font-weight: 500;
    font-size: 32px;
    line-height: 110.00000000000001%;
    letter-spacing: -2%;
    /******* color: #E7E7E7; */
    color: #fff;
}

.tsc-single-item-section h1+.tsc-single-item-row {
    padding-top: 75px;
}

.tsc-single-item-row .tsc-content-side {
    transition: 0.3s;
    width: calc(100% - 251px - 40px);
    border-radius: 10px;
    padding: 45px;
    background: #59595940;
    border: 1px solid #FFFFFF38;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
}


.tsc-single-item-row .tsc-content-side .tsc-content-side-header .tsc-company-icon img,
.tsc-single-item-row .tsc-content-side .tsc-content-side-header .tsc-company-icon {
    min-width: 171px;
    max-width: 171px;
    height: 155px;
    object-fit: cover;
    border-radius: 5.26px;
}

.tsc-single-item-row .tsc-content-side .tsc-content-side-header {
    align-items: flex-start;
    display: flex;
    gap: 30px;
}

.tsc-single-item-row .tsc-content-side .tsc-company-title:hover svg path {
    stroke: #1177BB;
}

.tsc-single-item-row .tsc-content-side .tsc-company-title span,
.tsc-single-item-row .tsc-content-side .tsc-company-title a {
    color: inherit;
}

.tsc-single-item-row .tsc-content-side .tsc-company-title:hover {
    cursor: pointer;
    color: #1177BB;
}

.tsc-single-item-row .tsc-content-side .tsc-company-title {
    /* margin-bottom: 18px; */
    margin-bottom: 9px;
    font-family: Host Grotesk;
    font-weight: 500;
    font-size: 32px;
    line-height: 110.00000000000001%;
    letter-spacing: -2%;
    color: var(--text-text-white, #FFFFFF);
    margin-top: -4px;
}

.tsc-single-item-row .tsc-content-side .tsc-content-side-header .tsc-company-address a {
    color: inherit;
}

.tsc-single-item-row .tsc-content-side .tsc-content-side-header .tsc-company-address {
    font-family: Instrument Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    /* text-align: center; */
    color: #FFFFFF;
    /* margin-bottom: 18px; */
    margin-bottom: 8px;
}

/* .tsc-single-item-row .tsc-content-side .tsc-content-side-header .tsc-company-title-tile {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
} */
.tsc-net-promoter-score-tile {
    max-width: 220px;
    width: 100%;
    margin-left: auto;
}

.tsc-net-promoter-score-tile h4 {
    text-align: center;
    font-family: Instrument Sans;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 9%;
    text-transform: uppercase;
    /***** margin-top: -5px; */
    /***** margin-bottom: 20px; */
    margin-bottom: 16px;
    color: #FFFFFF;
}

.tsc-net-promoter-score-tile .tsc-net-promoter-score-chart {
    margin: 0 auto;
    width: 123px;
    height: 123px;
    background-color: #BB9611;
    border-radius: 50%;
    position: relative;
}

.tsc-net-promoter-score-tile .tsc-net-promoter-score-chart>div {
    border-radius: 50%;
    width: 89px;
    height: 89px;
    position: absolute;
    inset: 0;
    margin: auto;
    background-color: #141414;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: Instrument Sans;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #FFFFFF;
}

.tsc-content-side-tabs {
    position: relative;
    margin-top: 60px;
}

.tsc-content-side-tabs .tsc-content-side-tab-header {
    display: flex;
    gap: 10px;
}

.tsc-content-side-tabs .tsc-content-side-tab-header .tsc-tab:hover::after,
.tsc-content-side-tabs .tsc-content-side-tab-header .tsc-tab.active::after {
    height: 2px;
    background-color: var(--border-border-brand-2, #1177BB);
}

.tsc-content-side-tabs .tsc-content-side-tab-header .tsc-tab::after {
    pointer-events: none;
    content: '';
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 1px;
    transition: 0.3s;
    background-color: var(--color-neutral-700, #414141);
}

.tsc-content-side-tabs .tsc-content-side-tab-header .tsc-tab {
    position: relative;
    padding: 10px;
    font-family: Instrument Sans;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 9%;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
}

.tsc-content-side-tabs .tsc-tab-respo:hover::after,
.tsc-content-side-tabs .tsc-tab-respo.active::after {
    height: 2px;
    background-color: var(--border-border-brand-2, #1177BB);
}

.tsc-content-side-tabs .tsc-tab-respo::after {
    pointer-events: none;
    content: '';
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 1px;
    transition: 0.3s;
    background-color: var(--color-neutral-700, #414141);
}

.tsc-content-side-tabs .tsc-tab-respo {
    position: relative;
    padding: 14px 0;
    font-family: Instrument Sans;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 9%;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
}

/* border-bottom: 1px solid var(--color-neutral-700, #414141) */

/* border-bottom: 2px solid var(--border-border-brand-2, #1177BB) */
.tsc-content-side-tab-content {
    padding-top: 60px;
}


.tsc-seo-performance-tile .tsc-seo-performance-row {
    max-width: 296px;
}


.tsc-seo-performance-tile .traffic_chart-wrapper {
    flex: 1;
}


.tsc-seo-performance-tile {
    display: flex;
    gap: 60px;
}

.tsc-seo-performance-tile #traffic_chart rect[fill="#333333"] {
    fill: #fff;
}

.tsc-seo-performance-tile #traffic_chart svg rect[fill="#cccccc"],
.tsc-seo-performance-tile #traffic_chart svg rect[fill="#ebebeb"] {
    fill: transparent;
}

.tsc-seo-performance-tile #traffic_chart svg>rect[fill="#ffffff"],
.tsc-seo-performance-tile #traffic_chart svg>g>rect[fill="#ffffff"] {
    fill: transparent;
}

.tsc-seo-performance-tile #traffic_chart svg>g>g>g>text {
    font-family: Instrument Sans;
    font-weight: 400;
    font-size: 8px;
    line-height: 150%;
    letter-spacing: 0%;
    fill: #FFFFFFCC;
}

.tsc-seo-performance-tile #traffic_chart svg>g>g>g>text[fill="#000000"] {
    fill: #333333;
    font-size: 12px;
}


.tsc-contact-company-tile {
    position: -webkit-sticky;
    position: sticky;
    min-width: 251px;
    top: calc(var(--height, 113px) + 20px);
    max-width: 251px;
    border-radius: 10px;
    padding-top: 30px;
    padding-right: 25.5px;
    padding-bottom: 30px;
    padding-left: 25.5px;
    background: var(--color-neutral-50, #E7E7E7);
    border: 1px solid #FFFFFF38;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    transition: 0.3s;
}

.tsc-contact-company-tile h4 {
    font-family: Host Grotesk;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -2%;
    color: #141414;
    margin-bottom: 30px;
}

.tsc-single-item-section .tsc-single-item-row {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.tsc-contact-company-tile .btn_visitwebsit a:hover {
    color: var(--background-bg-primary, #1177BB);
    outline: 1px solid #1177BB;
    background-color: #ffffff;
}

.tsc-contact-company-tile .btn_getquote a,
.tsc-contact-company-tile .btn_visitwebsit a {
    outline: 1px solid var(--background-bg-primary, #FFFFFF);
    outline-offset: -1px;
    background: var(--background-bg-primary, #1177BB);
    transition: 0.3s;
    width: 100%;
    min-height: 55px;
    border-radius: 100px;
    padding-top: 12px;
    padding-right: 44px;
    padding-bottom: 12px;
    padding-left: 44px;
    font-family: Host Grotesk;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -2%;
    color: #FFFFFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.tsc-contact-company-tile .btn_getquote a {
    outline: 1px solid #1177BB;
    outline-offset: -1px;
    color: #1177BB;
    background: var(--background-bg-primary, #FFFFFF);
}

.tsc-contact-company-tile .btn_getquote a:hover {
    background: var(--background-bg-primary, #1177BB);
    color: #FFFFFF;
}

.tsc-contact-company-tile-cta {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.tsc-content-side-tab-content .tsc-reviews-stars i::before {
    color: #1177BB;
    transition: 0.3s;
}

.tsc-content-side-tab-content .tsc-reviews-stars i {
    font-size: 15px;
}

.tsc-content-side-tab-content .tsc-reviews-stars {
    gap: 4px;
    display: flex;
}

.tsc-content-side-tab-content .tsc-reviews-count {
    font-family: Instrument Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;
}

.tsc-content-side-tab-content .tsc-score-circle svg rect {
    stroke-dashoffset: var(--stroke-dashoffset);
    stroke: #1177BB;
}

.tsc-content-side-tab-content .tsc-score-circle svg {
    width: 200px;
    height: 200px;
}

.tsc-content-side-tab-content .tsc-score-circle {
    width: 200px;
    height: 200px;
    padding: 28px;
}

.tsc-content-side-tab-content .tsc-score-circle .tsc-score-circle-value {
    width: 144px;
    height: 144px;
    font-family: Host Grotesk;
    font-weight: 500;
    font-size: 32px;
    line-height: 110.00000000000001%;
    letter-spacing: -2%;
}

.tsc-content-side-tab-content .tsc-trustworthy-score-chart {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
}

.tsc-content-side-tab-content .tsc-trustworthy-score-chart h4 {
    font-family: Instrument Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;
}

.tsc-content-side-tab-content .tsc-reviews-tile {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
}

.tsc-content-side-tab-content .tsc-reviews-tile .tsc-reviews-stars-count {
    font-family: Instrument Sans;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;
}

.tsc-comment-inner .tsc-comment-description {
    font-family: Instrument Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 20px;
    letter-spacing: 0%;
    color: var(--text-text-invert, #FFFFFFCC);

}

.tsc-comment-inner .tsc-comment-date {
    font-family: Instrument Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
    color: var(--text-text-invert, #FFFFFFCC);

}

.tsc-content-side-tab-content .tsc-comment-dataTable {
    margin-bottom: 0 !important;
}

.tsc-comment-dataTable tbody tr article.comment {
    margin-bottom: 0;
}

.tsc-comment-dataTable tbody tr:not(:last-child) .tsc-comment-inner {
    margin-bottom: 40px;
}

.tsc-content-side-tab-content .dataTables_wrapper .dataTables_info {
    display: none;
}

.tsc-content-side-tab-content .dataTables_wrapper .row {
    display: flex;
    flex-direction: column;
}

.tsc-content-side-tab-content .dataTables_wrapper .dataTables_paginate {
    width: 100%;
    margin-top: 60px;
}

.tsc-content-side-tab-content .dataTables_wrapper .dataTables_paginate ul.pagination {
    display: flex;
    justify-content: center;
    list-style: none;
    gap: 9px;
}

.tsc-content-side-tab-content .dataTables_wrapper .dataTables_paginate ul.pagination li.next::before {
    transform: rotate(180deg);
}

.tsc-content-side-tab-content .dataTables_wrapper .dataTables_paginate ul.pagination li.next:is(.active, :hover)::before,
.tsc-content-side-tab-content .dataTables_wrapper .dataTables_paginate ul.pagination li.prev:is(.active, :hover)::before {
    -webkit-filter: brightness(0) invert();
    filter: brightness(0) invert();
}

.tsc-content-side-tab-content .dataTables_wrapper .dataTables_paginate ul.pagination li.next::before,
.tsc-content-side-tab-content .dataTables_wrapper .dataTables_paginate ul.pagination li.prev::before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxNCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjMgNC44MUgyLjU2MjI5TDYuNzYwMzQgMS4yMDI5N0M2Ljg5OTAzIDEuMDgyNjggNi45ODM2IDAuOTEzMzQyIDYuOTk1NTUgMC43MzE5NzlDNy4wMDc1MiAwLjU1MDYyNCA2Ljk0NTg2IDAuMzcxOTkyIDYuODI0MTEgMC4yMzUxNDNDNi43MDIzNiAwLjA5ODI5NTEgNi41MzA0IDAuMDE0MzU1NyA2LjM0NTgyIDAuMDAxNjc2ODJDNi4xNjEyNCAtMC4wMTEwMDIxIDUuOTc5MDYgMC4wNDg2MDM5IDUuODM5MTEgMC4xNjc0NzlMMC4yMzg5MDQgNC45ODA1MkMwLjIzMzMwNCA0Ljk4NTMzIDAuMjMxMjA0IDQuOTkyODkgMC4yMjU2MDQgNC45OTc3QzAuMTc1OTMyIDUuMDQ2MTQgMC4xMzQxNDEgNS4xMDE4IDAuMTAxNyA1LjE2MjcyQzAuMDg5MDk5MSA1LjE4MzM1IDAuMDcwMTk4NCA1LjE5OTg1IDAuMDYwMzk3OCA1LjIyMjU0QzAuMDIwNTg4MSA1LjMwOTIgMCA1LjQwMzE5IDAgNS40OTgyNkMwIDUuNTkzMzUgMC4wMjA1ODgxIDUuNjg3MzQgMC4wNjAzOTc4IDUuNzczOThDMC4wNzAxOTg0IDUuNzk2NjcgMC4wODkwOTkxIDUuODEzMTcgMC4xMDE3IDUuODM0NDlDMC4xMzY3MDEgNS44OTQzIDAuMTc0NTAyIDUuOTUxMzcgMC4yMjU2MDQgNS45OTg4MkMwLjIzMTIwNCA2LjAwMzYzIDAuMjMzMzA0IDYuMDExMTkgMC4yMzg5MDQgNi4wMTYwMUw1LjgzOTExIDEwLjgyOUM1LjkwODE2IDEwLjg4ODggNS45ODg1OCAxMC45MzQ1IDYuMDc1NzIgMTAuOTYzNkM2LjE2Mjg2IDEwLjk5MjcgNi4yNTUgMTEuMDA0NSA2LjM0NjgyIDEwLjk5ODVDNi40Mzg2NSAxMC45OTI0IDYuNTI4MzQgMTAuOTY4NSA2LjYxMDcyIDEwLjkyODJDNi42OTMxMSAxMC44ODggNi43NjY1NiAxMC44MzIgNi44MjY4NCAxMC43NjM3QzYuOTQ5IDEwLjYyNjQgNy4wMTA2IDEwLjQ0NyA2Ljk5ODE1IDEwLjI2NTFDNi45ODU2OCAxMC4wODMyIDYuOTAwMTQgOS45MTM1MyA2Ljc2MDM0IDkuNzkzNTVMMi41NjIyOSA2LjE4NTE1SDEzLjNDMTMuNDg1NiA2LjE4NTE1IDEzLjY2MzcgNi4xMTI2OCAxMy43OTUgNS45ODM3NkMxMy45MjYyIDUuODU0ODQgMTQgNS42Nzk5MiAxNCA1LjQ5NzU3QzE0IDUuMzE1MjEgMTMuOTI2MiA1LjE0MDMzIDEzLjc5NSA1LjAxMTM4QzEzLjY2MzcgNC44ODI0NCAxMy40ODU2IDQuODEgMTMuMyA0LjgxWiIgZmlsbD0iIzExNzdCQiIvPgo8L3N2Zz4K);
    width: 14px;
    content: '';
    position: absolute;
    inset: 0;
    margin: auto;
    height: 11px;

}

.tsc-content-side-tab-content .dataTables_wrapper .dataTables_paginate ul.pagination li.next.disabled,
.tsc-content-side-tab-content .dataTables_wrapper .dataTables_paginate ul.pagination li.prev.disabled {
    opacity: 0.3;
    pointer-events: none;
}

.tsc-content-side-tab-content .dataTables_wrapper .dataTables_paginate ul.pagination li.next,
.tsc-content-side-tab-content .dataTables_wrapper .dataTables_paginate ul.pagination li.prev {
    font-size: 0;
}

.tsc-content-side-tab-content .dataTables_wrapper .dataTables_paginate ul.pagination li a {
    color: inherit;
}

.tsc-content-side-tab-content .dataTables_wrapper .dataTables_paginate ul.pagination li {
    position: relative;
    width: 42px;
    height: 43px;
    cursor: pointer;
    border-radius: 31.5px;
    /* padding: 11px; */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--background-bg-white, #FFFFFF);
    font-family: Host Grotesk;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -2%;
    text-align: center;
    color: #1177BB;
}

.tsc-content-side-tab-content .dataTables_wrapper .dataTables_paginate ul.pagination li.active,
.tsc-content-side-tab-content .dataTables_wrapper .dataTables_paginate ul.pagination li:hover {
    background-color: #1177BB;
    color: #fff;
}

.tsc-content-side-tab-content .tsc-about-services-tile .tsc-about-services-desc {
    font-family: Instrument Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #FFFFFFCC;
    margin-bottom: 12px;
}

.tsc-content-side-tab-content .tsc-about-services-tile .tsc-address-telephone-column .tsc-address svg,
.tsc-content-side-tab-content .tsc-about-services-tile .tsc-address-telephone-column .tsc-telephone a svg {
    width: 26px;
    height: 26px;

}

.tsc-content-side-tab-content .tsc-about-services-tile .tsc-address-telephone-column .tsc-address,
.tsc-content-side-tab-content .tsc-about-services-tile .tsc-address-telephone-column .tsc-telephone a {
    font-family: Instrument Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: var(--text-text-white, #FFFFFF);
    display: flex;
    align-items: center;
    gap: 5px;

}

.tsc-content-side-tab-content .tsc-about-services-tile .tsc-address-telephone-column {
    display: flex;
    gap: 5px;
    flex-direction: column;
}

.tsc-content-side-tab-content:not(.active) {
    width: 100%;
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.tsc-recommend-list-section {
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
}

.tsc-recommend-list-section h2 {
    font-family: Host Grotesk;
    font-weight: 500;
    font-size: 32px;
    line-height: 110.00000000000001%;
    letter-spacing: -2%;
    text-align: center;
    color: #E7E7E7;
}

.tsc-recommend-list-section .tsc-wrapper {
    max-width: 1310px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 80px;
    border-bottom: 1px solid var(--color-neutral-800, #2A2A2A)
}

.tsc-recommend-list-item .product-thumb,
.tsc-recommend-list-item .product-thumb img {
    display: block;
    aspect-ratio: 410/206;
    height: auto;
    border-radius: 10px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.tsc-recommend-list {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.tsc-recommend-list-item {
    width: calc(33.3% - (40px*2)/3);
}

@media (max-width: 1024px) {
    .tsc-recommend-list {
        gap: 24px;
    }

    .tsc-recommend-list-item {
        width: calc(50% - (24px*1)/2);
    }
}

@media (max-width: 600px) {
    .tsc-recommend-list-item {
        width: 100%;
    }
}

.tsc-recommend-list-item .product-title {
    font-family: Host Grotesk;
    font-weight: 500;
    font-size: 32px;
    line-height: 110.00000000000001%;
    letter-spacing: -2%;
    color: #FFFFFF;
    margin-bottom: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tsc-recommend-list-item .tsc-recommend-review-stars {
    gap: 4px;
    display: flex;
}

.tsc-recommend-list-item .tsc-recommend-review-stars i {
    font-size: 15px;
}


.tsc-recommend-list-item .tsc-recommend-review-stars i::before {
    color: #1177BB;
    transition: 0.3s;
}

.tsc-recommend-list-item .product-cta {
    margin-top: 40px;
    position: relative;
    z-index: 1;
}

.tsc-recommend-list-item .product-cta a {
    min-height: 55px;
    border-radius: 100px;
    padding-top: 12px;
    padding-right: 44px;
    padding-bottom: 12px;
    padding-left: 44px;
    background-color: var(--background-bg-primary, #1177BB);
    font-family: Host Grotesk;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -2%;
    color: #FFFFFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: 0.3s;
}

.tsc-recommend-list-item .product-cta a:hover {
    color: var(--background-bg-primary, #1177BB);
    background-color: #FFFFFF;
}

.tsc-recommend-list-item .product-image {
    margin-bottom: 30px;
}

.tsc-recommend-list-item .tsc-recommend-review .ratingCount {
    font-family: Instrument Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #FFFFFF;
    text-align: center;

}

.tsc-recommend-list-item .tsc-recommend-review .ratingValue {
    font-family: Instrument Sans;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #FFFFFF;
    text-align: center;

}

.tsc-recommend-list-item .tsc-recommend-review {
    align-items: center;
    display: flex;
    gap: 8px;
}

.tsc-recommend-list-section h2+.tsc-recommend-list {
    margin-top: 60px;
}

.tsc-content-side-tabs .tsc-tab-respo {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}

.tsc-content-side-tabs .tsc-tab-respo .icon {
    width: 20px;
    height: 20px;
    position: relative;
    cursor: pointer;
}

.tsc-content-side-tabs .tsc-tab-respo .icon .line {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 10px;
    transition: 0.3s;
}

.tsc-content-side-tabs .tsc-tab-respo .icon .line:nth-child(2) {
    transform: rotate(90deg);
}

.tsc-content-side-tabs .tsc-tab-respo.active .icon .line:nth-child(2) {
    transform: rotate(0deg);
}

.tsc-recommend-list-item {
    position: relative;
}

.tsc-recommend-list-item>a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.tsc-404-page-section {
    margin-top: -113px;
    padding: calc(173px) 20px 60px;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
}

.tsc-404-page-section h1 {
    font-family: Host Grotesk;
    font-weight: 400;
    font-size: 64px;
    line-height: 100%;
    letter-spacing: -3%;
    text-align: center;
    color: #fff;
    margin-bottom: 18px;
}

.tsc-404-page-section h2 {
    font-family: Host Grotesk;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #E7E7E7;
    margin-bottom: 28px;
}

.tsc-404-page-section .cta-link:hover {
    background-color: #FFFFFF;
    color: #1177BB;
}

.tsc-404-page-section .cta-link {
    min-width: 243px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: Host Grotesk;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -2%;
    color: #FFF;
    height: 55px;
    padding: 12px 44px;
    border-radius: 100px;
    background: #1177BB;
    transition: all 0.3s;
    text-transform: capitalize;
}

.tsc-404-page-section .cta-link-wrapper {
    display: flex;
    justify-content: center;
}

.tsc-contact-section p:not(:last-child) {
    margin-bottom: 1rem;
}

.tsc-contact-section p {
    font-family: Instrument Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    /* text-align: center; */
    color: #FFFFFFCC;
}

.tsc-contact-section {
    margin-top: -113px;
    padding: calc(173px) 20px 60px;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
}

.tsc-contact-section h1 {
    font-family: Host Grotesk;
    font-weight: 400;
    font-size: 64px;
    line-height: 100%;
    letter-spacing: -3%;
    /* text-align: center; */
    color: #fff;
    margin-bottom: 28px;
}

.tsc-contact-section .tsc-wrapper {
    max-width: 1312px;
    margin-left: auto;
    margin-right: auto;
}

.tsc-contact-section form label {
    display: block;
    font-family: Instrument Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #FFFFFF;
    margin-bottom: 8px;
}

.tsc-contact-section form .tsc-input-row:not(:last-child) {
    margin-bottom: 16px;
}

.tsc-contact-section form textarea:focus,
.tsc-contact-section form input:focus {
    background: #071721;
    border: 1px solid var(--border-border-brand-2, #1177BB);
    outline: none;
}

.tsc-contact-section form textarea,
.tsc-contact-section form input {
    width: 100%;
    border-radius: 10px;
    padding: 10px;
    background: #59595940;
    border: 1px solid #FFFFFF38;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    transition: 0.3s;
    font-family: Instrument Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    letter-spacing: 0%;
}

.tsc-contact-section form button:hover {
    background-color: #FFFFFF;
    color: #1177BB;
}

.tsc-contact-section form button {
    min-width: 243px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: Host Grotesk;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -2%;
    color: #FFF;
    height: 55px;
    padding: 12px 44px;
    border-radius: 100px;
    background: #1177BB;
    transition: all 0.3s;
    text-transform: capitalize;
    border: none;
}

@media (min-width: 1025px) {
    .tsc-content-side-tabs .tsc-tab-respo {
        display: none !important;
    }
}

@media (max-width: 1024px) {
    .tsc-content-side-tab-header {
        display: none !important;
    }

    .tsc-content-side-tab-content::after {
        pointer-events: none;
        content: '';
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        height: 1px;
        transition: 0.3s;
        background-color: var(--color-neutral-700, #414141);
    }

    .tsc-content-side-tab-content {
        padding-top: 24px;
        position: relative;
        padding-bottom: 24px;
    }
}

@media (min-width: 1025px) and (max-width: 1300px) {

    .tsc-single-item-row .tsc-content-side .tsc-content-side-header .tsc-company-icon img,
    .tsc-single-item-row .tsc-content-side .tsc-content-side-header .tsc-company-icon {
        min-width: 60px;
        max-width: 60px;
        height: 60px;
    }

    .tsc-single-item-row .tsc-content-side {
        padding: 30px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .tsc-single-item-section .tsc-single-item-row {
        flex-direction: column;
    }

    .tsc-single-item-section h1+.tsc-single-item-row {
        padding-top: 50px;
    }

    .tsc-single-item-row .tsc-content-side {
        width: 100%;
        padding: 30px;
    }

    .tsc-single-item-row .tsc-content-side .tsc-content-side-header .tsc-company-icon img,
    .tsc-single-item-row .tsc-content-side .tsc-content-side-header .tsc-company-icon {
        min-width: 50px;
        max-width: 50px;
        height: 50px;
    }

    .tsc-single-item-row .tsc-content-side .tsc-content-side-header {
        gap: 20px;
    }

    .tsc-net-promoter-score-tile .tsc-net-promoter-score-chart {
        width: 103px;
        height: 103px;
    }

    .tsc-net-promoter-score-tile .tsc-net-promoter-score-chart>div {
        width: 79px;
        height: 79px;
        font-size: 14px;
    }

    .tsc-content-side-tabs {
        margin-top: 30px;
    }

    .tsc-contact-company-tile {
        margin-left: auto;
        margin-right: auto;
        min-width: 361px;
        max-width: 361px;
    }

    .tsc-single-item-section {
        padding-bottom: 50px;
    }

    .tsc-recommend-list-section {
        padding-top: 50px;
    }

    .tsc-recommend-list-section h2+.tsc-recommend-list {
        margin-top: 50px;
    }
}

@media (max-width: 767px) {

    .tsc-single-item-section {
        margin-top: -95px;
        padding-bottom: 40px;
        padding-top: calc(95px + 40px);
    }

    .tsc-single-item-section h1+.tsc-single-item-row {
        padding-top: 40px;
    }

    .tsc-single-item-section .tsc-single-item-row {
        flex-direction: column;
    }

    .tsc-single-item-row .tsc-content-side {
        width: 100%;
        padding: 24px;
    }

    .tsc-single-item-row .tsc-content-side .tsc-content-side-header .tsc-company-icon img,
    .tsc-single-item-row .tsc-content-side .tsc-content-side-header .tsc-company-icon {
        min-width: 40px;
        max-width: 40px;
        height: 40px;
    }

    .tsc-single-item-row .tsc-content-side .tsc-content-side-header {
        flex-wrap: wrap;
        gap: 20px;
    }

    .tsc-single-item-row .tsc-content-side .tsc-company-title {
        font-size: 22px;
    }

    .tsc-single-item-row .tsc-content-side .tsc-content-side-header .tsc-company-title-tile {
        width: calc(100% - 40px - 30px);
    }

    .tsc-single-item-row .tsc-content-side .tsc-company-title svg {
        width: 18px;
        aspect-ratio: 1;
        height: auto;
    }

    .tsc-net-promoter-score-tile {
        max-width: 100%;
        display: none;
    }

    .tsc-seo-performance-tile {
        flex-direction: column;
        gap: 24px;
    }

    .tsc-content-side-tabs {
        margin-top: 24px;
    }

    .tsc-single-item-row .tsc-content-side .tsc-content-side-header .tsc-company-icon {
        margin-top: 0;
    }

    .tsc-recommend-list-section {
        padding-top: 40px;
    }

    .tsc-contact-company-tile {
        max-width: 100%;
        width: 100%;
    }

    .tsc-recommend-list-section h2+.tsc-recommend-list {
        margin-top: 40px;
    }

    .tsc-recommend-list-section .tsc-wrapper {
        padding-bottom: 40px;
    }

    .tsc-recommend-list-item .product-title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .tsc-recommend-list-item .product-image {
        margin-bottom: 20px;
    }

    .tsc-recommend-list-item .product-cta {
        margin-top: 20px;
    }

    .tsc-404-page-section {
        margin-top: -95px;
        padding-bottom: 40px;
        padding-top: calc(95px + 40px);
    }

    .tsc-404-page-section h1 {
        font-size: clamp(42px, 5vw, 64px);
    }

    .tsc-contact-section {
        margin-top: -95px;
        padding-bottom: 40px;
        padding-top: calc(95px + 40px);
    }

    .tsc-contact-section h1 {
        font-size: clamp(42px, 5vw, 64px);
    }

    .tsc-content-side-tab-content .dataTables_wrapper .dataTables_paginate ul.pagination li {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }
}

.review-tab-toggle {
    cursor: pointer;
}

p.error_message {
    color: red;
}

.success_wrapper {
    background: green;
    width: fit-content;
    padding: 5px 20px;
    border-radius: 4px;
    margin-bottom: 15px;
}

.success_wrapper p {
    color: #fff !important;
}

.shared_link-wrapper {
    margin-top: 20px;
}

.shared_link-wrapper textarea {
    width: 100%;
    border-radius: 10px;
    padding: 10px;
    background: #59595940;
    border: 1px solid #FFFFFF38;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    transition: 0.3s;
    font-family: Instrument Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    letter-spacing: 0%;
    margin-top: 20px;
    margin-bottom: 10px;
}

.shared_link-wrapper .shared {
    cursor: pointer;
}

.tsc-about_us-banner-section .tsc-banner-section .tsc-search-form {
    display: none;
}

.tsc-about_us-banner-section+.tsc-our-score-section {
    margin-top: 0;
    padding: calc(60px) 20px 60px;
}