﻿.benchmark {
    display: flex;
    flex-direction: column;
    overflow: visible;
    gap: 25px;
    max-width: 1600px;
    padding-top: 30px;
    height: auto;
    margin: auto;
}

.titre_benchmark {
    color: var(--blanc);
    position: relative;
}

    .titre_benchmark::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -10px;
        height: 4px;
        width: 70%;
        max-width: 100px;
        min-width: 100px;
        background: var(--jaune);
    }

.pcgamer__benchmark__all-container {
    display: flex;
    width: 100%;
    gap: 140px;
    justify-content: space-between;
    align-items: center;
}

.pcgamer__benchmark__product-reco-container {
    display: flex;
    flex-direction: column;
    width: 466px;
    gap: 27px;
}

.pcgamer__benchmark__img-product {
    height: 411px;
}

.pcgamer__benchmark__img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pcgamer__benchmark__api {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end;
    margin-left: auto;
    color: var(--blanc);
}

.benchmark ul li .cache-fps {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.benchmark img {
    vertical-align: middle;
}

.benchmark ul li:hover .cache-fps {
    opacity: 1;
}


.benchmark ul li .extra-fps {
    top: -50%;
    height: 50%;
    width: 100%;
    background: rgba(0,0,0,0.8);
    transition: all 0.5s;
    position: absolute;
}

.benchmark ul li .ultra-fps {
    bottom: -50%;
    height: 50%;
    width: 100%;
    background: rgba(0,0,0,0.8);
    transition: all 0.5s;
    position: absolute;
}

.benchmark ul li div p {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.benchmark ul li:hover .ultra-fps {
    bottom: 0;
}

.benchmark ul li:hover .extra-fps {
    top: 0%;
}


.benchmark ul li .cache-fps div {
    font-weight: var(--semibold);
    font-size: 28px;
    text-transform: uppercase;
}

    .benchmark ul li .cache-fps div span {
        font-weight: var(--medium);
        font-size: var(--size_p);
        display: block;
        text-transform: uppercase;
    }

.benchmark ul li .cache-fps .extra-fps {
}


.benchmark ul li:last-child {
    margin-right: 0;
}


.benchmark ul li:last-child {
    margin-right: 0;
}

.benchmark ul li p {
    color: var(--blanc);
    text-transform: uppercase;
}

.benchmark ul li .cache-fps {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.benchmark img {
    vertical-align: middle;
}

.benchmark ul li:hover .cache-fps {
    opacity: 1;
}

.benchmark ul li .extra-fps {
    top: -50%;
    height: 50%;
    width: 100%;
    background: rgba(0,0,0,0.8);
    transition: all 0.5s;
    position: absolute;
}

.benchmark .sep-fiche-prod {
    margin: 15px 0 0;
    overflow: visible;
}

.benchmark ul li .ultra-fps {
    bottom: -50%;
    height: 50%;
    width: 100%;
    background: rgba(0,0,0,0.8);
    transition: all 0.5s;
    position: absolute;
}

.benchmark ul li div p {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.benchmark ul li:hover .ultra-fps {
    bottom: 0;
}

.benchmark ul li:hover .extra-fps {
    top: 0%;
}


.benchmark ul li .cache-fps div {
    font-weight: var(--semibold);
    font-size: 28px;
    text-transform: uppercase;
}

    .benchmark ul li .cache-fps div span {
        font-weight: var(--medium);
        font-size: var(--size_p);
        display: block;
        text-transform: uppercase;
    }

.benchmark ul li .cache-fps .extra-fps {
}


.benchmark ul li:last-child {
    margin-right: 0;
}


.benchmark ul li:last-child {
    margin-right: 0;
}

.benchmark ul li p {
    color: var(--blanc);
    text-transform: uppercase;
}

.pcgamer__benchmark__api-text {
    font-size: 13px;
    color: var(--blanc);
    font-weight: 700
}

.pcgamer__benchmark__note-container {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    gap: 65px;
    z-index: 5;
}

.pcgamer_benchmark__wrapper {
    display: flex;
    transition: transform 0.3s ease-in-out;
}

.cbk_swiper__container {
    height: auto !important;
    position: relative;
}

.pcgamer__benchmark__item-container {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 5px;
}

.pcgamer_benchmark__image-jeux {
    display: flex;
    cursor: pointer
}

.pcgamer_benchmark__item {
    display: flex;
    border-radius: 17px;
    position: relative;
    max-height: 171px;
    height: 100%;
    max-width: 140px;
    width: 100% !important;
    margin: 0 !important;
    cursor: pointer
}

.pcgamer_benchmark__image--jeux-container {
    height: 100%;
    width: 100%;
}

.pcgamer_benchmark__item--image-container {
    width: 100%;
    height: 100%;
}

.pcgamer_benchmark__image-container {
    height: 183px;
    width: 158px;
}

.pcgamer_benchmark__image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 17px;
    cursor: pointer
}

.benchmark ul {
    gap: 5px !important;
    width: 920px !important;
    overflow: hidden;
}

    .benchmark ul li {
        float: left;
        color: var(--blanc);
        text-align: center;
        transition: all 0.5s;
        width: 15%;
        margin-right: 2%;
        position: relative;
        overflow: hidden;
    }

        .benchmark ul li div p {
            position: initial;
            top: unset;
            transform: unset;
        }

.pcgame__benchmark__titre-jeux {
    color: var(--blanc);
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    height: 50px
}

.pcgame__benchmark__titre-jeux--content {
    font-size: 17px;
    text-align: center;
    font-weight: 700 !important;
    text-transform: none !important;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px
}

.pcgamer__benchmark__api__mobile, .pcgamer__benchmark__mobile__title {
    display: none;
}

.pcgamer_benchmark__item--active {
    margin: 0 10px !important;
    transform: scale(1.1) !important;
    z-index: 10;
    border: 3px solid var(--jaune);
    max-width: 158px;
    max-height: 183px;
    position: relative;
    padding-bottom: unset !important;
    box-shadow: 0 0 8px 0px #FFBB00;
}

    .pcgamer_benchmark__item--active .pcgamer_benchmark__item--image-container {
        border: 3px solid var(--blanc);
        border-radius: 12px;
        position: relative;
        width: 100%;
        overflow: hidden;
        cursor: pointer;
    }

.pcgamer_benchmark__item--overlay {
    width: 100%;
    height: 100px;
    position: absolute;
    background: linear-gradient(to top, #31306C 30%, transparent 100%);
    bottom: 0;
    left: 0;
}

.pcgamer_benchmark__item--overlay--active {
    width: 100%;
    height: 100px;
    position: absolute;
    background: linear-gradient(to top, #FFC600, transparent 100%);
    left: 0;
    bottom: 0;
}

.pcgamer_benchmark__resolution--affichage {
    width: 100%;
    text-transform: uppercase;
    padding-bottom: 12px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    color: var(--noir);
    position: relative;
    z-index: 10
}

.pcgamer_benchmark__score {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
}


.pcgamer_benchmark__resolution {
    display: grid;
    grid-template-columns: repeat(3, 120px);
    grid-template-areas:
        "resolution1 resolution2 resolution3"
        "options options options";
    justify-content: center;
    align-items: start;
    column-gap: 100px;
}

    .pcgamer_benchmark__resolution:nth-child(1) {
        grid-area: resolution1;
    }

    .pcgamer_benchmark__resolution:nth-child(2) {
        grid-area: resolution2;
    }

    .pcgamer_benchmark__resolution:nth-child(3) {
        grid-area: resolution3;
    }

    .pcgamer_benchmark__resolution.pcgamer_benchmark__resolution--titre p {
        color: var(--blanc) !important;
    }

.pcgamer__benchmark__options {
    grid-area: options;
}

.pcgamer_benchmark__level {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 40px;
    transition: opacity 0.3s ease, height 0.3s ease;
}


.pcgamer_benchmark__level {
    display: none
}

.pcgamer_benchmark__level--active {
    transform: translateY(0);
    display: flex;
}

.pcgamer_benchmark__resolution-container {
    display: flex;
    width: 126px;
    height: 126px;
    position: relative;
    align-items: center;
    justify-content: center;
    z-index: 5;
}

.rts-hidden {
    display: none;
}

.rts-active {
    display: flex
}

.pcgamer_benchmark__resolution-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 15;
}

.pcgamer_benchmark__resolution--note-terme {
    text-transform: uppercase;
}

.pcgamer_benchmark__resolution--note, .pcgamer_benchmark__resolution--note-terme {
    font-size: 20px;
    color: #3D3D3D;
    filter: invert(1);
    font-weight: 600
}

.pcgamer__benchmark__options {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 30;
}

.pcgamer__benchmark__recommandations {
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: var(--blanc);
}

.pcgamer__benchmark__recommandations-titre {
    font-size: 20px;
    font-weight: 600;
    height: 24px;
}

.pcgamer__benchmark__recommandations-titre, .pcgamer__benchmark__texte-reco {
    color: var(--blanc);
    border-radius: 0 !important;
}

.pcgamer__benchmark__container-texte-reco {
    display: flex;
    gap: 8px;
}

.benchmarkOptionContainer {
    display: flex;
    flex-direction: column;
    padding: 10px;
    border: 1px solid #5B5B5B;
    background: rgba(72, 72, 72, 0.50);
    border-radius: 10px;
    gap: 5px;
}

.benchmarkOptionContent {
    display: flex;
    height: 20px;
    gap: 10px;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
}

.benchmarkOptionMediumUltraContainer {
    display: flex;
    gap: 5px;
    height: 20px;
    align-items: center;
}

.benchmarkOptionMediumUltra {
    border-radius: 4px;
    background: #B4B4B4;
    color: var(--noir);
    text-align: center;
    padding: 3px 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.benchmarkOptionMediumUltraActive {
    border-radius: 4px;
    background: var(--blanc);
    color: #000;
}

.checkboxBenchmarkOption {
    display: flex;
    gap: 5px;
    line-height: 15px;
}

    .checkboxBenchmarkOption label {
        cursor: pointer;
        color: var(--blanc);
    }

    .checkboxBenchmarkOption input[type='checkbox'] {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        border: 1px solid #B4B4B4;
        background: #202020;
        cursor: pointer;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        display: inline-block;
        vertical-align: middle;
        position: relative;
    }

        .checkboxBenchmarkOption input[type='checkbox']:checked {
            background-color: var(--blanc);
            border-color: #B4B4B4;
        }

            .checkboxBenchmarkOption input[type='checkbox']:checked::before {
                content: "✔";
                color: #B4B4B4;
                font-size: 13px;
                font-weight: bold;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -60%);
            }


.radioBenchmarkOption {
    display: flex;
    gap: 5px;
    line-height: 15px;
}

    .radioBenchmarkOption label, .radioBenchmarkOption input[type='radio'] {
        cursor: pointer;
        color: var(--blanc);
    }

        .radioBenchmarkOption input[type='radio']:after {
            width: 15px;
            height: 15px;
            border-radius: 15px;
            position: relative;
            background-color: #202020;
            content: '';
            display: inline-block;
            visibility: visible;
            border: 1px solid #B4B4B4;
        }

        .radioBenchmarkOption input[type='radio']:checked:after {
            width: 15px;
            height: 15px;
            border-radius: 15px;
            position: relative;
            background-color: var(--blanc);
            content: '';
            display: inline-block;
            visibility: visible;
            border: 1px solid #797979;
        }

.pcgamer__benchmark__texte-reco {
    display: flex;
    width: 150px;
    height: 39px;
    background: white;
    font-size: 14px;
    justify-content: center;
    align-items: center;
}

.pcgamer__benchmark__texte-reco--content {
    color: var(--noir);
    font-weight: 600
}

.pcgamer_benchmark__svg svg:not(:root) {
    overflow: visible !important
}


.pcgamer_benchmark__svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

._LJ4nZ {
    transform: unset !important;
}

pcgamer_benchmark__resolution--note {
    display: none;
    filter: invert(1);
}

.pcgamer_benchmark__resolution--icone {
    stroke-dasharray: 180;
    stroke-dashoffset: 180;
    stroke: white;
}

.pcgamer__benchmark__ray-tracing {
    display: flex;
    column-gap: 20px;
    height: fit-content;
    align-items: center;
    color: var(--blanc);
}

    .pcgamer__benchmark__ray-tracing input[type="checkbox"] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        position: relative;
        height: 35px;
        width: 58px;
        background: #737373;
        border-radius: 58px !important;
        border: 2px solid #DBDBDB;
        transition: background-color .3s ease-in-out .15s;
        cursor: pointer;
    }

        .pcgamer__benchmark__ray-tracing input[type="checkbox"]:after {
            content: "";
            position: absolute;
            top: 50%;
            left: 30%;
            transform: translate(-50%, -50%);
            height: 25px;
            width: 25px;
            border-radius: 50%;
            background-color: var(--blanc);
            transition: left .3s ease-in-out;
            box-shadow: 6px 1px 6px 0px rgba(0, 0, 0, .4);
        }

        .pcgamer__benchmark__ray-tracing input[type="checkbox"]:checked {
            background: #FFCF00;
        }

            .pcgamer__benchmark__ray-tracing input[type="checkbox"]:checked:after {
                left: 70%;
                background-color: #2F2F2F;
                box-shadow: -2px 1px 6px 0px rgba(0, 0, 0, .4);
            }


.cbk_swiper__wrapper {
    overflow: visible !important;
}

.cbk_swiper-content {
    padding: 10px 0;
    overflow: hidden;
}

.cbk_swiper__overlay-right {
    position: absolute;
    top: 0;
    right: -12px;
    height: 220px;
    width: 75px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) -28.6%, var(--blanc) 41.67%);
    filter: blur(5px);
    z-index: 2
}

.cbk_swiper__overlay-left {
    position: absolute;
    top: 0;
    left: -12px;
    height: 220px;
    width: 75px;
    background: linear-gradient(-95deg, rgba(255, 255, 255, 0) -28.6%, var(--blanc) 41.67%);
    filter: blur(5px);
    z-index: 2;
    opacity: 1
}

.swiper-button-next, .swiper-button-prev {
    font-weight: 900;
    color: var(--noir);
}

.swiper-button-next {
    right: 0;
}

.swiper-button-prev {
    left: 0;
}

.swiper-button-next-benchmark:before, .swiper-button-prev-benchmark:before {
    content: "";
    position: absolute;
    width: 29px;
    height: 82px;
    background: white;
    z-index: 1;
}

.swiper-button-next::before {
    border-radius: 0 10px 10px 0
}

.swiper-button-prev::before {
    border-radius: 10px 0 0 10px
}

.swiper-button-disabled ~ .cbk_swiper__overlay-left {
    opacity: 0;
    z-index: 0
}

.swiper-button-disabled {
    opacity: 0 !important;
}

.pcgamer__benchmark__next, .pcgamer__benchmark__prev {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    z-index: 20;
    transform: translate(-50%, -50%);
}

.stop1 {
    stop-color: #ffe248
}

.stop2 {
    stop-color: #ffbb00
}

.circle {
    stroke: #ADA99F
}


/*===== Responsive Benchmark =====*/

@media screen and (max-width: 1920px) {
    .benchmark {
        max-width: 1280px;
    }

        .benchmark ul {
            width: 615px !important;
        }
}

@media screen and (max-width: 1300px) {
    .benchmark {
        margin: auto;
        row-gap: 40px;
    }

    .titre_benchmark {
        padding: 0 10px;
    }

        .titre_benchmark::after {
            left: 10px;
        }

    .pcgamer__benchmark__img-product {
        width: auto;
        height: 268px;
        object-fit: contain;
    }

    .pcgamer_benchmark__resolution-container {
        width: auto;
    }

    .pcgamer__benchmark__api-logo_mobile {
        width: 95px;
    }

    .pcgamer__benchmark__image-container {
        padding: 10px 5px 50px
    }

    .pcgamer__benchmark__note-container {
        row-gap: 15px;
        width: 100%
    }

    .cbk_swiper__wrapper {
        flex-wrap: nowrap !important;
        gap: unset !important
    }

    .cbk_swiper-content {
        padding: 10px 0;
        width: 100%;
    }

        .cbk_swiper-content:before, .cbk_swiper-content:after {
            display: none
        }


    .swiper-button-next-benchmark:before, .swiper-button-prev-benchmark:before {
        height: 44px;
        width: 15px;
    }

    .swiper-button-next-benchmark:before {
        border-radius: 0 6px 6px 0
    }

    .swiper-button-prev-benchmark:before {
        border-radius: 6px 0 0 6px
    }

    .pcgamer__benchmark__next, .pcgamer__benchmark__prev {
        width: 9px
    }


    .swiper-button-next-benchmark, .swiper-button-prev-benchmark {
        transform: unset !important;
    }

    .cbk_swiper__overlay-left {
        top: 0;
        left: -23px;
        height: 160px;
        width: 75px;
    }

    .cbk_swiper__overlay-right {
        height: 160px;
    }


    .swiper-button-next:after, .swiper-button-prev:after {
        display: none
    }

    .pcgamer_benchmark__item {
        max-height: 125px;
        max-width: 102px;
        border-radius: 18px;
        overflow: visible !important;
    }

    .pcgamer_benchmark__item--overlay {
        border-radius: 0 0 16px 16px;
        height: 50px
    }

    .pcgamer_benchmark__item--overlay--active {
        border-radius: 10px;
        height: 50px
    }

    .pcgamer_benchmark__item--active {
        border: 2px solid var(--jaune);
    }

        .pcgamer_benchmark__item--active .pcgamer_benchmark__item--image-container {
            border: 2px solid var(--blanc);
            border-radius: 18px;
        }

    .pcgamer_benchmark__item::after {
        border-radius: 14px;
    }

    .pcgamer_benchmark__item--active::after {
        border-radius: 14px;
    }

    .pcgamer_benchmark__item--active::after, .pcgamer_benchmark__item::after {
        height: 40px
    }

    .pcgamer_benchmark__image-container {
        width: 100%;
        height: 100%;
    }

    .pcgamer_benchmark__image {
        border-radius: 17px;
    }

    .pcgamer_benchmark__item--overlay ~ .pcgame__benchmark__titre-jeux {
        display: none
    }

    .pcgame__benchmark__titre-jeux--active {
        display: flex;
        padding: 10px 0
    }

    .pcgame__benchmark__titre-jeux--content {
        position: absolute;
    }


    .pcgame__benchmark__titre-jeux--content {
        font-size: 12px
    }

    .pcgamer__benchmark__all-container {
        row-gap: 30px;
        display: flex;
        flex-direction: column;
    }

    .pcgamer__benchmark__product-reco-container {
        width: 335px;
        align-items: center
    }

    .pcgamer_benchmark__level {
        overflow: visible;
        gap: 20px;
    }

    .pcgamer_benchmark__score {
        display: flex;
        flex-direction: column;
        row-gap: 10px;
        overflow: visible;
    }

    .benchmarkOptionContainer {
        width: 100%;
    }

    .pcgamer_benchmark__resolution {
        width: 100%;
        row-gap: unset;
        column-gap: 20px;
        grid-template-columns: repeat(3, 30%);
        grid-template-areas:
            "resolution1 resolution2 resolution3"
            "options options options";
    }

    .pcgamer_benchmark__resolution--affichage {
        font-size: 18px;
        padding: 8px 0
    }

    .pcgamer_benchmark__resolution--note, .pcgamer_benchmark__resolution--note-terme {
        font-size: 18px;
    }

    .pcgamer_benchmark__svg svg {
        width: 126px;
        height: 126px
    }


    .pcgamer__benchmark__recommandations {
        flex-direction: column;
        padding: 0;
        width: 100%
    }

    .pcgamer__benchmark__container-texte-reco {
        row-gap: 20px;
    }

    .pcgamer__benchmark__options {
        width: 100%;
        justify-content: center;
        padding: 0 10px;
        align-items: flex-end;
        justify-content: space-between
    }

    .pcgamer__benchmark__ray-tracing {
        margin: 0;
    }

    .pcgamer__benchmark__api {
        display: none;
    }

    .pcgamer__benchmark__api__mobile {
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        margin-left: auto;
        gap: 5px;
        padding: 0 20px;
    }

    .benchmarkOptionContent {
        width: 100%;
        justify-content: flex-start;
    }

    .pcgamer__benchmark__mobile__title {
        padding: 0 10px;
        position: relative;
    }

        .pcgamer__benchmark__mobile__title p::after {
            content: "";
            position: absolute;
            left: 10px;
            bottom: -10px;
            height: 4px;
            width: 70%;
            max-width: 50px;
            min-width: 50px;
            background: var(--jaune);
        }

    .pcgamer__benchmark__api__mobile, .pcgamer__benchmark__mobile__title {
        display: flex;
    }

    .pcgamer__benchmark__recommandations-titre {
        height: auto;
        font-size: 14px;
    }

    .pcgamer__benchmark__ray-tracing input[type="checkbox"] {
        height: 22px;
        width: 45px;
        background: #2F2F2F
    }

        .pcgamer__benchmark__ray-tracing input[type="checkbox"]:after {
            height: 17px;
            width: 16px;
            left: 25%
        }

        .pcgamer__benchmark__ray-tracing input[type="checkbox"]:checked:after {
            left: 75%;
        }

    .pcgamer__benchmark__texte-reco {
        transform: none;
        text-align: center;
        padding: 5px 0;
        width: 100%;
        height: 26px;
        display: flex;
        justify-content: center;
        border-radius: unset
    }

    .pcgamer__benchmark__texte-reco--content {
        font-size: 12px;
        font-weight: 600
    }
}

@media screen and (max-width: 540px) {
    .pcgamer_benchmark__svg svg {
        width: 104px;
        height: 104px
    }

    .pcgamer__benchmark__product-reco-container {
        width: 100%;
        padding: 0 10px;
        align-items: center;
    }

    .pcgamer_benchmark__resolution--affichage {
        font-size: 15px;
    }

    .pcgamer_benchmark__resolution--note, .pcgamer_benchmark__resolution--note-terme {
        font-size: 15px;
    }
}

@media screen and (min-width: 320px) and (max-width: 480px) {
    .benchmark ul li {
        float: left;
        color: var(--blanc);
        text-align: center;
        margin-right: 2%;
        cursor: pointer;
        transition: all 0.5s;
        width: 32%;
        margin-bottom: 10px
    }

        .benchmark ul li:nth-child(3n) {
            margin-right: 0;
        }


    .benchmark ul li {
        width: 49%;
        margin-right: 2%;
        margin-bottom: var(--val_10);
    }

        .benchmark ul li:nth-child(2n) {
            margin-right: 0%;
        }
}
