.top-slide-container {
    position: relative
}

@media screen and (min-width: 1440px) {
    .top-slide-container.with-max-width {
        max-width:1600px
    }
}

.top-slide-container .top-slide__slider img {
    width: 100%;
    height: auto;
    cursor: pointer
}

.top-slide-container .button__prev {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 50%;
    color: #fff;
    transform: translateY(-50%);
    box-shadow: 0 0 1px 0 rgba(0,0,0,.1);
    transition: all .5s ease-in-out;
    opacity: 0;
    cursor: pointer
}

@media screen and (max-width: 540px) {
    .top-slide-container .button__prev .fa-4x {
        font-size:3em!important
    }
}

.top-slide-container .button__next {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 50%;
    color: #fff;
    transform: translateY(-50%);
    box-shadow: 0 0 1px 0 rgba(0,0,0,.1);
    transition: all .5s ease-in-out;
    opacity: 0;
    cursor: pointer
}

@media screen and (max-width: 540px) {
    .top-slide-container .button__next .fa-4x {
        font-size:3em!important
    }
}

.top-slide-container:hover .button__prev {
    left: 16px;
    opacity: 1
}

.top-slide-container:hover .button__prev:hover {
    color: #000
}

.top-slide-container:hover .button__next {
    right: 16px;
    opacity: 1
}

.top-slide-container:hover .button__next:hover {
    color: #000
}

.top-slide-container .slick-dots {
    bottom: 0!important
}

.top-slide-container .slick-dots ul.cttx-box {
    display: flex;
    z-index: 1;
    border-top: .5px solid #f8f9fa;
    margin: 0!important;
    box-shadow: inset 0 7px 23px -13px rgba(0,0,0,.75);
    -webkit-box-shadow: 0 7px 23px -13px rgba(0,0,0,.75) inset;
    -moz-box-shadow: 0 7px 23px -13px rgba(0,0,0,.75) inset
}

.top-slide-container .slick-dots ul.cttx-box li {
    text-shadow: 2px 2px 12px #000;
    flex: 0 0 16.66667%;
    height: auto;
    font-family: MarkPro;
    font-size: 12px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 1.5px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    cursor: pointer
}

.top-slide-container .slick-dots ul.cttx-box li.slick-active {
    background-color: hsla(0,0%,100%,.7)
}

.top-slide-container .slick-dots ul.cttx-box li div {
    padding: 15px 0
}

@media screen and (max-width: 1140px) {
    .top-slide-container .slick-dots ul.cttx-box li {
        font-size:12px;
        overflow-wrap: break-word
    }

    .top-slide-container .slick-dots ul.cttx-box li div {
        padding: 15px 0
    }
}

@media screen and (max-width: 960px) {
    .top-slide-container .slick-dots ul.cttx-box li {
        font-size:11px;
        overflow-wrap: break-word
    }

    .top-slide-container .slick-dots ul.cttx-box li div {
        padding: 15px 0
    }
}

@media screen and (max-width: 720px) {
    .top-slide-container .slick-dots ul.cttx-box li {
        font-size:10px;
        overflow-wrap: break-word
    }

    .top-slide-container .slick-dots ul.cttx-box li div {
        padding: 15px 0
    }
}

@media screen and (max-width: 540px) {
    .top-slide-container .slick-dots ul.cttx-box li {
        font-size:10px;
        overflow-wrap: break-word
    }

    .top-slide-container .slick-dots ul.cttx-box li div {
        padding: 15px 0
    }
}

.top-slide-container .slide-menu {
    display: block
}

.top-slide-container .slide-menu.active,.top-slide-container .slide-menu:hover {
    background-color: hsla(0,0%,100%,.7)
}

.top-slide-container ul.cttx-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1
}

.top-slide-container ul.cttx-dots li {
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 4px 8px;
    background-color: rgba(0,0,0,.6);
    border-radius: 50%
}

.top-slide-container ul.cttx-dots li.slick-active {
    background-color: hsla(0,0%,100%,.7)
}

@font-face {
    font-family: SF-Pro;
    src: url(/static/media/SF-Pro-Display-Thin.f35e9611.otf);
    font-weight: 100
}

@font-face {
    font-family: SF-Pro;
    src: url(/static/media/SF-Pro-Display-Ultralight.bc55c63e.otf);
    font-weight: 200
}

@font-face {
    font-family: SF-Pro;
    src: url(/static/media/SF-Pro-Display-Light.ac523705.otf);
    font-weight: 300
}

@font-face {
    font-family: SF-Pro;
    src: url(/static/media/SF-Pro-Display-Regular.aaeac71d.otf);
    font-weight: 400
}

@font-face {
    font-family: SF-Pro;
    src: url(/static/media/SF-Pro-Display-Medium.51fd7406.otf);
    font-weight: 500
}

@font-face {
    font-family: SF-Pro;
    src: url(/static/media/SF-Pro-Display-Semibold.e6ef4ea3.otf);
    font-weight: 600
}

@font-face {
    font-family: SF-Pro;
    src: url(/static/media/SF-Pro-Display-Bold.644563f4.otf);
    font-weight: 700
}

@font-face {
    font-family: SF-Pro;
    src: url(/static/media/SF-Pro-Display-Heavy.a545fc03.otf);
    font-weight: 800
}

@font-face {
    font-family: SF-Pro;
    src: url(/static/media/SF-Pro-Display-Black.11e421ee.otf);
    font-weight: 900
}

@font-face {
    font-family: Bebas;
    src: url(/static/media/Bebas-Regular.9d0065c3.otf);
    font-weight: 400
}

.home {
    padding-bottom: 80px;
    color: #000
}

.home-static-slider {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.home-category {
    margin-bottom: 20px
}

@media screen and (min-width: 992px) {
    .home-category {
        margin-bottom:40px
    }
}

.home-category .home-category__content .home-category__content__title {
    position: relative;
    padding: 32px 0
}

.home-category .home-category__content .home-category__content__title:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 100%;
    height: 1px;
    border: .5px solid #b4b4b4;
    z-index: -1
}

.home-category .home-category__content .home-category__content__title>div {
    font-family: SF-Pro;
    text-align: center;
    line-height: 1.3
}

.home-category .home-category__content .home-category__content__title>div>span {
    font-size: 18px;
    text-transform: capitalize;
    background: #fff;
    padding: 0 8px;
    font-size: 20px;
    font-weight: 800
}

.home-category .home-category__content .home-category__content__title>div>span.with-icon {
    display: flex;
    justify-content: center;
    align-items: center
}

.home-category .home-category__content .home-category__content__title>div>span.with-icon>img {
    max-width: 85px;
    margin-left: 5px
}

@media screen and (min-width: 480px) {
    .home-category .home-category__content .home-category__content__title>div>span {
        padding:0 16px
    }
}

@media screen and (min-width: 992px) {
    .home-category .home-category__content .home-category__content__title>div>span {
        font-size:24px;
        padding: 0 40px
    }
}

.home-category .home-category__content .home-category__content__title>div>h2 {
    font-size: 18px;
    text-transform: capitalize;
    background: #fff;
    padding: 0 8px;
    font-size: 20px;
    font-weight: 800
}

.home-category .home-category__content .home-category__content__title>div>h2.with-icon {
    display: flex;
    justify-content: center;
    align-items: center
}

.home-category .home-category__content .home-category__content__title>div>h2.with-icon>img {
    max-width: 85px;
    margin-left: 5px
}

@media screen and (min-width: 480px) {
    .home-category .home-category__content .home-category__content__title>div>h2 {
        padding:0 16px
    }
}

@media screen and (min-width: 992px) {
    .home-category .home-category__content .home-category__content__title>div>h2 {
        font-size:24px;
        padding: 0 40px
    }
}

.home-category .home-category__content .home-category__content__title>div>p {
    font-family: SF-Pro;
    width: 80%;
    margin: 0 auto;
    background-color: #fff;
    padding: 4px 16px 0;
    font-weight: 400
}

@media screen and (min-width: 768px) {
    .home-category .home-category__content .home-category__content__title>div>p {
        width:70%;
        padding: 8px 16px 0
    }
}

@media screen and (min-width: 992px) {
    .home-category .home-category__content .home-category__content__title>div>p {
        width:60%;
        padding: 8px 24px 0;
        width: 50%;
        padding: 8px 32px 0
    }
}

.home-category .home-category__content .home-category__content__list {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 10px;
    gap: 10px
}

@media screen and (min-width: 992px) {
    .home-category .home-category__content .home-category__content__list {
        grid-template-columns:repeat(4,1fr);
        grid-gap: 18px;
        gap: 18px
    }
}

.home-category .home-category__content .home-category__content__list .home-category__content__list__item .home-category__content__list__item__image {
    position: relative
}

.home-category .home-category__content .home-category__content__list .home-category__content__list__item .home-category__content__list__item__image>a {
    display: block
}

.home-category .home-category__content .home-category__content__list .home-category__content__list__item .home-category__content__list__item__image>a:hover:before {
    width: 100%;
    height: 100%
}

.home-category .home-category__content .home-category__content__list .home-category__content__list__item .home-category__content__list__item__image>a:before {
    content: "";
    position: absolute;
    background: hsla(0,0%,47.8%,.1)
}

.home-category .home-category__content .home-category__content__list .home-category__content__list__item .home-category__content__list__item__title {
    font-family: Bebas;
    font-weight: 800;
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    margin: 12px 0 16px;
    line-height: 1.1
}

.home-category .home-category__content .home-category__content__list .home-category__content__list__item .home-category__content__list__item__title>a {
    display: block;
    color: #000
}

@media screen and (min-width: 992px) {
    .home-category .home-category__content .home-category__content__list .home-category__content__list__item .home-category__content__list__item__title {
        margin:16px 0;
        font-size: 24px
    }
}

@media screen and (min-width: 1200px) {
    .home-category .home-category__content .home-category__content__list .home-category__content__list__item .home-category__content__list__item__title {
        font-size:26px
    }
}

.home-category .home-category__content .home-category__content__list .home-category__content__list__item .home-category__content__list__item__text {
    font-family: SF-Pro;
    text-align: center;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 400
}

@media screen and (min-width: 992px) {
    .home-category .home-category__content .home-category__content__list .home-category__content__list__item .home-category__content__list__item__text {
        font-size:14px
    }
}

@media screen and (min-width: 1200px) {
    .home-category .home-category__content .home-category__content__list .home-category__content__list__item .home-category__content__list__item__text {
        font-size:16px
    }
}

.home-idea {
    margin-bottom: 20px
}

@media screen and (min-width: 992px) {
    .home-idea {
        margin-bottom:40px
    }
}

.home-idea .home-idea__content .home-idea__content__title {
    position: relative;
    padding: 32px 0
}

.home-idea .home-idea__content .home-idea__content__title:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 100%;
    height: 1px;
    border: .5px solid #b4b4b4;
    z-index: -1
}

.home-idea .home-idea__content .home-idea__content__title>div {
    font-family: SF-Pro;
    text-align: center;
    line-height: 1.3
}

.home-idea .home-idea__content .home-idea__content__title>div>span {
    font-size: 18px;
    text-transform: capitalize;
    background: #fff;
    padding: 0 8px;
    font-size: 20px;
    font-weight: 800
}

.home-idea .home-idea__content .home-idea__content__title>div>span.with-icon {
    display: flex;
    justify-content: center;
    align-items: center
}

.home-idea .home-idea__content .home-idea__content__title>div>span.with-icon>img {
    max-width: 85px;
    margin-left: 5px
}

@media screen and (min-width: 480px) {
    .home-idea .home-idea__content .home-idea__content__title>div>span {
        padding:0 16px
    }
}

@media screen and (min-width: 992px) {
    .home-idea .home-idea__content .home-idea__content__title>div>span {
        font-size:24px;
        padding: 0 40px
    }
}

.home-idea .home-idea__content .home-idea__content__title>div>h2 {
    font-size: 18px;
    text-transform: capitalize;
    background: #fff;
    padding: 0 8px;
    font-size: 20px;
    font-weight: 800
}

.home-idea .home-idea__content .home-idea__content__title>div>h2.with-icon {
    display: flex;
    justify-content: center;
    align-items: center
}

.home-idea .home-idea__content .home-idea__content__title>div>h2.with-icon>img {
    max-width: 85px;
    margin-left: 5px
}

@media screen and (min-width: 480px) {
    .home-idea .home-idea__content .home-idea__content__title>div>h2 {
        padding:0 16px
    }
}

@media screen and (min-width: 992px) {
    .home-idea .home-idea__content .home-idea__content__title>div>h2 {
        font-size:24px;
        padding: 0 40px
    }
}

.home-idea .home-idea__content .home-idea__content__title>div>p {
    font-family: SF-Pro;
    width: 80%;
    margin: 0 auto;
    background-color: #fff;
    padding: 4px 16px 0;
    font-weight: 400
}

@media screen and (min-width: 768px) {
    .home-idea .home-idea__content .home-idea__content__title>div>p {
        width:70%;
        padding: 8px 16px 0
    }
}

@media screen and (min-width: 992px) {
    .home-idea .home-idea__content .home-idea__content__title>div>p {
        width:60%;
        padding: 8px 24px 0;
        width: 50%;
        padding: 8px 32px 0
    }
}

.home-idea .home-idea__content .home-idea__content__title>div>span {
    font-size: 28px
}

.home-idea .home-idea__content .home-idea__content__list {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 15px;
    gap: 15px;
    padding-top: 20px
}

@media screen and (min-width: 992px) {
    .home-idea .home-idea__content .home-idea__content__list {
        grid-template-columns:repeat(4,1fr);
        grid-gap: 30px;
        gap: 30px
    }
}

.home-video {
    margin-bottom: 20px
}

@media screen and (min-width: 992px) {
    .home-video {
        margin-bottom:40px
    }
}

.home-video .home-video__content .home-video__content__title {
    position: relative;
    padding: 32px 0
}

.home-video .home-video__content .home-video__content__title:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 100%;
    height: 1px;
    border: .5px solid #b4b4b4;
    z-index: -1
}

.home-video .home-video__content .home-video__content__title>div {
    font-family: SF-Pro;
    text-align: center;
    line-height: 1.3
}

.home-video .home-video__content .home-video__content__title>div>span {
    font-size: 18px;
    text-transform: capitalize;
    background: #fff;
    padding: 0 8px;
    font-size: 20px;
    font-weight: 800
}

.home-video .home-video__content .home-video__content__title>div>span.with-icon {
    display: flex;
    justify-content: center;
    align-items: center
}

.home-video .home-video__content .home-video__content__title>div>span.with-icon>img {
    max-width: 85px;
    margin-left: 5px
}

@media screen and (min-width: 480px) {
    .home-video .home-video__content .home-video__content__title>div>span {
        padding:0 16px
    }
}

@media screen and (min-width: 992px) {
    .home-video .home-video__content .home-video__content__title>div>span {
        font-size:24px;
        padding: 0 40px
    }
}

.home-video .home-video__content .home-video__content__title>div>h2 {
    font-size: 18px;
    text-transform: capitalize;
    background: #fff;
    padding: 0 8px;
    font-size: 20px;
    font-weight: 800
}

.home-video .home-video__content .home-video__content__title>div>h2.with-icon {
    display: flex;
    justify-content: center;
    align-items: center
}

.home-video .home-video__content .home-video__content__title>div>h2.with-icon>img {
    max-width: 85px;
    margin-left: 5px
}

@media screen and (min-width: 480px) {
    .home-video .home-video__content .home-video__content__title>div>h2 {
        padding:0 16px
    }
}

@media screen and (min-width: 992px) {
    .home-video .home-video__content .home-video__content__title>div>h2 {
        font-size:24px;
        padding: 0 40px
    }
}

.home-video .home-video__content .home-video__content__title>div>p {
    font-family: SF-Pro;
    width: 80%;
    margin: 0 auto;
    background-color: #fff;
    padding: 4px 16px 0;
    font-weight: 400
}

@media screen and (min-width: 768px) {
    .home-video .home-video__content .home-video__content__title>div>p {
        width:70%;
        padding: 8px 16px 0
    }
}

@media screen and (min-width: 992px) {
    .home-video .home-video__content .home-video__content__title>div>p {
        width:60%;
        padding: 8px 24px 0;
        width: 50%;
        padding: 8px 32px 0
    }
}

.home-video .home-video__content .home-video__content__list {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-gap: 10px;
    gap: 10px;
    padding-top: 20px
}

@media screen and (min-width: 576px) {
    .home-video .home-video__content .home-video__content__list {
        grid-template-columns:repeat(1,1fr);
        grid-gap: 20px;
        gap: 20px
    }
}

@media screen and (min-width: 768px) {
    .home-video .home-video__content .home-video__content__list {
        grid-template-columns:repeat(2,1fr);
        grid-gap: 30px;
        gap: 30px
    }
}

@media screen and (min-width: 992px) {
    .home-video .home-video__content .home-video__content__list {
        grid-template-columns:repeat(2,1fr);
        grid-gap: 40px;
        gap: 40px
    }
}

.home-video .home-video__content .home-video__content__list .home-video__content__list__item .home-video__content__list__item__video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0
}

.home-video .home-video__content .home-video__content__list .home-video__content__list__item .home-video__content__list__item__video.show {
    display: block
}

.home-video .home-video__content .home-video__content__list .home-video__content__list__item .home-video__content__list__item__video.hide {
    display: none
}

.home-video .home-video__content .home-video__content__list .home-video__content__list__item .home-video__content__list__item__video>iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.home-video .home-video__content .home-video__content__list .home-video__content__list__item .home-video__content__list__item__img {
    position: relative;
    width: 100%;
    height: auto;
    cursor: pointer
}

.home-video .home-video__content .home-video__content__list .home-video__content__list__item .home-video__content__list__item__img.show {
    display: block
}

.home-video .home-video__content .home-video__content__list .home-video__content__list__item .home-video__content__list__item__img.hide {
    display: none
}

.home-video .home-video__content .home-video__content__list .home-video__content__list__item .home-video__content__list__item__img>img.thumbnail {
    width: 100%;
    height: auto
}

.home-video .home-video__content .home-video__content__list .home-video__content__list__item .home-video__content__list__item__img>img.icon {
    width: 125px;
    height: auto
}

.home-video .home-video__content .home-video__content__list .home-video__content__list__item .home-video__content__list__item__img>div.icon {
    width: auto;
    height: auto
}

.home-video .home-video__content .home-video__content__list .home-video__content__list__item .home-video__content__list__item__img>.icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
}

.home-video .home-video__content .home-video__content__list .home-video__content__list__item .home-video__content__list__item__img>.icon.show {
    display: block!important
}

.home-video .home-video__content .home-video__content__list .home-video__content__list__item .home-video__content__list__item__img>.icon.hide {
    display: none!important
}

.home-review {
    margin-bottom: 20px
}

@media screen and (min-width: 992px) {
    .home-review {
        margin-bottom:40px
    }
}

.home-review .home-review__content .home-review__content__title {
    position: relative;
    padding: 32px 0
}

.home-review .home-review__content .home-review__content__title:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 100%;
    height: 1px;
    border: .5px solid #b4b4b4;
    z-index: -1
}

.home-review .home-review__content .home-review__content__title>div {
    font-family: SF-Pro;
    text-align: center;
    line-height: 1.3
}

.home-review .home-review__content .home-review__content__title>div>span {
    font-size: 18px;
    text-transform: capitalize;
    background: #fff;
    padding: 0 8px;
    font-size: 20px;
    font-weight: 800
}

.home-review .home-review__content .home-review__content__title>div>span.with-icon {
    display: flex;
    justify-content: center;
    align-items: center
}

.home-review .home-review__content .home-review__content__title>div>span.with-icon>img {
    max-width: 85px;
    margin-left: 5px
}

@media screen and (min-width: 480px) {
    .home-review .home-review__content .home-review__content__title>div>span {
        padding:0 16px
    }
}

@media screen and (min-width: 992px) {
    .home-review .home-review__content .home-review__content__title>div>span {
        font-size:24px;
        padding: 0 40px
    }
}

.home-review .home-review__content .home-review__content__title>div>h2 {
    font-size: 18px;
    text-transform: capitalize;
    background: #fff;
    padding: 0 8px;
    font-size: 20px;
    font-weight: 800
}

.home-review .home-review__content .home-review__content__title>div>h2.with-icon {
    display: flex;
    justify-content: center;
    align-items: center
}

.home-review .home-review__content .home-review__content__title>div>h2.with-icon>img {
    max-width: 85px;
    margin-left: 5px
}

@media screen and (min-width: 480px) {
    .home-review .home-review__content .home-review__content__title>div>h2 {
        padding:0 16px
    }
}

@media screen and (min-width: 992px) {
    .home-review .home-review__content .home-review__content__title>div>h2 {
        font-size:24px;
        padding: 0 40px
    }
}

.home-review .home-review__content .home-review__content__title>div>p {
    font-family: SF-Pro;
    width: 80%;
    margin: 0 auto;
    background-color: #fff;
    padding: 4px 16px 0;
    font-weight: 400
}

@media screen and (min-width: 768px) {
    .home-review .home-review__content .home-review__content__title>div>p {
        width:70%;
        padding: 8px 16px 0
    }
}

@media screen and (min-width: 992px) {
    .home-review .home-review__content .home-review__content__title>div>p {
        width:60%;
        padding: 8px 24px 0;
        width: 50%;
        padding: 8px 32px 0
    }
}

.home-review .home-review__content .home-review__content__list {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-gap: 15px;
    gap: 15px;
    padding-top: 20px
}

@media screen and (min-width: 576px) {
    .home-review .home-review__content .home-review__content__list {
        grid-template-columns:repeat(2,1fr);
        grid-gap: 30px;
        gap: 30px
    }
}

@media screen and (min-width: 768px) {
    .home-review .home-review__content .home-review__content__list {
        grid-template-columns:repeat(2,1fr);
        grid-gap: 45px;
        gap: 45px
    }
}

@media screen and (min-width: 992px) {
    .home-review .home-review__content .home-review__content__list {
        grid-template-columns:repeat(4,1fr);
        grid-gap: 60px;
        gap: 60px
    }
}

.home-review .home-review__content .home-review__content__list .home-review__content__list__item .home-review__content__list__item__rating {
    display: flex;
    grid-gap: 8px;
    gap: 8px;
    margin-bottom: 8px
}

@media screen and (min-width: 992px) {
    .home-review .home-review__content .home-review__content__list .home-review__content__list__item .home-review__content__list__item__rating {
        margin-bottom:16px
    }
}

.home-review .home-review__content .home-review__content__list .home-review__content__list__item .home-review__content__list__item__name {
    font-family: SF-Pro;
    font-size: 14px;
    margin-bottom: 2px;
    font-weight: 800
}

@media screen and (min-width: 576px) {
    .home-review .home-review__content .home-review__content__list .home-review__content__list__item .home-review__content__list__item__name {
        font-size:16px
    }
}

.home-review .home-review__content .home-review__content__list .home-review__content__list__item .home-review__content__list__item__market-place {
    font-family: SF-Pro;
    font-size: 10px;
    margin-bottom: 2px;
    font-weight: 600
}

@media screen and (min-width: 576px) {
    .home-review .home-review__content .home-review__content__list .home-review__content__list__item .home-review__content__list__item__market-place {
        font-size:12px
    }
}

.home-review .home-review__content .home-review__content__list .home-review__content__list__item .home-review__content__list__item__feedback {
    font-family: SF-Pro;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 2px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical
}

@media screen and (min-width: 576px) {
    .home-review .home-review__content .home-review__content__list .home-review__content__list__item .home-review__content__list__item__feedback {
        font-size:14px
    }
}

.home-client {
    margin-bottom: 20px
}

.home-client:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    border-bottom: 2.5px solid #b4b4b4;
    z-index: -1;
    padding-top: 72px
}

@media screen and (min-width: 992px) {
    .home-client {
        margin-bottom:40px
    }
}

.home-client .home-client__content .home-client__content__title {
    position: relative;
    padding: 32px 0
}

.home-client .home-client__content .home-client__content__title:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 100%;
    height: 1px;
    border: .5px solid #b4b4b4;
    z-index: -1
}

.home-client .home-client__content .home-client__content__title>div {
    font-family: SF-Pro;
    text-align: center;
    line-height: 1.3
}

.home-client .home-client__content .home-client__content__title>div>span {
    font-size: 18px;
    text-transform: capitalize;
    background: #fff;
    padding: 0 8px;
    font-size: 20px;
    font-weight: 800
}

.home-client .home-client__content .home-client__content__title>div>span.with-icon {
    display: flex;
    justify-content: center;
    align-items: center
}

.home-client .home-client__content .home-client__content__title>div>span.with-icon>img {
    max-width: 85px;
    margin-left: 5px
}

@media screen and (min-width: 480px) {
    .home-client .home-client__content .home-client__content__title>div>span {
        padding:0 16px
    }
}

@media screen and (min-width: 992px) {
    .home-client .home-client__content .home-client__content__title>div>span {
        font-size:24px;
        padding: 0 40px
    }
}

.home-client .home-client__content .home-client__content__title>div>h2 {
    font-size: 18px;
    text-transform: capitalize;
    background: #fff;
    padding: 0 8px;
    font-size: 20px;
    font-weight: 800
}

.home-client .home-client__content .home-client__content__title>div>h2.with-icon {
    display: flex;
    justify-content: center;
    align-items: center
}

.home-client .home-client__content .home-client__content__title>div>h2.with-icon>img {
    max-width: 85px;
    margin-left: 5px
}

@media screen and (min-width: 480px) {
    .home-client .home-client__content .home-client__content__title>div>h2 {
        padding:0 16px
    }
}

@media screen and (min-width: 992px) {
    .home-client .home-client__content .home-client__content__title>div>h2 {
        font-size:24px;
        padding: 0 40px
    }
}

.home-client .home-client__content .home-client__content__title>div>p {
    font-family: SF-Pro;
    width: 80%;
    margin: 0 auto;
    background-color: #fff;
    padding: 4px 16px 0;
    font-weight: 400
}

@media screen and (min-width: 768px) {
    .home-client .home-client__content .home-client__content__title>div>p {
        width:70%;
        padding: 8px 16px 0
    }
}

@media screen and (min-width: 992px) {
    .home-client .home-client__content .home-client__content__title>div>p {
        width:60%;
        padding: 8px 24px 0;
        width: 50%;
        padding: 8px 32px 0
    }
}

.home-client .home-client__content .home-client__content__list {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 10px;
    gap: 10px;
    padding-top: 20px
}

@media screen and (min-width: 576px) {
    .home-client .home-client__content .home-client__content__list {
        grid-template-columns:repeat(2,1fr);
        grid-gap: 20px;
        gap: 20px
    }
}

@media screen and (min-width: 768px) {
    .home-client .home-client__content .home-client__content__list {
        grid-template-columns:repeat(4,1fr);
        grid-gap: 30px;
        gap: 30px
    }
}

@media screen and (min-width: 992px) {
    .home-client .home-client__content .home-client__content__list {
        grid-template-columns:repeat(6,1fr);
        grid-gap: 40px;
        gap: 40px
    }
}

.home-client .home-client__content .home-client__content__list .home-client__content__list__item .home-client__content__list__item__image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px
}

.home-content__title__text {
    display: flex;
    justify-content: center
}
