body {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 14px;
}
.clear {
    display: block;
    clear: both;
}
.container {
    max-width: 580px;
    margin: auto;
}
b {
    font-weight: 700;
}
header {
    position: relative;
    margin: 0 -30px;
    background: #c1272d;
}
header a {
    display: block;
    background: #a3242e;
    color: #fff;
    font-weight: 300;
    float: right;
    padding: 8px 25px;
    text-decoration: none;
    text-align: center;
}
section {
    display: none;
    position: relative;
    padding: 0 15px;
}
section.active {
    display: block;
}
.section1 {
    background: #1e1e1e;
    color: #fff;
    height: 100vh;
    padding: 0 30px;
}
.section1 .container {
    position: absolute;
    top: 38%;
    right: 30px;
    left: 30px;
    transform: translateY(-50%);
}
.section1 .h1 {
    font-size: 24px;
    line-height: 140%;
    margin-bottom: 40px;
    font-weight: 600;
}
.section1 input {
    background: none;
    border: 0;
    border-radius: 0;
    border-bottom: 2px solid #fff;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    max-width: 90%;
    outline: none !important;
    padding: 5px 7px;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;

}
.section1 input[disabled] {
    border-color: transparent;
}
.section1 .text-action {
    display: none;
    position: absolute;
    font-size: 16px;
    font-weight: 300;
    right: 30px;
    left: 30px;
    padding-left: 10px;
    bottom: -5px;
    z-index: 1;
    height: 160px;
}
.section1 .text-action:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 160px;
    border-left: 1px solid #fff;
}
.section2 {
    padding: 15px;
}
.section2 img {
    max-width: 100%;
    display: block;
}
.section2 .h2 {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 10px;
}
.section2 .h3 {
    margin-bottom: 4px;
}
.section2 .relative-position {
    position: relative;
}
.section2 .first-charts {
    position: relative;
}
.section2 .total {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 10px;
}
.section2 .chart-hidden {
    position: absolute;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
}
.section2 .has-tooltips .chart {
    position: absolute;
    top: 0;
    opacity: 0;
}
.section2 .one-man {
    position: relative;
    margin-bottom: -1px;
    z-index: 1;
    background: url("../imgs/mobile/1-man.png") bottom left no-repeat;
    background-size: 100%;
    width: 100%;
    height: 40px;
}
.section2 .chart-overlay {
    position: absolute;
    background: #ffffff;
    padding: 1px;
    margin: -1px;
}
.section2 .has-tooltips .chart.active {
    display: block;
    opacity: 1;
}

.section2 .block-tooltips {
    position: absolute;
    width: 100%;
    height: 100%;
}

.section2 .block-tooltips .tooltip {
    width: 260px;
    position: absolute;
    font-size: 18px;
    font-weight: 300;
    display: none;
}
.section2 .block-tooltips .tooltip-1 {
    bottom: 1%;
    left: 2%;
}
.section2 .block-tooltips .tooltip-2 {
    bottom: 6.4%;
    left: 2%;
}
.section2 .block-tooltips .tooltip-3 {
    bottom: 30.5%;
    left: 2%;
}
.section2 .block-tooltips .tooltip-4 {
    bottom: 32.2%;
    left: 2%;
}
.section2 .block-tooltips .tooltip-5 {
    bottom: 95.5%;
    left: 2%;
}
.section2 .block-tooltips .tooltip-6 {
    top: -55px;
    left: 2%;
}
.section2 .block-tooltips .tooltip-6 .text-action {
    position: absolute;
    left: 100vw;
    margin-left: -95px;
    font-size: 14px;
    line-height: 14px;
    color: #a1232d;
}
.section2 .block-tooltips .tooltip-6 .text-action:before {
    content: "";
    display: block;
    position: absolute;
    height: 48px;
    left: -10px;
    bottom: 0;
    border-left: 1px solid #a1232d;
}
.section2 .block-tooltips .tooltip-7 {
    top: -115px;
    left: 2%;
}
.section2 .block-tooltips .tooltip-1 b {
    color: #ff7d7e;
}
.section2 .block-tooltips .tooltip-2 b {
    color: #c04848;
}
.section2 .block-tooltips .tooltip-3 b {
    color: #a1232d;
}
.section2 .block-tooltips .tooltip-4 b {
    color: #5c7c71;
}
.section2 .block-tooltips .tooltip-5 b {
    color: #cbb34f;
}
.section2 .block-tooltips .tooltip-6 b {
    color: #585c60;
}
.section2 .block-tooltips .tooltip-7 b {
    color: #5d829f;
}
.section2 [data-chart="chart-3"] rect {
    fill: #ebebeb;
}
.section2 [data-chart="chart-3"] .cls-1.active {
    fill:#ff7d7e;
}
.section2 [data-chart="chart-3"] .cls-2.active {
    fill:#c04848;
}
.section2 [data-chart="chart-3"] .cls-3.active {
    fill:#a1232d;
}
.section2 [data-chart="chart-3"] .cls-4.active {
    fill:#5c7c71;
}
.section2 [data-chart="chart-3"] .cls-5.active {
    fill:#cbb34f;
}
.section2 [data-chart="chart-3"] .cls-6.active {
    fill:#ebebeb;
}
.section2 [data-chart="chart-3"] .cls-7.active {
    fill:#585c60;
}
.section2 .note-text {
    font-size: 16px;
    line-height: 20px;
}
.section2 .note-text img {
    width: 20px;
    float: left;
    margin-right: 10px;
}
.section3 {
    height: 100vh;
    min-height: 500px;
    position: absolute;
    background: #fff;
    top: 0;
}
.section3 .chart-action {
    position: absolute;
    bottom: 15px;
    min-height: 320px;
}
.section3 .chart {
    position: absolute;
    top: 0;
    opacity: 0;
    width: auto;
    height: 320px;
}
.section3 .chart.active {
    opacity: 1;
}
.section3 .h2 {
    margin-top: 20px;
    font-size: 21px;
}
.section3 .h2 span {
    color: #c1272d;
}

.section4,
.section5,
.section6,
.section7 {
    width: calc(100% - 30px);
    position: absolute;
    color: #fff;
    height: 100vh;
    background: #fff;
    overflow: hidden;
    top: 0;
}

.section4 .container,
.section5 .container,
.section6 .container,
.section7 .container {
    position: absolute;
    top: 25%;
    right: 30px;
    left: 30px;
}
.section4 .h4,
.section5 .h4,
.section6 .h4,
.section7 .h4 {
    opacity: 0.7;
    font-size: 17px;
    font-weight: 300;
    width: 180px;
    margin-bottom: 20px;
}
.section4 .h2,
.section5 .h2,
.section6 .h2,
.section7 .h2 {
    position: relative;
    font-size: 21px;
    line-height: 120%;
    font-weight: 600;
    width: 220px;
    margin-bottom: 25px;
    padding-bottom: 25px;
}
.section4 .h2:after,
.section5 .h2:after,
.section6 .h2:after,
.section7 .h2:after {
    content: "";
    display: block;
    width: 50px;
    border-bottom: 2px solid #fff;
    position: absolute;
    bottom: 0;
}
.section4 .h5,
.section5 .h5,
.section6 .h5,
.section7 .h5 {
    font-size: 14px;
    line-height: 140%;
}
.section4 {
    background: #c1272d;
}
.section5 {
    background: #5d829f;
}

.section6 {
    background: #cbb34f;
}

.section7 {
    background: #1e1e1e;
}

.section7 .link-logo {
    position: absolute;
    bottom: 25px;
    left: 25px;
}
.section7 .link-logo img {
    width: 110px;
}
.section7 .input-link {
    border: 0;
    background: #fff;
    border-radius: 0;
    padding: 15px 10px;
    display: block;
    min-width: 240px;
    font-size: 13px;
}
.section7 .link-text {
    display: block;
    color: #fff;
    text-decoration: none;
    margin: 30px 0;
}
.section7 .h2 {
    padding-bottom: 0;
}
.section7 .h2:after {
   display: none;
}
.section7 .social-links {
    font-size: 26px;
    margin-bottom: 100px;
}
.section7 .social-links a {
    color: #fff;
    margin-right: 20px;
}
.section7 .text-action {
    position: absolute;
    cursor: pointer;
    top: -100px;
    line-height: 20px;
    font-weight: 300;
    padding-left: 10px;
}
.section7 .text-action:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 300px;
    border-left: 1px solid #fff;
}

::-webkit-input-placeholder {
    font-size: 20px;
    font-weight: 300;
}
::-moz-placeholder {
    font-size: 20px;
    font-weight: 300;
}
:-ms-input-placeholder {
    font-size: 20px;
    font-weight: 300;
}
:-moz-placeholder {
    font-size: 20px;
    font-weight: 300;
}
.fas.fa-3 {
    font-size: 24px;
}

.copy-href {
    position: absolute;
    opacity: 0;
    height: 0;
}
.copy-text {
    background: #fff;
    display: block;
    position: absolute;
    padding: 6px 15px;
    font-size: 14px;
    line-height: 16px;
    height: 16px;
    border-radius: 4px;
    color: #1e1e1e;
    opacity: 0;
    margin-top: 20px;
}

@media (min-width: 1024px) {
    .container {
        width: 980px;
        max-width: none;
    }
    #mobileVersion {
        display: none;
    }
    .container img {
        max-width: 100%;
    }
    header {
        margin: 0;
    }
}
@media (min-width: 1099px) {
    .container {
        width: 1024px;
    }
}
@media (min-width: 1199px) {
    .container {
        width: 1170px;
    }
}
@media (min-width: 370px) {
    .section3 .chart-action {
        min-height: 390px;
    }
    .section3 .chart {
        height: 390px;
    }
}

@media (max-width: 1023px) {
    #desktopVersion {
        display: none;
    }
}

@media (min-width: 420px) {
    .section2 .one-man {
        width: 95%;
        margin-left: 0.7%;
        background-size: 350px;
    }
}
@media (min-width: 480px) {
    .section2 .one-man {
        margin-left: 1.5%;
    }
}

@media (min-width: 410px) {
    .section3 .chart-action {
        min-height: 440px;
    }
    .section3 .chart {
        height: 440px;
    }
}

