.icon-buttons {
    position: relative;
    overflow-x: clip;
}

.icon-button {
    width: 100%;
}

.icon-button a {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color:  #ffffff;
    background-color: var(--brand-black);
    position: relative;
    padding: 15px 40px;
    overflow: hidden;
    text-decoration: none;
    border-top: 2px solid #464646;
}

.icon-button .button-icon {
    width: 18%;
}

.icon-button .button-icon i {
    font-size: 32px;
}

.icon-button .button-title {
    width: 100%;
}

.icon-button .button-title h5 {
    margin: 0;
    font-size: 22px;
    letter-spacing: 2px;
}

.icon-button .button-arrow span {
    padding: 5px;
    border: 1px solid transparent;
    background-color: var(--brand-yellow);
    border-radius: 50%;
}

.icon-button .button-arrow span i {
    color: var(--brand-black);
    font-size: 16px;
}

.icon-button a:hover .button-title h5 {
    color: var(--brand-yellow);
}

.icon-button a:hover .button-arrow span {
    background-color: var(--brand-black);
    border: 1px solid var(--brand-yellow);
}

.icon-button a:hover .button-arrow span i {
    color: var(--brand-yellow);
}

.icon-button a:hover:after {
    background-color: var(--brand-yellow);
}

.click-above {
    width: 100%;
    position: relative;
    padding-top: 24px;
    padding-bottom: 40px;
    text-align: left;
    margin-left: 16px;
}

.click-above-button {
    background-color: #f0f0f0;
    color: #838383;
    padding: 12px 24px;
    border-radius: 100px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    float: left;
}

.icon-buttons-wrapper .slick-slide {
    width: 200px!important;
    height: 260px;
    margin-right: 20px;
    margin-bottom: 24px;
    display: inline-block;
}

.icon-buttons-wrapper .slick-list {
    margin: 0;
}

.header-pattern  {
    width: 485px;
    position: absolute;
    right: -200px;
    top: -145px;
}

.homepage-header.pattern-off + .icon-buttons .header-pattern {
    display: none;
}

@media (min-width: 768px) {
    .icon-buttons-wrapper {
        padding-left: 32px;
        padding-right: 0;
        padding-top: 50px;
        text-align: left;
    }

    .icon-button {
        width: 200px;
        height: 260px;
        display: inline-block;
    }

    .icon-button a {
        height: 100%;
        justify-content: center;
        align-items: center;
        flex-flow: column;
        text-align: center;
        padding: 30px 20px;
        border-top: none;
    }

    .icon-button .button-icon {
        width: unset;
        height: 50%;
    }

    .icon-button .button-icon i {
        font-size: 48px;
    }

    .icon-button .button-title {
        height: 100%;
    }

    .icon-button .button-arrow {
        position: absolute;
        bottom: 28px;
        z-index: 1;
    }

    .icon-button a:after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 36px;
        background-color: #464646;
    }

    .header-pattern {
        width: 470px;
        top: -200px;
        right: 50px;
    }
}

@media (min-width: 1200px) {
    .icon-buttons-top-wrapper {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: 0 auto;
        padding-left: 16px;
        padding-right: 16px;
        max-width: 1890px;
    }

    .icon-buttons-wrapper {
        padding-top: 0;
        margin-top: -70px;
        text-align: center;
        padding-right: 0;
        padding-left: 0;
    }

    .icon-buttons-content-wrapper {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        position: relative;
    }

    .icon-buttons-content {
        width: 56%;
    }

    .icon-buttons-image {
        position: absolute;
        right: -24%;
    }

    .icon-button {
        margin-top: 20px;
        margin-left: 16px;
        margin-right: 16px;
    }

    .header-pattern {
        width: 620px;
        right: 220px;
        top: -195px;
    }
}

@media (min-width: 1366px) {
    .icon-buttons-image {
        right: -20%;
    }
}