@media (max-width: 575px) {
    .u-form-vertical .u-form-group {
        width: 100%
    }
}

@media (max-width: 575px) {
    .u-form-vertical .u-form-group.u-label-left {
        display: block
    }
}

@media (max-width: 767px) {
    .u-form-horizontal {
        flex-direction: column;
        align-items: stretch;
        margin: -0.5rem !important
    }

    .u-form-horizontal .u-form-group {
        border: .5rem solid transparent !important;
        margin-right: 0 !important
    }

    .u-form-horizontal label {
        display: none
    }

    .u-form-horizontal .u-btn-submit {
        flex-grow: 1
    }
}

@media (min-width: 1400px) {
    .u-progress-text-hidden-xxl .u-form-progress-inner {
        margin-bottom: 0
    }

    .u-progress-text-hidden-xxl .u-form-progress-text {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .u-xl-mode .u-progress-text-hidden-xl .u-form-progress-inner {
        margin-bottom: 0
    }

    .u-xl-mode .u-progress-text-hidden-xl .u-form-progress-text {
        display: none !important
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .u-xxl-mode .u-progress-text-hidden-xl .u-form-progress-inner {
        margin-bottom: 0
    }

    .u-xxl-mode .u-progress-text-hidden-xl .u-form-progress-text {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .u-progress-text-hidden-lg .u-form-progress-inner {
        margin-bottom: 0
    }

    .u-progress-text-hidden-lg .u-form-progress-text {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .u-progress-text-hidden-md .u-form-progress-inner {
        margin-bottom: 0
    }

    .u-progress-text-hidden-md .u-form-progress-text {
        display: none !important
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .u-progress-text-hidden-sm .u-form-progress-inner {
        margin-bottom: 0
    }

    .u-progress-text-hidden-sm .u-form-progress-text {
        display: none !important
    }
}

@media (max-width: 575px) {
    .u-progress-text-hidden-xs .u-form-progress-inner {
        margin-bottom: 0
    }

    .u-progress-text-hidden-xs .u-form-progress-text {
        display: none !important
    }
}

@media (min-width: 1400px) {
    .u-hidden-xxl {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .u-xl-mode .u-hidden-xl {
        display: none !important
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .u-xxl-mode .u-hidden-xl {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .u-hidden-lg {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .u-hidden-md {
        display: none !important
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .u-hidden-sm {
        display: none !important
    }
}

@media (max-width: 575px) {
    .u-hidden-xs {
        display: none !important
    }
}

@media (min-width: 1400px) {
    .u-text-default-xxl {
        display: table;
        align-self: flex-start;
        width: -webkit-fit-content;
        width: fit-content;
        width: -moz-fit-content
    }

    .u-text-default-xxl:empty {
        display: block;
        width: 15px
    }
}

@media (min-width: 1200px) {
    .u-xl-mode .u-text-default-xl {
        display: table;
        align-self: flex-start;
        width: -webkit-fit-content;
        width: fit-content;
        width: -moz-fit-content
    }

    .u-xl-mode .u-text-default-xl:empty {
        display: block;
        width: 15px
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .u-xxl-mode .u-text-default-xl {
        display: table;
        align-self: flex-start;
        width: -webkit-fit-content;
        width: fit-content;
        width: -moz-fit-content
    }

    .u-xxl-mode .u-text-default-xl:empty {
        display: block;
        width: 15px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .u-text-default-lg {
        display: table;
        align-self: flex-start;
        width: -webkit-fit-content;
        width: fit-content;
        width: -moz-fit-content
    }

    .u-text-default-lg:empty {
        display: block;
        width: 15px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .u-text-default-md {
        display: table;
        align-self: flex-start;
        width: -webkit-fit-content;
        width: fit-content;
        width: -moz-fit-content
    }

    .u-text-default-md:empty {
        display: block;
        width: 15px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .u-text-default-sm {
        display: table;
        align-self: flex-start;
        width: -webkit-fit-content;
        width: fit-content;
        width: -moz-fit-content
    }

    .u-text-default-sm:empty {
        display: block;
        width: 15px
    }
}

@media (max-width: 575px) {
    .u-text-default-xs {
        display: table;
        align-self: flex-start;
        width: -webkit-fit-content;
        width: fit-content;
        width: -moz-fit-content
    }

    .u-text-default-xs:empty {
        display: block;
        width: 15px
    }
}

@media (min-width: 1400px) {
    .u-sheet {
        width: var(--theme-sheet-width-xxl) !important
    }
}

@media (min-width: 1200px) {
    .u-xl-mode .u-sheet {
        width: var(--theme-sheet-width-xl) !important
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .u-xxl-mode .u-sheet {
        width: var(--theme-sheet-width-xl) !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .u-sheet {
        width: var(--theme-sheet-width-lg) !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .u-sheet {
        width: var(--theme-sheet-width-md) !important
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .u-sheet {
        width: var(--theme-sheet-width-sm) !important
    }
}

@media (max-width: 575px) {
    .u-sheet {
        width: var(--theme-sheet-width-xs) !important
    }
}

@media (min-width: 1400px) {
    .u-expanded-width-xxl {
        width: 100% !important
    }
}

@media (min-width: 1200px) {
    .u-xl-mode .u-expanded-width-xl {
        width: 100% !important
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .u-xxl-mode .u-expanded-width-xl {
        width: 100% !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .u-expanded-width-lg {
        width: 100% !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .u-expanded-width-md {
        width: 100% !important
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .u-expanded-width-sm {
        width: 100% !important
    }
}

@media (max-width: 575px) {
    .u-expanded-width-xs {
        width: 100% !important
    }
}

@media (min-width: 1400px) {
    .u-expanded-width:not(.custom-expanded) -xxl {
        margin-left: 0 !important;
        margin-right: 0 !important
    }
}

@media (min-width: 1200px) {
    .u-xl-mode .u-expanded-width:not(.custom-expanded) -xl {
        margin-left: 0 !important;
        margin-right: 0 !important
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .u-xxl-mode .u-expanded-width:not(.custom-expanded) -xl {
        margin-left: 0 !important;
        margin-right: 0 !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .u-expanded-width:not(.custom-expanded) -lg {
        margin-left: 0 !important;
        margin-right: 0 !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .u-expanded-width:not(.custom-expanded) -md {
        margin-left: 0 !important;
        margin-right: 0 !important
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .u-expanded-width:not(.custom-expanded) -sm {
        margin-left: 0 !important;
        margin-right: 0 !important
    }
}

@media (max-width: 575px) {
    .u-expanded-width:not(.custom-expanded) -xs {
        margin-left: 0 !important;
        margin-right: 0 !important
    }
}

@media (min-width: 1400px) {
    .u-expanded-height-xxl {
        position: absolute !important;
        height: 100% !important
    }
}

@media (min-width: 1200px) {
    .u-xl-mode .u-expanded-height-xl {
        position: absolute !important;
        height: 100% !important
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .u-xxl-mode .u-expanded-height-xl {
        position: absolute !important;
        height: 100% !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .u-expanded-height-lg {
        position: absolute !important;
        height: 100% !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .u-expanded-height-md {
        position: absolute !important;
        height: 100% !important
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .u-expanded-height-sm {
        position: absolute !important;
        height: 100% !important
    }
}

@media (max-width: 575px) {
    .u-expanded-height-xs {
        position: absolute !important;
        height: 100% !important
    }
}

@media (min-width: 1400px) {
    .u-expanded-height:not(.custom-expanded) -xxl {
        top: 0 !important
    }
}

@media (min-width: 1200px) {
    .u-xl-mode .u-expanded-height:not(.custom-expanded) -xl {
        top: 0 !important
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .u-xxl-mode .u-expanded-height:not(.custom-expanded) -xl {
        top: 0 !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .u-expanded-height:not(.custom-expanded) -lg {
        top: 0 !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .u-expanded-height:not(.custom-expanded) -md {
        top: 0 !important
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .u-expanded-height:not(.custom-expanded) -sm {
        top: 0 !important
    }
}

@media (max-width: 575px) {
    .u-expanded-height:not(.custom-expanded) -xs {
        top: 0 !important
    }
}

@media (min-width: 1400px) {
    .u-valign-middle-xxl, .u-valign-top-xxl, .u-valign-bottom-xxl {
        display: flex;
        flex-direction: column
    }
}

@media (min-width: 1200px) {
    .u-xl-mode .u-valign-middle-xl, .u-xl-mode .u-valign-top-xl, .u-xl-mode .u-valign-bottom-xl {
        display: flex;
        flex-direction: column
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .u-xxl-mode .u-valign-middle-xl, .u-xxl-mode .u-valign-top-xl, .u-xxl-mode .u-valign-bottom-xl {
        display: flex;
        flex-direction: column
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .u-valign-middle-lg, .u-valign-top-lg, .u-valign-bottom-lg {
        display: flex;
        flex-direction: column
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .u-valign-middle-md, .u-valign-top-md, .u-valign-bottom-md {
        display: flex;
        flex-direction: column
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .u-valign-middle-sm, .u-valign-top-sm, .u-valign-bottom-sm {
        display: flex;
        flex-direction: column
    }
}

@media (max-width: 575px) {
    .u-valign-middle-xs, .u-valign-top-xs, .u-valign-bottom-xs {
        display: flex;
        flex-direction: column
    }
}

@media (min-width: 1400px) {
    .u-valign-middle-xxl {
        justify-content: center
    }
}

@media (min-width: 1200px) {
    .u-xl-mode .u-valign-middle-xl {
        justify-content: center
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .u-xxl-mode .u-valign-middle-xl {
        justify-content: center
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .u-valign-middle-lg {
        justify-content: center
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .u-valign-middle-md {
        justify-content: center
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .u-valign-middle-sm {
        justify-content: center
    }
}

@media (max-width: 575px) {
    .u-valign-middle-xs {
        justify-content: center
    }
}

@media (min-width: 1400px) {
    .u-valign-top-xxl {
        justify-content: flex-start
    }
}

@media (min-width: 1200px) {
    .u-xl-mode .u-valign-top-xl {
        justify-content: flex-start
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .u-xxl-mode .u-valign-top-xl {
        justify-content: flex-start
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .u-valign-top-lg {
        justify-content: flex-start
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .u-valign-top-md {
        justify-content: flex-start
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .u-valign-top-sm {
        justify-content: flex-start
    }
}

@media (max-width: 575px) {
    .u-valign-top-xs {
        justify-content: flex-start
    }
}

@media (min-width: 1400px) {
    .u-valign-bottom-xxl {
        justify-content: flex-end
    }
}

@media (min-width: 1200px) {
    .u-xl-mode .u-valign-bottom-xl {
        justify-content: flex-end
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .u-xxl-mode .u-valign-bottom-xl {
        justify-content: flex-end
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .u-valign-bottom-lg {
        justify-content: flex-end
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .u-valign-bottom-md {
        justify-content: flex-end
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .u-valign-bottom-sm {
        justify-content: flex-end
    }
}

@media (max-width: 575px) {
    .u-valign-bottom-xs {
        justify-content: flex-end
    }
}

@media (max-width: 767px) {
    :not(.u-sheet) > [class*="u-gutter-"]:not(.u-gutter-0).u-expanded-width {
        overflow: hidden
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .u-layout-wrap:not(.u-layout-custom-sm) .u-layout-row > * {
        min-width: 100%
    }

    .u-layout-wrap:not(.u-layout-custom-sm) .u-layout {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .u-layout-wrap:not(.u-layout-custom-sm) .u-layout .u-layout-cell {
        border-left: 0 !important;
        border-right: 0 !important
    }

    .u-absolute-hcenter, .u-absolute-hcenter-sm {
        max-width: 100%
    }
}

@media (max-width: 575px) {
    .u-layout-wrap:not(.u-layout-custom-xs) .u-layout-row > * {
        min-width: 100%
    }

    .u-layout-wrap:not(.u-layout-custom-xs) .u-layout {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .u-layout-wrap:not(.u-layout-custom-xs) .u-layout .u-layout-cell {
        border-left: 0 !important;
        border-right: 0 !important
    }

    .u-absolute-hcenter, .u-absolute-hcenter-xs {
        max-width: 100%
    }
}

@media (min-width: 1400px) {
    .u-layout-row > .u-size-60-xxl {
        flex: 0 0 100%;
        max-width: 100%;
        min-width: 100%
    }

    .u-layout-col > .u-size-60-xxl {
        flex: 60 0 auto
    }

    .u-layout-row > .u-size-59-xxl {
        flex: 0 0 98.33333333%;
        max-width: 98.33333333%;
        min-width: 98.33333333%
    }

    .u-layout-col > .u-size-59-xxl {
        flex: 59 0 auto
    }

    .u-layout-row > .u-size-58-xxl {
        flex: 0 0 96.66666667%;
        max-width: 96.66666667%;
        min-width: 96.66666667%
    }

    .u-layout-col > .u-size-58-xxl {
        flex: 58 0 auto
    }

    .u-layout-row > .u-size-57-xxl {
        flex: 0 0 95%;
        max-width: 95%;
        min-width: 95%
    }

    .u-layout-col > .u-size-57-xxl {
        flex: 57 0 auto
    }

    .u-layout-row > .u-size-56-xxl {
        flex: 0 0 93.33333333%;
        max-width: 93.33333333%;
        min-width: 93.33333333%
    }

    .u-layout-col > .u-size-56-xxl {
        flex: 56 0 auto
    }

    .u-layout-row > .u-size-55-xxl {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%;
        min-width: 91.66666667%
    }

    .u-layout-col > .u-size-55-xxl {
        flex: 55 0 auto
    }

    .u-layout-row > .u-size-54-xxl {
        flex: 0 0 90%;
        max-width: 90%;
        min-width: 90%
    }

    .u-layout-col > .u-size-54-xxl {
        flex: 54 0 auto
    }

    .u-layout-row > .u-size-53-xxl {
        flex: 0 0 88.33333333%;
        max-width: 88.33333333%;
        min-width: 88.33333333%
    }

    .u-layout-col > .u-size-53-xxl {
        flex: 53 0 auto
    }

    .u-layout-row > .u-size-52-xxl {
        flex: 0 0 86.66666667%;
        max-width: 86.66666667%;
        min-width: 86.66666667%
    }

    .u-layout-col > .u-size-52-xxl {
        flex: 52 0 auto
    }

    .u-layout-row > .u-size-51-xxl {
        flex: 0 0 85%;
        max-width: 85%;
        min-width: 85%
    }

    .u-layout-col > .u-size-51-xxl {
        flex: 51 0 auto
    }

    .u-layout-row > .u-size-50-xxl {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
        min-width: 83.33333333%
    }

    .u-layout-col > .u-size-50-xxl {
        flex: 50 0 auto
    }

    .u-layout-row > .u-size-49-xxl {
        flex: 0 0 81.66666667%;
        max-width: 81.66666667%;
        min-width: 81.66666667%
    }

    .u-layout-col > .u-size-49-xxl {
        flex: 49 0 auto
    }

    .u-layout-row > .u-size-48-xxl {
        flex: 0 0 80%;
        max-width: 80%;
        min-width: 80%
    }

    .u-layout-col > .u-size-48-xxl {
        flex: 48 0 auto
    }

    .u-layout-row > .u-size-47-xxl {
        flex: 0 0 78.33333333%;
        max-width: 78.33333333%;
        min-width: 78.33333333%
    }

    .u-layout-col > .u-size-47-xxl {
        flex: 47 0 auto
    }

    .u-layout-row > .u-size-46-xxl {
        flex: 0 0 76.66666667%;
        max-width: 76.66666667%;
        min-width: 76.66666667%
    }

    .u-layout-col > .u-size-46-xxl {
        flex: 46 0 auto
    }

    .u-layout-row > .u-size-45-xxl {
        flex: 0 0 75%;
        max-width: 75%;
        min-width: 75%
    }

    .u-layout-col > .u-size-45-xxl {
        flex: 45 0 auto
    }

    .u-layout-row > .u-size-44-xxl {
        flex: 0 0 73.33333333%;
        max-width: 73.33333333%;
        min-width: 73.33333333%
    }

    .u-layout-col > .u-size-44-xxl {
        flex: 44 0 auto
    }

    .u-layout-row > .u-size-43-xxl {
        flex: 0 0 71.66666667%;
        max-width: 71.66666667%;
        min-width: 71.66666667%
    }

    .u-layout-col > .u-size-43-xxl {
        flex: 43 0 auto
    }

    .u-layout-row > .u-size-42-xxl {
        flex: 0 0 70%;
        max-width: 70%;
        min-width: 70%
    }

    .u-layout-col > .u-size-42-xxl {
        flex: 42 0 auto
    }

    .u-layout-row > .u-size-41-xxl {
        flex: 0 0 68.33333333%;
        max-width: 68.33333333%;
        min-width: 68.33333333%
    }

    .u-layout-col > .u-size-41-xxl {
        flex: 41 0 auto
    }

    .u-layout-row > .u-size-40-xxl {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
        min-width: 66.66666667%
    }

    .u-layout-col > .u-size-40-xxl {
        flex: 40 0 auto
    }

    .u-layout-row > .u-size-39-xxl {
        flex: 0 0 65%;
        max-width: 65%;
        min-width: 65%
    }

    .u-layout-col > .u-size-39-xxl {
        flex: 39 0 auto
    }

    .u-layout-row > .u-size-38-xxl {
        flex: 0 0 63.33333333%;
        max-width: 63.33333333%;
        min-width: 63.33333333%
    }

    .u-layout-col > .u-size-38-xxl {
        flex: 38 0 auto
    }

    .u-layout-row > .u-size-37-xxl {
        flex: 0 0 61.66666667%;
        max-width: 61.66666667%;
        min-width: 61.66666667%
    }

    .u-layout-col > .u-size-37-xxl {
        flex: 37 0 auto
    }

    .u-layout-row > .u-size-36-xxl {
        flex: 0 0 60%;
        max-width: 60%;
        min-width: 60%
    }

    .u-layout-col > .u-size-36-xxl {
        flex: 36 0 auto
    }

    .u-layout-row > .u-size-35-xxl {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%;
        min-width: 58.33333333%
    }

    .u-layout-col > .u-size-35-xxl {
        flex: 35 0 auto
    }

    .u-layout-row > .u-size-34-xxl {
        flex: 0 0 56.66666667%;
        max-width: 56.66666667%;
        min-width: 56.66666667%
    }

    .u-layout-col > .u-size-34-xxl {
        flex: 34 0 auto
    }

    .u-layout-row > .u-size-33-xxl {
        flex: 0 0 55%;
        max-width: 55%;
        min-width: 55%
    }

    .u-layout-col > .u-size-33-xxl {
        flex: 33 0 auto
    }

    .u-layout-row > .u-size-32-xxl {
        flex: 0 0 53.33333333%;
        max-width: 53.33333333%;
        min-width: 53.33333333%
    }

    .u-layout-col > .u-size-32-xxl {
        flex: 32 0 auto
    }

    .u-layout-row > .u-size-31-xxl {
        flex: 0 0 51.66666667%;
        max-width: 51.66666667%;
        min-width: 51.66666667%
    }

    .u-layout-col > .u-size-31-xxl {
        flex: 31 0 auto
    }

    .u-layout-row > .u-size-30-xxl {
        flex: 0 0 50%;
        max-width: 50%;
        min-width: 50%
    }

    .u-layout-col > .u-size-30-xxl {
        flex: 30 0 auto
    }

    .u-layout-row > .u-size-29-xxl {
        flex: 0 0 48.33333333%;
        max-width: 48.33333333%;
        min-width: 48.33333333%
    }

    .u-layout-col > .u-size-29-xxl {
        flex: 29 0 auto
    }

    .u-layout-row > .u-size-28-xxl {
        flex: 0 0 46.66666667%;
        max-width: 46.66666667%;
        min-width: 46.66666667%
    }

    .u-layout-col > .u-size-28-xxl {
        flex: 28 0 auto
    }

    .u-layout-row > .u-size-27-xxl {
        flex: 0 0 45%;
        max-width: 45%;
        min-width: 45%
    }

    .u-layout-col > .u-size-27-xxl {
        flex: 27 0 auto
    }

    .u-layout-row > .u-size-26-xxl {
        flex: 0 0 43.33333333%;
        max-width: 43.33333333%;
        min-width: 43.33333333%
    }

    .u-layout-col > .u-size-26-xxl {
        flex: 26 0 auto
    }

    .u-layout-row > .u-size-25-xxl {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
        min-width: 41.66666667%
    }

    .u-layout-col > .u-size-25-xxl {
        flex: 25 0 auto
    }

    .u-layout-row > .u-size-24-xxl {
        flex: 0 0 40%;
        max-width: 40%;
        min-width: 40%
    }

    .u-layout-col > .u-size-24-xxl {
        flex: 24 0 auto
    }

    .u-layout-row > .u-size-23-xxl {
        flex: 0 0 38.33333333%;
        max-width: 38.33333333%;
        min-width: 38.33333333%
    }

    .u-layout-col > .u-size-23-xxl {
        flex: 23 0 auto
    }

    .u-layout-row > .u-size-22-xxl {
        flex: 0 0 36.66666667%;
        max-width: 36.66666667%;
        min-width: 36.66666667%
    }

    .u-layout-col > .u-size-22-xxl {
        flex: 22 0 auto
    }

    .u-layout-row > .u-size-21-xxl {
        flex: 0 0 35%;
        max-width: 35%;
        min-width: 35%
    }

    .u-layout-col > .u-size-21-xxl {
        flex: 21 0 auto
    }

    .u-layout-row > .u-size-20-xxl {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
        min-width: 33.33333333%
    }

    .u-layout-col > .u-size-20-xxl {
        flex: 20 0 auto
    }

    .u-layout-row > .u-size-19-xxl {
        flex: 0 0 31.66666667%;
        max-width: 31.66666667%;
        min-width: 31.66666667%
    }

    .u-layout-col > .u-size-19-xxl {
        flex: 19 0 auto
    }

    .u-layout-row > .u-size-18-xxl {
        flex: 0 0 30%;
        max-width: 30%;
        min-width: 30%
    }

    .u-layout-col > .u-size-18-xxl {
        flex: 18 0 auto
    }

    .u-layout-row > .u-size-17-xxl {
        flex: 0 0 28.33333333%;
        max-width: 28.33333333%;
        min-width: 28.33333333%
    }

    .u-layout-col > .u-size-17-xxl {
        flex: 17 0 auto
    }

    .u-layout-row > .u-size-16-xxl {
        flex: 0 0 26.66666667%;
        max-width: 26.66666667%;
        min-width: 26.66666667%
    }

    .u-layout-col > .u-size-16-xxl {
        flex: 16 0 auto
    }

    .u-layout-row > .u-size-15-xxl {
        flex: 0 0 25%;
        max-width: 25%;
        min-width: 25%
    }

    .u-layout-col > .u-size-15-xxl {
        flex: 15 0 auto
    }

    .u-layout-row > .u-size-14-xxl {
        flex: 0 0 23.33333333%;
        max-width: 23.33333333%;
        min-width: 23.33333333%
    }

    .u-layout-col > .u-size-14-xxl {
        flex: 14 0 auto
    }

    .u-layout-row > .u-size-13-xxl {
        flex: 0 0 21.66666667%;
        max-width: 21.66666667%;
        min-width: 21.66666667%
    }

    .u-layout-col > .u-size-13-xxl {
        flex: 13 0 auto
    }

    .u-layout-row > .u-size-12-xxl {
        flex: 0 0 20%;
        max-width: 20%;
        min-width: 20%
    }

    .u-layout-col > .u-size-12-xxl {
        flex: 12 0 auto
    }

    .u-layout-row > .u-size-11-xxl {
        flex: 0 0 18.33333333%;
        max-width: 18.33333333%;
        min-width: 18.33333333%
    }

    .u-layout-col > .u-size-11-xxl {
        flex: 11 0 auto
    }

    .u-layout-row > .u-size-10-xxl {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
        min-width: 16.66666667%
    }

    .u-layout-col > .u-size-10-xxl {
        flex: 10 0 auto
    }

    .u-layout-row > .u-size-9-xxl {
        flex: 0 0 15%;
        max-width: 15%;
        min-width: 15%
    }

    .u-layout-col > .u-size-9-xxl {
        flex: 9 0 auto
    }

    .u-layout-row > .u-size-8-xxl {
        flex: 0 0 13.33333333%;
        max-width: 13.33333333%;
        min-width: 13.33333333%
    }

    .u-layout-col > .u-size-8-xxl {
        flex: 8 0 auto
    }

    .u-layout-row > .u-size-7-xxl {
        flex: 0 0 11.66666667%;
        max-width: 11.66666667%;
        min-width: 11.66666667%
    }

    .u-layout-col > .u-size-7-xxl {
        flex: 7 0 auto
    }

    .u-layout-row > .u-size-6-xxl {
        flex: 0 0 10%;
        max-width: 10%;
        min-width: 10%
    }

    .u-layout-col > .u-size-6-xxl {
        flex: 6 0 auto
    }

    .u-layout-row > .u-size-5-xxl {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%;
        min-width: 8.33333333%
    }

    .u-layout-col > .u-size-5-xxl {
        flex: 5 0 auto
    }

    .u-layout-row > .u-size-4-xxl {
        flex: 0 0 6.66666667%;
        max-width: 6.66666667%;
        min-width: 6.66666667%
    }

    .u-layout-col > .u-size-4-xxl {
        flex: 4 0 auto
    }

    .u-layout-row > .u-size-3-xxl {
        flex: 0 0 5%;
        max-width: 5%;
        min-width: 5%
    }

    .u-layout-col > .u-size-3-xxl {
        flex: 3 0 auto
    }

    .u-layout-row > .u-size-2-xxl {
        flex: 0 0 3.33333333%;
        max-width: 3.33333333%;
        min-width: 3.33333333%
    }

    .u-layout-col > .u-size-2-xxl {
        flex: 2 0 auto
    }

    .u-layout-row > .u-size-1-xxl {
        flex: 0 0 1.66666667%;
        max-width: 1.66666667%;
        min-width: 1.66666667%
    }

    .u-layout-col > .u-size-1-xxl {
        flex: 1 0 auto
    }

    .u-layout-row > .u-size-0-xxl {
        flex: 0 0 0%;
        max-width: 0%;
        min-width: 0%
    }

    .u-layout-col > .u-size-0-xxl {
        flex: 0 0 auto
    }
}

@media (min-width: 1200px) {
    .u-xl-mode .u-layout-row > .u-size-60-xl {
        flex: 0 0 100%;
        max-width: 100%;
        min-width: 100%
    }

    .u-xl-mode .u-layout-col > .u-size-60-xl {
        flex: 60 0 auto
    }

    .u-xl-mode .u-layout-row > .u-size-59-xl {
        flex: 0 0 98.33333333%;
        max-width: 98.33333333%;
        min-width: 98.33333333%
    }

    .u-xl-mode .u-layout-col > .u-size-59-xl {
        flex: 59 0 auto
    }

    .u-xl-mode .u-layout-row > .u-size-58-xl {
        flex: 0 0 96.66666667%;
        max-width: 96.66666667%;
        min-width: 96.66666667%
    }

    .u-xl-mode .u-layout-col > .u-size-58-xl {
        flex: 58 0 auto
    }

    .u-xl-mode .u-layout-row > .u-size-57-xl {
        flex: 0 0 95%;
        max-width: 95%;
        min-width: 95%
    }

    .u-xl-mode .u-layout-col > .u-size-57-xl {
        flex: 57 0 auto
    }

    .u-xl-mode .u-layout-row > .u-size-56-xl {
        flex: 0 0 93.33333333%;
        max-width: 93.33333333%;
        min-width: 93.33333333%
    }

    .u-xl-mode .u-layout-col > .u-size-56-xl {
        flex: 56 0 auto
    }

    .u-xl-mode .u-layout-row > .u-size-55-xl {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%;
        min-width: 91.66666667%
    }

    .u-xl-mode .u-layout-col > .u-size-55-xl {
        flex: 55 0 auto
    }

    .u-xl-mode .u-layout-row > .u-size-54-xl {
        flex: 0 0 90%;
        max-width: 90%;
        min-width: 90%
    }

    .u-xl-mode .u-layout-col > .u-size-54-xl {
        flex: 54 0 auto
    }

    .u-xl-mode .u-layout-row > .u-size-53-xl {
        flex: 0 0 88.33333333%;
        max-width: 88.33333333%;
        min-width: 88.33333333%
    }

    .u-xl-mode .u-layout-col > .u-size-53-xl {
        flex: 53 0 auto
    }

    .u-xl-mode .u-layout-row > .u-size-52-xl {
        flex: 0 0 86.66666667%;
        max-width: 86.66666667%;
        min-width: 86.66666667%
    }

    .u-xl-mode .u-layout-col > .u-size-52-xl {
        flex: 52 0 auto
    }

    .u-xl-mode .u-layout-row > .u-size-51-xl {
        flex: 0 0 85%;
        max-width: 85%;
        min-width: 85%
    }

    .u-xl-mode .u-layout-col > .u-size-51-xl {
        flex: 51 0 auto
    }

    .u-xl-mode .u-layout-row > .u-size-50-xl {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
        min-width: 83.33333333%
    }

    .u-xl-mode .u-layout-col > .u-size-50-xl {
        flex: 50 0 auto
    }

    .u-xl-mode .u-layout-row > .u-size-49-xl {
        flex: 0 0 81.66666667%;
        max-width: 81.66666667%;
        min-width: 81.66666667%
    }

    .u-xl-mode .u-layout-col > .u-size-49-xl {
        flex: 49 0 auto
    }

    .u-xl-mode .u-layout-row > .u-size-48-xl {
        flex: 0 0 80%;
        max-width: 80%;
        min-width: 80%
    }

    .u-xl-mode .u-layout-col > .u-size-48-xl {
        flex: 48 0 auto
    }

    .u-xl-mode .u-layout-row > .u-size-47-xl {
        flex: 0 0 78.33333333%;
        max-width: 78.33333333%;
        min-width: 78.33333333%
    }

    .u-xl-mode .u-layout-col > .u-size-47-xl {
        flex: 47 0 auto
    }

    .u-xl-mode .u-layout-row > .u-size-46-xl {
        flex: 0 0 76.66666667%;
        max-width: 76.66666667%;
        min-width: 76.66666667%
    }

    .u-xl-mode .u-layout-col > .u-size-46-xl {
        flex: 46 0 auto
    }

    .u-xl-mode .u-layout-row > .u-size-45-xl {
        flex: 0 0 75%;
        max-width: 75%;
        min-width: 75%
    }

    .u-xl-mode .u-layout-col > .u-size-45-xl {
        flex: 45 0 auto
    }

    .u-xl-mode .u-layout-row > .u-size-44-xl {
        flex: 0 0 73.33333333%;
        max-width: 73.33333333%;
        min-width: 73.33333333%
    }

    .u-xl-mode .u-layout-col > .u-size-44-xl {
        flex: 44 0 auto
    }

    .u-xl-mode .u-layout-row > .u-size-43-xl {
        flex: 0 0 71.66666667%;
        max-width: 71.66666667%;
        min-width: 71.66666667%
    }

    .u-xl-mode .u-layout-col > .u-size-43-xl {
        flex: 43 0 auto
    }

    .u-xl-mode .u-layout-row > .u-size-42-xl {
        flex: 0 0 70%;
        max-width: 70%;
        min-width: 70%
    }

    .u-xl-mode .u-layout-col > .u-size-42-xl {
        flex: 42 0 auto
    }

    .u-xl-mode .u-layout-row > .u-size-41-xl {
        flex: 0 0 68.33333333%;
        max-width: 68.33333333%;
        min-width: 68.33333333%
    }

    .u-xl-mode .u-layout-col > .u-size-41-xl {
        flex: 41 0 auto
    }

    .u-xl-mode .u-layout-row > .u-size-40-xl {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
        min-width: 66.66666667%
    }

    .u-xl-mode .u-layout-col > .u-size-40-xl {
        flex: 40 0 auto
    }

    .u-xl-mode .u-layout-row > .u-size-39-xl {
        flex: 0 0 65%;
        max-width: 65%;
        min-width: 65%
    }

    .u-xl-mode .u-layout-col > .u-size-39-xl {
        flex: 39 0 auto
    }

    .u-xl-mode .u-layout-row > .u-size-38-xl {
        flex: 0 0 63.33333333%;
        max-width: 63.33333333%;
        min-width: 63.33333333%
    }

    .u-xl-mode .u-layout-col > .u-size-38-xl {
        flex: 38 0 auto
    }

    .u-xl-mode .u-layout-row > .u-size-37-xl {
        flex: 0 0 61.66666667%;
        max-width: 61.66666667%;
        min-width: 61.66666667%
    }

    .u-xl-mode .u-layout-col > .u-size-37-xl {
        flex: 37 0 auto
    }

    .u-xl-mode .u-layout-row > .u-size-36-xl {
        flex: 0 0 60%;
        max-width: 60%;
        min-width: 60%
    }

    .u-xl-mode .u-layout-col > .u-size-36-xl {
        flex: 36 0 auto
    }

    .u-xl-mode .u-layout-row > .u-size-35-xl {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%;
        min-width: 58.33333333%
    }

    .u-xl-mode .u-layout-col > .u-size-35-xl {
        flex: 35 0 auto
    }

    .u-xl-mode .u-layout-row > .u-size-34-xl {
        flex: 0 0 56.66666667%;
        max-width: 56.66666667%;
        min-width: 56.66666667%
    }

    .u-xl-mode .u-layout-col > .u-size-34-xl {
        flex: 34 0 auto
    }

    .u-xl-mode .u-layout-row > .u-size-33-xl {
        flex: 0 0 55%;
        max-width: 55%;
        min-width: 55%
    }

    .u-xl-mode .u-layout-col > .u-size-33-xl {
        flex: 33 0 auto
    }

    .u-xl-mode .u-layout-row > .u-size-32-xl {
        flex: 0 0 53.33333333%;
        max-width: 53.33333333%;
        min-width: 53.33333333%
    }

    .u-xl-mode .u-layout-col > .u-size-32-xl {
        flex: 32 0 auto
    }

    .u-xl-mode .u-layout-row > .u-size-31-xl {
        flex: 0 0 51.66666667%;
        max-width: 51.66666667%;
        min-width: 51.66666667%
    }

    .u-xl-mode .u-layout-col > .u-size-31-xl {
        flex: 31 0 auto
    }

    .u-xl-mode .u-layout-row > .u-size-30-xl {
        flex: 0 0 50%;
        max-width: 50%;
        min-width: 50%
    }

    .u-xl-mode .u-layout-col > .u-size-30-xl {
        flex: 30 0 auto
    }

    .u-xl-mode .u-layout-row > .u-size-29-xl {
        flex: 0 0 48.33333333%;
        max-width: 48.33333333%;
        min-width: 48.33333333%
    }

    .u-xl-mode .u-layout-col > .u-size-29-xl {
        flex: 29 0 auto
    }

    .u-xl-mode .u-layout-row > .u-size-28-xl {
        flex: 0 0 46.66666667%;
        max-width: 46.66666667%;
        min-width: 46.66666667%
    }

    .u-xl-mode .u-layout-col > .u-size-28-xl {
        flex: 28 0 auto
    }

    .u-xl-mode .u-layout-row > .u-size-27-xl {
        flex: 0 0 45%;
        max-width: 45%;
        min-width: 45%
    }

    .u-xl-mode .u-layout-col > .u-size-27-xl {
        flex: 27 0 auto
    }

    .u-xl-mode .u-layout-row > .u-size-26-xl {
        flex: 0 0 43.33333333%;
        max-width: 43.33333333%;
        min-width: 43.33333333%
    }

    .u-xl-mode .u-layout-col > .u-size-26-xl {
        flex: 26 0 auto
    }

    .u-xl-mode .u-layout-row > .u-size-25-xl {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
        min-width: 41.66666667%
    }

    .u-xl-mode .u-layout-col > .u-size-25-xl {
        flex: 25 0 auto
    }

    .u-xl-mode .u-layout-row > .u-size-24-xl {
        flex: 0 0 40%;
        max-width: 40%;
        min-width: 40%
    }

    .u-xl-mode .u-layout-col > .u-size-24-xl {
        flex: 24 0 auto
    }

    .u-xl-mode .u-layout-row > .u-size-23-xl {
        flex: 0 0 38.33333333%;
        max-width: 38.33333333%;
        min-width: 38.33333333%
    }

    .u-xl-mode .u-layout-col > .u-size-23-xl {
        flex: 23 0 auto
    }

    .u-xl-mode .u-layout-row > .u-size-22-xl {
        flex: 0 0 36.66666667%;
        max-width: 36.66666667%;
        min-width: 36.66666667%
    }

    .u-xl-mode .u-layout-col > .u-size-22-xl {
        flex: 22 0 auto
    }

    .u-xl-mode .u-layout-row > .u-size-21-xl {
        flex: 0 0 35%;
        max-width: 35%;
        min-width: 35%
    }

    .u-xl-mode .u-layout-col > .u-size-21-xl {
        flex: 21 0 auto
    }

    .u-xl-mode .u-layout-row > .u-size-20-xl {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
        min-width: 33.33333333%
    }

    .u-xl-mode .u-layout-col > .u-size-20-xl {
        flex: 20 0 auto
    }

    .u-xl-mode .u-layout-row > .u-size-19-xl {
        flex: 0 0 31.66666667%;
        max-width: 31.66666667%;
        min-width: 31.66666667%
    }

    .u-xl-mode .u-layout-col > .u-size-19-xl {
        flex: 19 0 auto
    }

    .u-xl-mode .u-layout-row > .u-size-18-xl {
        flex: 0 0 30%;
        max-width: 30%;
        min-width: 30%
    }

    .u-xl-mode .u-layout-col > .u-size-18-xl {
        flex: 18 0 auto
    }

    .u-xl-mode .u-layout-row > .u-size-17-xl {
        flex: 0 0 28.33333333%;
        max-width: 28.33333333%;
        min-width: 28.33333333%
    }

    .u-xl-mode .u-layout-col > .u-size-17-xl {
        flex: 17 0 auto
    }

    .u-xl-mode .u-layout-row > .u-size-16-xl {
        flex: 0 0 26.66666667%;
        max-width: 26.66666667%;
        min-width: 26.66666667%
    }

    .u-xl-mode .u-layout-col > .u-size-16-xl {
        flex: 16 0 auto
    }

    .u-xl-mode .u-layout-row > .u-size-15-xl {
        flex: 0 0 25%;
        max-width: 25%;
        min-width: 25%
    }

    .u-xl-mode .u-layout-col > .u-size-15-xl {
        flex: 15 0 auto
    }

    .u-xl-mode .u-layout-row > .u-size-14-xl {
        flex: 0 0 23.33333333%;
        max-width: 23.33333333%;
        min-width: 23.33333333%
    }

    .u-xl-mode .u-layout-col > .u-size-14-xl {
        flex: 14 0 auto
    }

    .u-xl-mode .u-layout-row > .u-size-13-xl {
        flex: 0 0 21.66666667%;
        max-width: 21.66666667%;
        min-width: 21.66666667%
    }

    .u-xl-mode .u-layout-col > .u-size-13-xl {
        flex: 13 0 auto
    }

    .u-xl-mode .u-layout-row > .u-size-12-xl {
        flex: 0 0 20%;
        max-width: 20%;
        min-width: 20%
    }

    .u-xl-mode .u-layout-col > .u-size-12-xl {
        flex: 12 0 auto
    }

    .u-xl-mode .u-layout-row > .u-size-11-xl {
        flex: 0 0 18.33333333%;
        max-width: 18.33333333%;
        min-width: 18.33333333%
    }

    .u-xl-mode .u-layout-col > .u-size-11-xl {
        flex: 11 0 auto
    }

    .u-xl-mode .u-layout-row > .u-size-10-xl {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
        min-width: 16.66666667%
    }

    .u-xl-mode .u-layout-col > .u-size-10-xl {
        flex: 10 0 auto
    }

    .u-xl-mode .u-layout-row > .u-size-9-xl {
        flex: 0 0 15%;
        max-width: 15%;
        min-width: 15%
    }

    .u-xl-mode .u-layout-col > .u-size-9-xl {
        flex: 9 0 auto
    }

    .u-xl-mode .u-layout-row > .u-size-8-xl {
        flex: 0 0 13.33333333%;
        max-width: 13.33333333%;
        min-width: 13.33333333%
    }

    .u-xl-mode .u-layout-col > .u-size-8-xl {
        flex: 8 0 auto
    }

    .u-xl-mode .u-layout-row > .u-size-7-xl {
        flex: 0 0 11.66666667%;
        max-width: 11.66666667%;
        min-width: 11.66666667%
    }

    .u-xl-mode .u-layout-col > .u-size-7-xl {
        flex: 7 0 auto
    }

    .u-xl-mode .u-layout-row > .u-size-6-xl {
        flex: 0 0 10%;
        max-width: 10%;
        min-width: 10%
    }

    .u-xl-mode .u-layout-col > .u-size-6-xl {
        flex: 6 0 auto
    }

    .u-xl-mode .u-layout-row > .u-size-5-xl {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%;
        min-width: 8.33333333%
    }

    .u-xl-mode .u-layout-col > .u-size-5-xl {
        flex: 5 0 auto
    }

    .u-xl-mode .u-layout-row > .u-size-4-xl {
        flex: 0 0 6.66666667%;
        max-width: 6.66666667%;
        min-width: 6.66666667%
    }

    .u-xl-mode .u-layout-col > .u-size-4-xl {
        flex: 4 0 auto
    }

    .u-xl-mode .u-layout-row > .u-size-3-xl {
        flex: 0 0 5%;
        max-width: 5%;
        min-width: 5%
    }

    .u-xl-mode .u-layout-col > .u-size-3-xl {
        flex: 3 0 auto
    }

    .u-xl-mode .u-layout-row > .u-size-2-xl {
        flex: 0 0 3.33333333%;
        max-width: 3.33333333%;
        min-width: 3.33333333%
    }

    .u-xl-mode .u-layout-col > .u-size-2-xl {
        flex: 2 0 auto
    }

    .u-xl-mode .u-layout-row > .u-size-1-xl {
        flex: 0 0 1.66666667%;
        max-width: 1.66666667%;
        min-width: 1.66666667%
    }

    .u-xl-mode .u-layout-col > .u-size-1-xl {
        flex: 1 0 auto
    }

    .u-xl-mode .u-layout-row > .u-size-0-xl {
        flex: 0 0 0%;
        max-width: 0%;
        min-width: 0%
    }

    .u-xl-mode .u-layout-col > .u-size-0-xl {
        flex: 0 0 auto
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .u-xxl-mode .u-layout-row > .u-size-60-xl {
        flex: 0 0 100%;
        max-width: 100%;
        min-width: 100%
    }

    .u-xxl-mode .u-layout-col > .u-size-60-xl {
        flex: 60 0 auto
    }

    .u-xxl-mode .u-layout-row > .u-size-59-xl {
        flex: 0 0 98.33333333%;
        max-width: 98.33333333%;
        min-width: 98.33333333%
    }

    .u-xxl-mode .u-layout-col > .u-size-59-xl {
        flex: 59 0 auto
    }

    .u-xxl-mode .u-layout-row > .u-size-58-xl {
        flex: 0 0 96.66666667%;
        max-width: 96.66666667%;
        min-width: 96.66666667%
    }

    .u-xxl-mode .u-layout-col > .u-size-58-xl {
        flex: 58 0 auto
    }

    .u-xxl-mode .u-layout-row > .u-size-57-xl {
        flex: 0 0 95%;
        max-width: 95%;
        min-width: 95%
    }

    .u-xxl-mode .u-layout-col > .u-size-57-xl {
        flex: 57 0 auto
    }

    .u-xxl-mode .u-layout-row > .u-size-56-xl {
        flex: 0 0 93.33333333%;
        max-width: 93.33333333%;
        min-width: 93.33333333%
    }

    .u-xxl-mode .u-layout-col > .u-size-56-xl {
        flex: 56 0 auto
    }

    .u-xxl-mode .u-layout-row > .u-size-55-xl {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%;
        min-width: 91.66666667%
    }

    .u-xxl-mode .u-layout-col > .u-size-55-xl {
        flex: 55 0 auto
    }

    .u-xxl-mode .u-layout-row > .u-size-54-xl {
        flex: 0 0 90%;
        max-width: 90%;
        min-width: 90%
    }

    .u-xxl-mode .u-layout-col > .u-size-54-xl {
        flex: 54 0 auto
    }

    .u-xxl-mode .u-layout-row > .u-size-53-xl {
        flex: 0 0 88.33333333%;
        max-width: 88.33333333%;
        min-width: 88.33333333%
    }

    .u-xxl-mode .u-layout-col > .u-size-53-xl {
        flex: 53 0 auto
    }

    .u-xxl-mode .u-layout-row > .u-size-52-xl {
        flex: 0 0 86.66666667%;
        max-width: 86.66666667%;
        min-width: 86.66666667%
    }

    .u-xxl-mode .u-layout-col > .u-size-52-xl {
        flex: 52 0 auto
    }

    .u-xxl-mode .u-layout-row > .u-size-51-xl {
        flex: 0 0 85%;
        max-width: 85%;
        min-width: 85%
    }

    .u-xxl-mode .u-layout-col > .u-size-51-xl {
        flex: 51 0 auto
    }

    .u-xxl-mode .u-layout-row > .u-size-50-xl {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
        min-width: 83.33333333%
    }

    .u-xxl-mode .u-layout-col > .u-size-50-xl {
        flex: 50 0 auto
    }

    .u-xxl-mode .u-layout-row > .u-size-49-xl {
        flex: 0 0 81.66666667%;
        max-width: 81.66666667%;
        min-width: 81.66666667%
    }

    .u-xxl-mode .u-layout-col > .u-size-49-xl {
        flex: 49 0 auto
    }

    .u-xxl-mode .u-layout-row > .u-size-48-xl {
        flex: 0 0 80%;
        max-width: 80%;
        min-width: 80%
    }

    .u-xxl-mode .u-layout-col > .u-size-48-xl {
        flex: 48 0 auto
    }

    .u-xxl-mode .u-layout-row > .u-size-47-xl {
        flex: 0 0 78.33333333%;
        max-width: 78.33333333%;
        min-width: 78.33333333%
    }

    .u-xxl-mode .u-layout-col > .u-size-47-xl {
        flex: 47 0 auto
    }

    .u-xxl-mode .u-layout-row > .u-size-46-xl {
        flex: 0 0 76.66666667%;
        max-width: 76.66666667%;
        min-width: 76.66666667%
    }

    .u-xxl-mode .u-layout-col > .u-size-46-xl {
        flex: 46 0 auto
    }

    .u-xxl-mode .u-layout-row > .u-size-45-xl {
        flex: 0 0 75%;
        max-width: 75%;
        min-width: 75%
    }

    .u-xxl-mode .u-layout-col > .u-size-45-xl {
        flex: 45 0 auto
    }

    .u-xxl-mode .u-layout-row > .u-size-44-xl {
        flex: 0 0 73.33333333%;
        max-width: 73.33333333%;
        min-width: 73.33333333%
    }

    .u-xxl-mode .u-layout-col > .u-size-44-xl {
        flex: 44 0 auto
    }

    .u-xxl-mode .u-layout-row > .u-size-43-xl {
        flex: 0 0 71.66666667%;
        max-width: 71.66666667%;
        min-width: 71.66666667%
    }

    .u-xxl-mode .u-layout-col > .u-size-43-xl {
        flex: 43 0 auto
    }

    .u-xxl-mode .u-layout-row > .u-size-42-xl {
        flex: 0 0 70%;
        max-width: 70%;
        min-width: 70%
    }

    .u-xxl-mode .u-layout-col > .u-size-42-xl {
        flex: 42 0 auto
    }

    .u-xxl-mode .u-layout-row > .u-size-41-xl {
        flex: 0 0 68.33333333%;
        max-width: 68.33333333%;
        min-width: 68.33333333%
    }

    .u-xxl-mode .u-layout-col > .u-size-41-xl {
        flex: 41 0 auto
    }

    .u-xxl-mode .u-layout-row > .u-size-40-xl {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
        min-width: 66.66666667%
    }

    .u-xxl-mode .u-layout-col > .u-size-40-xl {
        flex: 40 0 auto
    }

    .u-xxl-mode .u-layout-row > .u-size-39-xl {
        flex: 0 0 65%;
        max-width: 65%;
        min-width: 65%
    }

    .u-xxl-mode .u-layout-col > .u-size-39-xl {
        flex: 39 0 auto
    }

    .u-xxl-mode .u-layout-row > .u-size-38-xl {
        flex: 0 0 63.33333333%;
        max-width: 63.33333333%;
        min-width: 63.33333333%
    }

    .u-xxl-mode .u-layout-col > .u-size-38-xl {
        flex: 38 0 auto
    }

    .u-xxl-mode .u-layout-row > .u-size-37-xl {
        flex: 0 0 61.66666667%;
        max-width: 61.66666667%;
        min-width: 61.66666667%
    }

    .u-xxl-mode .u-layout-col > .u-size-37-xl {
        flex: 37 0 auto
    }

    .u-xxl-mode .u-layout-row > .u-size-36-xl {
        flex: 0 0 60%;
        max-width: 60%;
        min-width: 60%
    }

    .u-xxl-mode .u-layout-col > .u-size-36-xl {
        flex: 36 0 auto
    }

    .u-xxl-mode .u-layout-row > .u-size-35-xl {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%;
        min-width: 58.33333333%
    }

    .u-xxl-mode .u-layout-col > .u-size-35-xl {
        flex: 35 0 auto
    }

    .u-xxl-mode .u-layout-row > .u-size-34-xl {
        flex: 0 0 56.66666667%;
        max-width: 56.66666667%;
        min-width: 56.66666667%
    }

    .u-xxl-mode .u-layout-col > .u-size-34-xl {
        flex: 34 0 auto
    }

    .u-xxl-mode .u-layout-row > .u-size-33-xl {
        flex: 0 0 55%;
        max-width: 55%;
        min-width: 55%
    }

    .u-xxl-mode .u-layout-col > .u-size-33-xl {
        flex: 33 0 auto
    }

    .u-xxl-mode .u-layout-row > .u-size-32-xl {
        flex: 0 0 53.33333333%;
        max-width: 53.33333333%;
        min-width: 53.33333333%
    }

    .u-xxl-mode .u-layout-col > .u-size-32-xl {
        flex: 32 0 auto
    }

    .u-xxl-mode .u-layout-row > .u-size-31-xl {
        flex: 0 0 51.66666667%;
        max-width: 51.66666667%;
        min-width: 51.66666667%
    }

    .u-xxl-mode .u-layout-col > .u-size-31-xl {
        flex: 31 0 auto
    }

    .u-xxl-mode .u-layout-row > .u-size-30-xl {
        flex: 0 0 50%;
        max-width: 50%;
        min-width: 50%
    }

    .u-xxl-mode .u-layout-col > .u-size-30-xl {
        flex: 30 0 auto
    }

    .u-xxl-mode .u-layout-row > .u-size-29-xl {
        flex: 0 0 48.33333333%;
        max-width: 48.33333333%;
        min-width: 48.33333333%
    }

    .u-xxl-mode .u-layout-col > .u-size-29-xl {
        flex: 29 0 auto
    }

    .u-xxl-mode .u-layout-row > .u-size-28-xl {
        flex: 0 0 46.66666667%;
        max-width: 46.66666667%;
        min-width: 46.66666667%
    }

    .u-xxl-mode .u-layout-col > .u-size-28-xl {
        flex: 28 0 auto
    }

    .u-xxl-mode .u-layout-row > .u-size-27-xl {
        flex: 0 0 45%;
        max-width: 45%;
        min-width: 45%
    }

    .u-xxl-mode .u-layout-col > .u-size-27-xl {
        flex: 27 0 auto
    }

    .u-xxl-mode .u-layout-row > .u-size-26-xl {
        flex: 0 0 43.33333333%;
        max-width: 43.33333333%;
        min-width: 43.33333333%
    }

    .u-xxl-mode .u-layout-col > .u-size-26-xl {
        flex: 26 0 auto
    }

    .u-xxl-mode .u-layout-row > .u-size-25-xl {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
        min-width: 41.66666667%
    }

    .u-xxl-mode .u-layout-col > .u-size-25-xl {
        flex: 25 0 auto
    }

    .u-xxl-mode .u-layout-row > .u-size-24-xl {
        flex: 0 0 40%;
        max-width: 40%;
        min-width: 40%
    }

    .u-xxl-mode .u-layout-col > .u-size-24-xl {
        flex: 24 0 auto
    }

    .u-xxl-mode .u-layout-row > .u-size-23-xl {
        flex: 0 0 38.33333333%;
        max-width: 38.33333333%;
        min-width: 38.33333333%
    }

    .u-xxl-mode .u-layout-col > .u-size-23-xl {
        flex: 23 0 auto
    }

    .u-xxl-mode .u-layout-row > .u-size-22-xl {
        flex: 0 0 36.66666667%;
        max-width: 36.66666667%;
        min-width: 36.66666667%
    }

    .u-xxl-mode .u-layout-col > .u-size-22-xl {
        flex: 22 0 auto
    }

    .u-xxl-mode .u-layout-row > .u-size-21-xl {
        flex: 0 0 35%;
        max-width: 35%;
        min-width: 35%
    }

    .u-xxl-mode .u-layout-col > .u-size-21-xl {
        flex: 21 0 auto
    }

    .u-xxl-mode .u-layout-row > .u-size-20-xl {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
        min-width: 33.33333333%
    }

    .u-xxl-mode .u-layout-col > .u-size-20-xl {
        flex: 20 0 auto
    }

    .u-xxl-mode .u-layout-row > .u-size-19-xl {
        flex: 0 0 31.66666667%;
        max-width: 31.66666667%;
        min-width: 31.66666667%
    }

    .u-xxl-mode .u-layout-col > .u-size-19-xl {
        flex: 19 0 auto
    }

    .u-xxl-mode .u-layout-row > .u-size-18-xl {
        flex: 0 0 30%;
        max-width: 30%;
        min-width: 30%
    }

    .u-xxl-mode .u-layout-col > .u-size-18-xl {
        flex: 18 0 auto
    }

    .u-xxl-mode .u-layout-row > .u-size-17-xl {
        flex: 0 0 28.33333333%;
        max-width: 28.33333333%;
        min-width: 28.33333333%
    }

    .u-xxl-mode .u-layout-col > .u-size-17-xl {
        flex: 17 0 auto
    }

    .u-xxl-mode .u-layout-row > .u-size-16-xl {
        flex: 0 0 26.66666667%;
        max-width: 26.66666667%;
        min-width: 26.66666667%
    }

    .u-xxl-mode .u-layout-col > .u-size-16-xl {
        flex: 16 0 auto
    }

    .u-xxl-mode .u-layout-row > .u-size-15-xl {
        flex: 0 0 25%;
        max-width: 25%;
        min-width: 25%
    }

    .u-xxl-mode .u-layout-col > .u-size-15-xl {
        flex: 15 0 auto
    }

    .u-xxl-mode .u-layout-row > .u-size-14-xl {
        flex: 0 0 23.33333333%;
        max-width: 23.33333333%;
        min-width: 23.33333333%
    }

    .u-xxl-mode .u-layout-col > .u-size-14-xl {
        flex: 14 0 auto
    }

    .u-xxl-mode .u-layout-row > .u-size-13-xl {
        flex: 0 0 21.66666667%;
        max-width: 21.66666667%;
        min-width: 21.66666667%
    }

    .u-xxl-mode .u-layout-col > .u-size-13-xl {
        flex: 13 0 auto
    }

    .u-xxl-mode .u-layout-row > .u-size-12-xl {
        flex: 0 0 20%;
        max-width: 20%;
        min-width: 20%
    }

    .u-xxl-mode .u-layout-col > .u-size-12-xl {
        flex: 12 0 auto
    }

    .u-xxl-mode .u-layout-row > .u-size-11-xl {
        flex: 0 0 18.33333333%;
        max-width: 18.33333333%;
        min-width: 18.33333333%
    }

    .u-xxl-mode .u-layout-col > .u-size-11-xl {
        flex: 11 0 auto
    }

    .u-xxl-mode .u-layout-row > .u-size-10-xl {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
        min-width: 16.66666667%
    }

    .u-xxl-mode .u-layout-col > .u-size-10-xl {
        flex: 10 0 auto
    }

    .u-xxl-mode .u-layout-row > .u-size-9-xl {
        flex: 0 0 15%;
        max-width: 15%;
        min-width: 15%
    }

    .u-xxl-mode .u-layout-col > .u-size-9-xl {
        flex: 9 0 auto
    }

    .u-xxl-mode .u-layout-row > .u-size-8-xl {
        flex: 0 0 13.33333333%;
        max-width: 13.33333333%;
        min-width: 13.33333333%
    }

    .u-xxl-mode .u-layout-col > .u-size-8-xl {
        flex: 8 0 auto
    }

    .u-xxl-mode .u-layout-row > .u-size-7-xl {
        flex: 0 0 11.66666667%;
        max-width: 11.66666667%;
        min-width: 11.66666667%
    }

    .u-xxl-mode .u-layout-col > .u-size-7-xl {
        flex: 7 0 auto
    }

    .u-xxl-mode .u-layout-row > .u-size-6-xl {
        flex: 0 0 10%;
        max-width: 10%;
        min-width: 10%
    }

    .u-xxl-mode .u-layout-col > .u-size-6-xl {
        flex: 6 0 auto
    }

    .u-xxl-mode .u-layout-row > .u-size-5-xl {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%;
        min-width: 8.33333333%
    }

    .u-xxl-mode .u-layout-col > .u-size-5-xl {
        flex: 5 0 auto
    }

    .u-xxl-mode .u-layout-row > .u-size-4-xl {
        flex: 0 0 6.66666667%;
        max-width: 6.66666667%;
        min-width: 6.66666667%
    }

    .u-xxl-mode .u-layout-col > .u-size-4-xl {
        flex: 4 0 auto
    }

    .u-xxl-mode .u-layout-row > .u-size-3-xl {
        flex: 0 0 5%;
        max-width: 5%;
        min-width: 5%
    }

    .u-xxl-mode .u-layout-col > .u-size-3-xl {
        flex: 3 0 auto
    }

    .u-xxl-mode .u-layout-row > .u-size-2-xl {
        flex: 0 0 3.33333333%;
        max-width: 3.33333333%;
        min-width: 3.33333333%
    }

    .u-xxl-mode .u-layout-col > .u-size-2-xl {
        flex: 2 0 auto
    }

    .u-xxl-mode .u-layout-row > .u-size-1-xl {
        flex: 0 0 1.66666667%;
        max-width: 1.66666667%;
        min-width: 1.66666667%
    }

    .u-xxl-mode .u-layout-col > .u-size-1-xl {
        flex: 1 0 auto
    }

    .u-xxl-mode .u-layout-row > .u-size-0-xl {
        flex: 0 0 0%;
        max-width: 0%;
        min-width: 0%
    }

    .u-xxl-mode .u-layout-col > .u-size-0-xl {
        flex: 0 0 auto
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .u-layout-row > .u-size-60-lg {
        flex: 0 0 100%;
        max-width: 100%;
        min-width: 100%
    }

    .u-layout-col > .u-size-60-lg {
        flex: 60 0 auto
    }

    .u-layout-row > .u-size-59-lg {
        flex: 0 0 98.33333333%;
        max-width: 98.33333333%;
        min-width: 98.33333333%
    }

    .u-layout-col > .u-size-59-lg {
        flex: 59 0 auto
    }

    .u-layout-row > .u-size-58-lg {
        flex: 0 0 96.66666667%;
        max-width: 96.66666667%;
        min-width: 96.66666667%
    }

    .u-layout-col > .u-size-58-lg {
        flex: 58 0 auto
    }

    .u-layout-row > .u-size-57-lg {
        flex: 0 0 95%;
        max-width: 95%;
        min-width: 95%
    }

    .u-layout-col > .u-size-57-lg {
        flex: 57 0 auto
    }

    .u-layout-row > .u-size-56-lg {
        flex: 0 0 93.33333333%;
        max-width: 93.33333333%;
        min-width: 93.33333333%
    }

    .u-layout-col > .u-size-56-lg {
        flex: 56 0 auto
    }

    .u-layout-row > .u-size-55-lg {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%;
        min-width: 91.66666667%
    }

    .u-layout-col > .u-size-55-lg {
        flex: 55 0 auto
    }

    .u-layout-row > .u-size-54-lg {
        flex: 0 0 90%;
        max-width: 90%;
        min-width: 90%
    }

    .u-layout-col > .u-size-54-lg {
        flex: 54 0 auto
    }

    .u-layout-row > .u-size-53-lg {
        flex: 0 0 88.33333333%;
        max-width: 88.33333333%;
        min-width: 88.33333333%
    }

    .u-layout-col > .u-size-53-lg {
        flex: 53 0 auto
    }

    .u-layout-row > .u-size-52-lg {
        flex: 0 0 86.66666667%;
        max-width: 86.66666667%;
        min-width: 86.66666667%
    }

    .u-layout-col > .u-size-52-lg {
        flex: 52 0 auto
    }

    .u-layout-row > .u-size-51-lg {
        flex: 0 0 85%;
        max-width: 85%;
        min-width: 85%
    }

    .u-layout-col > .u-size-51-lg {
        flex: 51 0 auto
    }

    .u-layout-row > .u-size-50-lg {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
        min-width: 83.33333333%
    }

    .u-layout-col > .u-size-50-lg {
        flex: 50 0 auto
    }

    .u-layout-row > .u-size-49-lg {
        flex: 0 0 81.66666667%;
        max-width: 81.66666667%;
        min-width: 81.66666667%
    }

    .u-layout-col > .u-size-49-lg {
        flex: 49 0 auto
    }

    .u-layout-row > .u-size-48-lg {
        flex: 0 0 80%;
        max-width: 80%;
        min-width: 80%
    }

    .u-layout-col > .u-size-48-lg {
        flex: 48 0 auto
    }

    .u-layout-row > .u-size-47-lg {
        flex: 0 0 78.33333333%;
        max-width: 78.33333333%;
        min-width: 78.33333333%
    }

    .u-layout-col > .u-size-47-lg {
        flex: 47 0 auto
    }

    .u-layout-row > .u-size-46-lg {
        flex: 0 0 76.66666667%;
        max-width: 76.66666667%;
        min-width: 76.66666667%
    }

    .u-layout-col > .u-size-46-lg {
        flex: 46 0 auto
    }

    .u-layout-row > .u-size-45-lg {
        flex: 0 0 75%;
        max-width: 75%;
        min-width: 75%
    }

    .u-layout-col > .u-size-45-lg {
        flex: 45 0 auto
    }

    .u-layout-row > .u-size-44-lg {
        flex: 0 0 73.33333333%;
        max-width: 73.33333333%;
        min-width: 73.33333333%
    }

    .u-layout-col > .u-size-44-lg {
        flex: 44 0 auto
    }

    .u-layout-row > .u-size-43-lg {
        flex: 0 0 71.66666667%;
        max-width: 71.66666667%;
        min-width: 71.66666667%
    }

    .u-layout-col > .u-size-43-lg {
        flex: 43 0 auto
    }

    .u-layout-row > .u-size-42-lg {
        flex: 0 0 70%;
        max-width: 70%;
        min-width: 70%
    }

    .u-layout-col > .u-size-42-lg {
        flex: 42 0 auto
    }

    .u-layout-row > .u-size-41-lg {
        flex: 0 0 68.33333333%;
        max-width: 68.33333333%;
        min-width: 68.33333333%
    }

    .u-layout-col > .u-size-41-lg {
        flex: 41 0 auto
    }

    .u-layout-row > .u-size-40-lg {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
        min-width: 66.66666667%
    }

    .u-layout-col > .u-size-40-lg {
        flex: 40 0 auto
    }

    .u-layout-row > .u-size-39-lg {
        flex: 0 0 65%;
        max-width: 65%;
        min-width: 65%
    }

    .u-layout-col > .u-size-39-lg {
        flex: 39 0 auto
    }

    .u-layout-row > .u-size-38-lg {
        flex: 0 0 63.33333333%;
        max-width: 63.33333333%;
        min-width: 63.33333333%
    }

    .u-layout-col > .u-size-38-lg {
        flex: 38 0 auto
    }

    .u-layout-row > .u-size-37-lg {
        flex: 0 0 61.66666667%;
        max-width: 61.66666667%;
        min-width: 61.66666667%
    }

    .u-layout-col > .u-size-37-lg {
        flex: 37 0 auto
    }

    .u-layout-row > .u-size-36-lg {
        flex: 0 0 60%;
        max-width: 60%;
        min-width: 60%
    }

    .u-layout-col > .u-size-36-lg {
        flex: 36 0 auto
    }

    .u-layout-row > .u-size-35-lg {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%;
        min-width: 58.33333333%
    }

    .u-layout-col > .u-size-35-lg {
        flex: 35 0 auto
    }

    .u-layout-row > .u-size-34-lg {
        flex: 0 0 56.66666667%;
        max-width: 56.66666667%;
        min-width: 56.66666667%
    }

    .u-layout-col > .u-size-34-lg {
        flex: 34 0 auto
    }

    .u-layout-row > .u-size-33-lg {
        flex: 0 0 55%;
        max-width: 55%;
        min-width: 55%
    }

    .u-layout-col > .u-size-33-lg {
        flex: 33 0 auto
    }

    .u-layout-row > .u-size-32-lg {
        flex: 0 0 53.33333333%;
        max-width: 53.33333333%;
        min-width: 53.33333333%
    }

    .u-layout-col > .u-size-32-lg {
        flex: 32 0 auto
    }

    .u-layout-row > .u-size-31-lg {
        flex: 0 0 51.66666667%;
        max-width: 51.66666667%;
        min-width: 51.66666667%
    }

    .u-layout-col > .u-size-31-lg {
        flex: 31 0 auto
    }

    .u-layout-row > .u-size-30-lg {
        flex: 0 0 50%;
        max-width: 50%;
        min-width: 50%
    }

    .u-layout-col > .u-size-30-lg {
        flex: 30 0 auto
    }

    .u-layout-row > .u-size-29-lg {
        flex: 0 0 48.33333333%;
        max-width: 48.33333333%;
        min-width: 48.33333333%
    }

    .u-layout-col > .u-size-29-lg {
        flex: 29 0 auto
    }

    .u-layout-row > .u-size-28-lg {
        flex: 0 0 46.66666667%;
        max-width: 46.66666667%;
        min-width: 46.66666667%
    }

    .u-layout-col > .u-size-28-lg {
        flex: 28 0 auto
    }

    .u-layout-row > .u-size-27-lg {
        flex: 0 0 45%;
        max-width: 45%;
        min-width: 45%
    }

    .u-layout-col > .u-size-27-lg {
        flex: 27 0 auto
    }

    .u-layout-row > .u-size-26-lg {
        flex: 0 0 43.33333333%;
        max-width: 43.33333333%;
        min-width: 43.33333333%
    }

    .u-layout-col > .u-size-26-lg {
        flex: 26 0 auto
    }

    .u-layout-row > .u-size-25-lg {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
        min-width: 41.66666667%
    }

    .u-layout-col > .u-size-25-lg {
        flex: 25 0 auto
    }

    .u-layout-row > .u-size-24-lg {
        flex: 0 0 40%;
        max-width: 40%;
        min-width: 40%
    }

    .u-layout-col > .u-size-24-lg {
        flex: 24 0 auto
    }

    .u-layout-row > .u-size-23-lg {
        flex: 0 0 38.33333333%;
        max-width: 38.33333333%;
        min-width: 38.33333333%
    }

    .u-layout-col > .u-size-23-lg {
        flex: 23 0 auto
    }

    .u-layout-row > .u-size-22-lg {
        flex: 0 0 36.66666667%;
        max-width: 36.66666667%;
        min-width: 36.66666667%
    }

    .u-layout-col > .u-size-22-lg {
        flex: 22 0 auto
    }

    .u-layout-row > .u-size-21-lg {
        flex: 0 0 35%;
        max-width: 35%;
        min-width: 35%
    }

    .u-layout-col > .u-size-21-lg {
        flex: 21 0 auto
    }

    .u-layout-row > .u-size-20-lg {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
        min-width: 33.33333333%
    }

    .u-layout-col > .u-size-20-lg {
        flex: 20 0 auto
    }

    .u-layout-row > .u-size-19-lg {
        flex: 0 0 31.66666667%;
        max-width: 31.66666667%;
        min-width: 31.66666667%
    }

    .u-layout-col > .u-size-19-lg {
        flex: 19 0 auto
    }

    .u-layout-row > .u-size-18-lg {
        flex: 0 0 30%;
        max-width: 30%;
        min-width: 30%
    }

    .u-layout-col > .u-size-18-lg {
        flex: 18 0 auto
    }

    .u-layout-row > .u-size-17-lg {
        flex: 0 0 28.33333333%;
        max-width: 28.33333333%;
        min-width: 28.33333333%
    }

    .u-layout-col > .u-size-17-lg {
        flex: 17 0 auto
    }

    .u-layout-row > .u-size-16-lg {
        flex: 0 0 26.66666667%;
        max-width: 26.66666667%;
        min-width: 26.66666667%
    }

    .u-layout-col > .u-size-16-lg {
        flex: 16 0 auto
    }

    .u-layout-row > .u-size-15-lg {
        flex: 0 0 25%;
        max-width: 25%;
        min-width: 25%
    }

    .u-layout-col > .u-size-15-lg {
        flex: 15 0 auto
    }

    .u-layout-row > .u-size-14-lg {
        flex: 0 0 23.33333333%;
        max-width: 23.33333333%;
        min-width: 23.33333333%
    }

    .u-layout-col > .u-size-14-lg {
        flex: 14 0 auto
    }

    .u-layout-row > .u-size-13-lg {
        flex: 0 0 21.66666667%;
        max-width: 21.66666667%;
        min-width: 21.66666667%
    }

    .u-layout-col > .u-size-13-lg {
        flex: 13 0 auto
    }

    .u-layout-row > .u-size-12-lg {
        flex: 0 0 20%;
        max-width: 20%;
        min-width: 20%
    }

    .u-layout-col > .u-size-12-lg {
        flex: 12 0 auto
    }

    .u-layout-row > .u-size-11-lg {
        flex: 0 0 18.33333333%;
        max-width: 18.33333333%;
        min-width: 18.33333333%
    }

    .u-layout-col > .u-size-11-lg {
        flex: 11 0 auto
    }

    .u-layout-row > .u-size-10-lg {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
        min-width: 16.66666667%
    }

    .u-layout-col > .u-size-10-lg {
        flex: 10 0 auto
    }

    .u-layout-row > .u-size-9-lg {
        flex: 0 0 15%;
        max-width: 15%;
        min-width: 15%
    }

    .u-layout-col > .u-size-9-lg {
        flex: 9 0 auto
    }

    .u-layout-row > .u-size-8-lg {
        flex: 0 0 13.33333333%;
        max-width: 13.33333333%;
        min-width: 13.33333333%
    }

    .u-layout-col > .u-size-8-lg {
        flex: 8 0 auto
    }

    .u-layout-row > .u-size-7-lg {
        flex: 0 0 11.66666667%;
        max-width: 11.66666667%;
        min-width: 11.66666667%
    }

    .u-layout-col > .u-size-7-lg {
        flex: 7 0 auto
    }

    .u-layout-row > .u-size-6-lg {
        flex: 0 0 10%;
        max-width: 10%;
        min-width: 10%
    }

    .u-layout-col > .u-size-6-lg {
        flex: 6 0 auto
    }

    .u-layout-row > .u-size-5-lg {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%;
        min-width: 8.33333333%
    }

    .u-layout-col > .u-size-5-lg {
        flex: 5 0 auto
    }

    .u-layout-row > .u-size-4-lg {
        flex: 0 0 6.66666667%;
        max-width: 6.66666667%;
        min-width: 6.66666667%
    }

    .u-layout-col > .u-size-4-lg {
        flex: 4 0 auto
    }

    .u-layout-row > .u-size-3-lg {
        flex: 0 0 5%;
        max-width: 5%;
        min-width: 5%
    }

    .u-layout-col > .u-size-3-lg {
        flex: 3 0 auto
    }

    .u-layout-row > .u-size-2-lg {
        flex: 0 0 3.33333333%;
        max-width: 3.33333333%;
        min-width: 3.33333333%
    }

    .u-layout-col > .u-size-2-lg {
        flex: 2 0 auto
    }

    .u-layout-row > .u-size-1-lg {
        flex: 0 0 1.66666667%;
        max-width: 1.66666667%;
        min-width: 1.66666667%
    }

    .u-layout-col > .u-size-1-lg {
        flex: 1 0 auto
    }

    .u-layout-row > .u-size-0-lg {
        flex: 0 0 0%;
        max-width: 0%;
        min-width: 0%
    }

    .u-layout-col > .u-size-0-lg {
        flex: 0 0 auto
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .u-layout-row > .u-size-60-md {
        flex: 0 0 100%;
        max-width: 100%;
        min-width: 100%
    }

    .u-layout-col > .u-size-60-md {
        flex: 60 0 auto
    }

    .u-layout-row > .u-size-59-md {
        flex: 0 0 98.33333333%;
        max-width: 98.33333333%;
        min-width: 98.33333333%
    }

    .u-layout-col > .u-size-59-md {
        flex: 59 0 auto
    }

    .u-layout-row > .u-size-58-md {
        flex: 0 0 96.66666667%;
        max-width: 96.66666667%;
        min-width: 96.66666667%
    }

    .u-layout-col > .u-size-58-md {
        flex: 58 0 auto
    }

    .u-layout-row > .u-size-57-md {
        flex: 0 0 95%;
        max-width: 95%;
        min-width: 95%
    }

    .u-layout-col > .u-size-57-md {
        flex: 57 0 auto
    }

    .u-layout-row > .u-size-56-md {
        flex: 0 0 93.33333333%;
        max-width: 93.33333333%;
        min-width: 93.33333333%
    }

    .u-layout-col > .u-size-56-md {
        flex: 56 0 auto
    }

    .u-layout-row > .u-size-55-md {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%;
        min-width: 91.66666667%
    }

    .u-layout-col > .u-size-55-md {
        flex: 55 0 auto
    }

    .u-layout-row > .u-size-54-md {
        flex: 0 0 90%;
        max-width: 90%;
        min-width: 90%
    }

    .u-layout-col > .u-size-54-md {
        flex: 54 0 auto
    }

    .u-layout-row > .u-size-53-md {
        flex: 0 0 88.33333333%;
        max-width: 88.33333333%;
        min-width: 88.33333333%
    }

    .u-layout-col > .u-size-53-md {
        flex: 53 0 auto
    }

    .u-layout-row > .u-size-52-md {
        flex: 0 0 86.66666667%;
        max-width: 86.66666667%;
        min-width: 86.66666667%
    }

    .u-layout-col > .u-size-52-md {
        flex: 52 0 auto
    }

    .u-layout-row > .u-size-51-md {
        flex: 0 0 85%;
        max-width: 85%;
        min-width: 85%
    }

    .u-layout-col > .u-size-51-md {
        flex: 51 0 auto
    }

    .u-layout-row > .u-size-50-md {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
        min-width: 83.33333333%
    }

    .u-layout-col > .u-size-50-md {
        flex: 50 0 auto
    }

    .u-layout-row > .u-size-49-md {
        flex: 0 0 81.66666667%;
        max-width: 81.66666667%;
        min-width: 81.66666667%
    }

    .u-layout-col > .u-size-49-md {
        flex: 49 0 auto
    }

    .u-layout-row > .u-size-48-md {
        flex: 0 0 80%;
        max-width: 80%;
        min-width: 80%
    }

    .u-layout-col > .u-size-48-md {
        flex: 48 0 auto
    }

    .u-layout-row > .u-size-47-md {
        flex: 0 0 78.33333333%;
        max-width: 78.33333333%;
        min-width: 78.33333333%
    }

    .u-layout-col > .u-size-47-md {
        flex: 47 0 auto
    }

    .u-layout-row > .u-size-46-md {
        flex: 0 0 76.66666667%;
        max-width: 76.66666667%;
        min-width: 76.66666667%
    }

    .u-layout-col > .u-size-46-md {
        flex: 46 0 auto
    }

    .u-layout-row > .u-size-45-md {
        flex: 0 0 75%;
        max-width: 75%;
        min-width: 75%
    }

    .u-layout-col > .u-size-45-md {
        flex: 45 0 auto
    }

    .u-layout-row > .u-size-44-md {
        flex: 0 0 73.33333333%;
        max-width: 73.33333333%;
        min-width: 73.33333333%
    }

    .u-layout-col > .u-size-44-md {
        flex: 44 0 auto
    }

    .u-layout-row > .u-size-43-md {
        flex: 0 0 71.66666667%;
        max-width: 71.66666667%;
        min-width: 71.66666667%
    }

    .u-layout-col > .u-size-43-md {
        flex: 43 0 auto
    }

    .u-layout-row > .u-size-42-md {
        flex: 0 0 70%;
        max-width: 70%;
        min-width: 70%
    }

    .u-layout-col > .u-size-42-md {
        flex: 42 0 auto
    }

    .u-layout-row > .u-size-41-md {
        flex: 0 0 68.33333333%;
        max-width: 68.33333333%;
        min-width: 68.33333333%
    }

    .u-layout-col > .u-size-41-md {
        flex: 41 0 auto
    }

    .u-layout-row > .u-size-40-md {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
        min-width: 66.66666667%
    }

    .u-layout-col > .u-size-40-md {
        flex: 40 0 auto
    }

    .u-layout-row > .u-size-39-md {
        flex: 0 0 65%;
        max-width: 65%;
        min-width: 65%
    }

    .u-layout-col > .u-size-39-md {
        flex: 39 0 auto
    }

    .u-layout-row > .u-size-38-md {
        flex: 0 0 63.33333333%;
        max-width: 63.33333333%;
        min-width: 63.33333333%
    }

    .u-layout-col > .u-size-38-md {
        flex: 38 0 auto
    }

    .u-layout-row > .u-size-37-md {
        flex: 0 0 61.66666667%;
        max-width: 61.66666667%;
        min-width: 61.66666667%
    }

    .u-layout-col > .u-size-37-md {
        flex: 37 0 auto
    }

    .u-layout-row > .u-size-36-md {
        flex: 0 0 60%;
        max-width: 60%;
        min-width: 60%
    }

    .u-layout-col > .u-size-36-md {
        flex: 36 0 auto
    }

    .u-layout-row > .u-size-35-md {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%;
        min-width: 58.33333333%
    }

    .u-layout-col > .u-size-35-md {
        flex: 35 0 auto
    }

    .u-layout-row > .u-size-34-md {
        flex: 0 0 56.66666667%;
        max-width: 56.66666667%;
        min-width: 56.66666667%
    }

    .u-layout-col > .u-size-34-md {
        flex: 34 0 auto
    }

    .u-layout-row > .u-size-33-md {
        flex: 0 0 55%;
        max-width: 55%;
        min-width: 55%
    }

    .u-layout-col > .u-size-33-md {
        flex: 33 0 auto
    }

    .u-layout-row > .u-size-32-md {
        flex: 0 0 53.33333333%;
        max-width: 53.33333333%;
        min-width: 53.33333333%
    }

    .u-layout-col > .u-size-32-md {
        flex: 32 0 auto
    }

    .u-layout-row > .u-size-31-md {
        flex: 0 0 51.66666667%;
        max-width: 51.66666667%;
        min-width: 51.66666667%
    }

    .u-layout-col > .u-size-31-md {
        flex: 31 0 auto
    }

    .u-layout-row > .u-size-30-md {
        flex: 0 0 50%;
        max-width: 50%;
        min-width: 50%
    }

    .u-layout-col > .u-size-30-md {
        flex: 30 0 auto
    }

    .u-layout-row > .u-size-29-md {
        flex: 0 0 48.33333333%;
        max-width: 48.33333333%;
        min-width: 48.33333333%
    }

    .u-layout-col > .u-size-29-md {
        flex: 29 0 auto
    }

    .u-layout-row > .u-size-28-md {
        flex: 0 0 46.66666667%;
        max-width: 46.66666667%;
        min-width: 46.66666667%
    }

    .u-layout-col > .u-size-28-md {
        flex: 28 0 auto
    }

    .u-layout-row > .u-size-27-md {
        flex: 0 0 45%;
        max-width: 45%;
        min-width: 45%
    }

    .u-layout-col > .u-size-27-md {
        flex: 27 0 auto
    }

    .u-layout-row > .u-size-26-md {
        flex: 0 0 43.33333333%;
        max-width: 43.33333333%;
        min-width: 43.33333333%
    }

    .u-layout-col > .u-size-26-md {
        flex: 26 0 auto
    }

    .u-layout-row > .u-size-25-md {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
        min-width: 41.66666667%
    }

    .u-layout-col > .u-size-25-md {
        flex: 25 0 auto
    }

    .u-layout-row > .u-size-24-md {
        flex: 0 0 40%;
        max-width: 40%;
        min-width: 40%
    }

    .u-layout-col > .u-size-24-md {
        flex: 24 0 auto
    }

    .u-layout-row > .u-size-23-md {
        flex: 0 0 38.33333333%;
        max-width: 38.33333333%;
        min-width: 38.33333333%
    }

    .u-layout-col > .u-size-23-md {
        flex: 23 0 auto
    }

    .u-layout-row > .u-size-22-md {
        flex: 0 0 36.66666667%;
        max-width: 36.66666667%;
        min-width: 36.66666667%
    }

    .u-layout-col > .u-size-22-md {
        flex: 22 0 auto
    }

    .u-layout-row > .u-size-21-md {
        flex: 0 0 35%;
        max-width: 35%;
        min-width: 35%
    }

    .u-layout-col > .u-size-21-md {
        flex: 21 0 auto
    }

    .u-layout-row > .u-size-20-md {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
        min-width: 33.33333333%
    }

    .u-layout-col > .u-size-20-md {
        flex: 20 0 auto
    }

    .u-layout-row > .u-size-19-md {
        flex: 0 0 31.66666667%;
        max-width: 31.66666667%;
        min-width: 31.66666667%
    }

    .u-layout-col > .u-size-19-md {
        flex: 19 0 auto
    }

    .u-layout-row > .u-size-18-md {
        flex: 0 0 30%;
        max-width: 30%;
        min-width: 30%
    }

    .u-layout-col > .u-size-18-md {
        flex: 18 0 auto
    }

    .u-layout-row > .u-size-17-md {
        flex: 0 0 28.33333333%;
        max-width: 28.33333333%;
        min-width: 28.33333333%
    }

    .u-layout-col > .u-size-17-md {
        flex: 17 0 auto
    }

    .u-layout-row > .u-size-16-md {
        flex: 0 0 26.66666667%;
        max-width: 26.66666667%;
        min-width: 26.66666667%
    }

    .u-layout-col > .u-size-16-md {
        flex: 16 0 auto
    }

    .u-layout-row > .u-size-15-md {
        flex: 0 0 25%;
        max-width: 25%;
        min-width: 25%
    }

    .u-layout-col > .u-size-15-md {
        flex: 15 0 auto
    }

    .u-layout-row > .u-size-14-md {
        flex: 0 0 23.33333333%;
        max-width: 23.33333333%;
        min-width: 23.33333333%
    }

    .u-layout-col > .u-size-14-md {
        flex: 14 0 auto
    }

    .u-layout-row > .u-size-13-md {
        flex: 0 0 21.66666667%;
        max-width: 21.66666667%;
        min-width: 21.66666667%
    }

    .u-layout-col > .u-size-13-md {
        flex: 13 0 auto
    }

    .u-layout-row > .u-size-12-md {
        flex: 0 0 20%;
        max-width: 20%;
        min-width: 20%
    }

    .u-layout-col > .u-size-12-md {
        flex: 12 0 auto
    }

    .u-layout-row > .u-size-11-md {
        flex: 0 0 18.33333333%;
        max-width: 18.33333333%;
        min-width: 18.33333333%
    }

    .u-layout-col > .u-size-11-md {
        flex: 11 0 auto
    }

    .u-layout-row > .u-size-10-md {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
        min-width: 16.66666667%
    }

    .u-layout-col > .u-size-10-md {
        flex: 10 0 auto
    }

    .u-layout-row > .u-size-9-md {
        flex: 0 0 15%;
        max-width: 15%;
        min-width: 15%
    }

    .u-layout-col > .u-size-9-md {
        flex: 9 0 auto
    }

    .u-layout-row > .u-size-8-md {
        flex: 0 0 13.33333333%;
        max-width: 13.33333333%;
        min-width: 13.33333333%
    }

    .u-layout-col > .u-size-8-md {
        flex: 8 0 auto
    }

    .u-layout-row > .u-size-7-md {
        flex: 0 0 11.66666667%;
        max-width: 11.66666667%;
        min-width: 11.66666667%
    }

    .u-layout-col > .u-size-7-md {
        flex: 7 0 auto
    }

    .u-layout-row > .u-size-6-md {
        flex: 0 0 10%;
        max-width: 10%;
        min-width: 10%
    }

    .u-layout-col > .u-size-6-md {
        flex: 6 0 auto
    }

    .u-layout-row > .u-size-5-md {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%;
        min-width: 8.33333333%
    }

    .u-layout-col > .u-size-5-md {
        flex: 5 0 auto
    }

    .u-layout-row > .u-size-4-md {
        flex: 0 0 6.66666667%;
        max-width: 6.66666667%;
        min-width: 6.66666667%
    }

    .u-layout-col > .u-size-4-md {
        flex: 4 0 auto
    }

    .u-layout-row > .u-size-3-md {
        flex: 0 0 5%;
        max-width: 5%;
        min-width: 5%
    }

    .u-layout-col > .u-size-3-md {
        flex: 3 0 auto
    }

    .u-layout-row > .u-size-2-md {
        flex: 0 0 3.33333333%;
        max-width: 3.33333333%;
        min-width: 3.33333333%
    }

    .u-layout-col > .u-size-2-md {
        flex: 2 0 auto
    }

    .u-layout-row > .u-size-1-md {
        flex: 0 0 1.66666667%;
        max-width: 1.66666667%;
        min-width: 1.66666667%
    }

    .u-layout-col > .u-size-1-md {
        flex: 1 0 auto
    }

    .u-layout-row > .u-size-0-md {
        flex: 0 0 0%;
        max-width: 0%;
        min-width: 0%
    }

    .u-layout-col > .u-size-0-md {
        flex: 0 0 auto
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .u-layout-row > .u-size-60-sm {
        flex: 0 0 100%;
        max-width: 100%;
        min-width: 100%
    }

    .u-layout-col > .u-size-60-sm {
        flex: 60 0 auto
    }

    .u-layout-row > .u-size-59-sm {
        flex: 0 0 98.33333333%;
        max-width: 98.33333333%;
        min-width: 98.33333333%
    }

    .u-layout-col > .u-size-59-sm {
        flex: 59 0 auto
    }

    .u-layout-row > .u-size-58-sm {
        flex: 0 0 96.66666667%;
        max-width: 96.66666667%;
        min-width: 96.66666667%
    }

    .u-layout-col > .u-size-58-sm {
        flex: 58 0 auto
    }

    .u-layout-row > .u-size-57-sm {
        flex: 0 0 95%;
        max-width: 95%;
        min-width: 95%
    }

    .u-layout-col > .u-size-57-sm {
        flex: 57 0 auto
    }

    .u-layout-row > .u-size-56-sm {
        flex: 0 0 93.33333333%;
        max-width: 93.33333333%;
        min-width: 93.33333333%
    }

    .u-layout-col > .u-size-56-sm {
        flex: 56 0 auto
    }

    .u-layout-row > .u-size-55-sm {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%;
        min-width: 91.66666667%
    }

    .u-layout-col > .u-size-55-sm {
        flex: 55 0 auto
    }

    .u-layout-row > .u-size-54-sm {
        flex: 0 0 90%;
        max-width: 90%;
        min-width: 90%
    }

    .u-layout-col > .u-size-54-sm {
        flex: 54 0 auto
    }

    .u-layout-row > .u-size-53-sm {
        flex: 0 0 88.33333333%;
        max-width: 88.33333333%;
        min-width: 88.33333333%
    }

    .u-layout-col > .u-size-53-sm {
        flex: 53 0 auto
    }

    .u-layout-row > .u-size-52-sm {
        flex: 0 0 86.66666667%;
        max-width: 86.66666667%;
        min-width: 86.66666667%
    }

    .u-layout-col > .u-size-52-sm {
        flex: 52 0 auto
    }

    .u-layout-row > .u-size-51-sm {
        flex: 0 0 85%;
        max-width: 85%;
        min-width: 85%
    }

    .u-layout-col > .u-size-51-sm {
        flex: 51 0 auto
    }

    .u-layout-row > .u-size-50-sm {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
        min-width: 83.33333333%
    }

    .u-layout-col > .u-size-50-sm {
        flex: 50 0 auto
    }

    .u-layout-row > .u-size-49-sm {
        flex: 0 0 81.66666667%;
        max-width: 81.66666667%;
        min-width: 81.66666667%
    }

    .u-layout-col > .u-size-49-sm {
        flex: 49 0 auto
    }

    .u-layout-row > .u-size-48-sm {
        flex: 0 0 80%;
        max-width: 80%;
        min-width: 80%
    }

    .u-layout-col > .u-size-48-sm {
        flex: 48 0 auto
    }

    .u-layout-row > .u-size-47-sm {
        flex: 0 0 78.33333333%;
        max-width: 78.33333333%;
        min-width: 78.33333333%
    }

    .u-layout-col > .u-size-47-sm {
        flex: 47 0 auto
    }

    .u-layout-row > .u-size-46-sm {
        flex: 0 0 76.66666667%;
        max-width: 76.66666667%;
        min-width: 76.66666667%
    }

    .u-layout-col > .u-size-46-sm {
        flex: 46 0 auto
    }

    .u-layout-row > .u-size-45-sm {
        flex: 0 0 75%;
        max-width: 75%;
        min-width: 75%
    }

    .u-layout-col > .u-size-45-sm {
        flex: 45 0 auto
    }

    .u-layout-row > .u-size-44-sm {
        flex: 0 0 73.33333333%;
        max-width: 73.33333333%;
        min-width: 73.33333333%
    }

    .u-layout-col > .u-size-44-sm {
        flex: 44 0 auto
    }

    .u-layout-row > .u-size-43-sm {
        flex: 0 0 71.66666667%;
        max-width: 71.66666667%;
        min-width: 71.66666667%
    }

    .u-layout-col > .u-size-43-sm {
        flex: 43 0 auto
    }

    .u-layout-row > .u-size-42-sm {
        flex: 0 0 70%;
        max-width: 70%;
        min-width: 70%
    }

    .u-layout-col > .u-size-42-sm {
        flex: 42 0 auto
    }

    .u-layout-row > .u-size-41-sm {
        flex: 0 0 68.33333333%;
        max-width: 68.33333333%;
        min-width: 68.33333333%
    }

    .u-layout-col > .u-size-41-sm {
        flex: 41 0 auto
    }

    .u-layout-row > .u-size-40-sm {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
        min-width: 66.66666667%
    }

    .u-layout-col > .u-size-40-sm {
        flex: 40 0 auto
    }

    .u-layout-row > .u-size-39-sm {
        flex: 0 0 65%;
        max-width: 65%;
        min-width: 65%
    }

    .u-layout-col > .u-size-39-sm {
        flex: 39 0 auto
    }

    .u-layout-row > .u-size-38-sm {
        flex: 0 0 63.33333333%;
        max-width: 63.33333333%;
        min-width: 63.33333333%
    }

    .u-layout-col > .u-size-38-sm {
        flex: 38 0 auto
    }

    .u-layout-row > .u-size-37-sm {
        flex: 0 0 61.66666667%;
        max-width: 61.66666667%;
        min-width: 61.66666667%
    }

    .u-layout-col > .u-size-37-sm {
        flex: 37 0 auto
    }

    .u-layout-row > .u-size-36-sm {
        flex: 0 0 60%;
        max-width: 60%;
        min-width: 60%
    }

    .u-layout-col > .u-size-36-sm {
        flex: 36 0 auto
    }

    .u-layout-row > .u-size-35-sm {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%;
        min-width: 58.33333333%
    }

    .u-layout-col > .u-size-35-sm {
        flex: 35 0 auto
    }

    .u-layout-row > .u-size-34-sm {
        flex: 0 0 56.66666667%;
        max-width: 56.66666667%;
        min-width: 56.66666667%
    }

    .u-layout-col > .u-size-34-sm {
        flex: 34 0 auto
    }

    .u-layout-row > .u-size-33-sm {
        flex: 0 0 55%;
        max-width: 55%;
        min-width: 55%
    }

    .u-layout-col > .u-size-33-sm {
        flex: 33 0 auto
    }

    .u-layout-row > .u-size-32-sm {
        flex: 0 0 53.33333333%;
        max-width: 53.33333333%;
        min-width: 53.33333333%
    }

    .u-layout-col > .u-size-32-sm {
        flex: 32 0 auto
    }

    .u-layout-row > .u-size-31-sm {
        flex: 0 0 51.66666667%;
        max-width: 51.66666667%;
        min-width: 51.66666667%
    }

    .u-layout-col > .u-size-31-sm {
        flex: 31 0 auto
    }

    .u-layout-row > .u-size-30-sm {
        flex: 0 0 50%;
        max-width: 50%;
        min-width: 50%
    }

    .u-layout-col > .u-size-30-sm {
        flex: 30 0 auto
    }

    .u-layout-row > .u-size-29-sm {
        flex: 0 0 48.33333333%;
        max-width: 48.33333333%;
        min-width: 48.33333333%
    }

    .u-layout-col > .u-size-29-sm {
        flex: 29 0 auto
    }

    .u-layout-row > .u-size-28-sm {
        flex: 0 0 46.66666667%;
        max-width: 46.66666667%;
        min-width: 46.66666667%
    }

    .u-layout-col > .u-size-28-sm {
        flex: 28 0 auto
    }

    .u-layout-row > .u-size-27-sm {
        flex: 0 0 45%;
        max-width: 45%;
        min-width: 45%
    }

    .u-layout-col > .u-size-27-sm {
        flex: 27 0 auto
    }

    .u-layout-row > .u-size-26-sm {
        flex: 0 0 43.33333333%;
        max-width: 43.33333333%;
        min-width: 43.33333333%
    }

    .u-layout-col > .u-size-26-sm {
        flex: 26 0 auto
    }

    .u-layout-row > .u-size-25-sm {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
        min-width: 41.66666667%
    }

    .u-layout-col > .u-size-25-sm {
        flex: 25 0 auto
    }

    .u-layout-row > .u-size-24-sm {
        flex: 0 0 40%;
        max-width: 40%;
        min-width: 40%
    }

    .u-layout-col > .u-size-24-sm {
        flex: 24 0 auto
    }

    .u-layout-row > .u-size-23-sm {
        flex: 0 0 38.33333333%;
        max-width: 38.33333333%;
        min-width: 38.33333333%
    }

    .u-layout-col > .u-size-23-sm {
        flex: 23 0 auto
    }

    .u-layout-row > .u-size-22-sm {
        flex: 0 0 36.66666667%;
        max-width: 36.66666667%;
        min-width: 36.66666667%
    }

    .u-layout-col > .u-size-22-sm {
        flex: 22 0 auto
    }

    .u-layout-row > .u-size-21-sm {
        flex: 0 0 35%;
        max-width: 35%;
        min-width: 35%
    }

    .u-layout-col > .u-size-21-sm {
        flex: 21 0 auto
    }

    .u-layout-row > .u-size-20-sm {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
        min-width: 33.33333333%
    }

    .u-layout-col > .u-size-20-sm {
        flex: 20 0 auto
    }

    .u-layout-row > .u-size-19-sm {
        flex: 0 0 31.66666667%;
        max-width: 31.66666667%;
        min-width: 31.66666667%
    }

    .u-layout-col > .u-size-19-sm {
        flex: 19 0 auto
    }

    .u-layout-row > .u-size-18-sm {
        flex: 0 0 30%;
        max-width: 30%;
        min-width: 30%
    }

    .u-layout-col > .u-size-18-sm {
        flex: 18 0 auto
    }

    .u-layout-row > .u-size-17-sm {
        flex: 0 0 28.33333333%;
        max-width: 28.33333333%;
        min-width: 28.33333333%
    }

    .u-layout-col > .u-size-17-sm {
        flex: 17 0 auto
    }

    .u-layout-row > .u-size-16-sm {
        flex: 0 0 26.66666667%;
        max-width: 26.66666667%;
        min-width: 26.66666667%
    }

    .u-layout-col > .u-size-16-sm {
        flex: 16 0 auto
    }

    .u-layout-row > .u-size-15-sm {
        flex: 0 0 25%;
        max-width: 25%;
        min-width: 25%
    }

    .u-layout-col > .u-size-15-sm {
        flex: 15 0 auto
    }

    .u-layout-row > .u-size-14-sm {
        flex: 0 0 23.33333333%;
        max-width: 23.33333333%;
        min-width: 23.33333333%
    }

    .u-layout-col > .u-size-14-sm {
        flex: 14 0 auto
    }

    .u-layout-row > .u-size-13-sm {
        flex: 0 0 21.66666667%;
        max-width: 21.66666667%;
        min-width: 21.66666667%
    }

    .u-layout-col > .u-size-13-sm {
        flex: 13 0 auto
    }

    .u-layout-row > .u-size-12-sm {
        flex: 0 0 20%;
        max-width: 20%;
        min-width: 20%
    }

    .u-layout-col > .u-size-12-sm {
        flex: 12 0 auto
    }

    .u-layout-row > .u-size-11-sm {
        flex: 0 0 18.33333333%;
        max-width: 18.33333333%;
        min-width: 18.33333333%
    }

    .u-layout-col > .u-size-11-sm {
        flex: 11 0 auto
    }

    .u-layout-row > .u-size-10-sm {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
        min-width: 16.66666667%
    }

    .u-layout-col > .u-size-10-sm {
        flex: 10 0 auto
    }

    .u-layout-row > .u-size-9-sm {
        flex: 0 0 15%;
        max-width: 15%;
        min-width: 15%
    }

    .u-layout-col > .u-size-9-sm {
        flex: 9 0 auto
    }

    .u-layout-row > .u-size-8-sm {
        flex: 0 0 13.33333333%;
        max-width: 13.33333333%;
        min-width: 13.33333333%
    }

    .u-layout-col > .u-size-8-sm {
        flex: 8 0 auto
    }

    .u-layout-row > .u-size-7-sm {
        flex: 0 0 11.66666667%;
        max-width: 11.66666667%;
        min-width: 11.66666667%
    }

    .u-layout-col > .u-size-7-sm {
        flex: 7 0 auto
    }

    .u-layout-row > .u-size-6-sm {
        flex: 0 0 10%;
        max-width: 10%;
        min-width: 10%
    }

    .u-layout-col > .u-size-6-sm {
        flex: 6 0 auto
    }

    .u-layout-row > .u-size-5-sm {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%;
        min-width: 8.33333333%
    }

    .u-layout-col > .u-size-5-sm {
        flex: 5 0 auto
    }

    .u-layout-row > .u-size-4-sm {
        flex: 0 0 6.66666667%;
        max-width: 6.66666667%;
        min-width: 6.66666667%
    }

    .u-layout-col > .u-size-4-sm {
        flex: 4 0 auto
    }

    .u-layout-row > .u-size-3-sm {
        flex: 0 0 5%;
        max-width: 5%;
        min-width: 5%
    }

    .u-layout-col > .u-size-3-sm {
        flex: 3 0 auto
    }

    .u-layout-row > .u-size-2-sm {
        flex: 0 0 3.33333333%;
        max-width: 3.33333333%;
        min-width: 3.33333333%
    }

    .u-layout-col > .u-size-2-sm {
        flex: 2 0 auto
    }

    .u-layout-row > .u-size-1-sm {
        flex: 0 0 1.66666667%;
        max-width: 1.66666667%;
        min-width: 1.66666667%
    }

    .u-layout-col > .u-size-1-sm {
        flex: 1 0 auto
    }

    .u-layout-row > .u-size-0-sm {
        flex: 0 0 0%;
        max-width: 0%;
        min-width: 0%
    }

    .u-layout-col > .u-size-0-sm {
        flex: 0 0 auto
    }
}

@media (max-width: 575px) {
    .u-layout-row > .u-size-60-xs {
        flex: 0 0 100%;
        max-width: 100%;
        min-width: 100%
    }

    .u-layout-col > .u-size-60-xs {
        flex: 60 0 auto
    }

    .u-layout-row > .u-size-59-xs {
        flex: 0 0 98.33333333%;
        max-width: 98.33333333%;
        min-width: 98.33333333%
    }

    .u-layout-col > .u-size-59-xs {
        flex: 59 0 auto
    }

    .u-layout-row > .u-size-58-xs {
        flex: 0 0 96.66666667%;
        max-width: 96.66666667%;
        min-width: 96.66666667%
    }

    .u-layout-col > .u-size-58-xs {
        flex: 58 0 auto
    }

    .u-layout-row > .u-size-57-xs {
        flex: 0 0 95%;
        max-width: 95%;
        min-width: 95%
    }

    .u-layout-col > .u-size-57-xs {
        flex: 57 0 auto
    }

    .u-layout-row > .u-size-56-xs {
        flex: 0 0 93.33333333%;
        max-width: 93.33333333%;
        min-width: 93.33333333%
    }

    .u-layout-col > .u-size-56-xs {
        flex: 56 0 auto
    }

    .u-layout-row > .u-size-55-xs {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%;
        min-width: 91.66666667%
    }

    .u-layout-col > .u-size-55-xs {
        flex: 55 0 auto
    }

    .u-layout-row > .u-size-54-xs {
        flex: 0 0 90%;
        max-width: 90%;
        min-width: 90%
    }

    .u-layout-col > .u-size-54-xs {
        flex: 54 0 auto
    }

    .u-layout-row > .u-size-53-xs {
        flex: 0 0 88.33333333%;
        max-width: 88.33333333%;
        min-width: 88.33333333%
    }

    .u-layout-col > .u-size-53-xs {
        flex: 53 0 auto
    }

    .u-layout-row > .u-size-52-xs {
        flex: 0 0 86.66666667%;
        max-width: 86.66666667%;
        min-width: 86.66666667%
    }

    .u-layout-col > .u-size-52-xs {
        flex: 52 0 auto
    }

    .u-layout-row > .u-size-51-xs {
        flex: 0 0 85%;
        max-width: 85%;
        min-width: 85%
    }

    .u-layout-col > .u-size-51-xs {
        flex: 51 0 auto
    }

    .u-layout-row > .u-size-50-xs {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
        min-width: 83.33333333%
    }

    .u-layout-col > .u-size-50-xs {
        flex: 50 0 auto
    }

    .u-layout-row > .u-size-49-xs {
        flex: 0 0 81.66666667%;
        max-width: 81.66666667%;
        min-width: 81.66666667%
    }

    .u-layout-col > .u-size-49-xs {
        flex: 49 0 auto
    }

    .u-layout-row > .u-size-48-xs {
        flex: 0 0 80%;
        max-width: 80%;
        min-width: 80%
    }

    .u-layout-col > .u-size-48-xs {
        flex: 48 0 auto
    }

    .u-layout-row > .u-size-47-xs {
        flex: 0 0 78.33333333%;
        max-width: 78.33333333%;
        min-width: 78.33333333%
    }

    .u-layout-col > .u-size-47-xs {
        flex: 47 0 auto
    }

    .u-layout-row > .u-size-46-xs {
        flex: 0 0 76.66666667%;
        max-width: 76.66666667%;
        min-width: 76.66666667%
    }

    .u-layout-col > .u-size-46-xs {
        flex: 46 0 auto
    }

    .u-layout-row > .u-size-45-xs {
        flex: 0 0 75%;
        max-width: 75%;
        min-width: 75%
    }

    .u-layout-col > .u-size-45-xs {
        flex: 45 0 auto
    }

    .u-layout-row > .u-size-44-xs {
        flex: 0 0 73.33333333%;
        max-width: 73.33333333%;
        min-width: 73.33333333%
    }

    .u-layout-col > .u-size-44-xs {
        flex: 44 0 auto
    }

    .u-layout-row > .u-size-43-xs {
        flex: 0 0 71.66666667%;
        max-width: 71.66666667%;
        min-width: 71.66666667%
    }

    .u-layout-col > .u-size-43-xs {
        flex: 43 0 auto
    }

    .u-layout-row > .u-size-42-xs {
        flex: 0 0 70%;
        max-width: 70%;
        min-width: 70%
    }

    .u-layout-col > .u-size-42-xs {
        flex: 42 0 auto
    }

    .u-layout-row > .u-size-41-xs {
        flex: 0 0 68.33333333%;
        max-width: 68.33333333%;
        min-width: 68.33333333%
    }

    .u-layout-col > .u-size-41-xs {
        flex: 41 0 auto
    }

    .u-layout-row > .u-size-40-xs {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
        min-width: 66.66666667%
    }

    .u-layout-col > .u-size-40-xs {
        flex: 40 0 auto
    }

    .u-layout-row > .u-size-39-xs {
        flex: 0 0 65%;
        max-width: 65%;
        min-width: 65%
    }

    .u-layout-col > .u-size-39-xs {
        flex: 39 0 auto
    }

    .u-layout-row > .u-size-38-xs {
        flex: 0 0 63.33333333%;
        max-width: 63.33333333%;
        min-width: 63.33333333%
    }

    .u-layout-col > .u-size-38-xs {
        flex: 38 0 auto
    }

    .u-layout-row > .u-size-37-xs {
        flex: 0 0 61.66666667%;
        max-width: 61.66666667%;
        min-width: 61.66666667%
    }

    .u-layout-col > .u-size-37-xs {
        flex: 37 0 auto
    }

    .u-layout-row > .u-size-36-xs {
        flex: 0 0 60%;
        max-width: 60%;
        min-width: 60%
    }

    .u-layout-col > .u-size-36-xs {
        flex: 36 0 auto
    }

    .u-layout-row > .u-size-35-xs {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%;
        min-width: 58.33333333%
    }

    .u-layout-col > .u-size-35-xs {
        flex: 35 0 auto
    }

    .u-layout-row > .u-size-34-xs {
        flex: 0 0 56.66666667%;
        max-width: 56.66666667%;
        min-width: 56.66666667%
    }

    .u-layout-col > .u-size-34-xs {
        flex: 34 0 auto
    }

    .u-layout-row > .u-size-33-xs {
        flex: 0 0 55%;
        max-width: 55%;
        min-width: 55%
    }

    .u-layout-col > .u-size-33-xs {
        flex: 33 0 auto
    }

    .u-layout-row > .u-size-32-xs {
        flex: 0 0 53.33333333%;
        max-width: 53.33333333%;
        min-width: 53.33333333%
    }

    .u-layout-col > .u-size-32-xs {
        flex: 32 0 auto
    }

    .u-layout-row > .u-size-31-xs {
        flex: 0 0 51.66666667%;
        max-width: 51.66666667%;
        min-width: 51.66666667%
    }

    .u-layout-col > .u-size-31-xs {
        flex: 31 0 auto
    }

    .u-layout-row > .u-size-30-xs {
        flex: 0 0 50%;
        max-width: 50%;
        min-width: 50%
    }

    .u-layout-col > .u-size-30-xs {
        flex: 30 0 auto
    }

    .u-layout-row > .u-size-29-xs {
        flex: 0 0 48.33333333%;
        max-width: 48.33333333%;
        min-width: 48.33333333%
    }

    .u-layout-col > .u-size-29-xs {
        flex: 29 0 auto
    }

    .u-layout-row > .u-size-28-xs {
        flex: 0 0 46.66666667%;
        max-width: 46.66666667%;
        min-width: 46.66666667%
    }

    .u-layout-col > .u-size-28-xs {
        flex: 28 0 auto
    }

    .u-layout-row > .u-size-27-xs {
        flex: 0 0 45%;
        max-width: 45%;
        min-width: 45%
    }

    .u-layout-col > .u-size-27-xs {
        flex: 27 0 auto
    }

    .u-layout-row > .u-size-26-xs {
        flex: 0 0 43.33333333%;
        max-width: 43.33333333%;
        min-width: 43.33333333%
    }

    .u-layout-col > .u-size-26-xs {
        flex: 26 0 auto
    }

    .u-layout-row > .u-size-25-xs {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
        min-width: 41.66666667%
    }

    .u-layout-col > .u-size-25-xs {
        flex: 25 0 auto
    }

    .u-layout-row > .u-size-24-xs {
        flex: 0 0 40%;
        max-width: 40%;
        min-width: 40%
    }

    .u-layout-col > .u-size-24-xs {
        flex: 24 0 auto
    }

    .u-layout-row > .u-size-23-xs {
        flex: 0 0 38.33333333%;
        max-width: 38.33333333%;
        min-width: 38.33333333%
    }

    .u-layout-col > .u-size-23-xs {
        flex: 23 0 auto
    }

    .u-layout-row > .u-size-22-xs {
        flex: 0 0 36.66666667%;
        max-width: 36.66666667%;
        min-width: 36.66666667%
    }

    .u-layout-col > .u-size-22-xs {
        flex: 22 0 auto
    }

    .u-layout-row > .u-size-21-xs {
        flex: 0 0 35%;
        max-width: 35%;
        min-width: 35%
    }

    .u-layout-col > .u-size-21-xs {
        flex: 21 0 auto
    }

    .u-layout-row > .u-size-20-xs {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
        min-width: 33.33333333%
    }

    .u-layout-col > .u-size-20-xs {
        flex: 20 0 auto
    }

    .u-layout-row > .u-size-19-xs {
        flex: 0 0 31.66666667%;
        max-width: 31.66666667%;
        min-width: 31.66666667%
    }

    .u-layout-col > .u-size-19-xs {
        flex: 19 0 auto
    }

    .u-layout-row > .u-size-18-xs {
        flex: 0 0 30%;
        max-width: 30%;
        min-width: 30%
    }

    .u-layout-col > .u-size-18-xs {
        flex: 18 0 auto
    }

    .u-layout-row > .u-size-17-xs {
        flex: 0 0 28.33333333%;
        max-width: 28.33333333%;
        min-width: 28.33333333%
    }

    .u-layout-col > .u-size-17-xs {
        flex: 17 0 auto
    }

    .u-layout-row > .u-size-16-xs {
        flex: 0 0 26.66666667%;
        max-width: 26.66666667%;
        min-width: 26.66666667%
    }

    .u-layout-col > .u-size-16-xs {
        flex: 16 0 auto
    }

    .u-layout-row > .u-size-15-xs {
        flex: 0 0 25%;
        max-width: 25%;
        min-width: 25%
    }

    .u-layout-col > .u-size-15-xs {
        flex: 15 0 auto
    }

    .u-layout-row > .u-size-14-xs {
        flex: 0 0 23.33333333%;
        max-width: 23.33333333%;
        min-width: 23.33333333%
    }

    .u-layout-col > .u-size-14-xs {
        flex: 14 0 auto
    }

    .u-layout-row > .u-size-13-xs {
        flex: 0 0 21.66666667%;
        max-width: 21.66666667%;
        min-width: 21.66666667%
    }

    .u-layout-col > .u-size-13-xs {
        flex: 13 0 auto
    }

    .u-layout-row > .u-size-12-xs {
        flex: 0 0 20%;
        max-width: 20%;
        min-width: 20%
    }

    .u-layout-col > .u-size-12-xs {
        flex: 12 0 auto
    }

    .u-layout-row > .u-size-11-xs {
        flex: 0 0 18.33333333%;
        max-width: 18.33333333%;
        min-width: 18.33333333%
    }

    .u-layout-col > .u-size-11-xs {
        flex: 11 0 auto
    }

    .u-layout-row > .u-size-10-xs {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
        min-width: 16.66666667%
    }

    .u-layout-col > .u-size-10-xs {
        flex: 10 0 auto
    }

    .u-layout-row > .u-size-9-xs {
        flex: 0 0 15%;
        max-width: 15%;
        min-width: 15%
    }

    .u-layout-col > .u-size-9-xs {
        flex: 9 0 auto
    }

    .u-layout-row > .u-size-8-xs {
        flex: 0 0 13.33333333%;
        max-width: 13.33333333%;
        min-width: 13.33333333%
    }

    .u-layout-col > .u-size-8-xs {
        flex: 8 0 auto
    }

    .u-layout-row > .u-size-7-xs {
        flex: 0 0 11.66666667%;
        max-width: 11.66666667%;
        min-width: 11.66666667%
    }

    .u-layout-col > .u-size-7-xs {
        flex: 7 0 auto
    }

    .u-layout-row > .u-size-6-xs {
        flex: 0 0 10%;
        max-width: 10%;
        min-width: 10%
    }

    .u-layout-col > .u-size-6-xs {
        flex: 6 0 auto
    }

    .u-layout-row > .u-size-5-xs {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%;
        min-width: 8.33333333%
    }

    .u-layout-col > .u-size-5-xs {
        flex: 5 0 auto
    }

    .u-layout-row > .u-size-4-xs {
        flex: 0 0 6.66666667%;
        max-width: 6.66666667%;
        min-width: 6.66666667%
    }

    .u-layout-col > .u-size-4-xs {
        flex: 4 0 auto
    }

    .u-layout-row > .u-size-3-xs {
        flex: 0 0 5%;
        max-width: 5%;
        min-width: 5%
    }

    .u-layout-col > .u-size-3-xs {
        flex: 3 0 auto
    }

    .u-layout-row > .u-size-2-xs {
        flex: 0 0 3.33333333%;
        max-width: 3.33333333%;
        min-width: 3.33333333%
    }

    .u-layout-col > .u-size-2-xs {
        flex: 2 0 auto
    }

    .u-layout-row > .u-size-1-xs {
        flex: 0 0 1.66666667%;
        max-width: 1.66666667%;
        min-width: 1.66666667%
    }

    .u-layout-col > .u-size-1-xs {
        flex: 1 0 auto
    }

    .u-layout-row > .u-size-0-xs {
        flex: 0 0 0%;
        max-width: 0%;
        min-width: 0%
    }

    .u-layout-col > .u-size-0-xs {
        flex: 0 0 auto
    }
}

@media (min-width: 1400px) {
    .u-absolute-hcenter-xxl {
        left: 50% !important;
        transform: translateX(-50%)
    }
}

@media (min-width: 1200px) {
    .u-xl-mode .u-absolute-hcenter-xl {
        left: 50% !important;
        transform: translateX(-50%)
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .u-xxl-mode .u-absolute-hcenter-xl {
        left: 50% !important;
        transform: translateX(-50%)
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .u-absolute-hcenter-lg {
        left: 50% !important;
        transform: translateX(-50%)
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .u-absolute-hcenter-md {
        left: 50% !important;
        transform: translateX(-50%)
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .u-absolute-hcenter-sm {
        left: 50% !important;
        transform: translateX(-50%)
    }
}

@media (max-width: 575px) {
    .u-absolute-hcenter-xs {
        left: 50% !important;
        transform: translateX(-50%)
    }
}

@media (min-width: 1400px) {
    .u-absolute-vcenter-xxl {
        top: 50% !important;
        transform: translateY(-50%)
    }
}

@media (min-width: 1200px) {
    .u-xl-mode .u-absolute-vcenter-xl {
        top: 50% !important;
        transform: translateY(-50%)
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .u-xxl-mode .u-absolute-vcenter-xl {
        top: 50% !important;
        transform: translateY(-50%)
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .u-absolute-vcenter-lg {
        top: 50% !important;
        transform: translateY(-50%)
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .u-absolute-vcenter-md {
        top: 50% !important;
        transform: translateY(-50%)
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .u-absolute-vcenter-sm {
        top: 50% !important;
        transform: translateY(-50%)
    }
}

@media (max-width: 575px) {
    .u-absolute-vcenter-xs {
        top: 50% !important;
        transform: translateY(-50%)
    }
}

@media (max-width: 991px) {
    .u-content-layout {
        flex-direction: column;
        align-items: center
    }
}

@media (max-width: 991px) {
    .u-sidebar {
        flex: 1
    }
}

@media (min-width: 1400px) {
    .u-video.u-video-contain video-xxl {
        object-fit: contain;
        background-size: contain
    }
}

@media (min-width: 1200px) {
    .u-xl-mode .u-video.u-video-contain video-xl {
        object-fit: contain;
        background-size: contain
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .u-xxl-mode .u-video.u-video-contain video-xl {
        object-fit: contain;
        background-size: contain
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .u-video.u-video-contain video-lg {
        object-fit: contain;
        background-size: contain
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .u-video.u-video-contain video-md {
        object-fit: contain;
        background-size: contain
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .u-video.u-video-contain video-sm {
        object-fit: contain;
        background-size: contain
    }
}

@media (max-width: 575px) {
    .u-video.u-video-contain video-xs {
        object-fit: contain;
        background-size: contain
    }
}

@media (min-width: 1400px) {
    .u-columns-1-xxl .u-popupmenu-items {
        grid-template-columns:repeat(1, 100%)
    }
}

@media (min-width: 1200px) {
    .u-xl-mode .u-columns-1-xl .u-popupmenu-items {
        grid-template-columns:repeat(1, 100%)
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .u-xxl-mode .u-columns-1-xl .u-popupmenu-items {
        grid-template-columns:repeat(1, 100%)
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .u-columns-1-lg .u-popupmenu-items {
        grid-template-columns:repeat(1, 100%)
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .u-columns-1-md .u-popupmenu-items {
        grid-template-columns:repeat(1, 100%)
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .u-columns-1-sm .u-popupmenu-items {
        grid-template-columns:repeat(1, 100%)
    }
}

@media (max-width: 575px) {
    .u-columns-1-xs .u-popupmenu-items {
        grid-template-columns:repeat(1, 100%)
    }
}

@media (min-width: 1400px) {
    .u-columns-2-xxl .u-popupmenu-items {
        grid-template-columns:repeat(2, 50%)
    }
}

@media (min-width: 1200px) {
    .u-xl-mode .u-columns-2-xl .u-popupmenu-items {
        grid-template-columns:repeat(2, 50%)
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .u-xxl-mode .u-columns-2-xl .u-popupmenu-items {
        grid-template-columns:repeat(2, 50%)
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .u-columns-2-lg .u-popupmenu-items {
        grid-template-columns:repeat(2, 50%)
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .u-columns-2-md .u-popupmenu-items {
        grid-template-columns:repeat(2, 50%)
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .u-columns-2-sm .u-popupmenu-items {
        grid-template-columns:repeat(2, 50%)
    }
}

@media (max-width: 575px) {
    .u-columns-2-xs .u-popupmenu-items {
        grid-template-columns:repeat(2, 50%)
    }
}

@media (min-width: 1400px) {
    .u-columns-3-xxl .u-popupmenu-items {
        grid-template-columns:repeat(3, 33.33333333%)
    }
}

@media (min-width: 1200px) {
    .u-xl-mode .u-columns-3-xl .u-popupmenu-items {
        grid-template-columns:repeat(3, 33.33333333%)
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .u-xxl-mode .u-columns-3-xl .u-popupmenu-items {
        grid-template-columns:repeat(3, 33.33333333%)
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .u-columns-3-lg .u-popupmenu-items {
        grid-template-columns:repeat(3, 33.33333333%)
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .u-columns-3-md .u-popupmenu-items {
        grid-template-columns:repeat(3, 33.33333333%)
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .u-columns-3-sm .u-popupmenu-items {
        grid-template-columns:repeat(3, 33.33333333%)
    }
}

@media (max-width: 575px) {
    .u-columns-3-xs .u-popupmenu-items {
        grid-template-columns:repeat(3, 33.33333333%)
    }
}

@media (min-width: 1400px) {
    .u-columns-4-xxl .u-popupmenu-items {
        grid-template-columns:repeat(4, 25%)
    }
}

@media (min-width: 1200px) {
    .u-xl-mode .u-columns-4-xl .u-popupmenu-items {
        grid-template-columns:repeat(4, 25%)
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .u-xxl-mode .u-columns-4-xl .u-popupmenu-items {
        grid-template-columns:repeat(4, 25%)
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .u-columns-4-lg .u-popupmenu-items {
        grid-template-columns:repeat(4, 25%)
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .u-columns-4-md .u-popupmenu-items {
        grid-template-columns:repeat(4, 25%)
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .u-columns-4-sm .u-popupmenu-items {
        grid-template-columns:repeat(4, 25%)
    }
}

@media (max-width: 575px) {
    .u-columns-4-xs .u-popupmenu-items {
        grid-template-columns:repeat(4, 25%)
    }
}

@media (min-width: 1400px) {
    .u-columns-5-xxl .u-popupmenu-items {
        grid-template-columns:repeat(5, 20%)
    }
}

@media (min-width: 1200px) {
    .u-xl-mode .u-columns-5-xl .u-popupmenu-items {
        grid-template-columns:repeat(5, 20%)
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .u-xxl-mode .u-columns-5-xl .u-popupmenu-items {
        grid-template-columns:repeat(5, 20%)
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .u-columns-5-lg .u-popupmenu-items {
        grid-template-columns:repeat(5, 20%)
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .u-columns-5-md .u-popupmenu-items {
        grid-template-columns:repeat(5, 20%)
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .u-columns-5-sm .u-popupmenu-items {
        grid-template-columns:repeat(5, 20%)
    }
}

@media (max-width: 575px) {
    .u-columns-5-xs .u-popupmenu-items {
        grid-template-columns:repeat(5, 20%)
    }
}

@media (min-width: 1400px) {
    .u-columns-6-xxl .u-popupmenu-items {
        grid-template-columns:repeat(6, 16.66666667%)
    }
}

@media (min-width: 1200px) {
    .u-xl-mode .u-columns-6-xl .u-popupmenu-items {
        grid-template-columns:repeat(6, 16.66666667%)
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .u-xxl-mode .u-columns-6-xl .u-popupmenu-items {
        grid-template-columns:repeat(6, 16.66666667%)
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .u-columns-6-lg .u-popupmenu-items {
        grid-template-columns:repeat(6, 16.66666667%)
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .u-columns-6-md .u-popupmenu-items {
        grid-template-columns:repeat(6, 16.66666667%)
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .u-columns-6-sm .u-popupmenu-items {
        grid-template-columns:repeat(6, 16.66666667%)
    }
}

@media (max-width: 575px) {
    .u-columns-6-xs .u-popupmenu-items {
        grid-template-columns:repeat(6, 16.66666667%)
    }
}

@media (min-width: 1400px) {
    .u-menu[data-responsive-from="XXL"] .menu-collapse {
        display: block
    }

    .u-menu[data-responsive-from="XXL"] .u-nav-container-collapse {
        display: flex
    }

    .u-menu[data-responsive-from="XXL"] .u-nav-container {
        display: none
    }
}

@media (min-width: 1200px) {
    .u-xl-mode .u-menu[data-responsive-from="XL"] .menu-collapse {
        display: block
    }

    .u-xl-mode .u-menu[data-responsive-from="XL"] .u-nav-container-collapse {
        display: flex
    }

    .u-xl-mode .u-menu[data-responsive-from="XL"] .u-nav-container {
        display: none
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .u-xxl-mode .u-menu[data-responsive-from="XL"] .menu-collapse {
        display: block
    }

    .u-xxl-mode .u-menu[data-responsive-from="XL"] .u-nav-container-collapse {
        display: flex
    }

    .u-xxl-mode .u-menu[data-responsive-from="XL"] .u-nav-container {
        display: none
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .u-menu[data-responsive-from="LG"] .menu-collapse {
        display: block
    }

    .u-menu[data-responsive-from="LG"] .u-nav-container-collapse {
        display: flex
    }

    .u-menu[data-responsive-from="LG"] .u-nav-container {
        display: none
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .u-menu[data-responsive-from="MD"] .menu-collapse, .u-menu:not([data-responsive-from]) .menu-collapse {
        display: block
    }

    .u-menu[data-responsive-from="MD"] .u-nav-container-collapse, .u-menu:not([data-responsive-from]) .u-nav-container-collapse {
        display: flex
    }

    .u-menu[data-responsive-from="MD"] .u-nav-container, .u-menu:not([data-responsive-from]) .u-nav-container {
        display: none
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .u-menu[data-responsive-from="SM"] .menu-collapse {
        display: block
    }

    .u-menu[data-responsive-from="SM"] .u-nav-container-collapse {
        display: flex
    }

    .u-menu[data-responsive-from="SM"] .u-nav-container {
        display: none
    }
}

@media (max-width: 575px) {
    .u-menu[data-responsive-from="XS"] .menu-collapse {
        display: block
    }

    .u-menu[data-responsive-from="XS"] .u-nav-container-collapse {
        display: flex
    }

    .u-menu[data-responsive-from="XS"] .u-nav-container {
        display: none
    }
}

@media (min-width: 1400px) {
    .u-align-left-xxl {
        text-align: left
    }
}

@media (min-width: 1200px) {
    .u-xl-mode .u-align-left-xl {
        text-align: left
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .u-xxl-mode .u-align-left-xl {
        text-align: left
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .u-align-left-lg {
        text-align: left
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .u-align-left-md {
        text-align: left
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .u-align-left-sm {
        text-align: left
    }
}

@media (max-width: 575px) {
    .u-align-left-xs {
        text-align: left
    }
}

@media (min-width: 1400px) {
    .u-align-center-xxl {
        text-align: center
    }
}

@media (min-width: 1200px) {
    .u-xl-mode .u-align-center-xl {
        text-align: center
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .u-xxl-mode .u-align-center-xl {
        text-align: center
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .u-align-center-lg {
        text-align: center
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .u-align-center-md {
        text-align: center
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .u-align-center-sm {
        text-align: center
    }
}

@media (max-width: 575px) {
    .u-align-center-xs {
        text-align: center
    }
}

@media (min-width: 1400px) {
    .u-align-right-xxl {
        text-align: right
    }
}

@media (min-width: 1200px) {
    .u-xl-mode .u-align-right-xl {
        text-align: right
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .u-xxl-mode .u-align-right-xl {
        text-align: right
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .u-align-right-lg {
        text-align: right
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .u-align-right-md {
        text-align: right
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .u-align-right-sm {
        text-align: right
    }
}

@media (max-width: 575px) {
    .u-align-right-xs {
        text-align: right
    }
}

@media (min-width: 1400px) {
    .u-align-justify-xxl {
        text-align: justify
    }
}

@media (min-width: 1200px) {
    .u-xl-mode .u-align-justify-xl {
        text-align: justify
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .u-xxl-mode .u-align-justify-xl {
        text-align: justify
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .u-align-justify-lg {
        text-align: justify
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .u-align-justify-md {
        text-align: justify
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .u-align-justify-sm {
        text-align: justify
    }
}

@media (max-width: 575px) {
    .u-align-justify-xs {
        text-align: justify
    }
}

@media (max-width: 767px) {
    .u-pagination .u-pagination-item {
        display: none
    }

    .u-pagination .u-pagination-item.active, .u-pagination .u-pagination-item.next, .u-pagination .u-pagination-item.start, .u-pagination .u-pagination-item.end, .u-pagination .u-pagination-item.prev:not(.disabled), .u-pagination .u-pagination-item:nth-last-child(1), .u-pagination .u-pagination-item:nth-last-child(2), .u-pagination .u-pagination-item:nth-last-child(3), .u-pagination .u-pagination-item.active:first-child + .u-pagination-item {
        display: inline-block
    }

    .u-pagination.responsive-style1 .u-pagination-item:not(.active) + .u-pagination-item:nth-last-child(4), .u-pagination.responsive-style1 .u-pagination-item.prev + .active + .u-pagination-item {
        display: inline-block
    }

    .u-pagination.responsive-style1 .u-pagination-item.active ~ .u-pagination-item:nth-last-child(4) {
        display: none
    }

    .u-pagination.responsive-style2 .u-pagination-item.active:first-child + .u-pagination-item + .u-pagination-item {
        display: inline-block
    }

    .u-pagination.responsive-style2 .u-pagination-item.active ~ .u-pagination-item:nth-last-child(3) {
        display: none
    }
}

@media (max-width: 575px) {
    .u-list-control {
        justify-content: center
    }
}

@media (max-width: 575px) {
    .u-list-control.has-categories-listbox.has-sorting, .u-list-control.has-pagination.has-categories-listbox, .u-list-control.has-pagination.has-sorting {
        display: flex;
        flex-direction: column;
        gap: 10px
    }

    .u-list-control.has-categories-listbox.has-sorting > *, .u-list-control.has-pagination.has-categories-listbox > *, .u-list-control.has-pagination.has-sorting > * {
        margin-left: auto !important;
        margin-right: auto !important
    }
}

@media (max-width: 767px) {
    .u-table-responsive {
        overflow-x: auto;
        overflow-y: hidden
    }

    .u-table-responsive thead th, .u-table-responsive tfoot th, .u-table-responsive thead td, .u-table-responsive tfoot td {
        white-space: nowrap
    }
}

@media (max-width: 767px) {
    .u-cart-blocks-container {
        grid-template-columns:1fr
    }

    .u-cart-form .u-btn-submit {
        flex-grow: 0;
        margin-left: auto
    }
}

@media (max-width: 767px) {
    .u-checkout-blocks-container {
        grid-template-columns:1fr
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .u-calendar {
        flex-wrap: wrap
    }

    .u-calendar .u-calendar-time-container {
        margin-left: auto !important;
        margin-right: auto
    }
}

@media (max-width: 575px) {
    .u-calendar {
        flex-wrap: wrap
    }

    .u-calendar .u-calendar-time-container {
        margin-left: auto !important;
        margin-right: auto;
        width: 100%
    }

    .u-calendar .u-calendar-time-container ul.u-calendar-time-list {
        height: auto !important;
        display: grid !important;
        grid-template-columns:repeat(3, 33.33333333%)
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .u-calendar {
        flex-wrap: wrap
    }

    .u-calendar .u-calendar-time-container {
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width: 575px) {
    .u-calendar {
        flex-wrap: wrap
    }

    .u-calendar .u-calendar-time-container {
        margin-left: auto;
        margin-right: auto
    }
}


.u-section-2 {
    background-image: none;
}

.u-section-2 .u-sheet-1 {
    min-height: 311px;
}

.u-section-2 .u-image-1 {
    height: 261px;
    --radius: 10px;
    box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.4);
    margin-top: 20px;
    margin-bottom: 0;
}

.u-section-2 .u-btn-1 {
    --radius: 8px;
    font-size: 0.9375rem;
    box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.4);
    font-weight: 700;
    text-transform: uppercase;
    border-style: solid;
    margin: -145px auto 60px 241px;
    padding: 6px 31px 6px 30px;
}

/*RESPONSIVE_MEDIA*/
@media (max-width: 1199px) {
    .u-section-2 .u-sheet-1 {
        min-height: 294px;
    }

    .u-section-2 .u-image-1 {
        height: 243px;
    }

    .u-section-2 .u-btn-1 {
        margin-top: -129px;
        margin-left: 180px;
    }
}

/*/RESPONSIVE_MEDIA*/

/*RESPONSIVE_MEDIA*/
@media (max-width: 991px) {
    .u-section-2 .u-sheet-1 {
        min-height: 222px;
    }

    .u-section-2 .u-image-1 {
        height: 174px;
        margin-top: 18px;
    }

    .u-section-2 .u-btn-1 {
        margin-top: -87px;
        margin-left: 120px;
    }
}

/*/RESPONSIVE_MEDIA*/

/*RESPONSIVE_MEDIA*/
@media (max-width: 767px) {
    .u-section-2 .u-sheet-1 {
        min-height: 205px;
    }

    .u-section-2 .u-image-1 {
        height: 156px;
        margin-top: 19px;
    }

    .u-section-2 .u-btn-1 {
        margin-top: -77px;
        margin-left: 51px;
    }
}

/*/RESPONSIVE_MEDIA*/

/*RESPONSIVE_MEDIA*/
@media (max-width: 575px) {
    .u-section-2 .u-sheet-1 {
        min-height: 211px;
    }

    .u-section-2 .u-image-1 {
        height: 100px;
        margin-top: 21px;
    }

    .u-section-2 .u-btn-1 {
        margin-top: 21px;
        margin-left: auto;
        margin-bottom: 29px;
    }
}

/*/RESPONSIVE_MEDIA*/

.u-section-3 {
    background-image: none;
}

.u-section-3 .u-sheet-1 {
    min-height: 157px;
}

.u-section-3 .u-custom-html-1 {
    margin-bottom: -1px;
    margin-top: 4px;
    height: auto;
    min-height: 154px;
}

/*RESPONSIVE_MEDIA*/
@media (max-width: 767px) {
    .u-section-3 .u-sheet-1 {
        min-height: 330px;
    }

    .u-section-3 .u-custom-html-1 {
        margin-bottom: 8px;
        margin-top: 30px;
    }
}

/*/RESPONSIVE_MEDIA*/

.u-section-4 {
    background-image: none;
}

.u-section-4 .u-sheet-1 {
    min-height: 408px;
}

.u-section-4 .u-custom-html-1 {
    margin-bottom: 60px;
    margin-top: 5px;
}

/*RESPONSIVE_MEDIA*/
@media (max-width: 991px) {
    .u-section-4 .u-sheet-1 {
        min-height: 500px;
    }
}

/*/RESPONSIVE_MEDIA*/

/*RESPONSIVE_MEDIA*/
@media (max-width: 767px) {
    .u-section-4 .u-sheet-1 {
        min-height: 570px;
    }

    .u-section-4 .u-custom-html-1 {
        margin-top: 10px;
    }
}

/*/RESPONSIVE_MEDIA*/

/*RESPONSIVE_MEDIA*/
@media (max-width: 575px) {
    .u-section-4 .u-sheet-1 {
        min-height: 100vh;
    }
}

/*/RESPONSIVE_MEDIA*/

.u-section-5 {
    background-image: none;
}

.u-section-5 .u-sheet-1 {
    min-height: 54px;
}

.u-section-5 .u-text-1 {
    line-height: 1.8;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 700;
    margin: 13px 0;
}

/*RESPONSIVE_MEDIA*/
@media (max-width: 1199px) {
    .u-section-5 .u-sheet-1 {
        min-height: 122px;
    }

    .u-section-5 .u-text-1 {
        width: auto;
        margin-top: 31px;
        margin-bottom: 33px;
    }
}

/*/RESPONSIVE_MEDIA*/

/*RESPONSIVE_MEDIA*/
@media (max-width: 575px) {
    .u-section-5 .u-sheet-1 {
        min-height: 157px;
    }
}

/*/RESPONSIVE_MEDIA*/

.u-section-6 {
    background-image: none;
}

.u-section-6 .u-sheet-1 {
    min-height: 867px;
}

.u-section-6 .u-custom-html-1 {
    margin-bottom: 20px;
    margin-top: 69px;
    height: auto;
    min-height: 778px;
}

/*RESPONSIVE_MEDIA*/
@media (max-width: 767px) {
    .u-section-6 .u-sheet-1 {
        min-height: 135px;
    }

    .u-section-6 .u-custom-html-1 {
        margin-top: 90px;
    }
}

/*/RESPONSIVE_MEDIA*/

.u-section-7 {
    background-image: none;
}

.u-section-7 .u-sheet-1 {
    min-height: 263px;
}

.u-section-7 .u-gallery-1 {
    height: 133px;
    grid-gap: 17px;
    margin: 30px 0 0;
}

.u-section-7 .u-gallery-inner-1 {
    grid-template-columns: repeat(7, auto);
    --gap: 0px;
}

.u-section-7 .u-gallery-item-1 {
    margin-right: 17px;
    box-shadow: 5px 5px 9px 0 rgba(0, 0, 0, 0.4);
}

.u-section-7 .u-over-slide-1 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45));
    padding: 39px;
}

.u-section-7 .u-gallery-item-2 {
    margin-right: 17px;
    box-shadow: 5px 5px 9px 0 rgba(0, 0, 0, 0.4);
}

.u-section-7 .u-over-slide-2 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45));
    padding: 39px;
}

.u-section-7 .u-gallery-item-3 {
    margin-right: 17px;
    box-shadow: 5px 5px 9px 0 rgba(0, 0, 0, 0.4);
}

.u-section-7 .u-over-slide-3 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45));
    padding: 39px;
}

.u-section-7 .u-gallery-item-4 {
    margin-right: 17px;
    box-shadow: 5px 5px 9px 0 rgba(0, 0, 0, 0.4);
}

.u-section-7 .u-over-slide-4 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45));
    padding: 39px;
}

.u-section-7 .u-gallery-item-5 {
    margin-right: 17px;
    box-shadow: 5px 5px 9px 0 rgba(0, 0, 0, 0.4);
}

.u-section-7 .u-over-slide-5 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45));
    padding: 39px;
}

.u-section-7 .u-gallery-item-6 {
    margin-right: 17px;
    box-shadow: 5px 5px 9px 0 rgba(0, 0, 0, 0.4);
}

.u-section-7 .u-over-slide-6 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45));
    padding: 39px;
}

.u-section-7 .u-gallery-item-7 {
    margin-right: 17px;
    box-shadow: 5px 5px 9px 0 rgba(0, 0, 0, 0.4);
}

.u-section-7 .u-over-slide-7 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45));
    padding: 39px;
}

.u-section-7 .u-gallery-item-8 {
    margin-right: 17px;
    box-shadow: 5px 5px 9px 0 rgba(0, 0, 0, 0.4);
}

.u-section-7 .u-over-slide-8 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45));
    padding: 39px;
}

.u-section-7 .u-gallery-item-9 {
    margin-right: 17px;
    box-shadow: 5px 5px 9px 0 rgba(0, 0, 0, 0.4);
}

.u-section-7 .u-over-slide-9 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45));
    padding: 39px;
}

.u-section-7 .u-gallery-item-10 {
    margin-right: 17px;
    box-shadow: 5px 5px 9px 0 rgba(0, 0, 0, 0.4);
}

.u-section-7 .u-over-slide-10 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45));
    padding: 39px;
}

.u-section-7 .u-gallery-item-11 {
    margin-right: 17px;
    box-shadow: 5px 5px 9px 0 rgba(0, 0, 0, 0.4);
}

.u-section-7 .u-over-slide-11 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45));
    padding: 39px;
}

.u-section-7 .u-gallery-item-12 {
    margin-right: 17px;
    box-shadow: 5px 5px 9px 0 rgba(0, 0, 0, 0.4);
}

.u-section-7 .u-over-slide-12 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45));
    padding: 39px;
}

.u-section-7 .u-gallery-item-13 {
    margin-right: 17px;
    box-shadow: 5px 5px 9px 0 rgba(0, 0, 0, 0.4);
}

.u-section-7 .u-over-slide-13 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45));
    padding: 39px;
}

.u-section-7 .u-gallery-item-14 {
    margin-right: 17px;
    box-shadow: 5px 5px 9px 0 rgba(0, 0, 0, 0.4);
}

.u-section-7 .u-over-slide-14 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45));
    padding: 39px;
}

.u-section-7 .u-gallery-item-15 {
    margin-right: 17px;
    box-shadow: 5px 5px 9px 0 rgba(0, 0, 0, 0.4);
}

.u-section-7 .u-over-slide-15 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45));
    padding: 39px;
}

.u-section-7 .u-gallery-item-16 {
    margin-right: 17px;
    box-shadow: 5px 5px 9px 0 rgba(0, 0, 0, 0.4);
}

.u-section-7 .u-over-slide-16 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45));
    padding: 39px;
}

.u-section-7 .u-gallery-item-17 {
    margin-right: 17px;
    box-shadow: 5px 5px 9px 0 rgba(0, 0, 0, 0.4);
}

.u-section-7 .u-over-slide-17 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45));
    padding: 39px;
}

.u-section-7 .u-gallery-item-18 {
    margin-right: 17px;
    box-shadow: 5px 5px 9px 0 rgba(0, 0, 0, 0.4);
}

.u-section-7 .u-over-slide-18 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45));
    padding: 39px;
}

.u-section-7 .u-gallery-item-19 {
    margin-right: 17px;
    box-shadow: 5px 5px 9px 0 rgba(0, 0, 0, 0.4);
}

.u-section-7 .u-over-slide-19 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45));
    padding: 39px;
}

.u-section-7 .u-gallery-item-20 {
    margin-right: 17px;
    box-shadow: 5px 5px 9px 0 rgba(0, 0, 0, 0.4);
}

.u-section-7 .u-over-slide-20 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45));
    padding: 39px;
}

.u-section-7 .u-gallery-item-21 {
    margin-right: 17px;
    box-shadow: 5px 5px 9px 0 rgba(0, 0, 0, 0.4);
}

.u-section-7 .u-over-slide-21 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45));
    padding: 39px;
}

.u-section-7 .u-gallery-nav-1 {
    position: absolute;
    left: 10px;
    width: 40px;
    height: 40px;
    background-image: none;
    --radius: 10px;
    top: 47px;
    padding: 8px;
}

.u-section-7 .u-gallery-nav-2 {
    position: absolute;
    width: 40px;
    height: 40px;
    background-image: none;
    --radius: 10px;
    left: auto;
    top: 47px;
    right: 10px;
    padding: 8px;
}

.u-section-7 .u-btn-1 {
    --radius: 8px;
    font-size: 0.9375rem;
    background-image: none;
    box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.4);
    border-style: solid;
    font-weight: 700;
    text-transform: uppercase;
    margin: 30px auto;
    padding: 6px 31px 6px 30px;
}

/*RESPONSIVE_MEDIA*/
@media (max-width: 1199px) {
    .u-section-7 .u-gallery-1 {
        margin-right: initial;
        margin-left: initial;
    }

    .u-section-7 .u-gallery-inner-1 {
        grid-gap: 17px;
    }
}

/*/RESPONSIVE_MEDIA*/

/*RESPONSIVE_MEDIA*/
@media (max-width: 767px) {
    .u-section-7 .u-gallery-inner-1 {
        grid-template-columns: repeat(4, auto);
    }
}

/*/RESPONSIVE_MEDIA*/

.u-section-8 {
    background-image: none;
}

.u-section-8 .u-sheet-1 {
    min-height: 645px;
}

.u-section-8 .u-custom-html-1 {
    margin-bottom: 0;
    margin-top: 19px;
}

.u-section-8 .u-image-1 {
    width: 800px;
    height: 291px;
    box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.4);
    --radius: 12px;
    margin: 30px auto 29px;
}

/*RESPONSIVE_MEDIA*/
@media (max-width: 991px) {
    .u-section-8 .u-sheet-1 {
        min-height: 616px;
    }

    .u-section-8 .u-image-1 {
        width: 720px;
        height: 262px;
    }
}

/*/RESPONSIVE_MEDIA*/

/*RESPONSIVE_MEDIA*/
@media (max-width: 767px) {
    .u-section-8 .u-sheet-1 {
        min-height: 551px;
    }

    .u-section-8 .u-custom-html-1 {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .u-section-8 .u-image-1 {
        width: 540px;
        height: 197px;
    }
}

/*/RESPONSIVE_MEDIA*/

/*RESPONSIVE_MEDIA*/
@media (max-width: 575px) {
    .u-section-8 .u-sheet-1 {
        min-height: 478px;
    }

    .u-section-8 .u-image-1 {
        width: 340px;
        height: 124px;
    }
}

/*/RESPONSIVE_MEDIA*/

.u-section-9 {
    background-image: none;
}

.u-section-9 .u-sheet-1 {
    min-height: 1057px;
}

.u-section-9 .u-custom-html-1 {
    margin-bottom: 0;
    margin-top: 19px;
}

.u-section-9 .u-image-1 {
    width: 300px;
    height: 484px;
    box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.4);
    --radius: 10px;
    margin: 30px auto 29px;
}

/*RESPONSIVE_MEDIA*/
@media (max-width: 767px) {
    .u-section-9 .u-custom-html-1 {
        margin-bottom: 20px;
        margin-top: 20px;
    }
}

/*/RESPONSIVE_MEDIA*/

.u-section-10 {
    background-image: none;
}

.u-section-10 .u-sheet-1 {
    min-height: 1054px;
}

.u-section-10 .u-custom-html-1 {
    margin-bottom: 0;
    margin-top: 19px;
}

.u-section-10 .u-image-1 {
    width: 600px;
    height: 447px;
    box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.4);
    --radius: 8px;
    margin: 30px auto 29px;
}

/*RESPONSIVE_MEDIA*/
@media (max-width: 767px) {
    .u-section-10 .u-sheet-1 {
        min-height: 1271px;
    }

    .u-section-10 .u-custom-html-1 {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .u-section-10 .u-image-1 {
        width: 540px;
        height: 402px;
        margin-bottom: 30px;
    }
}

/*/RESPONSIVE_MEDIA*/

/*RESPONSIVE_MEDIA*/
@media (max-width: 575px) {
    .u-section-10 .u-sheet-1 {
        min-height: 1122px;
    }

    .u-section-10 .u-image-1 {
        width: 340px;
        height: 253px;
    }
}

/*/RESPONSIVE_MEDIA*/

.u-section-11 {
    background-image: none;
}

.u-section-11 .u-sheet-1 {
    min-height: 946px;
}

.u-section-11 .u-custom-html-1 {
    margin-bottom: 0;
    margin-top: 20px;
    height: auto;
    min-height: 318px;
}

.u-section-11 .u-image-1 {
    width: 300px;
    height: 552px;
    box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.4);
    --radius: 10px;
    margin: 30px auto 27px;
}

/*RESPONSIVE_MEDIA*/
@media (max-width: 767px) {
    .u-section-11 .u-sheet-1 {
        min-height: 1147px;
    }

    .u-section-11 .u-image-1 {
        margin-top: 20px;
        margin-bottom: 32px;
    }
}

/*/RESPONSIVE_MEDIA*/

.u-section-12 {
    background-image: none;
}

.u-section-12 .u-sheet-1 {
    min-height: 64px;
}

.u-section-12 .u-custom-html-1 {
    margin-bottom: 0;
    margin-top: 19px;
}

.u-section-12 .u-image-1 {
    width: 800px;
    height: 431px;
    box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.4);
    --radius: 10px;
    margin: 30px auto 60px;
}

/*RESPONSIVE_MEDIA*/
@media (max-width: 991px) {
    .u-section-12 .u-sheet-1 {
        min-height: 21px;
    }

    .u-section-12 .u-image-1 {
        width: 720px;
        height: 388px;
    }
}

/*/RESPONSIVE_MEDIA*/

/*RESPONSIVE_MEDIA*/
@media (max-width: 767px) {
    .u-section-12 .u-sheet-1 {
        min-height: 907px;
    }

    .u-section-12 .u-custom-html-1 {
        margin-top: 20px;
    }

    .u-section-12 .u-image-1 {
        height: 291px;
        margin-top: 20px;
        margin-bottom: 27px;
        margin-right: initial;
        margin-left: initial;
        width: auto;
    }
}

/*/RESPONSIVE_MEDIA*/

.u-section-13 {
    background-image: none;
}

.u-section-13 .u-sheet-1 {
    min-height: 1029px;
}

.u-section-13 .u-custom-html-1 {
    margin-bottom: 29px;
    margin-top: 19px;
}

/*RESPONSIVE_MEDIA*/
@media (max-width: 767px) {
    .u-section-13 .u-sheet-1 {
        min-height: 1418px;
    }

    .u-section-13 .u-custom-html-1 {
        margin-bottom: 27px;
        margin-top: 20px;
    }
}

/*/RESPONSIVE_MEDIA*/

.u-section-14 {
    background-image: none;
}

.u-section-14 .u-sheet-1 {
    min-height: 63px;
    margin-bottom: 0;
}

.u-section-14 .u-gallery-1 {
    height: 44px;
    margin: 0 0 19px;
}

.u-section-14 .u-gallery-inner-1 {
    --gap: 0px;
}

.u-section-14 .u-gallery-item-1 {
    margin-right: 6px;
}

.u-section-14 .u-back-image-1 {
    width: 71px;
}

.u-section-14 .u-over-slide-1 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-14 .u-gallery-item-2 {
    margin-right: 6px;
}

.u-section-14 .u-back-image-2 {
    width: 71px;
}

.u-section-14 .u-over-slide-2 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-14 .u-gallery-item-3 {
    margin-right: 6px;
}

.u-section-14 .u-back-image-3 {
    width: 71px;
}

.u-section-14 .u-over-slide-3 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-14 .u-gallery-item-4 {
    margin-right: 6px;
}

.u-section-14 .u-back-image-4 {
    width: 71px;
}

.u-section-14 .u-over-slide-4 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-14 .u-gallery-item-5 {
    margin-right: 6px;
}

.u-section-14 .u-back-image-5 {
    width: 71px;
}

.u-section-14 .u-over-slide-5 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-14 .u-gallery-item-6 {
    margin-right: 6px;
}

.u-section-14 .u-back-image-6 {
    width: 71px;
}

.u-section-14 .u-over-slide-6 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-14 .u-gallery-item-7 {
    margin-right: 6px;
}

.u-section-14 .u-back-image-7 {
    width: 71px;
}

.u-section-14 .u-over-slide-7 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-14 .u-gallery-item-8 {
    margin-right: 6px;
}

.u-section-14 .u-back-image-8 {
    width: 71px;
}

.u-section-14 .u-over-slide-8 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-14 .u-gallery-item-9 {
    margin-right: 6px;
}

.u-section-14 .u-back-image-9 {
    width: 71px;
}

.u-section-14 .u-over-slide-9 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-14 .u-gallery-item-10 {
    margin-right: 6px;
}

.u-section-14 .u-back-image-10 {
    width: 71px;
}

.u-section-14 .u-over-slide-10 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-14 .u-gallery-item-11 {
    margin-right: 6px;
}

.u-section-14 .u-back-image-11 {
    width: 71px;
}

.u-section-14 .u-over-slide-11 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-14 .u-gallery-item-12 {
    margin-right: 6px;
}

.u-section-14 .u-back-image-12 {
    width: 71px;
}

.u-section-14 .u-over-slide-12 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-14 .u-gallery-item-13 {
    margin-right: 6px;
}

.u-section-14 .u-back-image-13 {
    width: 71px;
}

.u-section-14 .u-over-slide-13 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-14 .u-gallery-item-14 {
    margin-right: 6px;
}

.u-section-14 .u-back-image-14 {
    width: 71px;
}

.u-section-14 .u-over-slide-14 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-14 .u-gallery-item-15 {
    margin-right: 6px;
}

.u-section-14 .u-back-image-15 {
    width: 71px;
}

.u-section-14 .u-over-slide-15 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-14 .u-gallery-item-16 {
    margin-right: 6px;
}

.u-section-14 .u-back-image-16 {
    width: 71px;
}

.u-section-14 .u-over-slide-16 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-14 .u-gallery-item-17 {
    margin-right: 6px;
}

.u-section-14 .u-back-image-17 {
    width: 71px;
}

.u-section-14 .u-over-slide-17 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-14 .u-gallery-item-18 {
    margin-right: 6px;
}

.u-section-14 .u-back-image-18 {
    width: 71px;
}

.u-section-14 .u-over-slide-18 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-14 .u-gallery-item-19 {
    margin-right: 6px;
}

.u-section-14 .u-back-image-19 {
    width: 71px;
}

.u-section-14 .u-over-slide-19 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-14 .u-gallery-item-20 {
    margin-right: 6px;
}

.u-section-14 .u-back-image-20 {
    width: 71px;
}

.u-section-14 .u-over-slide-20 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-14 .u-gallery-item-21 {
    margin-right: 6px;
}

.u-section-14 .u-back-image-21 {
    width: 71px;
}

.u-section-14 .u-over-slide-21 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-14 .u-gallery-item-22 {
    margin-right: 6px;
}

.u-section-14 .u-back-image-22 {
    width: 71px;
}

.u-section-14 .u-over-slide-22 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-14 .u-gallery-item-23 {
    margin-right: 6px;
}

.u-section-14 .u-back-image-23 {
    width: 71px;
}

.u-section-14 .u-over-slide-23 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-14 .u-gallery-item-24 {
    margin-right: 6px;
}

.u-section-14 .u-back-image-24 {
    width: 71px;
}

.u-section-14 .u-over-slide-24 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-14 .u-gallery-item-25 {
    margin-right: 6px;
}

.u-section-14 .u-back-image-25 {
    width: 71px;
}

.u-section-14 .u-over-slide-25 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-14 .u-gallery-item-26 {
    margin-right: 6px;
}

.u-section-14 .u-back-image-26 {
    width: 71px;
}

.u-section-14 .u-over-slide-26 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-14 .u-gallery-item-27 {
    margin-right: 6px;
}

.u-section-14 .u-back-image-27 {
    width: 71px;
}

.u-section-14 .u-over-slide-27 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-14 .u-gallery-item-28 {
    margin-right: 6px;
}

.u-section-14 .u-back-image-28 {
    width: 71px;
}

.u-section-14 .u-over-slide-28 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-14 .u-gallery-item-29 {
    margin-right: 6px;
}

.u-section-14 .u-back-image-29 {
    width: 71px;
}

.u-section-14 .u-over-slide-29 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-14 .u-gallery-item-30 {
    margin-right: 6px;
}

.u-section-14 .u-back-image-30 {
    width: 71px;
}

.u-section-14 .u-over-slide-30 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-14 .u-gallery-item-31 {
    margin-right: 6px;
}

.u-section-14 .u-back-image-31 {
    width: 71px;
}

.u-section-14 .u-over-slide-31 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-14 .u-gallery-item-32 {
    margin-right: 6px;
}

.u-section-14 .u-back-image-32 {
    width: 71px;
}

.u-section-14 .u-over-slide-32 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-14 .u-gallery-item-33 {
    margin-right: 6px;
}

.u-section-14 .u-back-image-33 {
    width: 71px;
}

.u-section-14 .u-over-slide-33 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-14 .u-gallery-item-34 {
    margin-right: 6px;
}

.u-section-14 .u-back-image-34 {
    width: 71px;
}

.u-section-14 .u-over-slide-34 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-14 .u-gallery-item-35 {
    margin-right: 6px;
}

.u-section-14 .u-back-image-35 {
    width: 71px;
}

.u-section-14 .u-over-slide-35 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-14 .u-gallery-item-36 {
    margin-right: 6px;
}

.u-section-14 .u-back-image-36 {
    width: 71px;
}

.u-section-14 .u-over-slide-36 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-14 .u-gallery-item-37 {
    margin-right: 6px;
}

.u-section-14 .u-back-image-37 {
    width: 71px;
}

.u-section-14 .u-over-slide-37 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-14 .u-gallery-item-38 {
    margin-right: 6px;
}

.u-section-14 .u-back-image-38 {
    width: 71px;
}

.u-section-14 .u-over-slide-38 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-14 .u-gallery-item-39 {
    margin-right: 6px;
}

.u-section-14 .u-back-image-39 {
    width: 71px;
}

.u-section-14 .u-over-slide-39 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-14 .u-gallery-item-40 {
    margin-right: 6px;
}

.u-section-14 .u-back-image-40 {
    width: 71px;
}

.u-section-14 .u-over-slide-40 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-14 .u-gallery-item-41 {
    margin-right: 6px;
}

.u-section-14 .u-back-image-41 {
    width: 71px;
}

.u-section-14 .u-over-slide-41 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-14 .u-gallery-item-42 {
    margin-right: 6px;
}

.u-section-14 .u-back-image-42 {
    width: 71px;
}

.u-section-14 .u-over-slide-42 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-14 .u-gallery-item-43 {
    margin-right: 6px;
}

.u-section-14 .u-back-image-43 {
    width: 71px;
}

.u-section-14 .u-over-slide-43 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-14 .u-gallery-item-44 {
    margin-right: 6px;
}

.u-section-14 .u-back-image-44 {
    width: 71px;
}

.u-section-14 .u-over-slide-44 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-14 .u-gallery-item-45 {
    margin-right: 6px;
}

.u-section-14 .u-back-image-45 {
    width: 71px;
}

.u-section-14 .u-over-slide-45 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-14 .u-gallery-item-46 {
    margin-right: 6px;
}

.u-section-14 .u-back-image-46 {
    width: 71px;
}

.u-section-14 .u-over-slide-46 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-14 .u-gallery-item-47 {
    margin-right: 6px;
}

.u-section-14 .u-back-image-47 {
    width: 71px;
}

.u-section-14 .u-over-slide-47 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-14 .u-gallery-item-48 {
    margin-right: 6px;
}

.u-section-14 .u-back-image-48 {
    width: 71px;
}

.u-section-14 .u-over-slide-48 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-14 .u-gallery-item-49 {
    margin-right: 6px;
}

.u-section-14 .u-back-image-49 {
    width: 71px;
}

.u-section-14 .u-over-slide-49 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-14 .u-gallery-item-50 {
    margin-right: 6px;
}

.u-section-14 .u-back-image-50 {
    width: 71px;
}

.u-section-14 .u-over-slide-50 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-14 .u-gallery-item-51 {
    margin-right: 6px;
}

.u-section-14 .u-back-image-51 {
    width: 71px;
}

.u-section-14 .u-over-slide-51 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-14 .u-gallery-item-52 {
    margin-right: 6px;
}

.u-section-14 .u-back-image-52 {
    width: 71px;
}

.u-section-14 .u-over-slide-52 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-14 .u-gallery-item-53 {
    margin-right: 6px;
}

.u-section-14 .u-back-image-53 {
    width: 71px;
}

.u-section-14 .u-over-slide-53 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-14 .u-gallery-item-54 {
    margin-right: 6px;
}

.u-section-14 .u-back-image-54 {
    width: 71px;
}

.u-section-14 .u-over-slide-54 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-14 .u-gallery-item-55 {
    margin-right: 6px;
}

.u-section-14 .u-back-image-55 {
    width: 71px;
}

.u-section-14 .u-over-slide-55 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-14 .u-gallery-item-56 {
    margin-right: 6px;
}

.u-section-14 .u-back-image-56 {
    width: 71px;
}

.u-section-14 .u-over-slide-56 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-14 .u-gallery-item-57 {
    margin-right: 6px;
}

.u-section-14 .u-back-image-57 {
    width: 71px;
}

.u-section-14 .u-over-slide-57 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-14 .u-gallery-item-58 {
    margin-right: 6px;
}

.u-section-14 .u-back-image-58 {
    width: 71px;
}

.u-section-14 .u-over-slide-58 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-14 .u-gallery-item-59 {
    margin-right: 6px;
}

.u-section-14 .u-back-image-59 {
    width: 71px;
}

.u-section-14 .u-over-slide-59 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-14 .u-gallery-item-60 {
    margin-right: 6px;
}

.u-section-14 .u-back-image-60 {
    width: 71px;
}

.u-section-14 .u-over-slide-60 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-14 .u-gallery-item-61 {
    margin-right: 6px;
}

.u-section-14 .u-back-image-61 {
    width: 71px;
}

.u-section-14 .u-over-slide-61 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-14 .u-gallery-item-62 {
    margin-right: 6px;
}

.u-section-14 .u-back-image-62 {
    width: 71px;
}

.u-section-14 .u-over-slide-62 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-14 .u-gallery-item-63 {
    margin-right: 6px;
}

.u-section-14 .u-back-image-63 {
    width: 71px;
}

.u-section-14 .u-over-slide-63 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-14 .u-gallery-item-64 {
    margin-right: 6px;
}

.u-section-14 .u-back-image-64 {
    width: 71px;
}

.u-section-14 .u-over-slide-64 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-14 .u-gallery-item-65 {
    margin-right: 6px;
}

.u-section-14 .u-back-image-65 {
    width: 71px;
}

.u-section-14 .u-over-slide-65 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-14 .u-gallery-item-66 {
    margin-right: 6px;
}

.u-section-14 .u-back-image-66 {
    width: 71px;
}

.u-section-14 .u-over-slide-66 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-14 .u-gallery-item-67 {
    margin-right: 6px;
}

.u-section-14 .u-back-image-67 {
    width: 71px;
}

.u-section-14 .u-over-slide-67 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-14 .u-gallery-item-68 {
    margin-right: 6px;
}

.u-section-14 .u-back-image-68 {
    width: 71px;
}

.u-section-14 .u-over-slide-68 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-14 .u-gallery-item-69 {
    margin-right: 6px;
}

.u-section-14 .u-back-image-69 {
    width: 71px;
}

.u-section-14 .u-over-slide-69 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-14 .u-gallery-item-70 {
    margin-right: 6px;
}

.u-section-14 .u-back-image-70 {
    width: 71px;
}

.u-section-14 .u-over-slide-70 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-14 .u-gallery-item-71 {
    margin-right: 6px;
}

.u-section-14 .u-back-image-71 {
    width: 71px;
}

.u-section-14 .u-over-slide-71 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-14 .u-gallery-item-72 {
    margin-right: 6px;
}

.u-section-14 .u-back-image-72 {
    width: 71px;
}

.u-section-14 .u-over-slide-72 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-14 .u-gallery-item-73 {
    margin-right: 6px;
}

.u-section-14 .u-back-image-73 {
    width: 71px;
}

.u-section-14 .u-over-slide-73 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-14 .u-gallery-item-74 {
    margin-right: 6px;
}

.u-section-14 .u-back-image-74 {
    width: 71px;
}

.u-section-14 .u-over-slide-74 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-14 .u-gallery-item-75 {
    margin-right: 6px;
}

.u-section-14 .u-back-image-75 {
    width: 71px;
}

.u-section-14 .u-over-slide-75 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-14 .u-gallery-item-76 {
    margin-right: 6px;
}

.u-section-14 .u-back-image-76 {
    width: 71px;
}

.u-section-14 .u-over-slide-76 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-14 .u-gallery-item-77 {
    margin-right: 6px;
}

.u-section-14 .u-back-image-77 {
    width: 71px;
}

.u-section-14 .u-over-slide-77 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-14 .u-gallery-item-78 {
    margin-right: 6px;
}

.u-section-14 .u-back-image-78 {
    width: 71px;
}

.u-section-14 .u-over-slide-78 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-14 .u-gallery-item-79 {
    margin-right: 6px;
}

.u-section-14 .u-back-image-79 {
    width: 71px;
}

.u-section-14 .u-over-slide-79 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-14 .u-gallery-item-80 {
    margin-right: 6px;
}

.u-section-14 .u-back-image-80 {
    width: 71px;
}

.u-section-14 .u-over-slide-80 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-14 .u-gallery-item-81 {
    margin-right: 6px;
}

.u-section-14 .u-back-image-81 {
    width: 71px;
}

.u-section-14 .u-over-slide-81 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-14 .u-gallery-item-82 {
    margin-right: 6px;
}

.u-section-14 .u-back-image-82 {
    width: 71px;
}

.u-section-14 .u-over-slide-82 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-14 .u-gallery-item-83 {
    margin-right: 6px;
}

.u-section-14 .u-back-image-83 {
    width: 71px;
}

.u-section-14 .u-over-slide-83 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-14 .u-gallery-nav-1 {
    position: absolute;
    left: 10px;
    width: 40px;
    height: 40px;
    background-image: none;
    padding: 8px;
}

.u-section-14 .u-gallery-nav-2 {
    position: absolute;
    right: 10px;
    width: 40px;
    height: 40px;
    background-image: none;
    padding: 8px;
}

/*RESPONSIVE_MEDIA*/
@media (max-width: 1199px) {
    .u-section-14 .u-gallery-1 {
        margin-right: initial;
        margin-left: initial;
    }
}

/*/RESPONSIVE_MEDIA*/

.u-section-15 {
    background-image: none;
}

.u-section-15 .u-sheet-1 {
    min-height: 872px;
}

.u-section-15 .u-custom-html-1 {
    margin-bottom: 50px;
    margin-top: 19px;
}

/*RESPONSIVE_MEDIA*/
@media (max-width: 767px) {
    .u-section-15 .u-sheet-1 {
        min-height: 1428px;
    }

    .u-section-15 .u-custom-html-1 {
        margin-bottom: 40px;
        margin-top: 20px;
    }
}

/*/RESPONSIVE_MEDIA*/

.u-section-16 {
    background-image: none;
}

.u-section-16 .u-sheet-1 {
    min-height: 607px;
}

.u-section-16 .u-custom-html-1 {
    margin-bottom: 56px;
    margin-top: 56px;
}

/*RESPONSIVE_MEDIA*/
@media (max-width: 767px) {
    .u-section-16 .u-sheet-1 {
        min-height: 922px;
    }

    .u-section-16 .u-custom-html-1 {
        margin-bottom: 49px;
        margin-top: 36px;
    }
}

/*/RESPONSIVE_MEDIA*/

.u-section-17 {
    background-image: none;
}

.u-section-17 .u-sheet-1 {
    min-height: 843px;
}

.u-section-17 .u-text-1 {
    font-weight: 400;
    margin: 100px 0 0;
}

.u-section-17 .u-list-1 {
    margin-top: 9px;
    margin-bottom: 60px;
}

.u-section-17 .u-repeater-1 {
    grid-auto-columns: 100%;
    grid-template-columns: repeat(1, 100%);
    min-height: 562px;
    --gap: 30px;
}

.u-section-17 .u-list-item-1 {
    background-image: none;
}

.u-section-17 .u-container-layout-1 {
    padding: 30px;
}

.u-section-17 .u-text-2 {
    line-height: 1.8;
    font-style: italic;
    font-size: 1rem;
    margin: 11px 1px 0;
}

.u-section-17 .u-text-3 {
    font-size: 1.125rem;
    font-weight: 500;
    margin: 11px 0 0;
}

.u-section-17 .u-list-item-2 {
    background-image: none;
}

.u-section-17 .u-container-layout-2 {
    padding: 30px;
}

.u-section-17 .u-text-4 {
    line-height: 1.8;
    font-style: italic;
    font-size: 1rem;
    margin: 11px 1px 0;
}

.u-section-17 .u-text-5 {
    letter-spacing: normal;
    font-size: 1.125rem;
    font-weight: 500;
    text-transform: none;
    margin: 11px 0 0;
}

.u-section-17 .u-list-item-3 {
    background-image: none;
}

.u-section-17 .u-container-layout-3 {
    padding: 30px;
}

.u-section-17 .u-text-6 {
    line-height: 1.8;
    font-style: italic;
    font-size: 1rem;
    margin: 11px 1px 0;
}

.u-section-17 .u-text-7 {
    letter-spacing: normal;
    font-size: 1.125rem;
    font-weight: 500;
    text-transform: none;
    margin: 11px 0 0;
}

/*RESPONSIVE_MEDIA*/
@media (max-width: 1199px) {
    .u-section-17 .u-repeater-1 {
        grid-template-columns: 100%;
        grid-gap: 30px;
    }

    .u-section-17 .u-text-2 {
        margin-right: 0;
        margin-left: 0;
    }

    .u-section-17 .u-text-4 {
        margin-right: 0;
        margin-left: 0;
    }

    .u-section-17 .u-text-6 {
        margin-right: 0;
        margin-left: 0;
    }
}

/*/RESPONSIVE_MEDIA*/

/*RESPONSIVE_MEDIA*/
@media (max-width: 991px) {
    .u-section-17 .u-container-layout-1 {
        padding-bottom: 24px;
    }

    .u-section-17 .u-text-2 {
        width: auto;
        margin-top: 5px;
    }

    .u-section-17 .u-text-3 {
        width: auto;
        margin-top: 12px;
        margin-left: 5px;
    }

    .u-section-17 .u-container-layout-2 {
        padding-bottom: 24px;
    }

    .u-section-17 .u-text-4 {
        width: auto;
        margin-top: 5px;
    }

    .u-section-17 .u-text-5 {
        width: auto;
        margin-top: 12px;
        margin-left: 5px;
    }

    .u-section-17 .u-container-layout-3 {
        padding-bottom: 24px;
    }

    .u-section-17 .u-text-6 {
        width: auto;
        margin-top: 5px;
    }

    .u-section-17 .u-text-7 {
        width: auto;
        margin-top: 12px;
        margin-left: 5px;
    }
}

/*/RESPONSIVE_MEDIA*/

/*RESPONSIVE_MEDIA*/
@media (max-width: 767px) {
    .u-section-17 .u-sheet-1 {
        min-height: 758px;
    }

    .u-section-17 .u-text-1 {
        margin-top: 59px;
    }

    .u-section-17 .u-list-1 {
        margin-bottom: 59px;
    }

    .u-section-17 .u-container-layout-1 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .u-section-17 .u-text-3 {
        margin-top: 11px;
        margin-left: 0;
    }

    .u-section-17 .u-container-layout-2 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .u-section-17 .u-text-5 {
        margin-top: 11px;
        margin-left: 0;
    }

    .u-section-17 .u-container-layout-3 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .u-section-17 .u-text-7 {
        margin-top: 11px;
        margin-left: 0;
    }
}

/*/RESPONSIVE_MEDIA*/

/*RESPONSIVE_MEDIA*/
@media (max-width: 575px) {
    .u-section-17 .u-text-2 {
        margin-top: 20px;
    }

    .u-section-17 .u-text-4 {
        margin-top: 20px;
    }

    .u-section-17 .u-text-6 {
        margin-top: 20px;
    }
}

/*/RESPONSIVE_MEDIA*/

.u-section-18 {
    background-image: none;
}

.u-section-18 .u-sheet-1 {
    min-height: 73px;
    margin-bottom: 0;
}

.u-section-18 .u-gallery-1 {
    height: 44px;
    margin: 2px 0 27px;
}

.u-section-18 .u-gallery-inner-1 {
    --gap: 0px;
}

.u-section-18 .u-gallery-item-1 {
    margin-right: 6px;
}

.u-section-18 .u-back-image-1 {
    width: 71px;
}

.u-section-18 .u-over-slide-1 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-18 .u-gallery-item-2 {
    margin-right: 6px;
}

.u-section-18 .u-back-image-2 {
    width: 71px;
}

.u-section-18 .u-over-slide-2 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-18 .u-gallery-item-3 {
    margin-right: 6px;
}

.u-section-18 .u-back-image-3 {
    width: 71px;
}

.u-section-18 .u-over-slide-3 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-18 .u-gallery-item-4 {
    margin-right: 6px;
}

.u-section-18 .u-back-image-4 {
    width: 71px;
}

.u-section-18 .u-over-slide-4 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-18 .u-gallery-item-5 {
    margin-right: 6px;
}

.u-section-18 .u-back-image-5 {
    width: 71px;
}

.u-section-18 .u-over-slide-5 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-18 .u-gallery-item-6 {
    margin-right: 6px;
}

.u-section-18 .u-back-image-6 {
    width: 71px;
}

.u-section-18 .u-over-slide-6 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-18 .u-gallery-item-7 {
    margin-right: 6px;
}

.u-section-18 .u-back-image-7 {
    width: 71px;
}

.u-section-18 .u-over-slide-7 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-18 .u-gallery-item-8 {
    margin-right: 6px;
}

.u-section-18 .u-back-image-8 {
    width: 71px;
}

.u-section-18 .u-over-slide-8 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-18 .u-gallery-item-9 {
    margin-right: 6px;
}

.u-section-18 .u-back-image-9 {
    width: 71px;
}

.u-section-18 .u-over-slide-9 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-18 .u-gallery-item-10 {
    margin-right: 6px;
}

.u-section-18 .u-back-image-10 {
    width: 71px;
}

.u-section-18 .u-over-slide-10 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-18 .u-gallery-item-11 {
    margin-right: 6px;
}

.u-section-18 .u-back-image-11 {
    width: 71px;
}

.u-section-18 .u-over-slide-11 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-18 .u-gallery-item-12 {
    margin-right: 6px;
}

.u-section-18 .u-back-image-12 {
    width: 71px;
}

.u-section-18 .u-over-slide-12 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-18 .u-gallery-item-13 {
    margin-right: 6px;
}

.u-section-18 .u-back-image-13 {
    width: 71px;
}

.u-section-18 .u-over-slide-13 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-18 .u-gallery-item-14 {
    margin-right: 6px;
}

.u-section-18 .u-back-image-14 {
    width: 71px;
}

.u-section-18 .u-over-slide-14 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-18 .u-gallery-item-15 {
    margin-right: 6px;
}

.u-section-18 .u-back-image-15 {
    width: 71px;
}

.u-section-18 .u-over-slide-15 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-18 .u-gallery-item-16 {
    margin-right: 6px;
}

.u-section-18 .u-back-image-16 {
    width: 71px;
}

.u-section-18 .u-over-slide-16 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-18 .u-gallery-item-17 {
    margin-right: 6px;
}

.u-section-18 .u-back-image-17 {
    width: 71px;
}

.u-section-18 .u-over-slide-17 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-18 .u-gallery-item-18 {
    margin-right: 6px;
}

.u-section-18 .u-back-image-18 {
    width: 71px;
}

.u-section-18 .u-over-slide-18 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-18 .u-gallery-item-19 {
    margin-right: 6px;
}

.u-section-18 .u-back-image-19 {
    width: 71px;
}

.u-section-18 .u-over-slide-19 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-18 .u-gallery-item-20 {
    margin-right: 6px;
}

.u-section-18 .u-back-image-20 {
    width: 71px;
}

.u-section-18 .u-over-slide-20 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-18 .u-gallery-item-21 {
    margin-right: 6px;
}

.u-section-18 .u-back-image-21 {
    width: 71px;
}

.u-section-18 .u-over-slide-21 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-18 .u-gallery-item-22 {
    margin-right: 6px;
}

.u-section-18 .u-back-image-22 {
    width: 71px;
}

.u-section-18 .u-over-slide-22 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-18 .u-gallery-item-23 {
    margin-right: 6px;
}

.u-section-18 .u-back-image-23 {
    width: 71px;
}

.u-section-18 .u-over-slide-23 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-18 .u-gallery-item-24 {
    margin-right: 6px;
}

.u-section-18 .u-back-image-24 {
    width: 71px;
}

.u-section-18 .u-over-slide-24 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-18 .u-gallery-item-25 {
    margin-right: 6px;
}

.u-section-18 .u-back-image-25 {
    width: 71px;
}

.u-section-18 .u-over-slide-25 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-18 .u-gallery-item-26 {
    margin-right: 6px;
}

.u-section-18 .u-back-image-26 {
    width: 71px;
}

.u-section-18 .u-over-slide-26 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-18 .u-gallery-item-27 {
    margin-right: 6px;
}

.u-section-18 .u-back-image-27 {
    width: 71px;
}

.u-section-18 .u-over-slide-27 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-18 .u-gallery-item-28 {
    margin-right: 6px;
}

.u-section-18 .u-back-image-28 {
    width: 71px;
}

.u-section-18 .u-over-slide-28 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-18 .u-gallery-item-29 {
    margin-right: 6px;
}

.u-section-18 .u-back-image-29 {
    width: 71px;
}

.u-section-18 .u-over-slide-29 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-18 .u-gallery-item-30 {
    margin-right: 6px;
}

.u-section-18 .u-back-image-30 {
    width: 71px;
}

.u-section-18 .u-over-slide-30 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-18 .u-gallery-item-31 {
    margin-right: 6px;
}

.u-section-18 .u-back-image-31 {
    width: 71px;
}

.u-section-18 .u-over-slide-31 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-18 .u-gallery-item-32 {
    margin-right: 6px;
}

.u-section-18 .u-back-image-32 {
    width: 71px;
}

.u-section-18 .u-over-slide-32 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-18 .u-gallery-item-33 {
    margin-right: 6px;
}

.u-section-18 .u-back-image-33 {
    width: 71px;
}

.u-section-18 .u-over-slide-33 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-18 .u-gallery-item-34 {
    margin-right: 6px;
}

.u-section-18 .u-back-image-34 {
    width: 71px;
}

.u-section-18 .u-over-slide-34 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-18 .u-gallery-item-35 {
    margin-right: 6px;
}

.u-section-18 .u-back-image-35 {
    width: 71px;
}

.u-section-18 .u-over-slide-35 {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 20px;
}

.u-section-18 .u-gallery-nav-1 {
    position: absolute;
    left: 10px;
    width: 40px;
    height: 40px;
    background-image: none;
    padding: 8px;
}

.u-section-18 .u-gallery-nav-2 {
    position: absolute;
    right: 10px;
    width: 40px;
    height: 40px;
    background-image: none;
    padding: 8px;
}

/*RESPONSIVE_MEDIA*/
@media (max-width: 1199px) {
    .u-section-18 .u-gallery-1 {
        margin-right: initial;
        margin-left: initial;
    }
}

/*/RESPONSIVE_MEDIA*/

.u-section-19 {
    background-image: none;
}

.u-section-19 .u-sheet-1 {
    min-height: 186px;
}

.u-section-19 .u-text-1 {
    line-height: 1.8;
    font-size: 1rem;
    text-transform: uppercase;
    margin: 30px 0 60px;
}

.u-section-19 .u-btn-1 {
    line-height: 1.55;
    padding: 0;
}

/*RESPONSIVE_MEDIA*/
@media (max-width: 1199px) {
    .u-section-19 .u-sheet-1 {
        min-height: 205px;
    }

    .u-section-19 .u-text-1 {
        width: auto;
    }
}

/*/RESPONSIVE_MEDIA*/

/*RESPONSIVE_MEDIA*/
@media (max-width: 991px) {
    .u-section-19 .u-sheet-1 {
        min-height: 242px;
    }
}

/*/RESPONSIVE_MEDIA*/

/*RESPONSIVE_MEDIA*/
@media (max-width: 767px) {
    .u-section-19 .u-sheet-1 {
        min-height: 246px;
    }
}

/*/RESPONSIVE_MEDIA*/

/*RESPONSIVE_MEDIA*/
@media (max-width: 575px) {
    .u-section-19 .u-sheet-1 {
        min-height: 339px;
    }
}

/*/RESPONSIVE_MEDIA*/

* {
    font-family: Montserrat, sans-serif !important;
}

.u-custom-html-1 > p {
    font-size: 17px !important;
}

.u-custom-html-2 > p {
    font-size: 17px !important;
}

.u-custom-html-3 > p {
    font-size: 17px !important;
}

.u-custom-html-4 > p {
    font-size: 17px !important;
}

.u-custom-html-3 > ul > li > a {
    font-size: 17px !important;
}

.u-gallery-item {
    pointer-events: none;
}

h1 {
    font-size: 28px !important;
    font-weight: 700 !important;
}

h2, h2, h3, h4 {
    font-size: 24px !important;
    font-weight: 700 !important;
    margin-top: 20px !important;
}

h3, h4 {
    font-size: 24px !important;
    font-weight: 700 !important;
    margin-top: 20px !important;
}

.main-text {
    min-height: auto !important;
}

. u-section-6 {
    font-family: Montserrat, sans-serif !important
}

.u-section-5 .u-table-1 {
    font-family: Montserrat, sans-serif !important
}

.u-section-3 .u-sheet-1 {
    min-height: auto;
}

.u-section-4 .u-sheet-1 {
    min-height: auto;
}

.u-section-5 .u-sheet-1 {
    min-height: auto;
}

.u-section-6 .u-sheet-1 {
    min-height: auto;
}

.u-section-4 .u-sheet-1 {
    min-height: auto;
}

.u-section-3 .u-custom-html-1 {
    min-height: auto;
}

.u-section-4 .u-custom-html-1 {
    min-height: auto;
}

.u-section-5 .u-custom-html-1 {
    min-height: auto;
}

.u-custom-html-1 > p {
    font-size: 17px !important;
}

.u-custom-html-1 > ol > li {
    font-size: 17px !important;
}

.u-custom-html-1 > ul > li {
    font-size: 17px !important;
}

#customers {
    font-family: Montserrat, sans-serif !important
    border-collapse: collapse;
    width: 100%;
    margin: 25px 0px;
    overflow-x: auto;
    display: block;
    max-width: 100%;
}

#customers td, #customers th {
    border: none;
    padding: 8px;
    font-weight: 500;
    font-size: 17px !important;
}

#customers tr:nth-child(even) {
    background: #04041d;
    color: #ffffff;
    font-weight: 500;
    font-size: 17px !important
}

#customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #f1f5f9;
    color: #4a2894;
    font-size: 17px !important
}

.faq {
    font-weight: 600 !important;
}

footer {
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 10px;
    width: 100%;
}

@media (max-width: 767px)

* {

    h1 {
        font-size: 24px !important;
        font-weight: 700 !important;
    }

    h2, h2, h3, h4 {
        font-size: 21px !important;
        font-weight: 700 !important;
    }

    h3, h4 {
        font-size: 20px !important;
        font-weight: 700 !important;
    }

    .u-custom-html-1 > p, .u-custom-html-2 > p, .u-custom-html-3 > p, .u-custom-html-4 > p {
        font-size: 17px !important;
    }

    .u-custom-html-1 > ul > li, .u-custom-html-2 > ul > li, .u-custom-html-3 > ul > li, .u-custom-html-4 > ul > li {
        font-size: 17px;
    }
}

 .u-header {
     background-image: none;
 }

.u-header .u-sheet-1 {
    min-height: 53px;
}

.u-header .u-group-elements-1 {
    min-height: 44px;
    margin-top: 4px;
    margin-bottom: 7px;
    height: auto;
}

.u-header .u-image-1 {
    width: 141px;
    height: 44px;
    margin: 0 auto;
}

.u-header .u-logo-image-1 {
    width: 100%;
    height: 100%;
}

.u-header .u-btn-1 {
    --radius: 8px;
    border-style: solid;
    font-size: 0.9375rem;
    box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
    background-image: none;
    font-weight: 700;
    margin: -38px 0 0 auto;
    padding: 4px 31px 4px 30px;
}

.u-header .u-btn-2 {
    --radius: 8px;
    border-style: solid;
    font-size: 0.9375rem;
    background-image: none;
    box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
    font-weight: 700;
    margin: -36px 121px 0 auto;
    padding: 3px 31px 5px 30px;
}

/*RESPONSIVE_MEDIA*/
@media (max-width: 991px) {
    .u-header .u-sheet-1 {
        min-height: 37px;
    }

    .u-header .u-image-1 {
        margin-left: 0;
    }
}

/*/RESPONSIVE_MEDIA*/
/*RESPONSIVE_CLASS*/
.u-md .u-header .u-sheet-1 {
    min-height: 37px;
}

.u-md .u-header .u-image-1 {
    margin-left: 0;
}

/*/RESPONSIVE_CLASS*/
/*RESPONSIVE_MEDIA*/
@media (max-width: 767px) {
    .u-header .u-sheet-1 {
        min-height: 28px;
    }
}

/*/RESPONSIVE_MEDIA*/
/*RESPONSIVE_CLASS*/
.u-sm .u-header .u-sheet-1 {
    min-height: 28px;
}

/*/RESPONSIVE_CLASS*/
/*RESPONSIVE_MEDIA*/
@media (max-width: 575px) {
    .u-header .u-sheet-1 {
        min-height: 109px;
    }

    .u-header .u-group-elements-1 {
        min-height: 96px;
        width: 296px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 11px;
    }

    .u-header .u-image-1 {
        margin-left: auto;
    }

    .u-header .u-btn-1 {
        margin-top: 16px;
    }

    .u-header .u-btn-2 {
        margin-top: -36px;
        margin-right: auto;
        margin-left: 0;
    }
}

/*/RESPONSIVE_MEDIA*/
/*RESPONSIVE_CLASS*/
.u-xs .u-header .u-sheet-1 {
    min-height: 109px;
}

.u-xs .u-header .u-group-elements-1 {
    min-height: 96px;
    width: 296px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 11px;
}

.u-xs .u-header .u-image-1 {
    margin-left: auto;
}

.u-xs .u-header .u-btn-1 {
    margin-top: 16px;
}

.u-xs .u-header .u-btn-2 {
    margin-top: -36px;
    margin-right: auto;
    margin-left: 0;
}


 .u-body {
     font-family: Montserrat, sans-serif;
 }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Montserrat, sans-serif;
}


.u-overlap.u-overlap-transparent .u-header,
.u-image,
.u-gradient {
    color: #111111;
}

.u-shading,
.u-overlap.u-overlap-contrast .u-header {
    color: #ffffff;
}

.u-body {
    color: #111111;
    background-color: #f9f9f9;
    --effect-scale: 1.1;
}


.u-custom-font.u-text-font {
    font-family: Montserrat, sans-serif !important;
}

.u-custom-font.u-heading-font {
    font-family: Montserrat, sans-serif !important;
}


.u-none.u-input,
.u-none.u-field-input,
.u-none.u-button-style,
.u-none.u-button-style:hover,
.u-none.u-button-style:focus,
.u-none.u-button-style:active,
.u-none.u-button-style.active,
.u-button-style.u-hover-none:hover,
.u-button-style.u-hover-none.hover,
.u-button-style.u-hover-none:focus,
.u-button-style.u-active-none:active,
.u-button-style.u-active-none.active,
li.active > .u-button-style.u-active-none {
    color: inherit !important;
    background-color: transparent !important;
}

.u-button-style.u-border-none,
.u-button-style.u-border-hover-none:hover,
.u-button-style.u-border-hover-none:focus,
.u-button-style.u-border-active-none:active,
.u-button-style.u-border-active-none.active,
li.active > .u-button-style.u-border-active-none {
    border-color: transparent !important;
    border-width: 0;
}

.u-button-style.u-text-none,
.u-button-style.u-text-none:hover,
.u-button-style.u-text-none:focus,
.u-button-style.u-text-none:active,
.u-button-style.u-text-none.active,
.u-button-style.u-text-hover-none:hover,
.u-button-style.u-text-hover-none:focus,
.u-button-style.u-text-active-none:active,
.u-button-style.u-text-active-none.active,
li.active > .u-button-style.u-text-active-none {
    color: inherit !important;
}

/*end-color none*//*begin-color color-1*/
.u-color-1,
.u-body.u-color-1,
section.u-color-1:before,
.u-color-1 > .u-audio-main-layout-wrapper:before,
.u-color-1 > .u-container-layout:before,
.u-color-1 > .u-inner-container-layout:before,
.u-color-1.u-sidenav:before,
.u-container-layout.u-container-layout.u-color-1:before,
.u-table-alt-color-1 tr:nth-child(even) {
    color: #ffffff;
    background-color: #a9a3a3;
}

.u-input.u-color-1,
.u-field-input.u-color-1,
.u-button-style.u-color-1,
.u-button-style.u-color-1[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #a9a3a3 !important;
}

.u-button-style.u-color-1:hover,
.u-button-style.u-color-1[class*="u-border-"]:hover,
.u-button-style.u-color-1:focus,
.u-button-style.u-color-1[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-color-1:active,
.u-button-style.u-button-style.u-color-1[class*="u-border-"]:active,
.u-button-style.u-button-style.u-color-1.active,
.u-button-style.u-button-style.u-color-1[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-color-1,
li.active > .u-button-style.u-button-style.u-color-1[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #999292 !important;
}

/* hover */
.u-hover-color-1:hover,
.u-hover-color-1[class*="u-border-"]:hover,
.u-hover-color-1:focus,
.u-hover-color-1[class*="u-border-"]:focus,
a.u-button-style.u-hover-color-1:hover,
a.u-button-style.u-hover-color-1.hover,
a.u-button-style.u-hover-color-1[class*="u-border-"]:hover,
a.u-button-style.u-hover-color-1[class*="u-border-"].hover,
a.u-button-style:hover > .u-hover-color-1,
a.u-button-style:hover > .u-hover-color-1[class*="u-border-"],
a.u-button-style.u-hover-color-1:focus,
a.u-button-style.u-hover-color-1[class*="u-border-"]:focus {
    color: #ffffff !important;
    background-color: #a9a3a3 !important;
}

/* active */
.u-active-color-1.u-active.u-active,
.u-active-color-1[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-color-1:active,
a.u-button-style.u-button-style.u-active-color-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-color-1.active,
a.u-button-style.u-button-style.u-active-color-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-color-1,
a.u-button-style.u-button-style.active > .u-active-color-1[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-color-1,
li.active > a.u-button-style.u-button-style.u-active-color-1[class*="u-border-"],
input.u-field-input.u-field-input.u-active-color-1:checked {
    color: #ffffff !important;
    background-color: #a9a3a3 !important;
}

a.u-link.u-hover-color-1:hover {
    color: #a9a3a3 !important;
}

/*end-color color-1*//*begin-color color-2*/
.u-color-2,
.u-body.u-color-2,
section.u-color-2:before,
.u-color-2 > .u-audio-main-layout-wrapper:before,
.u-color-2 > .u-container-layout:before,
.u-color-2 > .u-inner-container-layout:before,
.u-color-2.u-sidenav:before,
.u-container-layout.u-container-layout.u-color-2:before,
.u-table-alt-color-2 tr:nth-child(even) {
    color: #ffffff;
    background-color: #db545a;
}

.u-input.u-color-2,
.u-field-input.u-color-2,
.u-button-style.u-color-2,
.u-button-style.u-color-2[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #db545a !important;
}

.u-button-style.u-color-2:hover,
.u-button-style.u-color-2[class*="u-border-"]:hover,
.u-button-style.u-color-2:focus,
.u-button-style.u-color-2[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-color-2:active,
.u-button-style.u-button-style.u-color-2[class*="u-border-"]:active,
.u-button-style.u-button-style.u-color-2.active,
.u-button-style.u-button-style.u-color-2[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-color-2,
li.active > .u-button-style.u-button-style.u-color-2[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #d63b42 !important;
}

/* hover */
.u-hover-color-2:hover,
.u-hover-color-2[class*="u-border-"]:hover,
.u-hover-color-2:focus,
.u-hover-color-2[class*="u-border-"]:focus,
a.u-button-style.u-hover-color-2:hover,
a.u-button-style.u-hover-color-2.hover,
a.u-button-style.u-hover-color-2[class*="u-border-"]:hover,
a.u-button-style.u-hover-color-2[class*="u-border-"].hover,
a.u-button-style:hover > .u-hover-color-2,
a.u-button-style:hover > .u-hover-color-2[class*="u-border-"],
a.u-button-style.u-hover-color-2:focus,
a.u-button-style.u-hover-color-2[class*="u-border-"]:focus {
    color: #ffffff !important;
    background-color: #db545a !important;
}

/* active */
.u-active-color-2.u-active.u-active,
.u-active-color-2[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-color-2:active,
a.u-button-style.u-button-style.u-active-color-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-color-2.active,
a.u-button-style.u-button-style.u-active-color-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-color-2,
a.u-button-style.u-button-style.active > .u-active-color-2[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-color-2,
li.active > a.u-button-style.u-button-style.u-active-color-2[class*="u-border-"],
input.u-field-input.u-field-input.u-active-color-2:checked {
    color: #ffffff !important;
    background-color: #db545a !important;
}

a.u-link.u-hover-color-2:hover {
    color: #db545a !important;
}

/*end-color color-2*//*begin-color color-3*/
.u-color-3,
.u-body.u-color-3,
section.u-color-3:before,
.u-color-3 > .u-audio-main-layout-wrapper:before,
.u-color-3 > .u-container-layout:before,
.u-color-3 > .u-inner-container-layout:before,
.u-color-3.u-sidenav:before,
.u-container-layout.u-container-layout.u-color-3:before,
.u-table-alt-color-3 tr:nth-child(even) {
    color: #111111;
    background-color: #f1c50e;
}

.u-input.u-color-3,
.u-field-input.u-color-3,
.u-button-style.u-color-3,
.u-button-style.u-color-3[class*="u-border-"] {
    color: #111111 !important;
    background-color: #f1c50e !important;
}

.u-button-style.u-color-3:hover,
.u-button-style.u-color-3[class*="u-border-"]:hover,
.u-button-style.u-color-3:focus,
.u-button-style.u-color-3[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-color-3:active,
.u-button-style.u-button-style.u-color-3[class*="u-border-"]:active,
.u-button-style.u-button-style.u-color-3.active,
.u-button-style.u-button-style.u-color-3[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-color-3,
li.active > .u-button-style.u-button-style.u-color-3[class*="u-border-"] {
    color: #111111 !important;
    background-color: #d9b10d !important;
}

/* hover */
.u-hover-color-3:hover,
.u-hover-color-3[class*="u-border-"]:hover,
.u-hover-color-3:focus,
.u-hover-color-3[class*="u-border-"]:focus,
a.u-button-style.u-hover-color-3:hover,
a.u-button-style.u-hover-color-3.hover,
a.u-button-style.u-hover-color-3[class*="u-border-"]:hover,
a.u-button-style.u-hover-color-3[class*="u-border-"].hover,
a.u-button-style:hover > .u-hover-color-3,
a.u-button-style:hover > .u-hover-color-3[class*="u-border-"],
a.u-button-style.u-hover-color-3:focus,
a.u-button-style.u-hover-color-3[class*="u-border-"]:focus {
    color: #111111 !important;
    background-color: #f1c50e !important;
}

/* active */
.u-active-color-3.u-active.u-active,
.u-active-color-3[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-color-3:active,
a.u-button-style.u-button-style.u-active-color-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-color-3.active,
a.u-button-style.u-button-style.u-active-color-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-color-3,
a.u-button-style.u-button-style.active > .u-active-color-3[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-color-3,
li.active > a.u-button-style.u-button-style.u-active-color-3[class*="u-border-"],
input.u-field-input.u-field-input.u-active-color-3:checked {
    color: #111111 !important;
    background-color: #f1c50e !important;
}

a.u-link.u-hover-color-3:hover {
    color: #f1c50e !important;
}

/*end-color color-3*//*begin-color white*/
.u-white,
.u-body.u-white,
section.u-white:before,
.u-white > .u-audio-main-layout-wrapper:before,
.u-white > .u-container-layout:before,
.u-white > .u-inner-container-layout:before,
.u-white.u-sidenav:before,
.u-container-layout.u-container-layout.u-white:before,
.u-table-alt-white tr:nth-child(even) {
    color: #111111;
    background-color: #ffffff;
}

.u-input.u-white,
.u-field-input.u-white,
.u-button-style.u-white,
.u-button-style.u-white[class*="u-border-"] {
    color: #111111 !important;
    background-color: #ffffff !important;
}

.u-button-style.u-white:hover,
.u-button-style.u-white[class*="u-border-"]:hover,
.u-button-style.u-white:focus,
.u-button-style.u-white[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-white:active,
.u-button-style.u-button-style.u-white[class*="u-border-"]:active,
.u-button-style.u-button-style.u-white.active,
.u-button-style.u-button-style.u-white[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-white,
li.active > .u-button-style.u-button-style.u-white[class*="u-border-"] {
    color: #111111 !important;
    background-color: #e6e6e6 !important;
}

/* hover */
.u-hover-white:hover,
.u-hover-white[class*="u-border-"]:hover,
.u-hover-white:focus,
.u-hover-white[class*="u-border-"]:focus,
a.u-button-style.u-hover-white:hover,
a.u-button-style.u-hover-white.hover,
a.u-button-style.u-hover-white[class*="u-border-"]:hover,
a.u-button-style.u-hover-white[class*="u-border-"].hover,
a.u-button-style:hover > .u-hover-white,
a.u-button-style:hover > .u-hover-white[class*="u-border-"],
a.u-button-style.u-hover-white:focus,
a.u-button-style.u-hover-white[class*="u-border-"]:focus {
    color: #111111 !important;
    background-color: #ffffff !important;
}

/* active */
.u-active-white.u-active.u-active,
.u-active-white[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-white:active,
a.u-button-style.u-button-style.u-active-white[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-white.active,
a.u-button-style.u-button-style.u-active-white[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-white,
a.u-button-style.u-button-style.active > .u-active-white[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-white,
li.active > a.u-button-style.u-button-style.u-active-white[class*="u-border-"],
input.u-field-input.u-field-input.u-active-white:checked {
    color: #111111 !important;
    background-color: #ffffff !important;
}

a.u-link.u-hover-white:hover {
    color: #ffffff !important;
}

/*end-color white*//*begin-color color-1*/
.u-border-color-1,
.u-border-color-1.u-input,
.u-border-color-1.u-field-input.u-field-input,
.u-separator-color-1:after {
    border-color: #a9a3a3;
    stroke: #a9a3a3;
}

.u-button-style.u-border-color-1 {
    border-color: #a9a3a3 !important;
    color: #a9a3a3 !important;
    background-color: transparent !important;
}

.u-button-style.u-border-color-1:hover,
.u-button-style.u-border-color-1:focus {
    border-color: transparent !important;
    color: #999292 !important;
    background-color: transparent !important;
}

.u-border-hover-color-1:hover,
.u-border-hover-color-1:focus,
a.u-button-style.u-border-hover-color-1:hover,
a.u-button-style:hover > .u-border-hover-color-1,
a.u-button-style.u-border-hover-color-1:focus {
    color: #a9a3a3 !important;
    border-color: #a9a3a3 !important;
}

.u-border-active-color-1.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-color-1:active,
a.u-button-style.u-button-style.u-border-active-color-1.active,
a.u-button-style.u-button-style.active > .u-border-active-color-1,
li.active > a.u-button-style.u-button-style.u-border-active-color-1,
input.u-field-input.u-field-input.u-border-active-color-1:checked {
    color: #a9a3a3 !important;
    border-color: #a9a3a3 !important;
}

.u-link.u-border-color-1[class*="u-border-"] {
    border-color: #a9a3a3 !important;
}

.u-link.u-border-color-1[class*="u-border-"]:hover {
    border-color: #999292 !important;
}

/*end-color color-1*//*begin-color color-2*/
.u-border-color-2,
.u-border-color-2.u-input,
.u-border-color-2.u-field-input.u-field-input,
.u-separator-color-2:after {
    border-color: #db545a;
    stroke: #db545a;
}

.u-button-style.u-border-color-2 {
    border-color: #db545a !important;
    color: #db545a !important;
    background-color: transparent !important;
}

.u-button-style.u-border-color-2:hover,
.u-button-style.u-border-color-2:focus {
    border-color: transparent !important;
    color: #d63b42 !important;
    background-color: transparent !important;
}

.u-border-hover-color-2:hover,
.u-border-hover-color-2:focus,
a.u-button-style.u-border-hover-color-2:hover,
a.u-button-style:hover > .u-border-hover-color-2,
a.u-button-style.u-border-hover-color-2:focus {
    color: #db545a !important;
    border-color: #db545a !important;
}

.u-border-active-color-2.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-color-2:active,
a.u-button-style.u-button-style.u-border-active-color-2.active,
a.u-button-style.u-button-style.active > .u-border-active-color-2,
li.active > a.u-button-style.u-button-style.u-border-active-color-2,
input.u-field-input.u-field-input.u-border-active-color-2:checked {
    color: #db545a !important;
    border-color: #db545a !important;
}

.u-link.u-border-color-2[class*="u-border-"] {
    border-color: #db545a !important;
}

.u-link.u-border-color-2[class*="u-border-"]:hover {
    border-color: #d63b42 !important;
}

/*end-color color-2*//*begin-color color-3*/
.u-border-color-3,
.u-border-color-3.u-input,
.u-border-color-3.u-field-input.u-field-input,
.u-separator-color-3:after {
    border-color: #f1c50e;
    stroke: #f1c50e;
}

.u-button-style.u-border-color-3 {
    border-color: #f1c50e !important;
    color: #f1c50e !important;
    background-color: transparent !important;
}

.u-button-style.u-border-color-3:hover,
.u-button-style.u-border-color-3:focus {
    border-color: transparent !important;
    color: #d9b10d !important;
    background-color: transparent !important;
}

.u-border-hover-color-3:hover,
.u-border-hover-color-3:focus,
a.u-button-style.u-border-hover-color-3:hover,
a.u-button-style:hover > .u-border-hover-color-3,
a.u-button-style.u-border-hover-color-3:focus {
    color: #f1c50e !important;
    border-color: #f1c50e !important;
}

.u-border-active-color-3.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-color-3:active,
a.u-button-style.u-button-style.u-border-active-color-3.active,
a.u-button-style.u-button-style.active > .u-border-active-color-3,
li.active > a.u-button-style.u-button-style.u-border-active-color-3,
input.u-field-input.u-field-input.u-border-active-color-3:checked {
    color: #f1c50e !important;
    border-color: #f1c50e !important;
}

.u-link.u-border-color-3[class*="u-border-"] {
    border-color: #f1c50e !important;
}

.u-link.u-border-color-3[class*="u-border-"]:hover {
    border-color: #d9b10d !important;
}

/*end-color color-3*//*begin-color white*/
.u-border-white,
.u-border-white.u-input,
.u-border-white.u-field-input.u-field-input,
.u-separator-white:after {
    border-color: #ffffff;
    stroke: #ffffff;
}

.u-button-style.u-border-white {
    border-color: #ffffff !important;
    color: #ffffff !important;
    background-color: transparent !important;
}

.u-button-style.u-border-white:hover,
.u-button-style.u-border-white:focus {
    border-color: transparent !important;
    color: #e6e6e6 !important;
    background-color: transparent !important;
}

.u-border-hover-white:hover,
.u-border-hover-white:focus,
a.u-button-style.u-border-hover-white:hover,
a.u-button-style:hover > .u-border-hover-white,
a.u-button-style.u-border-hover-white:focus {
    color: #ffffff !important;
    border-color: #ffffff !important;
}

.u-border-active-white.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-white:active,
a.u-button-style.u-button-style.u-border-active-white.active,
a.u-button-style.u-button-style.active > .u-border-active-white,
li.active > a.u-button-style.u-button-style.u-border-active-white,
input.u-field-input.u-field-input.u-border-active-white:checked {
    color: #ffffff !important;
    border-color: #ffffff !important;
}

.u-link.u-border-white[class*="u-border-"] {
    border-color: #ffffff !important;
}

.u-link.u-border-white[class*="u-border-"]:hover {
    border-color: #e6e6e6 !important;
}

/*end-color white*//*begin-color color-1*/
.u-text-color-1,
.u-input.u-text-color-1,
.u-input.u-text-color-1[class*="u-border-"],
li.active > a.u-button-style.u-text-color-1,
li.active > a.u-button-style.u-text-color-1[class*="u-border-"],
a.u-button-style.u-text-color-1,
a.u-button-style.u-text-color-1[class*="u-border-"] {
    color: #a9a3a3 !important;


}

a.u-button-style.u-text-color-1:hover,
a.u-button-style.u-text-color-1[class*="u-border-"]:hover,
a.u-button-style.u-text-color-1:focus,
a.u-button-style.u-text-color-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-color-1:active,
a.u-button-style.u-button-style.u-text-color-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-color-1.active,
a.u-button-style.u-button-style.u-text-color-1[class*="u-border-"].active {
    color: #999292 !important;
}

/* hover */
a.u-button-style:hover > .u-text-hover-color-1,
a.u-button-style:hover > .u-text-hover-color-1[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-color-1:hover,
a.u-button-style.u-button-style.u-text-hover-color-1[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-1.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-1[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-1:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-color-1:focus,
a.u-button-style.u-button-style.u-text-hover-color-1[class*="u-border-"]:focus,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-color-1:hover,
.u-text-hover-color-1.u-language-url:hover,
.u-text-hover-color-1 .u-language-url:hover,
.u-text-hover-color-1.u-carousel-control:hover,
.u-text-hover-color-1.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-color-1 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-color-1:hover {
    color: #a9a3a3 !important;
}

/* active */
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-1:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-1.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-color-1,
a.u-button-style.u-button-style.active > .u-text-active-color-1[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-color-1.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-1 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-color-1.u-active {
    color: #a9a3a3 !important;
}

.u-text-color-1 .u-svg-link {
    fill: #a9a3a3;
}

.u-text-hover-color-1:hover .u-svg-link,
.u-text-hover-color-1:focus .u-svg-link,
.u-button-style:hover > .u-text-hover-color-1 .u-svg-link {
    fill: #a9a3a3;
}

.u-text-active-color-1:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active > .u-text-active-color-1 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-color-1 .u-svg-link {
    fill: #a9a3a3;
}

.u-link.u-text-color-1:hover {
    color: #999292 !important;
}

a.u-link.u-text-hover-color-1:hover {
    color: #a9a3a3 !important;
}

/*end-color color-1*//*begin-color color-2*/
.u-text-color-2,
.u-input.u-text-color-2,
.u-input.u-text-color-2[class*="u-border-"],
li.active > a.u-button-style.u-text-color-2,
li.active > a.u-button-style.u-text-color-2[class*="u-border-"],
a.u-button-style.u-text-color-2,
a.u-button-style.u-text-color-2[class*="u-border-"] {
    color: #db545a !important;


}

a.u-button-style.u-text-color-2:hover,
a.u-button-style.u-text-color-2[class*="u-border-"]:hover,
a.u-button-style.u-text-color-2:focus,
a.u-button-style.u-text-color-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-color-2:active,
a.u-button-style.u-button-style.u-text-color-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-color-2.active,
a.u-button-style.u-button-style.u-text-color-2[class*="u-border-"].active {
    color: #d63b42 !important;
}

/* hover */
a.u-button-style:hover > .u-text-hover-color-2,
a.u-button-style:hover > .u-text-hover-color-2[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-color-2:hover,
a.u-button-style.u-button-style.u-text-hover-color-2[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-2.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-2[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-2:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-color-2:focus,
a.u-button-style.u-button-style.u-text-hover-color-2[class*="u-border-"]:focus,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-color-2:hover,
.u-text-hover-color-2.u-language-url:hover,
.u-text-hover-color-2 .u-language-url:hover,
.u-text-hover-color-2.u-carousel-control:hover,
.u-text-hover-color-2.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-color-2 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-color-2:hover {
    color: #db545a !important;
}

/* active */
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-2:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-2.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-color-2,
a.u-button-style.u-button-style.active > .u-text-active-color-2[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-color-2.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-2 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-color-2.u-active {
    color: #db545a !important;
}

.u-text-color-2 .u-svg-link {
    fill: #db545a;
}

.u-text-hover-color-2:hover .u-svg-link,
.u-text-hover-color-2:focus .u-svg-link,
.u-button-style:hover > .u-text-hover-color-2 .u-svg-link {
    fill: #db545a;
}

.u-text-active-color-2:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active > .u-text-active-color-2 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-color-2 .u-svg-link {
    fill: #db545a;
}

.u-link.u-text-color-2:hover {
    color: #d63b42 !important;
}

a.u-link.u-text-hover-color-2:hover {
    color: #db545a !important;
}

/*end-color color-2*//*begin-color color-3*/
.u-text-color-3,
.u-input.u-text-color-3,
.u-input.u-text-color-3[class*="u-border-"],
li.active > a.u-button-style.u-text-color-3,
li.active > a.u-button-style.u-text-color-3[class*="u-border-"],
a.u-button-style.u-text-color-3,
a.u-button-style.u-text-color-3[class*="u-border-"] {
    color: #f1c50e !important;


}

a.u-button-style.u-text-color-3:hover,
a.u-button-style.u-text-color-3[class*="u-border-"]:hover,
a.u-button-style.u-text-color-3:focus,
a.u-button-style.u-text-color-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-color-3:active,
a.u-button-style.u-button-style.u-text-color-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-color-3.active,
a.u-button-style.u-button-style.u-text-color-3[class*="u-border-"].active {
    color: #d9b10d !important;
}

/* hover */
a.u-button-style:hover > .u-text-hover-color-3,
a.u-button-style:hover > .u-text-hover-color-3[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-color-3:hover,
a.u-button-style.u-button-style.u-text-hover-color-3[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-3.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-3[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-3:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-color-3:focus,
a.u-button-style.u-button-style.u-text-hover-color-3[class*="u-border-"]:focus,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-color-3:hover,
.u-text-hover-color-3.u-language-url:hover,
.u-text-hover-color-3 .u-language-url:hover,
.u-text-hover-color-3.u-carousel-control:hover,
.u-text-hover-color-3.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-color-3 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-color-3:hover {
    color: #f1c50e !important;
}

/* active */
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-3:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-3.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-color-3,
a.u-button-style.u-button-style.active > .u-text-active-color-3[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-color-3.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-3 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-color-3.u-active {
    color: #f1c50e !important;
}

.u-text-color-3 .u-svg-link {
    fill: #f1c50e;
}

.u-text-hover-color-3:hover .u-svg-link,
.u-text-hover-color-3:focus .u-svg-link,
.u-button-style:hover > .u-text-hover-color-3 .u-svg-link {
    fill: #f1c50e;
}

.u-text-active-color-3:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active > .u-text-active-color-3 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-color-3 .u-svg-link {
    fill: #f1c50e;
}

.u-link.u-text-color-3:hover {
    color: #d9b10d !important;
}

a.u-link.u-text-hover-color-3:hover {
    color: #f1c50e !important;
}

/*end-color color-3*//*begin-color white*/
.u-text-white,
.u-input.u-text-white,
.u-input.u-text-white[class*="u-border-"],
li.active > a.u-button-style.u-text-white,
li.active > a.u-button-style.u-text-white[class*="u-border-"],
a.u-button-style.u-text-white,
a.u-button-style.u-text-white[class*="u-border-"] {
    color: #ffffff !important;


}

a.u-button-style.u-text-white:hover,
a.u-button-style.u-text-white[class*="u-border-"]:hover,
a.u-button-style.u-text-white:focus,
a.u-button-style.u-text-white[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-white:active,
a.u-button-style.u-button-style.u-text-white[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-white.active,
a.u-button-style.u-button-style.u-text-white[class*="u-border-"].active {
    color: #e6e6e6 !important;
}

/* hover */
a.u-button-style:hover > .u-text-hover-white,
a.u-button-style:hover > .u-text-hover-white[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-white:hover,
a.u-button-style.u-button-style.u-text-hover-white[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-white.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-white[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-white:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-white[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-white:focus,
a.u-button-style.u-button-style.u-text-hover-white[class*="u-border-"]:focus,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-white:hover,
.u-text-hover-white.u-language-url:hover,
.u-text-hover-white .u-language-url:hover,
.u-text-hover-white.u-carousel-control:hover,
.u-text-hover-white.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-white .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-white:hover {
    color: #ffffff !important;
}

/* active */
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-white:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-white[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-white.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-white[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-white,
a.u-button-style.u-button-style.active > .u-text-active-white[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-white.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-white .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-white.u-active {
    color: #ffffff !important;
}

.u-text-white .u-svg-link {
    fill: #ffffff;
}

.u-text-hover-white:hover .u-svg-link,
.u-text-hover-white:focus .u-svg-link,
.u-button-style:hover > .u-text-hover-white .u-svg-link {
    fill: #ffffff;
}

.u-text-active-white:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active > .u-text-active-white .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-white .u-svg-link {
    fill: #ffffff;
}

.u-link.u-text-white:hover {
    color: #e6e6e6 !important;
}

a.u-link.u-text-hover-white:hover {
    color: #ffffff !important;
}

/*end-color white*//*begin-variables sitestylecss*//*begin-color custom-color-1*/
.u-custom-color-1,
.u-body.u-custom-color-1,
section.u-custom-color-1:before,
.u-custom-color-1 > .u-audio-main-layout-wrapper:before,
.u-custom-color-1 > .u-container-layout:before,
.u-custom-color-1 > .u-inner-container-layout:before,
.u-custom-color-1.u-sidenav:before,
.u-container-layout.u-container-layout.u-custom-color-1:before,
.u-table-alt-custom-color-1 tr:nth-child(even) {
    color: #ffffff;
    background-color: #070739;

}

.u-input.u-custom-color-1,
.u-field-input.u-custom-color-1,
.u-button-style.u-custom-color-1,
.u-button-style.u-custom-color-1[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #070739 !important;
}

.u-button-style.u-custom-color-1:hover,
.u-button-style.u-custom-color-1[class*="u-border-"]:hover,
.u-button-style.u-custom-color-1:focus,
.u-button-style.u-custom-color-1[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-custom-color-1:active,
.u-button-style.u-button-style.u-custom-color-1[class*="u-border-"]:active,
.u-button-style.u-button-style.u-custom-color-1.active,
.u-button-style.u-button-style.u-custom-color-1[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-custom-color-1,
li.active > .u-button-style.u-button-style.u-custom-color-1[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #060633 !important;
}

/* hover */
.u-hover-custom-color-1:hover,
.u-hover-custom-color-1[class*="u-border-"]:hover,
.u-hover-custom-color-1:focus,
.u-hover-custom-color-1[class*="u-border-"]:focus,
a.u-button-style.u-hover-custom-color-1:hover,
a.u-button-style.u-hover-custom-color-1.hover,
a.u-button-style.u-hover-custom-color-1[class*="u-border-"]:hover,
a.u-button-style.u-hover-custom-color-1[class*="u-border-"].hover,
a.u-button-style:hover > .u-hover-custom-color-1,
a.u-button-style:hover > .u-hover-custom-color-1[class*="u-border-"],
a.u-button-style.u-hover-custom-color-1:focus,
a.u-button-style.u-hover-custom-color-1[class*="u-border-"]:focus {
    color: #ffffff !important;
    background-color: #070739 !important;
}

/* active */
.u-active-custom-color-1.u-active.u-active,
.u-active-custom-color-1[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-custom-color-1:active,
a.u-button-style.u-button-style.u-active-custom-color-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-custom-color-1.active,
a.u-button-style.u-button-style.u-active-custom-color-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-custom-color-1,
a.u-button-style.u-button-style.active > .u-active-custom-color-1[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-custom-color-1,
li.active > a.u-button-style.u-button-style.u-active-custom-color-1[class*="u-border-"],
input.u-field-input.u-field-input.u-active-custom-color-1:checked {
    color: #ffffff !important;
    background-color: #070739 !important;
}

a.u-link.u-hover-custom-color-1:hover {
    color: #070739 !important;
}

/*end-color custom-color-1*//*begin-color custom-color-2*/
.u-custom-color-2,
.u-body.u-custom-color-2,
section.u-custom-color-2:before,
.u-custom-color-2 > .u-audio-main-layout-wrapper:before,
.u-custom-color-2 > .u-container-layout:before,
.u-custom-color-2 > .u-inner-container-layout:before,
.u-custom-color-2.u-sidenav:before,
.u-container-layout.u-container-layout.u-custom-color-2:before,
.u-table-alt-custom-color-2 tr:nth-child(even) {
    color: #ffffff;
    background-color: #d73737;

}

.u-input.u-custom-color-2,
.u-field-input.u-custom-color-2,
.u-button-style.u-custom-color-2,
.u-button-style.u-custom-color-2[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #d73737 !important;
}

.u-button-style.u-custom-color-2:hover,
.u-button-style.u-custom-color-2[class*="u-border-"]:hover,
.u-button-style.u-custom-color-2:focus,
.u-button-style.u-custom-color-2[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-custom-color-2:active,
.u-button-style.u-button-style.u-custom-color-2[class*="u-border-"]:active,
.u-button-style.u-button-style.u-custom-color-2.active,
.u-button-style.u-button-style.u-custom-color-2[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-custom-color-2,
li.active > .u-button-style.u-button-style.u-custom-color-2[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #cb2929 !important;
}

/* hover */
.u-hover-custom-color-2:hover,
.u-hover-custom-color-2[class*="u-border-"]:hover,
.u-hover-custom-color-2:focus,
.u-hover-custom-color-2[class*="u-border-"]:focus,
a.u-button-style.u-hover-custom-color-2:hover,
a.u-button-style.u-hover-custom-color-2.hover,
a.u-button-style.u-hover-custom-color-2[class*="u-border-"]:hover,
a.u-button-style.u-hover-custom-color-2[class*="u-border-"].hover,
a.u-button-style:hover > .u-hover-custom-color-2,
a.u-button-style:hover > .u-hover-custom-color-2[class*="u-border-"],
a.u-button-style.u-hover-custom-color-2:focus,
a.u-button-style.u-hover-custom-color-2[class*="u-border-"]:focus {
    color: #ffffff !important;
    background-color: #d73737 !important;
}

/* active */
.u-active-custom-color-2.u-active.u-active,
.u-active-custom-color-2[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-custom-color-2:active,
a.u-button-style.u-button-style.u-active-custom-color-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-custom-color-2.active,
a.u-button-style.u-button-style.u-active-custom-color-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-custom-color-2,
a.u-button-style.u-button-style.active > .u-active-custom-color-2[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-custom-color-2,
li.active > a.u-button-style.u-button-style.u-active-custom-color-2[class*="u-border-"],
input.u-field-input.u-field-input.u-active-custom-color-2:checked {
    color: #ffffff !important;
    background-color: #d73737 !important;
}

a.u-link.u-hover-custom-color-2:hover {
    color: #d73737 !important;
}

/*end-color custom-color-2*//*begin-color custom-color-3*/
.u-custom-color-3,
.u-body.u-custom-color-3,
section.u-custom-color-3:before,
.u-custom-color-3 > .u-audio-main-layout-wrapper:before,
.u-custom-color-3 > .u-container-layout:before,
.u-custom-color-3 > .u-inner-container-layout:before,
.u-custom-color-3.u-sidenav:before,
.u-container-layout.u-container-layout.u-custom-color-3:before,
.u-table-alt-custom-color-3 tr:nth-child(even) {
    color: #ffffff;
    background-color: #950606;

}

.u-input.u-custom-color-3,
.u-field-input.u-custom-color-3,
.u-button-style.u-custom-color-3,
.u-button-style.u-custom-color-3[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #950606 !important;
}

.u-button-style.u-custom-color-3:hover,
.u-button-style.u-custom-color-3[class*="u-border-"]:hover,
.u-button-style.u-custom-color-3:focus,
.u-button-style.u-custom-color-3[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-custom-color-3:active,
.u-button-style.u-button-style.u-custom-color-3[class*="u-border-"]:active,
.u-button-style.u-button-style.u-custom-color-3.active,
.u-button-style.u-button-style.u-custom-color-3[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-custom-color-3,
li.active > .u-button-style.u-button-style.u-custom-color-3[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #860505 !important;
}

/* hover */
.u-hover-custom-color-3:hover,
.u-hover-custom-color-3[class*="u-border-"]:hover,
.u-hover-custom-color-3:focus,
.u-hover-custom-color-3[class*="u-border-"]:focus,
a.u-button-style.u-hover-custom-color-3:hover,
a.u-button-style.u-hover-custom-color-3.hover,
a.u-button-style.u-hover-custom-color-3[class*="u-border-"]:hover,
a.u-button-style.u-hover-custom-color-3[class*="u-border-"].hover,
a.u-button-style:hover > .u-hover-custom-color-3,
a.u-button-style:hover > .u-hover-custom-color-3[class*="u-border-"],
a.u-button-style.u-hover-custom-color-3:focus,
a.u-button-style.u-hover-custom-color-3[class*="u-border-"]:focus {
    color: #ffffff !important;
    background-color: #950606 !important;
}

/* active */
.u-active-custom-color-3.u-active.u-active,
.u-active-custom-color-3[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-custom-color-3:active,
a.u-button-style.u-button-style.u-active-custom-color-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-custom-color-3.active,
a.u-button-style.u-button-style.u-active-custom-color-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-custom-color-3,
a.u-button-style.u-button-style.active > .u-active-custom-color-3[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-custom-color-3,
li.active > a.u-button-style.u-button-style.u-active-custom-color-3[class*="u-border-"],
input.u-field-input.u-field-input.u-active-custom-color-3:checked {
    color: #ffffff !important;
    background-color: #950606 !important;
}

a.u-link.u-hover-custom-color-3:hover {
    color: #950606 !important;
}

/*end-color custom-color-3*//*begin-color custom-color-1*/
.u-border-custom-color-1,
.u-border-custom-color-1.u-input,
.u-border-custom-color-1.u-field-input.u-field-input,
.u-separator-custom-color-1:after {
    border-color: #070739;
    stroke: #070739;
}

.u-button-style.u-border-custom-color-1 {
    border-color: #070739 !important;
    color: #070739 !important;
    background-color: transparent !important;
}

.u-button-style.u-border-custom-color-1:hover,
.u-button-style.u-border-custom-color-1:focus {
    border-color: transparent !important;
    color: #060633 !important;
    background-color: transparent !important;
}

.u-border-hover-custom-color-1:hover,
.u-border-hover-custom-color-1:focus,
a.u-button-style.u-border-hover-custom-color-1:hover,
a.u-button-style:hover > .u-border-hover-custom-color-1,
a.u-button-style.u-border-hover-custom-color-1:focus {
    color: #070739 !important;
    border-color: #070739 !important;
}


.u-border-active-custom-color-1.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-custom-color-1:active,
a.u-button-style.u-button-style.u-border-active-custom-color-1.active,
a.u-button-style.u-button-style.active > .u-border-active-custom-color-1,
li.active > a.u-button-style.u-button-style.u-border-active-custom-color-1,
input.u-field-input.u-field-input.u-border-active-custom-color-1:checked {
    color: #070739 !important;
    border-color: #070739 !important;
}

.u-link.u-border-custom-color-1[class*="u-border-"] {
    border-color: #070739 !important;
}

.u-link.u-border-custom-color-1[class*="u-border-"]:hover {
    border-color: #060633 !important;
}

/*end-color custom-color-1*//*begin-color custom-color-2*/
.u-border-custom-color-2,
.u-border-custom-color-2.u-input,
.u-border-custom-color-2.u-field-input.u-field-input,
.u-separator-custom-color-2:after {
    border-color: #d73737;
    stroke: #d73737;
}

.u-button-style.u-border-custom-color-2 {
    border-color: #d73737 !important;
    color: #d73737 !important;
    background-color: transparent !important;
}

.u-button-style.u-border-custom-color-2:hover,
.u-button-style.u-border-custom-color-2:focus {
    border-color: transparent !important;
    color: #cb2929 !important;
    background-color: transparent !important;
}

.u-border-hover-custom-color-2:hover,
.u-border-hover-custom-color-2:focus,
a.u-button-style.u-border-hover-custom-color-2:hover,
a.u-button-style:hover > .u-border-hover-custom-color-2,
a.u-button-style.u-border-hover-custom-color-2:focus {
    color: #d73737 !important;
    border-color: #d73737 !important;
}


.u-border-active-custom-color-2.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-custom-color-2:active,
a.u-button-style.u-button-style.u-border-active-custom-color-2.active,
a.u-button-style.u-button-style.active > .u-border-active-custom-color-2,
li.active > a.u-button-style.u-button-style.u-border-active-custom-color-2,
input.u-field-input.u-field-input.u-border-active-custom-color-2:checked {
    color: #d73737 !important;
    border-color: #d73737 !important;
}

.u-link.u-border-custom-color-2[class*="u-border-"] {
    border-color: #d73737 !important;
}

.u-link.u-border-custom-color-2[class*="u-border-"]:hover {
    border-color: #cb2929 !important;
}

/*end-color custom-color-2*//*begin-color custom-color-3*/
.u-border-custom-color-3,
.u-border-custom-color-3.u-input,
.u-border-custom-color-3.u-field-input.u-field-input,
.u-separator-custom-color-3:after {
    border-color: #950606;
    stroke: #950606;
}

.u-button-style.u-border-custom-color-3 {
    border-color: #950606 !important;
    color: #950606 !important;
    background-color: transparent !important;
}

.u-button-style.u-border-custom-color-3:hover,
.u-button-style.u-border-custom-color-3:focus {
    border-color: transparent !important;
    color: #860505 !important;
    background-color: transparent !important;
}

.u-border-hover-custom-color-3:hover,
.u-border-hover-custom-color-3:focus,
a.u-button-style.u-border-hover-custom-color-3:hover,
a.u-button-style:hover > .u-border-hover-custom-color-3,
a.u-button-style.u-border-hover-custom-color-3:focus {
    color: #950606 !important;
    border-color: #950606 !important;
}


.u-border-active-custom-color-3.u-active.u-active,
a.u-button-style.u-button-style.u-border-active-custom-color-3:active,
a.u-button-style.u-button-style.u-border-active-custom-color-3.active,
a.u-button-style.u-button-style.active > .u-border-active-custom-color-3,
li.active > a.u-button-style.u-button-style.u-border-active-custom-color-3,
input.u-field-input.u-field-input.u-border-active-custom-color-3:checked {
    color: #950606 !important;
    border-color: #950606 !important;
}

.u-link.u-border-custom-color-3[class*="u-border-"] {
    border-color: #950606 !important;
}

.u-link.u-border-custom-color-3[class*="u-border-"]:hover {
    border-color: #860505 !important;
}

/*end-color custom-color-3*//*begin-color custom-color-1*/
.u-text-custom-color-1,
.u-input.u-text-custom-color-1,
.u-input.u-text-custom-color-1[class*="u-border-"],
li.active > a.u-button-style.u-text-custom-color-1,
li.active > a.u-button-style.u-text-custom-color-1[class*="u-border-"],
a.u-button-style.u-text-custom-color-1,
a.u-button-style.u-text-custom-color-1[class*="u-border-"] {
    color: #070739 !important;


}

a.u-button-style.u-text-custom-color-1:hover,
a.u-button-style.u-text-custom-color-1[class*="u-border-"]:hover,
a.u-button-style.u-text-custom-color-1:focus,
a.u-button-style.u-text-custom-color-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-custom-color-1:active,
a.u-button-style.u-button-style.u-text-custom-color-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-custom-color-1.active,
a.u-button-style.u-button-style.u-text-custom-color-1[class*="u-border-"].active {
    color: #060633 !important;
}

/* hover */
a.u-button-style:hover > .u-text-hover-custom-color-1,
a.u-button-style:hover > .u-text-hover-custom-color-1[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-custom-color-1:hover,
a.u-button-style.u-button-style.u-text-hover-custom-color-1[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-custom-color-1.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-custom-color-1[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-custom-color-1:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-custom-color-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-custom-color-1:focus,
a.u-button-style.u-button-style.u-text-hover-custom-color-1[class*="u-border-"]:focus,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-custom-color-1:hover,
.u-text-hover-custom-color-1.u-language-url:hover,
.u-text-hover-custom-color-1 .u-language-url:hover,
.u-text-hover-custom-color-1.u-carousel-control:hover,
.u-text-hover-custom-color-1.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-custom-color-1 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-custom-color-1:hover {
    color: #070739 !important;
}

/* active */
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-custom-color-1:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-custom-color-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-custom-color-1.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-custom-color-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-custom-color-1,
a.u-button-style.u-button-style.active > .u-text-active-custom-color-1[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-custom-color-1.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-custom-color-1 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-custom-color-1.u-active {
    color: #070739 !important;
}

.u-text-custom-color-1 .u-svg-link {
    fill: #070739;
}

.u-text-hover-custom-color-1:hover .u-svg-link,
.u-text-hover-custom-color-1:focus .u-svg-link,
.u-button-style:hover > .u-text-hover-custom-color-1 .u-svg-link {
    fill: #070739;
}

.u-text-active-custom-color-1:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active > .u-text-active-custom-color-1 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-custom-color-1 .u-svg-link {
    fill: #070739;
}

.u-link.u-text-custom-color-1:hover {
    color: #060633 !important;
}

a.u-link.u-text-hover-custom-color-1:hover {
    color: #070739 !important;
}

/*end-color custom-color-1*//*begin-color custom-color-2*/
.u-text-custom-color-2,
.u-input.u-text-custom-color-2,
.u-input.u-text-custom-color-2[class*="u-border-"],
li.active > a.u-button-style.u-text-custom-color-2,
li.active > a.u-button-style.u-text-custom-color-2[class*="u-border-"],
a.u-button-style.u-text-custom-color-2,
a.u-button-style.u-text-custom-color-2[class*="u-border-"] {
    color: #d73737 !important;


}

a.u-button-style.u-text-custom-color-2:hover,
a.u-button-style.u-text-custom-color-2[class*="u-border-"]:hover,
a.u-button-style.u-text-custom-color-2:focus,
a.u-button-style.u-text-custom-color-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-custom-color-2:active,
a.u-button-style.u-button-style.u-text-custom-color-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-custom-color-2.active,
a.u-button-style.u-button-style.u-text-custom-color-2[class*="u-border-"].active {
    color: #cb2929 !important;
}

/* hover */
a.u-button-style:hover > .u-text-hover-custom-color-2,
a.u-button-style:hover > .u-text-hover-custom-color-2[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-custom-color-2:hover,
a.u-button-style.u-button-style.u-text-hover-custom-color-2[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-custom-color-2.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-custom-color-2[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-custom-color-2:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-custom-color-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-custom-color-2:focus,
a.u-button-style.u-button-style.u-text-hover-custom-color-2[class*="u-border-"]:focus,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-custom-color-2:hover,
.u-text-hover-custom-color-2.u-language-url:hover,
.u-text-hover-custom-color-2 .u-language-url:hover,
.u-text-hover-custom-color-2.u-carousel-control:hover,
.u-text-hover-custom-color-2.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-custom-color-2 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-custom-color-2:hover {
    color: #d73737 !important;
}

/* active */
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-custom-color-2:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-custom-color-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-custom-color-2.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-custom-color-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-custom-color-2,
a.u-button-style.u-button-style.active > .u-text-active-custom-color-2[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-custom-color-2.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-custom-color-2 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-custom-color-2.u-active {
    color: #d73737 !important;
}

.u-text-custom-color-2 .u-svg-link {
    fill: #d73737;
}

.u-text-hover-custom-color-2:hover .u-svg-link,
.u-text-hover-custom-color-2:focus .u-svg-link,
.u-button-style:hover > .u-text-hover-custom-color-2 .u-svg-link {
    fill: #d73737;
}

.u-text-active-custom-color-2:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active > .u-text-active-custom-color-2 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-custom-color-2 .u-svg-link {
    fill: #d73737;
}

.u-link.u-text-custom-color-2:hover {
    color: #cb2929 !important;
}

a.u-link.u-text-hover-custom-color-2:hover {
    color: #d73737 !important;
}

/*end-color custom-color-2*//*begin-color custom-color-3*/
.u-text-custom-color-3,
.u-input.u-text-custom-color-3,
.u-input.u-text-custom-color-3[class*="u-border-"],
li.active > a.u-button-style.u-text-custom-color-3,
li.active > a.u-button-style.u-text-custom-color-3[class*="u-border-"],
a.u-button-style.u-text-custom-color-3,
a.u-button-style.u-text-custom-color-3[class*="u-border-"] {
    color: #950606 !important;


}

a.u-button-style.u-text-custom-color-3:hover,
a.u-button-style.u-text-custom-color-3[class*="u-border-"]:hover,
a.u-button-style.u-text-custom-color-3:focus,
a.u-button-style.u-text-custom-color-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-custom-color-3:active,
a.u-button-style.u-button-style.u-text-custom-color-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-custom-color-3.active,
a.u-button-style.u-button-style.u-text-custom-color-3[class*="u-border-"].active {
    color: #860505 !important;
}

/* hover */
a.u-button-style:hover > .u-text-hover-custom-color-3,
a.u-button-style:hover > .u-text-hover-custom-color-3[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-custom-color-3:hover,
a.u-button-style.u-button-style.u-text-hover-custom-color-3[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-custom-color-3.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-custom-color-3[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-custom-color-3:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-custom-color-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-custom-color-3:focus,
a.u-button-style.u-button-style.u-text-hover-custom-color-3[class*="u-border-"]:focus,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-custom-color-3:hover,
.u-text-hover-custom-color-3.u-language-url:hover,
.u-text-hover-custom-color-3 .u-language-url:hover,
.u-text-hover-custom-color-3.u-carousel-control:hover,
.u-text-hover-custom-color-3.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-custom-color-3 .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-custom-color-3:hover {
    color: #950606 !important;
}

/* active */
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-custom-color-3:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-custom-color-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-custom-color-3.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-custom-color-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-custom-color-3,
a.u-button-style.u-button-style.active > .u-text-active-custom-color-3[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-custom-color-3.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-custom-color-3 .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-custom-color-3.u-active {
    color: #950606 !important;
}

.u-text-custom-color-3 .u-svg-link {
    fill: #950606;
}

.u-text-hover-custom-color-3:hover .u-svg-link,
.u-text-hover-custom-color-3:focus .u-svg-link,
.u-button-style:hover > .u-text-hover-custom-color-3 .u-svg-link {
    fill: #950606;
}

.u-text-active-custom-color-3:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active > .u-text-active-custom-color-3 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-custom-color-3 .u-svg-link {
    fill: #950606;
}

.u-link.u-text-custom-color-3:hover {
    color: #860505 !important;
}

a.u-link.u-text-hover-custom-color-3:hover {
    color: #950606 !important;
}

/*end-color custom-color-3*/
.u-body {


    --theme-sheet-width-xl: 1140px;
    --theme-sheet-width-lg: 940px;
    --theme-sheet-width-md: 720px;
    --theme-sheet-width-sm: 540px;
    --theme-sheet-width-xs: 340px;
}

/** common-rules **/
h1.u-title {
    font-weight: 400;
    font-size: 4.5rem;
    line-height: 1.1;
}

h2.u-subtitle {
    font-weight: 400;
    font-size: 2.25rem;
    line-height: 1.1;
}

h1:not(.u-title) {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.1500000000000001;
}

h2:not(.u-subtitle) {
    font-size: 1.3125rem;
    font-weight: 700;
    line-height: 1.2;
}

h3 {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
}

h4 {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
}

h5 {
    font-size: 1.05rem;
    font-weight: 400;
    line-height: 1.2;
}

h6 {
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.2;
}

p:not(.u-text-variant) {
    font-size: 1.05rem;
    font-weight: 400;
    line-height: 1.5499999999999998;
}

.u-btn {
    line-height: 1.4;
}

.u-input {
    border-width: 1px;
    borders: top right bottom left;
}

a {
    font-size: 1.05rem;
    font-weight: 400;
    line-height: 1.5499999999999998;
    text-decoration: underline;
}

/** common-rules **/

/** publish-rules **/
/*begin-media rules*/
/*end-media rules*/
/** publish-rules **/


/** cms-rules **/
/*begin-responsive rules*/
/*end-responsive rules*/
/** cms-rules **/

/** color-rules **/
.u-overlap.u-overlap-transparent:not(.u-overlap-contrast) .u-header :not(.u-nav-item) > .u-input,
.u-gradient > .u-container-layout > .u-input,
.u-image:not(.u-shading) > .u-container-layout > .u-input,
.u-input {
    border-color: #b3b3b3;
    background-color: #ffffff;
}

.u-overlap.u-overlap-transparent:not(.u-overlap-contrast) .u-header :not(.u-nav-item) > a,
.u-gradient > .u-container-layout > a,
.u-image:not(.u-shading) > .u-container-layout > a,
a {
    color: #111111;
}

.u-overlap.u-overlap-transparent:not(.u-overlap-contrast) .u-header :not(.u-nav-item) > a:hover,
.u-gradient > .u-container-layout > a:hover,
.u-image:not(.u-shading) > .u-container-layout > a:hover,
a:hover {
    color: #0f0f0f;
}

.u-overlap.u-overlap-transparent:not(.u-overlap-contrast) .u-header :not(.u-nav-item) > a:active,
.u-gradient > .u-container-layout > a:active,
.u-image:not(.u-shading) > .u-container-layout > a:active,
a:active {
    color: #0f0f0f;
}

/** color-rules **/

/** alt-color-rules **/
:where(.u-custom-color-1, .u-custom-color-2, .u-custom-color-3, .u-custom-color-4, .u-custom-color-5, .u-custom-color-6, .u-custom-color-7, .u-body-color, .u-palette-1-base, .u-palette-1-dark-3, .u-palette-1-dark-2, .u-palette-1-dark-1, .u-palette-1, .u-palette-2-base, .u-palette-2-dark-3, .u-palette-2-dark-2, .u-palette-2-dark-1, .u-palette-2, .u-palette-2-light-1, .u-palette-3-dark-3, .u-palette-3-dark-2, .u-palette-3-dark-1, .u-palette-4-base, .u-palette-4-dark-3, .u-palette-4-dark-2, .u-palette-4-dark-1, .u-palette-5-dark-3, .u-palette-5-dark-2, .u-palette-5-dark-1, .u-grey-40, .u-grey-30, .u-grey-90, .u-grey-80, .u-grey-75, .u-black, .u-grey-70, .u-grey-60, .u-grey-50, .u-grey-dark-3, .u-grey-dark-2, .u-grey-dark-1, .u-grey, .u-shading, .u-overlap-contrast .u-header) .u-btn {
    color: #ffffff;
}

:where(.u-custom-color-1, .u-custom-color-2, .u-custom-color-3, .u-custom-color-4, .u-custom-color-5, .u-custom-color-6, .u-custom-color-7, .u-body-color, .u-palette-1-base, .u-palette-1-dark-3, .u-palette-1-dark-2, .u-palette-1-dark-1, .u-palette-1, .u-palette-2-base, .u-palette-2-dark-3, .u-palette-2-dark-2, .u-palette-2-dark-1, .u-palette-2, .u-palette-2-light-1, .u-palette-3-dark-3, .u-palette-3-dark-2, .u-palette-3-dark-1, .u-palette-4-base, .u-palette-4-dark-3, .u-palette-4-dark-2, .u-palette-4-dark-1, .u-palette-5-dark-3, .u-palette-5-dark-2, .u-palette-5-dark-1, .u-grey-40, .u-grey-30, .u-grey-90, .u-grey-80, .u-grey-75, .u-black, .u-grey-70, .u-grey-60, .u-grey-50, .u-grey-dark-3, .u-grey-dark-2, .u-grey-dark-1, .u-grey, .u-shading, .u-overlap-contrast .u-header) .u-btn:hover {
    color: #e6e6e6;
}

:where(.u-custom-color-1, .u-custom-color-2, .u-custom-color-3, .u-custom-color-4, .u-custom-color-5, .u-custom-color-6, .u-custom-color-7, .u-body-color, .u-palette-1-base, .u-palette-1-dark-3, .u-palette-1-dark-2, .u-palette-1-dark-1, .u-palette-1, .u-palette-2-base, .u-palette-2-dark-3, .u-palette-2-dark-2, .u-palette-2-dark-1, .u-palette-2, .u-palette-2-light-1, .u-palette-3-dark-3, .u-palette-3-dark-2, .u-palette-3-dark-1, .u-palette-4-base, .u-palette-4-dark-3, .u-palette-4-dark-2, .u-palette-4-dark-1, .u-palette-5-dark-3, .u-palette-5-dark-2, .u-palette-5-dark-1, .u-grey-40, .u-grey-30, .u-grey-90, .u-grey-80, .u-grey-75, .u-black, .u-grey-70, .u-grey-60, .u-grey-50, .u-grey-dark-3, .u-grey-dark-2, .u-grey-dark-1, .u-grey, .u-shading) a, :where(.u-overlap-contrast .u-header) a:not(.u-nav-link):not(.u-btn) {
    color: #ddd9d9;
}

:where(.u-custom-color-1, .u-custom-color-2, .u-custom-color-3, .u-custom-color-4, .u-custom-color-5, .u-custom-color-6, .u-custom-color-7, .u-body-color, .u-palette-1-base, .u-palette-1-dark-3, .u-palette-1-dark-2, .u-palette-1-dark-1, .u-palette-1, .u-palette-2-base, .u-palette-2-dark-3, .u-palette-2-dark-2, .u-palette-2-dark-1, .u-palette-2, .u-palette-2-light-1, .u-palette-3-dark-3, .u-palette-3-dark-2, .u-palette-3-dark-1, .u-palette-4-base, .u-palette-4-dark-3, .u-palette-4-dark-2, .u-palette-4-dark-1, .u-palette-5-dark-3, .u-palette-5-dark-2, .u-palette-5-dark-1, .u-grey-40, .u-grey-30, .u-grey-90, .u-grey-80, .u-grey-75, .u-black, .u-grey-70, .u-grey-60, .u-grey-50, .u-grey-dark-3, .u-grey-dark-2, .u-grey-dark-1, .u-grey) a:hover {
    color: #a1a1a1;
}

:where(.u-custom-color-1, .u-custom-color-2, .u-custom-color-3, .u-custom-color-4, .u-custom-color-5, .u-custom-color-6, .u-custom-color-7, .u-body-color, .u-palette-1-base, .u-palette-1-dark-3, .u-palette-1-dark-2, .u-palette-1-dark-1, .u-palette-1, .u-palette-2-base, .u-palette-2-dark-3, .u-palette-2-dark-2, .u-palette-2-dark-1, .u-palette-2, .u-palette-2-light-1, .u-palette-3-dark-3, .u-palette-3-dark-2, .u-palette-3-dark-1, .u-palette-4-base, .u-palette-4-dark-3, .u-palette-4-dark-2, .u-palette-4-dark-1, .u-palette-5-dark-3, .u-palette-5-dark-2, .u-palette-5-dark-1, .u-grey-40, .u-grey-30, .u-grey-90, .u-grey-80, .u-grey-75, .u-black, .u-grey-70, .u-grey-60, .u-grey-50, .u-grey-dark-3, .u-grey-dark-2, .u-grey-dark-1, .u-grey) a:active {
    color: #a1a1a1;
}

/** alt-color-rules **/


/*end-variables sitestylecss*/

/*begin-variables custom-site-css*/
h1 {
    font-size: 28px !important;
    font-weight: 700 !important;
}

h2, h2, h3, h4 {
    font-size: 21px !important;
    font-weight: 700 !important;
}

h3, h4 {
    font-size: 20px !important;
    font-weight: 700 !important;
}

/*end-variables custom-site-css*/
/*begin-variables base-font-size*/
html {
    font-size: 16px;
}

/*end-variables base-font-size*/
nav ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
nav a {
    text-decoration: none;
    font-size: 20px;
}
table {
    border-collapse: collapse;
    margin: 30px 0;
    width: 100%;
}
td, th {
    word-break: break-all;
    text-align: center;
    padding: 5px;
    border: 1px solid #FFF;
}
h1, h2, h3, h4 {
    margin-bottom: 20px;
    color: #d73737;
}

