.c-summary-card-v2 {
    padding: 24px 32px;
}

.c-summary-card-v2 .custom-icon {
    position: absolute;
    overflow: hidden;
    transition: ease .5s;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.c-summary-card-v2:hover .custom-icon {
    height: 105%;
}

.custom-icon img {
    position: absolute;
}

.ods-camera img {
    top: 24px;
    right: 21px;
}

.ods-pikto img {
    top: 11px;
    right: 26px;
}

.ods-identity img {
    top: 11px;
    right: 14px;
}

.ods-envelope img {
    top: 31px;
    right: 26px;
}

.ods-smartphone img {
    top: 11px;
    right: 40px;
}

.ods-pc img {
    top: 16px;
    right: 22px;
}

.modal-custom-width .modal-content {
    max-width: 589px;
}

.modal-window-main {
    min-height: 120px;
}

#threatChart {
    width: 100% !important;
    height: 360px !important;
    max-height: 360px;
    font-family: "TeleNeo Var", sans-serif;
}

.chart-container {
    position: relative;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}

#tooltip-chart {
    position: absolute;
    display: none;
    background: #000;
    color: #fff;
    padding: 4px 12px;
    font-size: 14px;
    font-weight: 655;
    font-family: 'TeleNeo Var', sans-serif;
    line-height: 18px;
    white-space: nowrap;
    pointer-events: none;
    transform: translate(-50%, -100%);
    z-index: 10;
    border-radius: 6px;
}

#tooltip-chart:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 6px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -6px;
    background-color: currentColor;

    /* — WebKit mask properties — */
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 6' fill='none'><path d='M6 6L0 0L12 1.04907e-06L6 6Z' fill='currentColor' /></svg>");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;

    /* — Standard mask properties — */
    mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 6' fill='none'><path d='M6 6L0 0L12 1.04907e-06L6 6Z' fill='currentColor' /></svg>");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;

    background-color: #000;
}

#tooltip-chart .number {
    display: block;
}

#tooltip-chart .label {
    display: block;
}

@media screen and (max-width: 767.98px) {
    .btn-custom-xs {
        font-size: 16px;
        line-height: 20px;
        padding: 10px 26px;
    }

    .onex-card .media.custom-mode {
        height: 172px;
    }

    .onex-main-banner.reversed-xs .media.custom-mode {
        padding-bottom: 100%;
    }
}

@media screen and (min-width: 768px) {
    .modal-window-main {
        min-height: 105px;
    }
}

@media screen and (min-width: 992px) {
    .onex-card.custom-mode {
        border-radius: 24px;
    }
}