﻿
/* industry statistics landing page v2 (modified on 2019/12/16) */
.eu-statistics-container {
    width: 1088px;
}

.IndustryStatisticsLandingPageV1 h1 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 110%;
    letter-spacing: 0.25px;
    color: #333333;
    margin: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 20px;
    padding-bottom: 0px;
}


.IndustryStatisticsLandingPageV1 span.page-brand-type {
    font-family: Roboto;
    font-style: normal;
    font-size: 36px;
    line-height: 45px;
    /* or 141% */
    display: flex;
    align-items: center;
    letter-spacing: 0.25px;
    /* #333333 */
    color: #333333;
    display: inline-block;
    font-weight: normal;
}


.IndustryStatisticsLandingPageV1 h2 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    line-height: 33px;
    font-size: 24px;
    letter-spacing: 0.25px;
    color: #333333;
    margin: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 20px;
    padding-bottom: 0px;
}

.IndustryStatisticsLandingPageV1 h3 {
    font-family: Roboto !important;
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 110%;
    display: inline-block;
    letter-spacing: -0.5px;
    color: #000000;
}

.IndustryStatisticsLandingPageV1 h4 {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    /* or 29px */
    text-align: right;
    color: #FFFFFF;
}

.IndustryStatisticsLandingPageV3 h1 {
    font-family: Pangea Text;
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 50.4px;
    letter-spacing: -3%;
    color: #000000;
    margin: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

.report-industry-code:before {
    width: 20px;
    height: 20px;
    content: url(/resources/img/ibis-icons/info-circle-big.svg);
    display: inline-block;
    position: relative;
    top: 5px;
    margin-right: 5px;
}

.report-last-updated-joined:before {
    content: '•';
    color: var(--ui-primary-navigation-red);
    margin-left: 7px;
    margin-right: 7px;
    font-size: 14px;
}

.ChartContainer {
    border-radius: 5px;
    box-shadow: 1px 2px #eeeeee;
    display: inline-block;
    position: relative;
}

.ReportLandingPageV3 p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    line-height: 23px;
    font-size: 14px;
    letter-spacing: 0.25px;
    color: #000000;
}

/* Tooltip container */
.tooltipContainer {
    display: inline-block;
    position: relative;
}

.tooltiptext {
    visibility: hidden;
    width: 220px;
    font-size: 10pt !important;
    background-color: #FFFFFF;
    border: 1px solid #DC9179;
    text-align: center;
    padding: 5px 3px 5px 3px;
    border-radius: 6px;
    top: 100%;
    left: 50%;
    margin-left: -110px;
    position: absolute;
    z-index: 200 !important;
    line-height: 1.4285;
    color: #333333;
    font-weight: normal;
}

.tooltipContainer:hover .tooltiptext {
    visibility: visible;
}


.tooltiptextv3 {
    visibility: hidden;
    width: 220px;
    font-size: 10pt !important;
    background-color: #FFFFFF;
    text-align: center;
    padding: 10px 14px;
    border-radius: 6px;
    bottom: 100%;
    left: calc(50% - 5px);
    margin-left: -110px;
    position: absolute;
    z-index: 200 !important;
    line-height: 1.4285;
    color: #333333;
    font-weight: normal;
    box-shadow: 0px 1px 14px 0px #0000001A;
    box-shadow: 0px 5px 8px 0px #0000001A;
    box-shadow: 0px 3px 5px -1px #0000001A;
}

    .tooltiptextv3:after {
        content: '';
        position: absolute;
        left: calc(50% - 5px);
        bottom: -10px;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #FFF;
        clear: both;
    }

    .tooltiptextv3 h4, .tooltiptextv3 p {
        font-size: 12px;
        text-align: left;
        line-height: 1.2;
        margin: 5px 0;
    }

@media only screen and (max-width: 767px) {
    .tooltiptextv3 {
        bottom: inherit;
        top: -20px;
        left: 40px;
        margin-left: inherit;
    }

        .tooltiptextv3:after {
            top: 40px;
            left: -10px;
            transform: rotate(90deg);
        }
}

.tooltipContainer:hover .tooltiptextv3 {
    visibility: visible;
}

.showLocked {
    display: block;
}

.hideLocked {
    display: none !important;
}

.icon.lock-01:before {
    background-image: url(/resources/img/ibis-icons/lock-01.svg);
}

#ReportInformation tr td:first-child {
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    line-height: 39px;
    font-size: 24px;
    text-align: center;
    letter-spacing: 0.25px;
    color: #771018;
}

/*#ReportInformation table, th, td {

    border: 1px solid black;
}*/
#ReportInformation td {
    margin: 0;
    padding-top: 0px;
    padding-bottom: 20px;
}

#ReportInformation tr td:nth-child(2) {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    line-height: 21px;
    font-size: 16px;
    letter-spacing: 0.25px;
    color: #000000;
}

.CuriousAboutReport {
    border: 1px solid #EAE5D8;
    box-sizing: border-box;
    border-radius: 3px;
    text-align: center !important;
    padding: 15px 15px 25px 15px;
}

    .CuriousAboutReport p {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        line-height: 23px !important;
        font-size: 14px !important;
        text-align: center;
        letter-spacing: 0.25px;
        color: #2A365B !important;
        margin-bottom: 20px;
    }

.SuccessPageBanner {
    border: 1px solid #E6F8EE;
    background-color: #E6F8EE;
    box-sizing: border-box;
    border-radius: 15px;
    text-align: center !important;
    padding: 25px 15px 25px 15px;
    margin-top: 20px;
    margin-left: 20px;
}

    .SuccessPageBanner p {
        font-family: Pangea Text;
        font-style: normal;
        font-weight: normal;
        line-height: 23px !important;
        font-size: 14px !important;
        letter-spacing: 0.25px;
        color: #12B76A !important;
        margin-bottom: 20px;
    }

.SuccessContainer {
}

.close {
    color: #999999 !important;
    font-size: 28px;
}

.close-success {
    color: #12B76A !important;
    font-size: 28px;
}

.close:hover {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.QATable table, th, td {
    margin: 0;
}

.QATable tr:last-child td:last-child {
    padding-bottom: 20px !important;
}

.QATable td {
    padding-bottom: 0px;
    margin: 0;
    padding-right: 5px;
}

#Questions h2 {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    line-height: 31px;
    font-size: 24px;
    letter-spacing: 0.25px;
    color: #333333;
}

.QuestionColumn b {
    margin-bottom: 8px;
}

.Question {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    line-height: 25px;
    font-size: 15px;
    letter-spacing: 0.25px;
}

.Answer {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    line-height: 25px;
    font-size: 15px;
    letter-spacing: 0.25px;
}

.LastQuestion {
    border: 1px solid #EAE5D8;
    box-sizing: border-box;
    border-radius: 3px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    margin-left: -10px;
}

.EventButton {
    background-color: #fefefe !important;
    border: 2px solid #fefefe;
    border-radius: 2px;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    min-width: 140px;
    letter-spacing: .75px;
    padding: 15px 25px;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
}

    .EventButton:hover {
        text-decoration: none;
        background-color: #c94927 !important;
        color: #fefefe;
        border: 2px solid #c94927;
        will-change: background, color, border;
        transition: .3s ease-out;
    }

    .EventButton.inverted {
        border: 2px solid #c94927;
    }

.SuccessCTAButton {
    color: #12B76A;
    background-color: #E6F8EE !important;
    border: 2px solid #4CAF50;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    min-width: 140px;
    letter-spacing: .75px;
    padding: 15px 25px;
    text-align: center;
    display: inline-block;
}

    .SuccessCTAButton:hover {
        text-decoration: none;
        background-color: #4CAF50 !important;
        color: #fefefe;
        border: 2px solid #4CAF50;
        will-change: background, color, border;
        transition: .3s ease-out;
    }

    .SuccessCTAButton.inverted {
        border: 1px solid #a3c7b6;
    }

.dismiss {
    font-family: Pangea Text;
    font-style: normal;
    font-weight: normal;
    line-height: 23px !important;
    font-size: 14px !important;
    letter-spacing: 0.25px;
    color: #12B76A !important;
    margin-bottom: 20px;
    text-decoration: underline;
    cursor: pointer;
}

.margin-cta {
    margin-left: 15px;
}

.StatisticHeading {
    font-family: 'Noto Sans', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    line-height: 18px;
    font-size: 14px;
    letter-spacing: 0.25px;
    color: #BDBDBD;
}

.StatisticLink {
    color: #2a365b;
}

    .StatisticLink a {
        color: #2a365b;
    }

.SecondaryPage {
    border-top: 1px solid #DDDDDD;
    padding-top: 35px;
    margin-top: 35px;
}

    .SecondaryPage tr td:first-child {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        line-height: 21px;
        font-size: 16px;
        text-align: right;
        letter-spacing: 0.25px;
        color: #2A365B;
    }

.AccessMoreTrends {
    /*background-color: #FF0000;*/
    position: relative;
    padding: 30px;
    background: linear-gradient(0deg,rgba(122,19,21,.75),rgba(122,19,21,.75)),url(/resources/img/bg/bnr-myibisworld-home.jpg) no-repeat top center;
    min-height: 330px;
    background-size: cover;
    text-align: center !important;
}

.styled-table {
    width: 100%;
    border-collapse: collapse;
    background-color: white;
}

    .styled-table td, .styled-table th {
        padding: 10px;
        border-radius: 20px;
    }

.stat-container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
}

.cta-stat-heading {
    color: black;
}

.report-content-banner-container {
    background: var(--color-ui-background-grey) url(/resources/img/bg/report-keep-reading-bg-left.svg) no-repeat left bottom;
    border-radius: 15px;
    margin: 0 auto;
    --bs-gutter-x: 0 !important;
}

.report-content-banner {
    background: url(/resources/img/bg/report-keep-reading-bg-right.svg) no-repeat right bottom;
    border-radius: 15px;
    background-position: 115% 0;
    padding: 40px 20px;
    text-align: center;
}

    .report-content-banner h3 {
        max-width: 500px;
        margin: 20px auto !important;
        font-size: 18px;
    }

.stat-related-heading {
    color: #EB3636;
}

.btn-inverted {
    display: inline-block;
    padding: 12px 18px;
    border-radius: 100px;
    margin: 0 4px;
    white-space: nowrap;
    text-decoration: none;
}

    .btn-inverted.outline {
        border: 1px solid var(--ui-primary-navigation-red);
        background: #FFF;
        color: var(--ui-primary-navigation-red)
    }

.AccessMoreTrends p {
    text-align: center !important;
    margin-bottom: 30px;
    color: #fefefe;
    font-size: 24px !important;
    line-height: 32px;
}

.AccessMoreTrends div:first-child {
    opacity: 0.99;
    width: 80%;
    display: inline-block;
}

.AccessMoreTrends h2:first-child {
    font-family: 'Noto Sans', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    line-height: 42px;
    font-size: 36px;
    text-align: center;
    letter-spacing: -0.25px;
    color: #fefefe;
    /*color: #2A365B;*/
}

.AccessMoreTrends:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*background-image: linear-gradient(#dbd1cc 100%, #cdbbb4 100%);
    opacity: .9;*/
}

#RelatedReports {
    padding-top: 35px;
}

    #RelatedReports h2 {
        font-family: 'Noto Sans', Arial, Helvetica, sans-serif;
        font-style: normal;
        line-height: 31px;
        font-size: 24px;
        letter-spacing: 0.25px;
        color: #333333;
    }

.RelatedItems {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 25px;
}

    .RelatedItems h3 {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        line-height: 23px;
        font-size: 18px;
        text-align: center;
        letter-spacing: 0.25px;
        color: #2A365B;
    }

.RelatedBox {
    border: 1px solid #DDDDDD;
    padding: 20px;
}

    .RelatedBox div:first-child {
        border-top: none;
        padding-top: 0px;
    }

    .RelatedBox div {
        border-top: 1px solid #DDDDDD;
        padding-top: 20px;
        padding-bottom: 20px;
    }

        .RelatedBox div:last-child {
            padding-bottom: 0px;
        }

.RelatedBoxItem {
    text-align: left !important;
    font-family: Roboto;
    font-style: normal;
    line-height: 21px;
    font-size: 13px;
    letter-spacing: 0.25px;
    color: #333333;
}

    .RelatedBoxItem a {
        color: #333333;
    }

#TalkToRepContactUs {
    padding: 30px 0px;
}

    #TalkToRepContactUs h2 {
        font-family: Roboto;
        font-style: normal;
        font-weight: 500;
        line-height: 31px;
        font-size: 24px;
        text-align: center;
        letter-spacing: 0.25px;
        color: #2A365B;
        margin-bottom: 20px;
        text-align: center !important;
    }

    #TalkToRepContactUs p {
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        line-height: 18px;
        font-size: 14px !important;
        letter-spacing: 0.25px;
        color: #2A365B;
        text-align: center !important;
    }


.report-brand-subtitle {
    padding-top: 30px;
    display: flex;
}

    .report-brand-subtitle .text {
        font-family: Roboto;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 18px;
        display: flex;
        align-items: center;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        color: #1186C3;
        padding-left: 10px;
    }

.stat-brand-subtitle {
    padding-top: 30px;
    display: flex;
}

    .stat-brand-subtitle .text {
        font-family: Roboto;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 18px;
        display: flex;
        align-items: center;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        color: #1186C3;
        padding-left: 10px;
    }





/* Heading & breadcrumb */
.breadcrumb-text {
    font-size: 14px !important;
}

.breadcrumb-item.breadcrumb-home a:before {
    width: 20px;
    height: 20px;
    content: '';
    -webkit-mask: url(/resources/img/ibis-icons/home-breadcrumb.svg) no-repeat 50% 50%;
    mask: url(/resources/img/ibis-icons/home-breadcrumb.svg) no-repeat 50% 50%;
    mask-size: auto;
    mask-size: cover;
    background-color: var(--ui-primary-navigation-red);
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
}

.breadcrumb-item.breadcrumb-home a {
    font-size: 0;
    margin-right: 20px;
}

.breadcrumb-item + .breadcrumb-item:before {
    width: 16px;
    height: 100%;
    margin: 0 20px 5px 0;
    content: '' !important;
    -webkit-mask: url(/resources/img/ibis-icons/chevron-breadcrumb.svg) no-repeat 50% 50%;
    mask: url(/resources/img/ibis-icons/chevron-breadcrumb.svg) no-repeat 50% 50%;
    mask-size: auto;
    mask-size: inherit;
    background-color: var(--ui-primary-navigation-red);
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

.container-1400 {
    display: block;
    margin: 0 auto;
    margin-right: auto;
    margin-left: auto;
    max-width: 1400px;
}

.breadcrumb-item.breadcrumb-home {
    padding-top: 0;
}

.breadcrumb-item {
    margin-left: 20px;
    vertical-align: middle;
    padding: 5px 0;
    padding-top: 5px;
}

    .breadcrumb-item + .breadcrumb-item {
        padding-left: var(--bs-breadcrumb-item-padding-x);
        margin-right: 20px;
    }

.breadcrumb-item {
    margin-left: 0;
    vertical-align: middle;
    padding: 5px 0;
    padding-left: 0px;
}









.small-icon {
    font-size: 1.1rem;
}

.industry-stats-report {
    color: white;
}

.circle-icon {
    background: #1186C3;
    min-width: 25px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
}

.published-date {
    font-family: Pangea Text;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 15.4px;
    letter-spacing: .5px;
    color: #0C1C31;
    padding-top: 15px;
}

.related-box-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.talk-to-rep {
    display: inline-block;
    text-align: right;
    width: 410px;
    margin-right: 20px;
}

.talk-to-contact {
    display: inline-block;
    text-align: left;
    margin-left: 20px;
    vertical-align: middle;
    height: 100px;
}

@media (min-width: 1200px) {
    .ReportInformationArea {
        height: 337px;
    }

    .CuriousText {
        height: 89px;
    }

    #ChartArea {
        display: block;
        height: 530px;
        margin-top: 10px;
    }

    .ChartContainer {
        width: 670px;
        height: 490px;
        background-color: #FFFFFF;
    }

    .chart_div {
        width: 650px;
        height: 470px;
    }

    #ChartCover {
        height: 395px;
        width: 165px;
        top: 35px;
        left: 451px;
        padding: 2px;
    }

    #ChartCoverInternal {
        background-color: #fafafa;
        height: 100%;
        width: 100%;
        text-align: center;
    }

    #ChartCoverLock {
        padding-top: 160px;
    }
}

@media (max-width: 1199px) {
    #ChartArea {
        display: block;
        height: 400px;
        margin-top: 10px;
    }

    .ChartContainer {
        width: 535px;
        height: 360px;
        background-color: #FFFFFF;
    }

    .chart_div {
        width: 505px;
        height: 340px;
    }

    #ChartCover {
        height: 278px;
        width: 145px;
        top: 31px;
        left: 356px;
        padding: 2px;
    }

    #ChartCoverInternal {
        /*background-color: #fafafa;*/
        background-color: #fafafa;
        height: 100%;
        width: 100%;
        text-align: center;
    }

    #ChartCoverLock {
        padding-top: 120px;
    }
}

@media (max-width: 990px) {

    #ChartArea {
        background-color: #00FF00;
        display: block;
        height: 380px;
        margin-top: 10px;
    }

    .ChartContainer {
        width: 400px;
        height: 350px;
        background-color: #FFFFFF;
    }

    .chart_div {
        width: 390px;
        height: 340px;
    }

    #ChartCover {
        height: 276px;
        width: 108px;
        top: 32px;
        left: 270px;
        padding: 3px;
    }

    #ChartCoverInternal {
        /*background-color: #fafafa;*/
        background-color: #fafafa;
        height: 100%;
        width: 100%;
        text-align: center;
    }

    #ChartCoverLock {
        padding-top: 110px;
    }
}


@media (max-width: 750px) {
    #ChartArea {
        display: block;
        height: 300px;
        margin-top: 10px;
    }

    .ChartContainer {
        width: 385px;
        height: 260px;
        background-color: #FFFFFF;
    }

    .chart_div {
        width: 375px;
        height: 250px;
    }

    #ChartCover {
        height: 205px;
        width: 100px;
        top: 22px;
        left: 260px;
        padding: 3px;
    }

    #ChartCoverInternal {
        background-color: #fafafa;
        height: 100%;
        width: 100%;
        text-align: center;
    }

    #ChartCoverLock {
        padding-top: 80px;
    }
}

@media (max-width: 670px) {

    .IndustryStatisticsLandingPageV3 h1 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 15px;
    }

    #ChartArea {
        display: block;
        height: 240px;
        margin-top: 10px;
    }

    .ChartContainer {
        width: 420px;
        height: 350px;
        background-color: #FFFFFF;
        margin-bottom: 50px;
    }

    .chart_div {
        width: 410px;
        height: 190px;
    }

    #ChartCover {
        height: 165px;
        width: 110px;
        top: 12px;
        left: 280px;
        padding: 3px;
    }

    #ChartCoverInternal {
        background-color: #fafafa;
        height: 100%;
        width: 100%;
        text-align: center;
    }

    #ChartCoverLock {
        padding-top: 60px;
    }
}

@media (max-width: 400px) {
    .ChartContainer {
        width: 330px;
        height: 210px;
        background-color: #FFFFFF;
    }

    .chart_div {
        width: 330px;
        height: 190px;
    }

    #ChartCover {
        height: 165px;
        width: 90px;
        top: 12px;
        left: 220px;
        padding: 3px;
    }

    .IndustryStatisticsLandingPageV1 h1 span {
        font-size: 32px;
    }

    .IndustryStatisticsLandingPageV1 span.page-brand-type {
        font-size: 32px;
    }

    #ReportYearRangeMarketSize {
        font-size: 32px !important;
    }

    #ReportYearRangeNumberOfBusinesses {
        font-size: 32px !important;
    }

    #ReportYearRangeEmployment {
        font-size: 32px !important;
    }

    #ReportYearRangeWages {
        font-size: 32px !important;
    }

    .talk-to-rep {
        display: inline-block;
        text-align: right;
        margin-right: 20px;
        width: auto !important;
    }

    .talk-to-contact {
        padding-top: 25px !important;
        height: auto !important;
    }

    #ReportInformation {
        margin-top: 25px;
    }
}


#euChartGrowth {
    height: 458px;
}

.highcharts-figure, .highcharts-data-table table {
    min-width: 360px;
    max-width: 800px;
    margin: 1em auto;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #EBEBEB;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td, .highcharts-data-table th, .highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr, .highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}


.eu-rank-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}

.eu-rank-box {
    background: #FFFFFF;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    width: 230px;
    height: 100px;
    margin: auto;
}

.rank-header {
    display: flex;
    justify-content: center;
    align-content: center;
    background: #5A5A61;
    border-radius: 3px 3px 0px 0px;
    padding: 5px;
}

    .rank-header span {
        font-family: Roboto;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 18px;
        display: flex;
        align-items: center;
        text-align: center;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        color: #FFFFFF;
        height: 30px;
    }

.countryRankTitle {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #FFFFFF;
    height: 30px;
}

.rank-number {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 110%;
    display: flex;
    align-items: center;
    letter-spacing: -0.5px;
    color: #5A5A61;
    border-radius: 6px;
    justify-content: center;
    margin-top: 10px;
}

.rank-text {
    font-style: normal;
    font-weight: normal;
    line-height: 140%;
    text-align: center;
    color: #5A5A61;
    padding: 10px;
}

.statistics-data-box {
    border: 1px solid #D8DDEA;
    box-sizing: border-box;
    border-radius: 6px;
    height: 77.64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}

.stat-content-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 5px;
}

.icn-statistics {
    color: #1186C3;
    height: 24px;
    width: 24px;
}

.stat-count {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    /* identical to box height, or 29px */
    display: flex;
    align-items: center;
    text-align: center;
    /* #771018 */
    color: #771018;
    padding: 10px;
}

.info-stat {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    /* identical to box height, or 27px */
    display: flex;
    align-items: center;
    color: #000000;
    padding: 10px;
}

.stat-question-container {
    margin: 64px 0px;
}

.img-padlock {
    margin: 0;
    padding: 0;
    height: 30px;
    width: 30px;
}

.cta-industry-research {
    background-image: url("/resources/img/bg/bg-cta-eu-statistics.png");
    height: 120px;
    padding: 5px 30px 20px 30px;
    max-width: 1088px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}

    .cta-industry-research .cta-content {
        display: flex;
    }

    .cta-industry-research .cta-learn-more {
        display: inherit
    }

.align-text-end {
    text-align: end;
}

.heading-24 {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
}

.tx-light {
    color: #fefefe;
}

.margin-bottom-disabled {
    margin-bottom: 5px !important;
}

.text-18 {
    font-size: 18px !important;
    font-weight: normal !important;
    line-height: 27px;
}

.btn-learn-more {
    width: 197px;
    height: 40px;
    border: 1px solid #FAFAFA;
    box-sizing: border-box;
    border-radius: 2px;
    margin-top: 25px;
    margin-left: 50px
}

    .btn-learn-more:hover {
        background-color: #FAFAFA !important;
        color: #000000 !important;
        border: 2px solid #FAFAFA;
        will-change: background, color, border;
        transition: .3s ease-out;
        text-decoration: none;
    }

.align-btn-text {
    font-weight: 500 !important;
    text-align: center;
    text-transform: uppercase;
    line-height: 40px;
}

.ul-none {
    text-decoration: none;
}

.europeMapSection table th:nth-last-child(1) {
    text-align: right;
}

.europeMapSection table td:nth-last-child(1) {
    text-align: right;
    color: #7A1315;
}

.europeMapSection table th {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 150%;
    color: #333333;
    padding: 5px 5px;
}

.europeMapSection table td {
    padding: 5px 6px;
}

.europeMapSection table tr {
    border-bottom: 0.5px solid #d0d0d0;
}

#europeMap {
    height: 640px;
    min-width: 310px;
    max-width: 800px;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    margin-bottom: 24px;
}


.purchase-options-box {
    border: 1px solid #EAE5D8;
    box-sizing: border-box;
    border-radius: 3px;
    height: 215px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .purchase-options-box a {
        border: 1px solid #C94927;
        box-sizing: border-box;
        border-radius: 2px;
        width: 220px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .purchase-options-box a:hover {
            text-decoration: none;
            background-color: #C94927 !important;
            color: #fefefe;
            will-change: background, color;
            transition: .3s ease-out;
        }

.margin-bottom-56 {
    margin-bottom: 56px;
}

.margin-32 {
    margin: 32px 0px;
}

.margin-25 {
    margin: 25px 0px;
}

.padding-5 {
    padding: 5px;
}

.padding-right-10 {
    padding-right: 10px;
}


.b-title {
    font-weight: bold !important;
}

.purchase-options-box p {
    font-family: Roboto !important;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    /* or 24px */
    display: flex;
    align-items: center;
    text-align: center;
    /* #2A365B */
    color: #2A365B;
}

#eu-clients-cta h2 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 110%;
    letter-spacing: -.5px;
    color: #333;
}

#revenueTable a {
    color: #333 !important
}

    #revenueTable a:hover {
        color: #C94927 !important
    }

@media (min-width: 992px) and (max-width: 1200px) {
    .eu-statistics-container {
        width: 1024px;
    }
}


@media (min-width: 768px) and (max-width: 992px) {

    .eu-statistics-container {
        width: 768px;
    }
}

@media (min-width: 375px) and (max-width: 768px) {
    .statistics-data-box {
        height: auto;
        display: block;
    }

    .eu-statistics-container {
        width: 768px;
    }
}

@media (max-width: 480px) {

    .cta-industry-research {
        display: none;
    }

    #euChartGrowth {
        display: none;
    }

    #europeMap {
        display: none;
    }

    .statistics-data-box {
        height: auto;
        display: block;
        margin-bottom: 24px;
    }

    .eu-statistics-container {
        width: 320px;
    }

    .purchase-options-box {
        margin-top: 24px;
    }
}
/** LOCK CARD **/
.lock-card-desktop {
    width: 86%;
    background: #ffffff;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.14), 0px 2px 2px rgba(0, 0, 0, 0.12), 0px 1px 3px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    position: absolute;
    z-index: 100;
    left: 10%;
    top: 3%;
    opacity: 1;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 2s;
    text-align: center !important;
}

@keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}



.lock-card-desktop span {
    color: #086d06;
    display: inline-block;
    position: absolute;
    padding-top: 5px;
}

.lock-card-desktop .list-item {
    padding-left: 40px
}

    .lock-card-desktop .list-item span {
        color: initial;
        display: initial;
        position: initial;
        padding-top: initial;
    }

.lock-card-title {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    /* identical to box height, or 117% */
    letter-spacing: 0.25px;
    color: #000000;
    padding-bottom: 20px;
    margin-top: 24px;
}

.lock-card-description {
    font-family: Roboto !important;
    font-style: normal;
    font-weight: normal;
    font-size: 18px !important;
    line-height: 22px;
    /* or 122% */
    letter-spacing: 0.5px;
    color: #000000;
    text-align: center;
    margin-bottom: 30px;
}

.lock-left-text {
    color: black;
    padding: 15px;
}

.lock-right-text {
    color: white;
    padding-top: 30px;
    padding-left: 0px;
}

.lock-membership-text {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    /* or 120% */
    text-align: center;
    letter-spacing: 0.5px;
    color: #FFFFFF;
}

.lock-card-purchase-options {
    background-color: #099AA4 !important;
    border: 2px solid;
    border-color: #FFFFFF;
    border-radius: 2px;
    color: #FFFFFF !important;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    /* identical to box height, or 129% */
    text-align: center;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    position: relative;
    left: -9%;
    height: 41px;
    width: 180px;
    padding: 10px 10px;
    box-shadow: none;
    display: block;
    margin-top: 20px;
    margin-left: 15px;
    margin-bottom: 10px;
}

.lock-card-desktop .contact-us {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    /* identical to box height, or 129% */
    text-align: center;
    letter-spacing: 0.75px;
    text-decoration-line: underline;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-left: 20px;
}

.lock-card-sm {
    background: #FFF;
    padding: 10px;
    position: absolute;
    z-index: 1000;
    width: 300px;
    height: 300px;
    right: 39px;
    top: 25px;
    display: none;
    /* 1 Elevation */
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.14), 0px 2px 2px rgba(0, 0, 0, 0.12), 0px 1px 3px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    opacity: 1;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 2s;
    text-align: center;
}

    .lock-card-sm .lock-card-title {
        font-family: Noto Sans;
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 28px;
        /* identical to box height, or 117% */
        letter-spacing: 0.25px;
        color: #000000;
        padding-bottom: 13px;
    }

    .lock-card-sm .lock-membership-text {
        font-family: Roboto;
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 24px;
        /* or 120% */
        text-align: center;
        letter-spacing: 0.5px;
        color: white;
        padding-top: 20px;
        padding-bottom: 5px;
    }

    .lock-card-sm .desc-text-top {
        color: black;
        padding-left: 0px;
        text-align: center;
        margin-bottom: 20px;
    }

    .lock-card-sm .desc-text-bot {
        color: black;
        padding-left: 0px;
    }

    .lock-card-sm .contact-us {
        font-family: Roboto;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 18px;
        /* identical to box height, or 129% */
        text-align: center;
        letter-spacing: 0.75px;
        text-decoration-line: underline;
        text-transform: uppercase;
        color: #FFFFFF;
        margin-left: 20px;
    }

    .lock-card-sm .purchase-options {
        background-color: #099AA4 !important;
        border: 2px solid;
        border-color: #FFFFFF;
        border-radius: 2px;
        color: #FFFFFF !important;
        font-family: Roboto;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 18px;
        /* identical to box height, or 129% */
        text-align: center;
        letter-spacing: 0.75px;
        text-transform: uppercase;
        height: 41px;
        width: 194px;
        padding: 10px 10px;
        box-shadow: none;
        display: block;
        margin-top: 20px;
        margin-left: 56px;
        margin-bottom: 10px;
    }


@media (max-width: 1025px) {

    .lock-select-width {
        display: none;
    }
}

@media (max-width: 990px) and (min-width: 410px) {
    .lock-card-desktop {
        display: none;
    }

    .lock-card-sm {
        display: block;
    }
}

@media (max-width: 400px) {

    .lock-card-sm .purchase-options {
        margin-left: 42px;
    }

    .lock-card-desktop {
        display: none;
    }

    .lock-card-sm {
        display: block;
    }
}

.lock-timeout {
    display: none;
}

.lock-blur {
    filter: blur(5px);
}
