.review{display:flex;flex-direction:column;overflow:hidden;width:100vw}.review--contained{width:100%}.review ul{list-style-type:none}.review__wrapper{display:flex;flex-direction:column;margin:auto;max-width:var(--container_width);width:100%}@media (max-width:767px){.review__wrapper{padding-left:2rem;padding-right:2rem}}.review h2{text-align:center}.review h2>strong{color:var(--primary_color)}.review__wrapper>p{color:var(--light_grey_color);margin:auto;max-width:77rem;text-align:center}@media (max-width:767px){.review h2{font-size:var(--h2_alter_font_size)}.review h2,.review__wrapper>p{text-align:left}}.review .glide-review{margin-top:45px}.review .glide__slides{display:flex;margin-bottom:var(--spacer_lg)}.review .glide__slide{background-color:var(--secondary_color);border-radius:var(--border_radius_8);color:var(--white_color);display:flex;flex-direction:column;padding:var(--spacer_lg)}.review .glide__slide>p{font-size:var(--font_size_lg);margin-bottom:calc(var(--spacer_md) + var(--spacer_xxxxs))}.review .glide__slide__ico{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='32' fill='none'%3E%3Cpath fill='%23fff' d='m13.727 0 3.432 5.886c-5.2 1.927-7.591 5.03-7.591 9.632 4.16 0 7.903 3.425 8.007 7.813.208 4.602-2.808 8.669-8.84 8.669C1.665 32 0 25.044 0 21.619 0 12.415 3.952 3.21 13.727 0Zm26.415 0 3.432 5.886c-5.2 1.927-7.592 5.03-7.592 9.632 4.16 0 7.904 3.425 8.008 7.813.208 4.602-2.808 8.669-8.84 8.669-7.071 0-8.735-6.956-8.735-10.381 0-9.204 3.952-18.408 13.727-21.619Z'/%3E%3C/svg%3E");height:32px;margin-bottom:var(--spacer_xs);width:44px}.review .glide__slide__informations{display:flex;margin-top:auto}.review .glide__slide__informations__picture{border-radius:50%;height:68px;margin-right:calc(var(--spacer_lg)/2);min-width:68px;overflow:hidden;width:68px}.review .glide__slide__informations__picture img{width:100%}.review .glide__slide__informations__author{display:flex;flex-direction:column;justify-content:center}.review .glide__slide__informations__author div:last-child{font-size:var(--font_size_sm)}.review .glide,.review .glide__bullets{align-items:center;display:flex;justify-content:center}.review .glide__bullet{background-color:var(--light_grey_color);border-radius:var(--border_radius_round);cursor:pointer;height:12px;margin:0 1rem;width:12px}.review .glide__bullet--active,.review .glide__bullet--active.glide__bullet:after{background-color:var(--grey_color)}.review .glide__bullet:not(.glide__bullet--active):hover:after{background-color:var(--light_grey_color)}.review .glide__arrows:first-child{margin-right:1rem}.review .glide__arrows div{background-color:var(--primary_color);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='17' fill='none'%3E%3Cpath stroke='%23fff' stroke-width='3' d='M9.5 2 3 8.5 9.5 15'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;border-radius:50%;cursor:pointer;height:41px;transition:background-color var(--default_transition);width:41px}.review .glide__arrows div:hover{background-color:var(--button_bg_color_active)}.review .glide__arrows:last-child{margin-left:1rem}.review .glide__arrows:last-child div{transform:rotate(180deg)}