.custom-html--sitecore {
    /**
  *	Colors
    
  *	#a100ff - 1
  *	#7500c0 - 2
  *	#460073 - 3
  *	#00baff - 4
  *	#008eff - 5
  *	#004dff - 6
  *	#bebebe - 7
  *	#969696 - 8
  *	#5a5a5a - 9
  *	
  *	Gradient goes from #a100ff (1) to #460073 (3)
  **/
    /************************************
  GENERAL
  *************************************/
    /************************************
  SELECT LIST
  *************************************/
    /************************************
  CHART
  *************************************/
    /************************************
  LAYOUT
  *************************************/
}

.custom-html--sitecore .gc-container {
    font-family: "Graphik Regular", Arial, Sans-Serif;
    font-size: 10px;
    display: none;
}

.custom-html--sitecore .gc-container .gc-subtitle {
    font-size: 18px;
    line-height: 0.95;
    margin-bottom: 1.1em;
}

@media screen and (max-width: 999px) {
    .custom-html--sitecore .gc-container .gc-subtitle {
        font-size: 16px;
    }
}

.custom-html--sitecore .gc-select-container {
    display: inline-block;
}

.custom-html--sitecore .gc-reset-button {
    position: relative;
    padding: 12px 0;
    border-radius: 0;
    border-color: #004dff;
    color: #004dff;
    box-sizing: border-box;
    vertical-align: top;
    line-height: 1;
    background: none !important;
    box-shadow: none !important;
    font-weight: 600;
    font-family: 'Graphik Semibold', Arial, sans-serif;
    border: none;
    min-width: 0;
    margin: 0 14px;
}

.custom-html--sitecore .gc-reset-button:hover,
.custom-html--sitecore .gc-reset-button:focus {
    color: #004dff !important;
}

.custom-html--sitecore .gc-reset-button:active {
    color: #008eff !important;
}

.custom-html--sitecore .gc-reset-button::before {
    display: block;
    position: absolute;
    content: "";
    height: 0.08125em;
    max-width: 100%;
    width: 0%;
    transition: width 300ms ease;
    left: 0;
    bottom: 0;
    background-color: #004dff;
}

.custom-html--sitecore .gc-reset-button:hover::before,
.custom-html--sitecore .gc-reset-button:focus::before,
.custom-html--sitecore .gc-reset-button:active::before {
    width: 100%;
}

.custom-html--sitecore .gc-select {
    display: inline-block;
    position: relative;
    width: 28em;
    max-width: 100%;
    text-align: left;
    margin: 0 2em 2em 0em;
    z-index: 2;
}

.custom-html--sitecore .gc-select.open {
    z-index: 20;
}

.custom-html--sitecore .gc-select-current {
    position: relative;
    font-size: 1.6em;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    padding: 0.7em 2em 0.7em 1em;
    cursor: pointer;
}

.custom-html--sitecore .gc-select .gc-icon-arrow {
    content: '';
    position: absolute;
    display: block;
    width: 1em;
    height: 1em;
    right: 0.75em;
    top: calc(50% - 0.5em);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.custom-html--sitecore .gc-select.open .gc-icon-arrow {
    -webkit-transform: translateZ(0) rotate(180deg);
    transform: translateZ(0) rotate(180deg);
}

.custom-html--sitecore .gc-select ul {
    position: absolute;
    width: 100%;
    top: 100%;
    list-style: none;
    padding: 0;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    font-size: 10px;
    margin: 0;
    -webkit-transition: visibility 0.3s, opacity 0.3s;
    -o-transition: visibility 0.3s, opacity 0.3s;
    transition: visibility 0.3s, opacity 0.3s;
    max-height: 60vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.custom-html--sitecore .gc-select.open ul {
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    visibility: visible;
    opacity: 1;
}

.custom-html--sitecore .gc-select li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.5em 1em;
    border-bottom: 1px solid;
    cursor: pointer;
    font-size: 1.5em;
}

.custom-html--sitecore .gc-select li:last-child {
    border-bottom: none;
}

.custom-html--sitecore .gc-select-current {
    background-color: #008eff;
}

.custom-html--sitecore .gc-select ul {
    background-color: #32a3ff;
}

.custom-html--sitecore .gc-select li {
    border-color: #1580d8;
}

.custom-html--sitecore .gc-select li.active,
.custom-html--sitecore .gc-select li:hover {
    background-color: #1580d8;
}

.custom-html--sitecore .gc-select-inner .gc-select-current {
    background-color: #7500c0;
}

.custom-html--sitecore .gc-select-inner ul {
    background-color: #9616e5;
}

.custom-html--sitecore .gc-select-inner li {
    border-color: #6908a5;
}

.custom-html--sitecore .gc-select-inner li.active,
.custom-html--sitecore .gc-select-inner li:hover {
    background-color: #6908a5;
}

.custom-html--sitecore .versus {
    position: relative;
    left: -10px;
    font-size: 1.3em;
    font-family: 'Graphik Regular';
}

@media screen and (min-width: 1000px) and (max-width: 1199px) {
    .custom-html--sitecore .gc-select-container {
        font-size: 9px;
    }

    .custom-html--sitecore .gc-reset-button {
        padding: 10px 0;
        margin: 0 13px;
    }
}

@media (max-width: 767px) {
    .custom-html--sitecore .gc-reset-button {
        margin-left: 1px;
    }

    .custom-html--sitecore .gc-select-container {
        display: block;
    }

    .custom-html--sitecore .gc-select {
        width: 100%;
        margin-bottom: 1em;
    }

    .custom-html--sitecore .versus {
        display: block;
        text-align: center;
        left: 0;
        font-size: 1.5em;
        margin-bottom: 10px;
    }
}

.custom-html--sitecore .gc-chart-container {
    text-align: center;
    margin-top: 2em;
    max-width: 28em;
}

.custom-html--sitecore .gc-chart {
    position: relative;
    width: 90%;
    left: 5%;
}

.custom-html--sitecore .gc-chart:after {
    content: '';
    position: absolute;
    top: 52%;
    left: 50%;
    width: 54%;
    padding-top: 1%;
    background-color: #515151;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.custom-html--sitecore .gc-chart-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 91.5%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.custom-html--sitecore .gc-result {
    font-family: "Graphik SemiBold", Arial, sans-serif;
    position: absolute;
    width: 100%;
    line-height: 1;
    top: 50%;
    font-weight: 600;
}

.custom-html--sitecore .gc-result-inner {
    top: 55%;
}

.custom-html--sitecore .gc-result-outer {
    -webkit-transform: translateY(-95%);
    -ms-transform: translateY(-95%);
    transform: translateY(-95%);
}

.custom-html--sitecore .gc-chart-container figcaption {
    font-size: 1.5em;
    margin: 1em 0 2em 0;
    line-height: 1.25;
    font-weight: 400;
}

.custom-html--sitecore .gc-key {
    display: none;
    font-size: 1.5em;
    margin: 0 -1em;
    line-height: 1;
}

.custom-html--sitecore .gc-key>span {
    position: relative;
    display: inline-block;
    padding: 1em;
    vertical-align: middle;
}

.custom-html--sitecore .gc-key>span:before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: black;
    vertical-align: bottom;
    margin-right: 0.5em;
}

.custom-html--sitecore .gc-key .gc-country-name-outer:before {
    background-color: #008eff;
}

.custom-html--sitecore .gc-key .gc-country-name-inner:before {
    background-color: #7500c0;
}

@media (min-width: 768px) {
    .custom-html--sitecore .gc-items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        margin-bottom: 2.5em;
    }

    .custom-html--sitecore .gc-chart-container {
        width: 30%;
    }
}

@media (max-width: 767px) {
    .custom-html--sitecore .gc-carousel-mobile {
        position: relative;
        margin-bottom: 4em;
    }

    .custom-html--sitecore .gc-carousel-mobile [data-slide-number] {
        position: absolute;
        top: 0;
        left: 50%;
        width: 24em;
        max-width: 100%;
        margin-top: 0;
        margin-left: auto;
        margin-right: auto;
        height: 320px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: -1;
        opacity: 0;
        -webkit-transition: opacity 0.75s;
        -o-transition: opacity 0.75s;
        transition: opacity 0.75s;
    }

    .custom-html--sitecore .gc-carousel-mobile [data-slide-number].active {
        position: static;
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .custom-html--sitecore .gc-carousel-control {
        position: absolute;
        border: none;
        background: none;
        top: 50%;
        outline: none;
        padding: 0;
    }

    .custom-html--sitecore .gc-carousel-control svg {
        width: 5em;
        height: 5em;
        color: #a100ff;
    }

    .custom-html--sitecore .gc-carousel-control.is-left {
        left: 10px;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .custom-html--sitecore .gc-carousel-control.is-right {
        right: 10px;
        -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
    }
}

@media screen and (max-width: 550px) {
    .custom-html--sitecore .gc-carousel-mobile {
        position: relative;
        margin-bottom: 3em;
    }
}