.u-section-2 {
    background-image: none;
}

.u-black,
.u-body.u-black,
.u-container-style.u-black:before,
.u-table-alt-black tr:nth-child(even) {
    color: #ffffff;
    background-color: #000000;
}

.u-clearfix:after,
.u-clearfix:before {
    content: '';
    display: table;
}

.u-sheet:not(.u-image):not(.u-video) {
    pointer-events: none;
}

.u-section-2 .u-sheet-1 {
    min-height: 305px;
}

.u-valign-middle {
    justify-content: center;
}

.u-valign-middle,
.u-valign-top,
.u-valign-bottom {
    display: flex;
    flex-direction: column;
}

.u-sheet:not(.u-image):not(.u-video)>* {
    pointer-events: auto;
    pointer-events: initial;
}

.u-section-2 .u-list-1 {
    min-height: 245px;
    grid-gap: 10px;
    grid-template-columns: repeat(4, calc(25% - 7px));
    grid-template-rows: repeat(1, auto);
    width: 1140px;
    height: auto;
    margin: 30px auto 30px 0;
}

.u-repeater {
    display: grid;
    grid-template-columns: repeat(4, 25%);
}

.u-repeater-item {
    display: flex;
    position: relative;
}

.u-align-center {
    text-align: center;
}

.u-section-2 .u-container-layout-1 {
    padding: 30px;
}

.u-valign-middle {
    justify-content: center;
}

.u-valign-middle,
.u-valign-top,
.u-valign-bottom {
    display: flex;
    flex-direction: column;
}

.u-container-layout {
    position: relative;
    flex: 1;
    max-width: 100%;
}

.u-section-2 .u-text-1 {
    font-weight: 700;
    margin: 0 auto;
}

h4.u-title {
    font-weight: 400;
    font-size: 4.5rem;
    line-height: 1.1;
    margin-top: 20px;
    margin-bottom: 20px;
}

.u-text-palette-3-base,
a.u-button-style.u-text-palette-3-base,
a.u-button-style.u-text-palette-3-base[class*="u-border-"] {
    color: #f1c50e !important;
}

.u-text {
    word-wrap: break-word;
    position: relative;
}

.u-inner-container-layout,
.u-container-layout>* {
    position: relative;
}

.u-text-default {
    display: table;
}

p:not(.u-text-variant) {
    margin-top: 20px;
    margin-bottom: 20px;
}

.u-text {
    word-wrap: break-word;
    position: relative;
    font-size: 16px;
    margin: 20px 0 0;
}

.u-inner-container-layout,
.u-container-layout>* {
    position: relative;
}

@media (min-width: 1200px) {
    .u-sheet {
        width: 1140px;
    }

    .u-sheet {
        position: relative;
        width: 1140px;
        margin: 0 auto;
    }
}