@font-face {
    font-family: "Gotham-Light";
    src: url("https://www.leonardocompany.com/o/leonardocompany-theme/fonts/gotham-light.otf");
        url("https://www.leonardocompany.com/o/leonardocompany-theme/fonts/gotham-light.woff") format("woff");
        url("https://www.leonardocompany.com/o/leonardocompany-theme/fonts/gotham-light.woff2") format("woff2");
        url("https://www.leonardocompany.com/o/leonardocompany-theme/fonts/gotham-light.eot?#iefix") format("embedded-opentype");
}
@font-face {
    font-family: "Gotham-Black";
    src: url("https://www.leonardocompany.com/o/leonardocompany-theme/fonts/gotham-black.otf");
        url("https://www.leonardocompany.com/o/leonardocompany-theme/fonts/gotham-black.woff") format("woff");
        url("https://www.leonardocompany.com/o/leonardocompany-theme/fonts/gotham-black.woff2") format("woff2");
        url("https://www.leonardocompany.com/o/leonardocompany-theme/fonts/gotham-black.eot?#iefix") format("embedded-opentype");
}
body{
    background-image: url(../Purpose/bg-light.svg);
    font-size: 12px;
    margin: 0;
    position: fixed;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
h3{
    margin: 0;
}
.stage{
    display: grid;
    position: relative;
    width: 100%;
}
.pop_up {
    overflow: hidden;
    display: none;
    position: absolute;
    top: 12%;
    right: 12%;
    background: #fff;
    width: 400px;
    padding: 1.5%;
}
.pop_up.show {
    display: block;
    box-shadow: 2px 2px 5px 0 #3a3a3a;
}
.pop_up_inner {
    margin-right: -15px;
    max-height: 100%;
    overflow-y: scroll;
    padding-right: 35px;
}
.pop_up .popup_title {
    font-family: Gotham-Black;
    font-size: 1.8em;
    color: #E40428;
    letter-spacing: 0.02px;
}
.pop_up .popup_text{
    font-family: Gotham-Light;
    font-size: 1.8em;
    color: #000000;
    text-align: left;
    line-height: 1.5em;
}

.text_row{
    display: flex;
}

.text_image_03:hover{
    cursor: pointer;
}

.text_image_06:hover{
    cursor: pointer;
}

.text_image_09:hover{
    cursor: pointer;
}

.text_image_11:hover{
    cursor: pointer;
}

@media screen and (max-width: 1024px){
    .stage{
        width: calc(100% - 5em);
    }
    .pop_up.show {
        transition: .3s ease-out;
        transform: translateY(0);
        box-shadow: 2px 2px 5px 0 #3a3a3a;
        display: block;
    }
    .pop_up {
        overflow: hidden;
        left: 0;
        right: 0;
        width: auto;
        bottom: 0;
        position: fixed;
        height: 40%;
        background: #fff;
        top: 60%;
        padding: 5%;
        padding-right: 0;
        z-index: 999999;
        transition: .3s ease-out;
        transform: translateY(100%);
        display: none;
    }
    .pop_up_inner {
        margin-right: -15px;
        max-height: 100%;
        overflow-y: scroll;
        padding-right: 20px;
    }
    .pop_up .popup_title {
        font-size: 3vw;
    }
    .pop_up .popup_text {
        font-size: 3vw;
        line-height: 3.5vw;
    }

    .title .text_image{
        width: 18%;
    }

    .text_image{
        width: 85%;
        height: auto;
    }

    .text_image_02{
        width: 20.1225%;
        height: auto;
    }

    .text_image_03{
        width: 49.8167%;
        height: auto;
    }

    .text_image_04{
        width: 30.0306%;
        height: auto;
    }

    .text_image_05{
        width: 12.3595%;
        height: auto;
    }

    .text_image_06{
        width: 36.0572%;
        height: auto;
    }

    .text_image_07{
        width: 51.5832%;
        height: auto;
    }

    .text_image_08{
        width: 42.3901%;
        height: auto;
    }

    .text_image_09{
        width: 57.6098%;
        height: auto;
    }

    .text_image_10{
        width: 12.3595%;
        height: auto;
    }

    .text_image_11{
        width: 80.3881%;
        height: auto;
    }

    .text_image_12{
        width: 7.2522%;
        height: auto;
    }

}
@media (min-width: 1025px){
    .pop_up.show {
        height: auto;
        bottom: auto;
    }
}

@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) and (stroke-color:transparent) {
    .text_row{
        display: inline-table;
    }
}}

