.-bouquet-logos-Item {
    display: block;
    border-radius: var(--miniradius);
    transition: all 150ms ease;
    cursor: pointer;
    margin: 12px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px;
    min-width: 100px;
    max-width: 120px;
    flex: 1;
    position: relative;
}

.-bouquet-logos-Item:hover {
    transform: translateY(-8px);
    background: white;
    transform: scale(1.09);
}

.-bouquet-logos-Item:hover .bouquet-logos-context {
    opacity: 1;
    visibility: visible;
}
.-bouquet-logos-Poster-Image {
    display: flex;
    width: 100%;
    position: relative;
    margin-bottom: 0px;
    transition: 250ms all ease;
    align-items: center;
    height: 70px;
    border-radius: var(--miniradius);
    overflow: hidden;
}

.-bouquet-logos-Item:hover .-bouquet-logos-Poster-Image {
    transform: translateY(-1px);
    transition: 20ms all ease;
}

.-bouquet-logos-Poster-Image > img {height: auto;width: auto;}

.bouquet-logos-context {
    display: block;
    position: absolute;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
}

.bouquet-logos-context > h2 {
    display: block;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    font-weight: 300;
    color: var(--secondarytext);
}

.-bouquet-logos-Item:hover .bouquet-logos-context > h2 {
    color: var(--primary-text);
}

.-bouquet-logos-Section {
    display: flex;
    position: relative;
    overflow: hidden;
    flex: 1;
    margin-inline-start: 41px;
    z-index: 1;
    position: sticky;
    max-width: 680px;
}

.-YourColor-SingleWidget-Section.-YC-WidgetType-bouquet_Logos .container {/* max-width: 100%; */display: flex;/* padding-inline-start: 70px; *//* padding-inline-end: 50px; */align-items: self-start;justify-content: space-between;}

.-bouquet-logos-slider {
    display: flex;
    padding: 11px 15px;
    border-radius: var(--largeradius);
    width: 173px;
    margin: 0 auto;
}

.-bouquet-logos-slider > .owl-stage-outer {
    display: flex;
    max-width: 100%;
}

.-bouquet-logos-slider > .owl-stage-outer .owl-stage {
    display: flex;
    align-items: center;
}

.-bouquet-logos-slider .owl-nav > div {position: absolute;top: 50%;transform: translateY(-50%) translateX( var(--tran-x) );width: 44px;height: 44px;border-radius: 50%;display: flex;align-content: center;justify-content: center;align-items: center;flex-wrap: wrap;visibility: hidden;opacity: 0;transition: 180ms all ease;font-size: 24px;cursor: pointer;border: 1px solid var(--diver);color: var(--secondarytext);background: white;}

.-bouquet-logos-slider .owl-nav > div.disabled {
    cursor: not-allowed;
    user-select: none;
}

.-bouquet-logos-slider .owl-nav > div > i {
    font-weight: 400;
}

.-bouquet-logos-slider .owl-nav > div:not(.disabled):hover {
    color: var(--primary-text);
    border-color: var(--primary-text);
}

.-bouquet-logos-slider .owl-nav > div.owl-prev {
    left: 0;
    --tran-x: 40px;
}

.-bouquet-logos-slider .owl-nav > div.owl-next {
    right: 0;
    --tran-x: -40px;
}

.-bouquet-logos-slider:hover .owl-nav > div.owl-next,.-bouquet-logos-slider:hover .owl-nav > div.owl-prev {--tran-x: 0;visibility: visible;opacity: 1;}

.-YC-WidgetType-bouquet_Logos .-YC-Widgets-Inner-Row {
    overflow: visible;
}

.-YourColor-SingleWidget-Section.-YC-WidgetType-bouquet_Logos {
    overflow: visible;
}

.intro-model-bouquet_Logos {
    position: relative;
    padding: 164px 0;
}

.YourColor-bouquet .-defult-widgets-title-style-1 h4:before {
    background: white;
}

.YourColor-bouquet.intro-model-bouquet_Logos .-defult-widgets-title-style-1 {
    margin-inline: 0;
    margin-bottom: 0;
    align-items: self-start;
    text-align: right;
    max-width: 520px;
    z-index: 1;
    position: sticky;
    top: 50px;
    flex: 1;
}

.YourColor-bouquet.intro-model-bouquet_Logos .-defult-widgets-title-style-1 .P-content {
    color: var(--bottom-separator-color);
    text-align: right;
}

.intro-model-bouquet_Logos:after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    z-index: 0;
    background: linear-gradient(268deg, black, transparent);
}

.intro-model-bouquet_Logos:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: var(--image);
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.YC-bouquet-logos-slider {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
}
.-YC-WidgetType-bouquet_Logos .--Parent-URL-BTN>a.button_url_2{color: white;border-color: white;}

.-YC-WidgetType-bouquet_Logos .--Parent-URL-BTN>a.button_url_2:hover {
    background: white;
    color: var(--uicolor2);
}