@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@300;500&display=swap');

#ll-product {
    font-family: 'Figtree', sans-serif;
    font-weight: 300;
    font-size: 22px;
    line-height: 1.5;
    max-width: 1260px;
    margin: 0 auto;
}

#ll-product img {
    max-width: 100%;
}



#ll-product .ll-container-small {
    padding: 0 60px;
    margin: 100px auto;
}

#ll-product .ll-video-container {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
}

#ll-product .ll-video-container iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

#ll-product .ll-header-logo {
    margin-bottom: 100px;
}

#ll-product .ll-header {
    color: #fff;
    padding: 40px 0px 0px 100px;
    display: flex;
}

#ll-product .ll-header-heading {
    font-size: 48px;
    font-weight: 500;
}

#ll-product .ll-header-description {
    line-height: 1.5;
}

#ll-product .ll-header-text {
    width: 50%;
}
#ll-product .ll-header-image {
    padding-left: 50px
}

#ll-product .ll-icons {
    display: flex;
    justify-content: space-between;
}

#ll-product .ll-history {
    display: grid;
    grid-gap: 100px;
    grid-template-columns: 2fr 3fr;
}

#ll-product .ll-history-description {
    line-height: 1.4;
    font-size: 20px;
    margin: 0;
}

#ll-product .ll-grid4 {
    display: grid;
    grid-gap: 50px;
    grid-template-columns: repeat(4, 1fr);
}
#ll-product .ll-grid {
    display: grid;
    grid-gap: 50px;
    grid-template-columns: repeat(3, 1fr);
}
#ll-product .ll-grid2 {
    display: grid;
    grid-gap: 50px;
    grid-template-columns: repeat(2, 1fr);
}


#ll-product .ll-grid-image {
    text-align: center;
}

#ll-product .ll-grid-title {
    text-align: center;
}

#ll-product .ll-popover-title {
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 50px;
    padding-left: 90px;
    position: relative;
}

#ll-product .ll-popover-title:before {
    content: '';
    width: 60px;
    height: 2px;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 50%;
}

#ll-product .ll-popover-area {
    position: relative;
}

#ll-product .ll-marker {
    width: 48px;
    height: 48px;
    background-color: #1a6489;
    border-radius: 64px;
    border: 3px solid #fff;
    position: absolute;
    transform: translate(-50%,-50%);
    cursor: pointer;
    animation: ll-pulse 2s infinite;
}

#ll-product .ll-marker-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

#ll-product .ll-marker-inner::before,
#ll-product .ll-marker-inner::after {
    content: '';
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

#ll-product .ll-marker-inner::before {
    width: 24px;
    height: 4px;
}

#ll-product .ll-marker-inner::after {
    width: 4px;
    height: 24px;
}

#ll-product .ll-marker-text {
    position: absolute;
    background-color: #fff;
    padding: 20px;
    width: 300px;
    top: 84px;
    opacity: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all ease-in-out .2s;
}

#ll-product .ll-marker:hover .ll-marker-text {
    opacity: 1;
    top: 64px;
}

#ll-product .ll-marker-title {
    font-size: 18px;
    font-weight: 500;
}

#ll-product .ll-marker-description {
    font-size: 14px;
    font-weight: 300;
    margin-top: 15px;
}

#ll-product .ll-pros {
    display: grid;
    grid-gap: 100px;
    grid-template-columns: repeat(2, 1fr);
}

#ll-product .ll-pros-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

#ll-product .ll-pros-list {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#ll-product .ll-pros-list li {
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
}

#ll-product .ll-pros-list li:last-child {
    border: none;
}

#ll-product .ll-video {
    max-width: 100%;
}

#ll-product .ll-info-grid {
    display: grid;
    grid-gap: 100px;
    grid-template-columns: 3fr 3fr;
}
#ll-product .ll-info-grid2 {
    display: grid;
    grid-gap: 100px;
    grid-template-columns: 1fr 1fr;
}

#ll-product .ll-info-grid-description {
    margin-top: 0;
    line-height: 1.4;
    font-size: 20px;
}
#ll-product .ll-info-grid-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}
#ll-product .ll-about {
    background: #f4f4f4;
    padding-bottom: 10px;
    margin-top: 60px;
}
#ll-product .ll-about-logo-row {
    display: flex;
}

#ll-product .ll-about-logo-box {
    display: flex;
    width: 30%;
    padding: 60px 60px;
}
#ll-product .ll-about-logo {
    width: 100%;
}

@media screen and (max-width: 768px) {
    #ll-product .ll-history {
        grid-gap: 50px;
        grid-template-columns: 1fr;
    }

    #ll-product .ll-info-grid {
        grid-gap: 50px;
        grid-template-columns: 1fr;
    }

    #ll-product .ll-info-grid-description {
        text-align: center;
    }

    #ll-product .ll-pros {
        grid-gap: 50px;
        grid-template-columns: repeat(1, 1fr);
    }

    #ll-product .ll-grid {
        grid-gap: 50px;
        grid-template-columns: repeat(1, 1fr);
    }
    #ll-product .ll-grid4 {
        grid-gap: 50px;
        grid-template-columns: repeat(1, 1fr);
    }
    #ll-product .ll-about-logo-box {
        width: 50%;
    }

}

@media screen and (max-width: 1120px) {
    #ll-product .ll-header {
        display: block;
        text-align: center;
        padding: 80px 80px 0 80px;
    }

    #ll-product .ll-header-text {
        width: 100%;
        margin-bottom: 50px;
    }

    #ll-product .ll-header-logo {
        margin-bottom: 50px;
    }

    #ll-product .ll-header-image {
        margin-bottom: -10px;
        padding-left: 0px;
    }
}

@keyframes ll-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8), 0 1px 1px 0 rgba(0, 0, 0, 0.16);
    }
    100% {
        box-shadow: 0 0 0 32px rgba(255, 255, 255, 0), 0 1px 1px 32px rgba(0, 0, 0, 0);
    }
}