.hcs-title {
    text-align: center;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hcs-title span {
    position: relative;
    padding: 0 24px;
}

@media print,
screen and (min-width: 40em) {
    .hcs-title span {
        padding: 24px;
        max-width: 80%;
    }
}

.hcs-title span:before,
.hcs-title span:after {
    content: '';
    width: 78.125rem;
    height: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 50%;
}

.hcs-title span:before {
    right: 100%;
}

.hcs-title span:after {
    left: 100%;
}

.home-compare-section__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
}

.home-compare-section__bg>img {
    display: block;
    min-width: 101%;
    min-height: 101%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

.home-compare-section__bg:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath fill='rgba(255, 255, 255, .15)' d='M0 0h2v2H0z'/%3E%3C/svg%3E"), rgba(45, 32, 102, 0.4);
    background-size: 4px 4px;
    z-index: 2;
}

.home-compare-section__bg:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, right top, left bottom, from(rgba(0, 0, 0, 0.6)), to(#000000));
    background: linear-gradient(to bottom left, rgba(0, 0, 0, 0.6), #000000);
    z-index: 3;
}


.home-compare-section {
    padding: 24px 0 40px;
    position: relative;
    overflow: hidden;
    color: #ACACB5;
}

.home-compare-section .section-title,
.home-compare-section .lined-section-title {
    color: #ffffff;
}

@media screen and (min-width: 80.625em) {
    .home-compare-section {
        padding-top: 440px;
        margin-top: -452px;
    }
}

/*
.home-compare__top {
  margin-bottom: 18px; }
  @media print, screen and (min-width: 64em) {
    .home-compare__top {
      margin-bottom: 28px; } }
*/
.home-compare-section .grid-margin-x>.cell:first-of-type {
    margin-top: 28px;
}


.home-compare__top .section-title {
    margin-bottom: 0;
}

.home-compare-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media print,
screen and (min-width: 40em) {
    .home-compare-list {
        margin-right: -10px;
    }
}

@media screen and (min-width: 78.125em) {
    .home-compare-list {
        margin-right: 0;
    }
}

.home-compare-card-cont {
    width: 100%;
}

@media print,
screen and (min-width: 40em) {
    .home-compare-card-cont {
        width: 50%;
    }
}

@media print,
screen and (min-width: 64em) {
    .home-compare-card-cont {
        width: 33.333%;
    }
}

@media screen and (min-width: 78.125em) {
    .home-compare-card-cont {
        width: 100%;
        min-height: 80px;
        margin-bottom: 12px;
        padding: 0;
    }
}

.home-compare-card {
    position: relative;
    background-color: #ffffff;
    border-radius: 8px;
    margin-bottom: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    padding: 12px;
}

@media screen and (min-width: 78.125em) {
    .home-compare-card {
        padding: 10px 24px 10px 110px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-radius: 10px 8px 8px 10px;
    }
}


.home-compare-section__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
}

.home-compare-section__bg>img {
    display: block;
    min-width: 101%;
    min-height: 101%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

.home-compare-section__bg:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath fill='rgba(255, 255, 255, .15)' d='M0 0h2v2H0z'/%3E%3C/svg%3E"), rgba(45, 32, 102, 0.4);
    background-size: 4px 4px;
    z-index: 2;
}

.home-compare-section__bg:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, right top, left bottom, from(rgba(0, 0, 0, 0.6)), to(#000000));
    background: linear-gradient(to bottom left, rgba(0, 0, 0, 0.6), #000000);
    z-index: 3;
}

.home-compare-card-cont:last-child {
    margin-bottom: 0px;
}

.home-compare-card:last-child {
    margin-bottom: 0px;
}

.home-compare-blocks {
    padding-top: 40px;
    display: flex;
    flex-wrap: wrap;
    margin-top: -20px;
    margin-left: -8px;
    margin-right: -8px;
}

.home-compare-block {
    margin-top: 20px;
    margin-left: 8px;
    margin-right: 8px;
    padding: 16px;
    border-radius: 8px;
    border: 1px solid rgba(240, 239, 248, 0.10);
    background: #16151C;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(25% - 16px);
    transition: 0.25s;
}

@media screen and (min-width: 992px) {
    a.home-compare-block:hover {
        background: #28272E;
    }
}

.home-compare-block-image {
    width: 36px;
    min-width: 36px;
    height: 36px;
    margin-right: 12px;
}

.home-compare-block-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.home-compare-block-title {
    color: #FFF;
    font-size: 15px;
    font-style: italic;
    font-weight: 700;
    margin-right: auto;
    line-height: 22px;
    text-transform: uppercase;
}

.home-compare-block:after {
    content:'';
    display: block;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iMTAiIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDAgMjApIiBmaWxsPSIjMjgyNzJFIi8+CjxwYXRoIGQ9Ik0xMi4yNTUxIDkuNjAyNzNMOS4wNjc1OCA2LjQxNTIzQzguODQ3MjcgNi4xOTQ5MiA4LjQ5MTAyIDYuMTk0OTIgOC4yNzMwNSA2LjQxNTIzTDcuNzQzMzYgNi45NDQ5MkM3LjUyMzA1IDcuMTY1MjMgNy41MjMwNSA3LjUyMTQ4IDcuNzQzMzYgNy43Mzk0NUwxMC4wMDI3IDkuOTk4ODNMNy43NDMzNiAxMi4yNTgyQzcuNTIzMDUgMTIuNDc4NSA3LjUyMzA1IDEyLjgzNDggNy43NDMzNiAxMy4wNTI3TDguMjcwNyAxMy41ODcxQzguNDkxMDIgMTMuODA3NCA4Ljg0NzI3IDEzLjgwNzQgOS4wNjUyMyAxMy41ODcxTDEyLjI1MjcgMTAuMzk5NkMxMi40NzU0IDEwLjE3OTMgMTIuNDc1NCA5LjgyMzA1IDEyLjI1NTEgOS42MDI3M1oiIGZpbGw9IiM5Nzk3QjIiLz4KPC9zdmc+Cg==");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    min-width: 20px;
    margin-left: 10px;
}

@media screen and (max-width: 1250px) {
    .home-compare-block {
        width: calc(50% - 16px);
    }
    .home-compare-card-cont {
        margin-bottom: 12px;
    }
}
@media screen and (max-width: 767px) {
    .home-compare-block {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 16px;
    }

    .home-compare-block:first-child {
        margin-top: 0px;
    }

    .home-compare-blocks {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        padding-top: 24px;
    }
    
    .home-compare-block-title {
        font-size: 16px;
        line-height: 22px;
        width: 220px;
        max-width: calc(100% - 78px);
    }

    .home-compare-section .hcc-footer {
        justify-content: flex-start !important;
    }

    .home-compare-section .hhc-all-button .button {
        margin-bottom: 0px !important;
    }

    .hcs-title {
        margin-bottom: 40px !important;
    }
}