
.u-over-slide {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.u-background-effect {
    overflow: hidden;
}
.u-background-effect ~ .u-container-layout {
    cursor: pointer;
}
/* Fade effect */
.u-effect-fade .u-over-slide {
    opacity: 0;
    transition: all 500ms ease;
}
.u-effect-fade:hover .u-over-slide,
.u-effect-fade.u-effect-active .u-over-slide {
    opacity: 1;
}
/* Over effect */
.u-effect-over-left .u-over-slide {
    transform: translate(-100%, 0);
    transition: all 500ms ease;
}
.u-effect-over-left:hover .u-over-slide,
.u-effect-over-left.u-effect-active .u-over-slide {
    transform: translate(0, 0);
}
.u-effect-over-right .u-over-slide {
    transform: translate(100%, 0);
    transition: all 500ms ease;
}
.u-effect-over-right:hover .u-over-slide,
.u-effect-over-right.u-effect-active .u-over-slide {
    transform: translate(0, 0);
}
.u-effect-over-top .u-over-slide {
    transform: translate(0, -100%);
    transition: all 500ms ease;
}
.u-effect-over-top:hover .u-over-slide,
.u-effect-over-top.u-effect-active .u-over-slide {
    transform: translate(0, 0);
}
.u-effect-over-bottom .u-over-slide {
    transform: translate(0, 100%);
    transition: all 500ms ease;
}
.u-effect-over-bottom:hover .u-over-slide,
.u-effect-over-bottom.u-effect-active .u-over-slide {
    transform: translate(0, 0);
}
.u-effect-over-topleft .u-over-slide {
    transform: translate(-100%, -100%);
    transition: all 500ms ease;
}
.u-effect-over-topleft:hover .u-over-slide,
.u-effect-over-topleft.u-effect-active .u-over-slide {
    transform: translate(0, 0);
}
.u-effect-over-topright .u-over-slide {
    transform: translate(100%, -100%);
    transition: all 500ms ease;
}
.u-effect-over-topright:hover .u-over-slide,
.u-effect-over-topright.u-effect-active .u-over-slide {
    transform: translate(0, 0);
}
.u-effect-over-bottomleft .u-over-slide {
    transform: translate(-100%, 100%);
    transition: all 500ms ease;
}
.u-effect-over-bottomleft:hover .u-over-slide,
.u-effect-over-bottomleft.u-effect-active .u-over-slide {
    transform: translate(0, 0);
}
.u-effect-over-bottomright .u-over-slide {
    transform: translate(100%, 100%);
    transition: all 500ms ease;
}
.u-effect-over-bottomright:hover .u-over-slide,
.u-effect-over-bottomright.u-effect-active .u-over-slide {
    transform: translate(0, 0);
}
/* Slide effect */
.u-effect-slide-left .u-over-slide {
    transform: translate(-100%, 0);
    transition: all 500ms ease;
}
.u-effect-slide-left:hover .u-over-slide,
.u-effect-slide-left.u-effect-active .u-over-slide {
    transform: translate(0, 0);
}
.u-effect-slide-left .u-back-slide {
    transition: all 500ms ease;
}
.u-effect-slide-left:hover .u-back-slide,
.u-effect-slide-left.u-effect-active .u-back-slide {
    transform: translate(100%, 0);
}
.u-effect-slide-right .u-over-slide {
    transform: translate(100%, 0);
    transition: all 500ms ease;
}
.u-effect-slide-right:hover .u-over-slide,
.u-effect-slide-right.u-effect-active .u-over-slide {
    transform: translate(0, 0);
}
.u-effect-slide-right .u-back-slide {
    transition: all 500ms ease;
}
.u-effect-slide-right:hover .u-back-slide,
.u-effect-slide-right.u-effect-active .u-back-slide {
    transform: translate(-100%, 0);
}
.u-effect-slide-top .u-over-slide {
    transform: translate(0, -100%);
    transition: all 500ms ease;
}
.u-effect-slide-top:hover .u-over-slide,
.u-effect-slide-top.u-effect-active .u-over-slide {
    transform: translate(0, 0);
}
.u-effect-slide-top .u-back-slide {
    transition: all 500ms ease;
}
.u-effect-slide-top:hover .u-back-slide,
.u-effect-slide-top.u-effect-active .u-back-slide {
    transform: translate(0, 100%);
}
.u-effect-slide-bottom .u-over-slide {
    transform: translate(0, 100%);
    transition: all 500ms ease;
}
.u-effect-slide-bottom:hover .u-over-slide,
.u-effect-slide-bottom.u-effect-active .u-over-slide {
    transform: translate(0, 0);
}
.u-effect-slide-bottom .u-back-slide {
    transition: all 500ms ease;
}
.u-effect-slide-bottom:hover .u-back-slide,
.u-effect-slide-bottom.u-effect-active .u-back-slide {
    transform: translate(0, -100%);
}
.u-effect-slide-topleft .u-over-slide {
    transform: translate(-100%, -100%);
    transition: all 500ms ease;
}
.u-effect-slide-topleft:hover .u-over-slide,
.u-effect-slide-topleft.u-effect-active .u-over-slide {
    transform: translate(0, 0);
}
.u-effect-slide-topleft .u-back-slide {
    transition: all 500ms ease;
}
.u-effect-slide-topleft:hover .u-back-slide,
.u-effect-slide-topleft.u-effect-active .u-back-slide {
    transform: translate(100%, 100%);
}
.u-effect-slide-topright .u-over-slide {
    transform: translate(100%, -100%);
    transition: all 500ms ease;
}
.u-effect-slide-topright:hover .u-over-slide,
.u-effect-slide-topright.u-effect-active .u-over-slide {
    transform: translate(0, 0);
}
.u-effect-slide-topright .u-back-slide {
    transition: all 500ms ease;
}
.u-effect-slide-topright:hover .u-back-slide,
.u-effect-slide-topright.u-effect-active .u-back-slide {
    transform: translate(-100%, 100%);
}
.u-effect-slide-bottomleft .u-over-slide {
    transform: translate(-100%, 100%);
    transition: all 500ms ease;
}
.u-effect-slide-bottomleft:hover .u-over-slide,
.u-effect-slide-bottomleft.u-effect-active .u-over-slide {
    transform: translate(0, 0);
}
.u-effect-slide-bottomleft .u-back-slide {
    transition: all 500ms ease;
}
.u-effect-slide-bottomleft:hover .u-back-slide,
.u-effect-slide-bottomleft.u-effect-active .u-back-slide {
    transform: translate(100%, -100%);
}
.u-effect-slide-bottomright .u-over-slide {
    transform: translate(100%, 100%);
    transition: all 500ms ease;
}
.u-effect-slide-bottomright:hover .u-over-slide,
.u-effect-slide-bottomright.u-effect-active .u-over-slide {
    transform: translate(0, 0);
}
.u-effect-slide-bottomright .u-back-slide {
    transition: all 500ms ease;
}
.u-effect-slide-bottomright:hover .u-back-slide,
.u-effect-slide-bottomright.u-effect-active .u-back-slide {
    transform: translate(-100%, -100%);
}
/* Flip */
.u-effect-flip-left,
.u-effect-flip-left .u-slidesWrapper {
    perspective: 300px;
}
.u-effect-flip-left .u-over-slide {
    opacity: 0;
    transform: rotateY(130deg);
    transform-origin: center left;
    transition: transform 500ms ease, transform-origin 500ms ease, opacity 0ms ease 500ms;
}
.u-effect-flip-left:hover .u-over-slide,
.u-effect-flip-left.u-effect-active .u-over-slide {
    opacity: 1;
    transform: rotateY(0deg);
    transition: transform 500ms ease, transform-origin 500ms ease;
}
.u-effect-flip-right,
.u-effect-flip-right .u-slidesWrapper {
    perspective: 300px;
}
.u-effect-flip-right .u-over-slide {
    opacity: 0;
    transform: rotateY(-130deg);
    transform-origin: center right;
    transition: transform 500ms ease, transform-origin 500ms ease, opacity 0ms ease 500ms;
}
.u-effect-flip-right:hover .u-over-slide,
.u-effect-flip-right.u-effect-active .u-over-slide {
    opacity: 1;
    transform: rotateY(0deg);
    transition: transform 500ms ease, transform-origin 500ms ease;
}
.u-effect-flip-top,
.u-effect-flip-top .u-slidesWrapper {
    perspective: 300px;
}
.u-effect-flip-top .u-over-slide {
    opacity: 0;
    transform: rotateX(-130deg);
    transform-origin: center top;
    transition: transform 500ms ease, transform-origin 500ms ease, opacity 0ms ease 500ms;
}
.u-effect-flip-top:hover .u-over-slide,
.u-effect-flip-top.u-effect-active .u-over-slide {
    opacity: 1;
    transform: rotateX(0deg);
    transition: transform 500ms ease, transform-origin 500ms ease;
}
.u-effect-flip-bottom,
.u-effect-flip-bottom .u-slidesWrapper {
    perspective: 300px;
}
.u-effect-flip-bottom .u-over-slide {
    opacity: 0;
    transform: rotateX(130deg);
    transform-origin: center bottom;
    transition: transform 500ms ease, transform-origin 500ms ease, opacity 0ms ease 500ms;
}
.u-effect-flip-bottom:hover .u-over-slide,
.u-effect-flip-bottom.u-effect-active .u-over-slide {
    opacity: 1;
    transform: rotateX(0deg);
    transition: transform 500ms ease, transform-origin 500ms ease;
}
/* Wooble */
.u-effect-wobble-left,
.u-effect-wobble-left .u-slidesWrapper {
    perspective: 300px;
}
.u-effect-wobble-left .u-over-slide {
    opacity: 0;
    transform: rotateY(130deg);
    transform-origin: center left;
    transition: transform 500ms ease, transform-origin 500ms ease, opacity 0ms ease 500ms;
}
.u-effect-wobble-left:hover .u-over-slide,
.u-effect-wobble-left.u-effect-active .u-over-slide {
    opacity: 1;
    transform: rotateY(0deg);
    transform-origin: center right;
    transition: transform 500ms ease, transform-origin 500ms ease;
}
.u-effect-wobble-right,
.u-effect-wobble-right .u-slidesWrapper {
    perspective: 300px;
}
.u-effect-wobble-right .u-over-slide {
    opacity: 0;
    transform: rotateY(-130deg);
    transform-origin: center right;
    transition: transform 500ms ease, transform-origin 500ms ease, opacity 0ms ease 500ms;
}
.u-effect-wobble-right:hover .u-over-slide,
.u-effect-wobble-right.u-effect-active .u-over-slide {
    opacity: 1;
    transform: rotateY(0deg);
    transform-origin: center left;
    transition: transform 500ms ease, transform-origin 500ms ease;
}
.u-effect-wobble-top,
.u-effect-wobble-top .u-slidesWrapper {
    perspective: 300px;
}
.u-effect-wobble-top .u-over-slide {
    opacity: 0;
    transform: rotateX(-130deg);
    transform-origin: center top;
    transition: transform 500ms ease, transform-origin 500ms ease, opacity 0ms ease 500ms;
}
.u-effect-wobble-top:hover .u-over-slide,
.u-effect-wobble-top.u-effect-active .u-over-slide {
    opacity: 1;
    transform: rotateX(0deg);
    transform-origin: center bottom;
    transition: transform 500ms ease, transform-origin 500ms ease;
}
.u-effect-wobble-bottom,
.u-effect-wobble-bottom .u-slidesWrapper {
    perspective: 300px;
}
.u-effect-wobble-bottom .u-over-slide {
    opacity: 0;
    transform: rotateX(130deg);
    transform-origin: center bottom;
    transition: transform 500ms ease, transform-origin 500ms ease, opacity 0ms ease 500ms;
}
.u-effect-wobble-bottom:hover .u-over-slide,
.u-effect-wobble-bottom.u-effect-active .u-over-slide {
    opacity: 1;
    transform: rotateX(0deg);
    transform-origin: center top;
    transition: transform 500ms ease, transform-origin 500ms ease;
}
/* Zoom */
.u-effect-zoom .u-over-slide {
    transition: transform 500ms ease;
    transform: scale(0, 0);
}
.u-effect-zoom:hover .u-over-slide,
.u-effect-zoom.u-effect-active .u-over-slide {
    transform: scale(1, 1);
}
.u-effect-hover-zoom .u-back-slide,
.u-effect-hover-zoom .u-background-effect-image {
    transition: transform 500ms ease;
    transform: scale(1);
}
.u-effect-hover-zoom:hover .u-back-slide,
.u-effect-hover-zoom:hover .u-background-effect-image,
.u-effect-hover-zoom.u-effect-active .u-back-slide,
.u-effect-hover-zoom.u-effect-active .u-background-effect-image {
    transform: scale(1.1);
}
.u-effect-hover-zoomOut .u-back-slide,
.u-effect-hover-zoomOut .u-background-effect-image {
    transition: transform 500ms ease;
    transform: scale(1.1);
}
.u-effect-hover-zoomOut:hover .u-back-slide,
.u-effect-hover-zoomOut:hover .u-background-effect-image,
.u-effect-hover-zoomOut.u-effect-active .u-back-slide,
.u-effect-hover-zoomOut.u-effect-active .u-background-effect-image {
    transform: scale(1);
}
.u-effect-hover-liftUp {
    transition: transform 500ms ease;
    transform: scale(1);
}
.u-effect-hover-liftUp:hover,
.u-effect-hover-liftUp.u-effect-active {
    transform: scale(1.03);
    z-index: 1;
}
.u-effect-zoom-rotate .u-over-slide {
    transition: transform 500ms ease;
    transform: rotate(0deg) scale(0, 0);
}
.u-effect-zoom-rotate:hover .u-over-slide,
.u-effect-zoom-rotate.u-effect-active .u-over-slide {
    transform: rotate(360deg) scale(1, 1);
}
.u-effect-zoom-rotateX .u-over-slide {
    transition: transform 500ms ease;
    transform: rotateX(0deg) scale(0, 0);
}
.u-effect-zoom-rotateX:hover .u-over-slide,
.u-effect-zoom-rotateX.u-effect-active .u-over-slide {
    transform: rotateX(360deg) scale(1, 1);
}
.u-effect-zoom-rotateY .u-over-slide {
    transition: transform 500ms ease;
    transform: rotateY(0deg) scale(0, 0);
}
.u-effect-zoom-rotateY:hover .u-over-slide,
.u-effect-zoom-rotateY.u-effect-active .u-over-slide {
    transform: rotateY(360deg) scale(1, 1);
}
.u-effect-hover-slide .u-back-image,
.u-effect-hover-slide .u-background-effect-image {
    transition-duration: 500ms;
    transition-timing-function: ease;
    transition-property: left, right, top, bottom;
}
.u-effect-hover-slide .u-effect-hover-slide-direction-right {
    left: auto;
}
.u-effect-hover-slide .u-effect-hover-slide-direction-up {
    top: auto;
}
.u-effect-hover-slide:hover .u-back-image.u-effect-hover-slide-direction-left,
.u-effect-hover-slide:hover .u-background-effect-image.u-effect-hover-slide-direction-left,
.u-effect-hover-slide.u-effect-active .u-back-image.u-effect-hover-slide-direction-left,
.u-effect-hover-slide.u-effect-active .u-background-effect-image.u-effect-hover-slide-direction-left {
    left: 0 !important;
}
.u-effect-hover-slide:hover .u-back-image.u-effect-hover-slide-direction-right,
.u-effect-hover-slide:hover .u-background-effect-image.u-effect-hover-slide-direction-right,
.u-effect-hover-slide.u-effect-active .u-back-image.u-effect-hover-slide-direction-right,
.u-effect-hover-slide.u-effect-active .u-background-effect-image.u-effect-hover-slide-direction-right {
    right: 0 !important;
}
.u-effect-hover-slide:hover .u-back-image.u-effect-hover-slide-direction-up,
.u-effect-hover-slide:hover .u-background-effect-image.u-effect-hover-slide-direction-up,
.u-effect-hover-slide.u-effect-active .u-back-image.u-effect-hover-slide-direction-up,
.u-effect-hover-slide.u-effect-active .u-background-effect-image.u-effect-hover-slide-direction-up {
    bottom: 0 !important;
}
.u-effect-hover-slide:hover .u-back-image.u-effect-hover-slide-direction-down,
.u-effect-hover-slide:hover .u-background-effect-image.u-effect-hover-slide-direction-down,
.u-effect-hover-slide.u-effect-active .u-back-image.u-effect-hover-slide-direction-down,
.u-effect-hover-slide.u-effect-active .u-background-effect-image.u-effect-hover-slide-direction-down {
    top: 0 !important;
}
.u-btn {
    /*display: inline-block;*/
    display: table;
    /*TODO maye need another solution for negative marin*/
    cursor: pointer;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    font-style: inherit;
    font-weight: inherit;
    text-decoration: none;
    border: 0 none transparent;
    outline-width: 0;
    background-color: transparent;
    margin: 0;
    -webkit-text-decoration-skip: objects;
    font-style: initial;
    white-space: nowrap;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    text-align: center;
    padding: 10px 30px;
    border-radius: 0;
    align-self: flex-start;
}
.u-btn:focus,
.u-btn:active:focus,
.u-btn.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.u-btn:hover,
.u-btn:focus {
    text-decoration: none;
}
.u-btn:active,
.u-btn.active {
    outline: 0;
    background-image: none;
}
.u-btn.disabled,
.u-btn[disabled] {
    opacity: 0.6;
}
.u-btn-circle {
    border-radius: 50%;
}
.u-btn-round {
    border-radius: 4px;
}
.u-btn-rectangle {
    border-radius: 0 !important;
}
.u-text a,
.u-post-content a,
.u-tab-item a,
.u-nav-item a {
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
}
.u-text:not(ul):not(ol):not(p):not(.u-post-content):not(.u-block-content):not(.u-product-desc):not(.u-cart-block-content) a {
    color: inherit;
}
.u-text:not(ul):not(ol):not(p):not(.u-post-content):not(.u-block-content):not(.u-product-desc):not(.u-cart-block-content) a,
.u-text:not(ul):not(ol):not(p):not(.u-post-content):not(.u-block-content):not(.u-product-desc):not(.u-cart-block-content) a:hover {
    text-decoration: none;
}
.u-link,
a {
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
}
.u-link {
    display: table;
    border-style: solid;
    border-bottom-width: 0;
    white-space: nowrap;
    align-self: flex-start;
}
.u-link,
.u-link:hover,
.u-link:focus {
    text-decoration: none;
}
.u-link:focus,
.u-link:active:focus,
.u-link.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.u-underline,
.u-underline:hover {
    text-decoration: underline;
    border-bottom-width: 0;
}
.u-no-underline,
.u-no-underline:hover {
    text-decoration: none;
    border-bottom-width: 0;
}
.u-block-content > :first-child,
.u-product-desc > :first-child,
.u-product-tab-pane > :first-child,
.u-post-content > :first-child {
    margin-top: 0;
}
.u-block-content > :last-child,
.u-product-desc > :last-child,
.u-product-tab-pane > :last-child,
.u-post-content > :last-child {
    margin-bottom: 0;
}
.u-block-content p,
.u-product-desc p,
.u-product-tab-pane p,
.u-post-content p {
    text-decoration: inherit !important;
    color: inherit !important;
    font-style: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    font-family: inherit !important;
    line-height: inherit !important;
    letter-spacing: inherit !important;
    text-transform: inherit !important;
}
.u-logo {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    font-style: inherit;
    font-weight: inherit;
    text-decoration: none;
    border: 0 none transparent;
    outline-width: 0;
    background-color: transparent;
    margin: 0;
    -webkit-text-decoration-skip: objects;
}
.u-image.u-logo {
    display: table;
    white-space: nowrap;
}
.u-image.u-logo img {
    display: block;
}
.u-form-horizontal {
    display: flex;
    flex-flow: row;
    align-items: center;
    flex-grow: 1;
}
.u-input {
    display: block;
    width: 100%;
    padding: 10px 12px;
    background-image: none;
    background-clip: padding-box;
    border: none;
    border-radius: 3px;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    background-color: transparent;
    color: inherit;
    height: auto;
}
.u-form-horizontal label,
.u-form-horizontal input,
.u-form-horizontal .u-form-select-wrapper,
.u-form-horizontal .u-form-radio-button-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    flex-grow: 1;
}
.u-form-vertical {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.u-form-vertical.u-form-spacing-50 {
    margin-left: -50px;
    width: calc(100% +  50px);
}
.u-form-vertical.u-form-spacing-50 .u-form-group {
    margin-bottom: 50px;
    padding-left: 50px;
}
.u-form-vertical.u-form-spacing-49 {
    margin-left: -49px;
    width: calc(100% +  49px);
}
.u-form-vertical.u-form-spacing-49 .u-form-group {
    margin-bottom: 49px;
    padding-left: 49px;
}
.u-form-vertical.u-form-spacing-48 {
    margin-left: -48px;
    width: calc(100% +  48px);
}
.u-form-vertical.u-form-spacing-48 .u-form-group {
    margin-bottom: 48px;
    padding-left: 48px;
}
.u-form-vertical.u-form-spacing-47 {
    margin-left: -47px;
    width: calc(100% +  47px);
}
.u-form-vertical.u-form-spacing-47 .u-form-group {
    margin-bottom: 47px;
    padding-left: 47px;
}
.u-form-vertical.u-form-spacing-46 {
    margin-left: -46px;
    width: calc(100% +  46px);
}
.u-form-vertical.u-form-spacing-46 .u-form-group {
    margin-bottom: 46px;
    padding-left: 46px;
}
.u-form-vertical.u-form-spacing-45 {
    margin-left: -45px;
    width: calc(100% +  45px);
}
.u-form-vertical.u-form-spacing-45 .u-form-group {
    margin-bottom: 45px;
    padding-left: 45px;
}
.u-form-vertical.u-form-spacing-44 {
    margin-left: -44px;
    width: calc(100% +  44px);
}
.u-form-vertical.u-form-spacing-44 .u-form-group {
    margin-bottom: 44px;
    padding-left: 44px;
}
.u-form-vertical.u-form-spacing-43 {
    margin-left: -43px;
    width: calc(100% +  43px);
}
.u-form-vertical.u-form-spacing-43 .u-form-group {
    margin-bottom: 43px;
    padding-left: 43px;
}
.u-form-vertical.u-form-spacing-42 {
    margin-left: -42px;
    width: calc(100% +  42px);
}
.u-form-vertical.u-form-spacing-42 .u-form-group {
    margin-bottom: 42px;
    padding-left: 42px;
}
.u-form-vertical.u-form-spacing-41 {
    margin-left: -41px;
    width: calc(100% +  41px);
}
.u-form-vertical.u-form-spacing-41 .u-form-group {
    margin-bottom: 41px;
    padding-left: 41px;
}
.u-form-vertical.u-form-spacing-40 {
    margin-left: -40px;
    width: calc(100% +  40px);
}
.u-form-vertical.u-form-spacing-40 .u-form-group {
    margin-bottom: 40px;
    padding-left: 40px;
}
.u-form-vertical.u-form-spacing-39 {
    margin-left: -39px;
    width: calc(100% +  39px);
}
.u-form-vertical.u-form-spacing-39 .u-form-group {
    margin-bottom: 39px;
    padding-left: 39px;
}
.u-form-vertical.u-form-spacing-38 {
    margin-left: -38px;
    width: calc(100% +  38px);
}
.u-form-vertical.u-form-spacing-38 .u-form-group {
    margin-bottom: 38px;
    padding-left: 38px;
}
.u-form-vertical.u-form-spacing-37 {
    margin-left: -37px;
    width: calc(100% +  37px);
}
.u-form-vertical.u-form-spacing-37 .u-form-group {
    margin-bottom: 37px;
    padding-left: 37px;
}
.u-form-vertical.u-form-spacing-36 {
    margin-left: -36px;
    width: calc(100% +  36px);
}
.u-form-vertical.u-form-spacing-36 .u-form-group {
    margin-bottom: 36px;
    padding-left: 36px;
}
.u-form-vertical.u-form-spacing-35 {
    margin-left: -35px;
    width: calc(100% +  35px);
}
.u-form-vertical.u-form-spacing-35 .u-form-group {
    margin-bottom: 35px;
    padding-left: 35px;
}
.u-form-vertical.u-form-spacing-34 {
    margin-left: -34px;
    width: calc(100% +  34px);
}
.u-form-vertical.u-form-spacing-34 .u-form-group {
    margin-bottom: 34px;
    padding-left: 34px;
}
.u-form-vertical.u-form-spacing-33 {
    margin-left: -33px;
    width: calc(100% +  33px);
}
.u-form-vertical.u-form-spacing-33 .u-form-group {
    margin-bottom: 33px;
    padding-left: 33px;
}
.u-form-vertical.u-form-spacing-32 {
    margin-left: -32px;
    width: calc(100% +  32px);
}
.u-form-vertical.u-form-spacing-32 .u-form-group {
    margin-bottom: 32px;
    padding-left: 32px;
}
.u-form-vertical.u-form-spacing-31 {
    margin-left: -31px;
    width: calc(100% +  31px);
}
.u-form-vertical.u-form-spacing-31 .u-form-group {
    margin-bottom: 31px;
    padding-left: 31px;
}
.u-form-vertical.u-form-spacing-30 {
    margin-left: -30px;
    width: calc(100% +  30px);
}
.u-form-vertical.u-form-spacing-30 .u-form-group {
    margin-bottom: 30px;
    padding-left: 30px;
}
.u-form-vertical.u-form-spacing-29 {
    margin-left: -29px;
    width: calc(100% +  29px);
}
.u-form-vertical.u-form-spacing-29 .u-form-group {
    margin-bottom: 29px;
    padding-left: 29px;
}
.u-form-vertical.u-form-spacing-28 {
    margin-left: -28px;
    width: calc(100% +  28px);
}
.u-form-vertical.u-form-spacing-28 .u-form-group {
    margin-bottom: 28px;
    padding-left: 28px;
}
.u-form-vertical.u-form-spacing-27 {
    margin-left: -27px;
    width: calc(100% +  27px);
}
.u-form-vertical.u-form-spacing-27 .u-form-group {
    margin-bottom: 27px;
    padding-left: 27px;
}
.u-form-vertical.u-form-spacing-26 {
    margin-left: -26px;
    width: calc(100% +  26px);
}
.u-form-vertical.u-form-spacing-26 .u-form-group {
    margin-bottom: 26px;
    padding-left: 26px;
}
.u-form-vertical.u-form-spacing-25 {
    margin-left: -25px;
    width: calc(100% +  25px);
}
.u-form-vertical.u-form-spacing-25 .u-form-group {
    margin-bottom: 25px;
    padding-left: 25px;
}
.u-form-vertical.u-form-spacing-24 {
    margin-left: -24px;
    width: calc(100% +  24px);
}
.u-form-vertical.u-form-spacing-24 .u-form-group {
    margin-bottom: 24px;
    padding-left: 24px;
}
.u-form-vertical.u-form-spacing-23 {
    margin-left: -23px;
    width: calc(100% +  23px);
}
.u-form-vertical.u-form-spacing-23 .u-form-group {
    margin-bottom: 23px;
    padding-left: 23px;
}
.u-form-vertical.u-form-spacing-22 {
    margin-left: -22px;
    width: calc(100% +  22px);
}
.u-form-vertical.u-form-spacing-22 .u-form-group {
    margin-bottom: 22px;
    padding-left: 22px;
}
.u-form-vertical.u-form-spacing-21 {
    margin-left: -21px;
    width: calc(100% +  21px);
}
.u-form-vertical.u-form-spacing-21 .u-form-group {
    margin-bottom: 21px;
    padding-left: 21px;
}
.u-form-vertical.u-form-spacing-20 {
    margin-left: -20px;
    width: calc(100% +  20px);
}
.u-form-vertical.u-form-spacing-20 .u-form-group {
    margin-bottom: 20px;
    padding-left: 20px;
}
.u-form-vertical.u-form-spacing-19 {
    margin-left: -19px;
    width: calc(100% +  19px);
}
.u-form-vertical.u-form-spacing-19 .u-form-group {
    margin-bottom: 19px;
    padding-left: 19px;
}
.u-form-vertical.u-form-spacing-18 {
    margin-left: -18px;
    width: calc(100% +  18px);
}
.u-form-vertical.u-form-spacing-18 .u-form-group {
    margin-bottom: 18px;
    padding-left: 18px;
}
.u-form-vertical.u-form-spacing-17 {
    margin-left: -17px;
    width: calc(100% +  17px);
}
.u-form-vertical.u-form-spacing-17 .u-form-group {
    margin-bottom: 17px;
    padding-left: 17px;
}
.u-form-vertical.u-form-spacing-16 {
    margin-left: -16px;
    width: calc(100% +  16px);
}
.u-form-vertical.u-form-spacing-16 .u-form-group {
    margin-bottom: 16px;
    padding-left: 16px;
}
.u-form-vertical.u-form-spacing-15 {
    margin-left: -15px;
    width: calc(100% +  15px);
}
.u-form-vertical.u-form-spacing-15 .u-form-group {
    margin-bottom: 15px;
    padding-left: 15px;
}
.u-form-vertical.u-form-spacing-14 {
    margin-left: -14px;
    width: calc(100% +  14px);
}
.u-form-vertical.u-form-spacing-14 .u-form-group {
    margin-bottom: 14px;
    padding-left: 14px;
}
.u-form-vertical.u-form-spacing-13 {
    margin-left: -13px;
    width: calc(100% +  13px);
}
.u-form-vertical.u-form-spacing-13 .u-form-group {
    margin-bottom: 13px;
    padding-left: 13px;
}
.u-form-vertical.u-form-spacing-12 {
    margin-left: -12px;
    width: calc(100% +  12px);
}
.u-form-vertical.u-form-spacing-12 .u-form-group {
    margin-bottom: 12px;
    padding-left: 12px;
}
.u-form-vertical.u-form-spacing-11 {
    margin-left: -11px;
    width: calc(100% +  11px);
}
.u-form-vertical.u-form-spacing-11 .u-form-group {
    margin-bottom: 11px;
    padding-left: 11px;
}
.u-form-vertical.u-form-spacing-10 {
    margin-left: -10px;
    width: calc(100% +  10px);
}
.u-form-vertical.u-form-spacing-10 .u-form-group {
    margin-bottom: 10px;
    padding-left: 10px;
}
.u-form-vertical.u-form-spacing-9 {
    margin-left: -9px;
    width: calc(100% +  9px);
}
.u-form-vertical.u-form-spacing-9 .u-form-group {
    margin-bottom: 9px;
    padding-left: 9px;
}
.u-form-vertical.u-form-spacing-8 {
    margin-left: -8px;
    width: calc(100% +  8px);
}
.u-form-vertical.u-form-spacing-8 .u-form-group {
    margin-bottom: 8px;
    padding-left: 8px;
}
.u-form-vertical.u-form-spacing-7 {
    margin-left: -7px;
    width: calc(100% +  7px);
}
.u-form-vertical.u-form-spacing-7 .u-form-group {
    margin-bottom: 7px;
    padding-left: 7px;
}
.u-form-vertical.u-form-spacing-6 {
    margin-left: -6px;
    width: calc(100% +  6px);
}
.u-form-vertical.u-form-spacing-6 .u-form-group {
    margin-bottom: 6px;
    padding-left: 6px;
}
.u-form-vertical.u-form-spacing-5 {
    margin-left: -5px;
    width: calc(100% +  5px);
}
.u-form-vertical.u-form-spacing-5 .u-form-group {
    margin-bottom: 5px;
    padding-left: 5px;
}
.u-form-vertical.u-form-spacing-4 {
    margin-left: -4px;
    width: calc(100% +  4px);
}
.u-form-vertical.u-form-spacing-4 .u-form-group {
    margin-bottom: 4px;
    padding-left: 4px;
}
.u-form-vertical.u-form-spacing-3 {
    margin-left: -3px;
    width: calc(100% +  3px);
}
.u-form-vertical.u-form-spacing-3 .u-form-group {
    margin-bottom: 3px;
    padding-left: 3px;
}
.u-form-vertical.u-form-spacing-2 {
    margin-left: -2px;
    width: calc(100% +  2px);
}
.u-form-vertical.u-form-spacing-2 .u-form-group {
    margin-bottom: 2px;
    padding-left: 2px;
}
.u-form-vertical.u-form-spacing-1 {
    margin-left: -1px;
    width: calc(100% +  1px);
}
.u-form-vertical.u-form-spacing-1 .u-form-group {
    margin-bottom: 1px;
    padding-left: 1px;
}
.u-form-vertical.u-form-spacing-0 {
    margin-left: 0px;
    width: calc(100% +  0px);
}
.u-form-vertical.u-form-spacing-0 .u-form-group {
    margin-bottom: 0px;
    padding-left: 0px;
}
.u-form-vertical .u-form-group {
    width: 100%;
}
.u-form-vertical .u-form-partition-factor-10 {
    width: 10%;
}
.u-form-vertical .u-form-partition-factor-9 {
    width: 11.11111111%;
}
.u-form-vertical .u-form-partition-factor-8 {
    width: 12.5%;
}
.u-form-vertical .u-form-partition-factor-7 {
    width: 14.28571429%;
}
.u-form-vertical .u-form-partition-factor-6 {
    width: 16.66666667%;
}
.u-form-vertical .u-form-partition-factor-5 {
    width: 20%;
}
.u-form-vertical .u-form-partition-factor-4 {
    width: 25%;
}
.u-form-vertical .u-form-partition-factor-3 {
    width: 33.33333333%;
}
.u-form-vertical .u-form-partition-factor-2 {
    width: 50%;
}
.u-form-vertical .u-form-partition-factor-1 {
    width: 100%;
}
@media (max-width: 575px) {
    .u-form-vertical .u-form-group {
        width: 100%;
    }
}
.u-form-horizontal .u-form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row nowrap;
    align-items: center;
    margin-bottom: 0;
    flex-grow: 1;
}
.u-form-horizontal .u-form-submit {
    display: flex;
    flex-grow: 0;
}
.u-form-horizontal .u-form-group label {
    display: flex;
    flex-grow: 0;
    margin-right: 10px;
}
.u-form-horizontal .u-input {
    display: flex;
    width: 0;
    vertical-align: middle;
    flex-grow: 1;
    flex-shrink: 1;
    min-width: 0px;
}
.u-form-horizontal .input-group {
    width: auto;
}
.u-form-control-hidden {
    display: none !important;
}
.u-form-horizontal .u-btn-submit,
.u-form-vertical .u-btn-submit {
    margin-top: 1px;
    margin-bottom: 1px;
    position: relative;
}
.u-form-horizontal .u-form-group {
    flex-shrink: 1;
    min-width: 0;
}
/* ********  spacing ******** */
.u-form-horizontal.u-form-spacing-50 .u-form-group {
    margin-right: 50px;
}
.u-form-horizontal.u-form-spacing-49 .u-form-group {
    margin-right: 49px;
}
.u-form-horizontal.u-form-spacing-48 .u-form-group {
    margin-right: 48px;
}
.u-form-horizontal.u-form-spacing-47 .u-form-group {
    margin-right: 47px;
}
.u-form-horizontal.u-form-spacing-46 .u-form-group {
    margin-right: 46px;
}
.u-form-horizontal.u-form-spacing-45 .u-form-group {
    margin-right: 45px;
}
.u-form-horizontal.u-form-spacing-44 .u-form-group {
    margin-right: 44px;
}
.u-form-horizontal.u-form-spacing-43 .u-form-group {
    margin-right: 43px;
}
.u-form-horizontal.u-form-spacing-42 .u-form-group {
    margin-right: 42px;
}
.u-form-horizontal.u-form-spacing-41 .u-form-group {
    margin-right: 41px;
}
.u-form-horizontal.u-form-spacing-40 .u-form-group {
    margin-right: 40px;
}
.u-form-horizontal.u-form-spacing-39 .u-form-group {
    margin-right: 39px;
}
.u-form-horizontal.u-form-spacing-38 .u-form-group {
    margin-right: 38px;
}
.u-form-horizontal.u-form-spacing-37 .u-form-group {
    margin-right: 37px;
}
.u-form-horizontal.u-form-spacing-36 .u-form-group {
    margin-right: 36px;
}
.u-form-horizontal.u-form-spacing-35 .u-form-group {
    margin-right: 35px;
}
.u-form-horizontal.u-form-spacing-34 .u-form-group {
    margin-right: 34px;
}
.u-form-horizontal.u-form-spacing-33 .u-form-group {
    margin-right: 33px;
}
.u-form-horizontal.u-form-spacing-32 .u-form-group {
    margin-right: 32px;
}
.u-form-horizontal.u-form-spacing-31 .u-form-group {
    margin-right: 31px;
}
.u-form-horizontal.u-form-spacing-30 .u-form-group {
    margin-right: 30px;
}
.u-form-horizontal.u-form-spacing-29 .u-form-group {
    margin-right: 29px;
}
.u-form-horizontal.u-form-spacing-28 .u-form-group {
    margin-right: 28px;
}
.u-form-horizontal.u-form-spacing-27 .u-form-group {
    margin-right: 27px;
}
.u-form-horizontal.u-form-spacing-26 .u-form-group {
    margin-right: 26px;
}
.u-form-horizontal.u-form-spacing-25 .u-form-group {
    margin-right: 25px;
}
.u-form-horizontal.u-form-spacing-24 .u-form-group {
    margin-right: 24px;
}
.u-form-horizontal.u-form-spacing-23 .u-form-group {
    margin-right: 23px;
}
.u-form-horizontal.u-form-spacing-22 .u-form-group {
    margin-right: 22px;
}
.u-form-horizontal.u-form-spacing-21 .u-form-group {
    margin-right: 21px;
}
.u-form-horizontal.u-form-spacing-20 .u-form-group {
    margin-right: 20px;
}
.u-form-horizontal.u-form-spacing-19 .u-form-group {
    margin-right: 19px;
}
.u-form-horizontal.u-form-spacing-18 .u-form-group {
    margin-right: 18px;
}
.u-form-horizontal.u-form-spacing-17 .u-form-group {
    margin-right: 17px;
}
.u-form-horizontal.u-form-spacing-16 .u-form-group {
    margin-right: 16px;
}
.u-form-horizontal.u-form-spacing-15 .u-form-group {
    margin-right: 15px;
}
.u-form-horizontal.u-form-spacing-14 .u-form-group {
    margin-right: 14px;
}
.u-form-horizontal.u-form-spacing-13 .u-form-group {
    margin-right: 13px;
}
.u-form-horizontal.u-form-spacing-12 .u-form-group {
    margin-right: 12px;
}
.u-form-horizontal.u-form-spacing-11 .u-form-group {
    margin-right: 11px;
}
.u-form-horizontal.u-form-spacing-10 .u-form-group {
    margin-right: 10px;
}
.u-form-horizontal.u-form-spacing-9 .u-form-group {
    margin-right: 9px;
}
.u-form-horizontal.u-form-spacing-8 .u-form-group {
    margin-right: 8px;
}
.u-form-horizontal.u-form-spacing-7 .u-form-group {
    margin-right: 7px;
}
.u-form-horizontal.u-form-spacing-6 .u-form-group {
    margin-right: 6px;
}
.u-form-horizontal.u-form-spacing-5 .u-form-group {
    margin-right: 5px;
}
.u-form-horizontal.u-form-spacing-4 .u-form-group {
    margin-right: 4px;
}
.u-form-horizontal.u-form-spacing-3 .u-form-group {
    margin-right: 3px;
}
.u-form-horizontal.u-form-spacing-2 .u-form-group {
    margin-right: 2px;
}
.u-form-horizontal.u-form-spacing-1 .u-form-group {
    margin-right: 1px;
}
.u-form-horizontal.u-form-spacing-0 .u-form-group {
    margin-right: 0px;
}
/* ********  end of spacing ******** */
.u-form-horizontal .u-form-group.u-form-submit {
    margin-right: 0;
}
.u-form div.u-form-send-error,
.u-form div.u-form-send-success {
    display: none;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 20px 0px 20px 0px;
    border: none;
}
.u-form .u-form-group.u-form-checkbox,
.u-form .u-form-group.u-form-agree {
    display: flex;
}
.u-form .u-form-group.u-form-checkbox input[type="checkbox"],
.u-form .u-form-group.u-form-agree input[type="checkbox"] {
    float: left;
    flex-shrink: 0;
}
.u-form .u-form-group.u-form-checkbox label.u-label,
.u-form .u-form-group.u-form-agree label.u-label {
    margin-left: 5px;
}
.u-form .u-form-group.u-form-checkbox label.u-label a,
.u-form .u-form-group.u-form-agree label.u-label a {
    margin-top: 0;
    margin-bottom: 0;
}
.u-form .u-form-horizontal .u-form-group.u-form-checkbox,
.u-form .u-form-horizontal .u-form-group.u-form-agree {
    align-items: center;
}
.u-form .u-form-horizontal input[type="checkbox"] {
    width: 13px;
    max-width: 13px;
    margin-bottom: 3px;
    min-width: 13px;
}
.u-form .u-form-vertical .u-form-group.u-form-checkbox,
.u-form .u-form-vertical .u-form-group.u-form-agree {
    align-items: baseline;
}
.u-form-send-message {
    z-index: 1;
}
.u-form-send-error {
    background: #F95D51;
}
.u-form-send-success {
    background: #62C584;
}
.u-form {
    position: relative;
    font-size: 1rem;
    height: auto !important;
}
.u-form-group {
    text-align: start;
}
.u-btn-submit {
    display: inline-block;
}
.u-label {
    font-weight: normal;
}
.u-form ::placeholder {
    opacity: 0.5;
}
.u-form :-ms-input-placeholder {
    opacity: 1;
}
.u-form-horizontal .u-form-submit {
    margin-right: 0 !important;
}
.u-form-vertical .u-form-submit {
    margin-bottom: 0 !important;
}
@media (max-width: 767px) {
    .u-form-horizontal {
        flex-direction: column;
        align-items: stretch;
        margin: -0.5rem !important;
    }
    .u-form-horizontal .u-form-group {
        border: 0.5rem solid transparent !important;
        margin-right: 0 !important;
    }
    .u-form-horizontal label {
        display: none;
    }
    .u-form-horizontal .u-btn-submit {
        flex-grow: 1;
    }
}
.u-input-round {
    border-radius: 4px;
}
.u-input-rectangle {
    border-radius: 0;
}
.u-form-select-wrapper {
    position: relative;
}
.u-form-select-wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.u-form-select-wrapper .u-caret {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    pointer-events: none;
}
.u-form-select-wrapper select[size] ~ .u-caret {
    display: none;
}

.u-sheet-left {
    left: calc((100% - 1140px) / 2);
}
.u-sheet-right {
    right: calc((100% - 1140px) / 2);
}
.u-clearfix:after,
.u-clearfix:before {
    content: '';
    display: table;
}
.u-clearfix:after {
    clear: both;
}
.u-textlink,
.u-textlink:hover,
.u-textlink:focus,
.u-textlink:active {
    color: inherit;
}
:not(.u-effect-fade) > .u-opacity-100,
.u-opacity-100:before {
    opacity: 1;
}
:not(.u-effect-fade) > .u-opacity-95,
.u-opacity-95:before {
    opacity: 0.95;
}
:not(.u-effect-fade) > .u-opacity-90,
.u-opacity-90:before {
    opacity: 0.9;
}
:not(.u-effect-fade) > .u-opacity-85,
.u-opacity-85:before {
    opacity: 0.85;
}
:not(.u-effect-fade) > .u-opacity-80,
.u-opacity-80:before {
    opacity: 0.8;
}
:not(.u-effect-fade) > .u-opacity-75,
.u-opacity-75:before {
    opacity: 0.75;
}
:not(.u-effect-fade) > .u-opacity-70,
.u-opacity-70:before {
    opacity: 0.7;
}
:not(.u-effect-fade) > .u-opacity-65,
.u-opacity-65:before {
    opacity: 0.65;
}
:not(.u-effect-fade) > .u-opacity-60,
.u-opacity-60:before {
    opacity: 0.6;
}
:not(.u-effect-fade) > .u-opacity-55,
.u-opacity-55:before {
    opacity: 0.55;
}
:not(.u-effect-fade) > .u-opacity-50,
.u-opacity-50:before {
    opacity: 0.5;
}
:not(.u-effect-fade) > .u-opacity-45,
.u-opacity-45:before {
    opacity: 0.45;
}
:not(.u-effect-fade) > .u-opacity-40,
.u-opacity-40:before {
    opacity: 0.4;
}
:not(.u-effect-fade) > .u-opacity-35,
.u-opacity-35:before {
    opacity: 0.35;
}
:not(.u-effect-fade) > .u-opacity-30,
.u-opacity-30:before {
    opacity: 0.3;
}
:not(.u-effect-fade) > .u-opacity-25,
.u-opacity-25:before {
    opacity: 0.25;
}
:not(.u-effect-fade) > .u-opacity-20,
.u-opacity-20:before {
    opacity: 0.2;
}
:not(.u-effect-fade) > .u-opacity-15,
.u-opacity-15:before {
    opacity: 0.15;
}
:not(.u-effect-fade) > .u-opacity-10,
.u-opacity-10:before {
    opacity: 0.1;
}
:not(.u-effect-fade) > .u-opacity-5,
.u-opacity-5:before {
    opacity: 0.05;
}
:not(.u-effect-fade) > .u-opacity-0,
.u-opacity-0:before {
    opacity: 0;
}
.u-spacing-100.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-100 li {
    margin-bottom: 100px;
}
.u-text.u-indent-100,
.u-text.u-indent-100 ul,
.u-text.u-indent-100 ol {
    padding-left: 120px;
}
.u-spacing-100.u-countdown-counter > span + span,
.u-spacing-100.u-price-wrapper > div + div,
.u-spacing-100 .u-social-url + .u-social-url {
    margin-left: 100px;
}
.u-spacing-100.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 50px;
}
.u-spacing-100.u-icon,
.u-spacing-100.u-search-icon,
.u-spacing-100.u-gallery-nav,
.u-spacing-100.u-carousel-control {
    padding: 100px;
}
blockquote.u-text.u-indent-100 {
    padding-left: 100px;
}
.u-spacing-99.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-99 li {
    margin-bottom: 99px;
}
.u-text.u-indent-99,
.u-text.u-indent-99 ul,
.u-text.u-indent-99 ol {
    padding-left: 119px;
}
.u-spacing-99.u-countdown-counter > span + span,
.u-spacing-99.u-price-wrapper > div + div,
.u-spacing-99 .u-social-url + .u-social-url {
    margin-left: 99px;
}
.u-spacing-99.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 49.5px;
}
.u-spacing-99.u-icon,
.u-spacing-99.u-search-icon,
.u-spacing-99.u-gallery-nav,
.u-spacing-99.u-carousel-control {
    padding: 99px;
}
blockquote.u-text.u-indent-99 {
    padding-left: 99px;
}
.u-spacing-98.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-98 li {
    margin-bottom: 98px;
}
.u-text.u-indent-98,
.u-text.u-indent-98 ul,
.u-text.u-indent-98 ol {
    padding-left: 118px;
}
.u-spacing-98.u-countdown-counter > span + span,
.u-spacing-98.u-price-wrapper > div + div,
.u-spacing-98 .u-social-url + .u-social-url {
    margin-left: 98px;
}
.u-spacing-98.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 49px;
}
.u-spacing-98.u-icon,
.u-spacing-98.u-search-icon,
.u-spacing-98.u-gallery-nav,
.u-spacing-98.u-carousel-control {
    padding: 98px;
}
blockquote.u-text.u-indent-98 {
    padding-left: 98px;
}
.u-spacing-97.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-97 li {
    margin-bottom: 97px;
}
.u-text.u-indent-97,
.u-text.u-indent-97 ul,
.u-text.u-indent-97 ol {
    padding-left: 117px;
}
.u-spacing-97.u-countdown-counter > span + span,
.u-spacing-97.u-price-wrapper > div + div,
.u-spacing-97 .u-social-url + .u-social-url {
    margin-left: 97px;
}
.u-spacing-97.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 48.5px;
}
.u-spacing-97.u-icon,
.u-spacing-97.u-search-icon,
.u-spacing-97.u-gallery-nav,
.u-spacing-97.u-carousel-control {
    padding: 97px;
}
blockquote.u-text.u-indent-97 {
    padding-left: 97px;
}
.u-spacing-96.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-96 li {
    margin-bottom: 96px;
}
.u-text.u-indent-96,
.u-text.u-indent-96 ul,
.u-text.u-indent-96 ol {
    padding-left: 116px;
}
.u-spacing-96.u-countdown-counter > span + span,
.u-spacing-96.u-price-wrapper > div + div,
.u-spacing-96 .u-social-url + .u-social-url {
    margin-left: 96px;
}
.u-spacing-96.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 48px;
}
.u-spacing-96.u-icon,
.u-spacing-96.u-search-icon,
.u-spacing-96.u-gallery-nav,
.u-spacing-96.u-carousel-control {
    padding: 96px;
}
blockquote.u-text.u-indent-96 {
    padding-left: 96px;
}
.u-spacing-95.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-95 li {
    margin-bottom: 95px;
}
.u-text.u-indent-95,
.u-text.u-indent-95 ul,
.u-text.u-indent-95 ol {
    padding-left: 115px;
}
.u-spacing-95.u-countdown-counter > span + span,
.u-spacing-95.u-price-wrapper > div + div,
.u-spacing-95 .u-social-url + .u-social-url {
    margin-left: 95px;
}
.u-spacing-95.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 47.5px;
}
.u-spacing-95.u-icon,
.u-spacing-95.u-search-icon,
.u-spacing-95.u-gallery-nav,
.u-spacing-95.u-carousel-control {
    padding: 95px;
}
blockquote.u-text.u-indent-95 {
    padding-left: 95px;
}
.u-spacing-94.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-94 li {
    margin-bottom: 94px;
}
.u-text.u-indent-94,
.u-text.u-indent-94 ul,
.u-text.u-indent-94 ol {
    padding-left: 114px;
}
.u-spacing-94.u-countdown-counter > span + span,
.u-spacing-94.u-price-wrapper > div + div,
.u-spacing-94 .u-social-url + .u-social-url {
    margin-left: 94px;
}
.u-spacing-94.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 47px;
}
.u-spacing-94.u-icon,
.u-spacing-94.u-search-icon,
.u-spacing-94.u-gallery-nav,
.u-spacing-94.u-carousel-control {
    padding: 94px;
}
blockquote.u-text.u-indent-94 {
    padding-left: 94px;
}
.u-spacing-93.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-93 li {
    margin-bottom: 93px;
}
.u-text.u-indent-93,
.u-text.u-indent-93 ul,
.u-text.u-indent-93 ol {
    padding-left: 113px;
}
.u-spacing-93.u-countdown-counter > span + span,
.u-spacing-93.u-price-wrapper > div + div,
.u-spacing-93 .u-social-url + .u-social-url {
    margin-left: 93px;
}
.u-spacing-93.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 46.5px;
}
.u-spacing-93.u-icon,
.u-spacing-93.u-search-icon,
.u-spacing-93.u-gallery-nav,
.u-spacing-93.u-carousel-control {
    padding: 93px;
}
blockquote.u-text.u-indent-93 {
    padding-left: 93px;
}
.u-spacing-92.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-92 li {
    margin-bottom: 92px;
}
.u-text.u-indent-92,
.u-text.u-indent-92 ul,
.u-text.u-indent-92 ol {
    padding-left: 112px;
}
.u-spacing-92.u-countdown-counter > span + span,
.u-spacing-92.u-price-wrapper > div + div,
.u-spacing-92 .u-social-url + .u-social-url {
    margin-left: 92px;
}
.u-spacing-92.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 46px;
}
.u-spacing-92.u-icon,
.u-spacing-92.u-search-icon,
.u-spacing-92.u-gallery-nav,
.u-spacing-92.u-carousel-control {
    padding: 92px;
}
blockquote.u-text.u-indent-92 {
    padding-left: 92px;
}
.u-spacing-91.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-91 li {
    margin-bottom: 91px;
}
.u-text.u-indent-91,
.u-text.u-indent-91 ul,
.u-text.u-indent-91 ol {
    padding-left: 111px;
}
.u-spacing-91.u-countdown-counter > span + span,
.u-spacing-91.u-price-wrapper > div + div,
.u-spacing-91 .u-social-url + .u-social-url {
    margin-left: 91px;
}
.u-spacing-91.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 45.5px;
}
.u-spacing-91.u-icon,
.u-spacing-91.u-search-icon,
.u-spacing-91.u-gallery-nav,
.u-spacing-91.u-carousel-control {
    padding: 91px;
}
blockquote.u-text.u-indent-91 {
    padding-left: 91px;
}
.u-spacing-90.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-90 li {
    margin-bottom: 90px;
}
.u-text.u-indent-90,
.u-text.u-indent-90 ul,
.u-text.u-indent-90 ol {
    padding-left: 110px;
}
.u-spacing-90.u-countdown-counter > span + span,
.u-spacing-90.u-price-wrapper > div + div,
.u-spacing-90 .u-social-url + .u-social-url {
    margin-left: 90px;
}
.u-spacing-90.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 45px;
}
.u-spacing-90.u-icon,
.u-spacing-90.u-search-icon,
.u-spacing-90.u-gallery-nav,
.u-spacing-90.u-carousel-control {
    padding: 90px;
}
blockquote.u-text.u-indent-90 {
    padding-left: 90px;
}
.u-spacing-89.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-89 li {
    margin-bottom: 89px;
}
.u-text.u-indent-89,
.u-text.u-indent-89 ul,
.u-text.u-indent-89 ol {
    padding-left: 109px;
}
.u-spacing-89.u-countdown-counter > span + span,
.u-spacing-89.u-price-wrapper > div + div,
.u-spacing-89 .u-social-url + .u-social-url {
    margin-left: 89px;
}
.u-spacing-89.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 44.5px;
}
.u-spacing-89.u-icon,
.u-spacing-89.u-search-icon,
.u-spacing-89.u-gallery-nav,
.u-spacing-89.u-carousel-control {
    padding: 89px;
}
blockquote.u-text.u-indent-89 {
    padding-left: 89px;
}
.u-spacing-88.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-88 li {
    margin-bottom: 88px;
}
.u-text.u-indent-88,
.u-text.u-indent-88 ul,
.u-text.u-indent-88 ol {
    padding-left: 108px;
}
.u-spacing-88.u-countdown-counter > span + span,
.u-spacing-88.u-price-wrapper > div + div,
.u-spacing-88 .u-social-url + .u-social-url {
    margin-left: 88px;
}
.u-spacing-88.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 44px;
}
.u-spacing-88.u-icon,
.u-spacing-88.u-search-icon,
.u-spacing-88.u-gallery-nav,
.u-spacing-88.u-carousel-control {
    padding: 88px;
}
blockquote.u-text.u-indent-88 {
    padding-left: 88px;
}
.u-spacing-87.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-87 li {
    margin-bottom: 87px;
}
.u-text.u-indent-87,
.u-text.u-indent-87 ul,
.u-text.u-indent-87 ol {
    padding-left: 107px;
}
.u-spacing-87.u-countdown-counter > span + span,
.u-spacing-87.u-price-wrapper > div + div,
.u-spacing-87 .u-social-url + .u-social-url {
    margin-left: 87px;
}
.u-spacing-87.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 43.5px;
}
.u-spacing-87.u-icon,
.u-spacing-87.u-search-icon,
.u-spacing-87.u-gallery-nav,
.u-spacing-87.u-carousel-control {
    padding: 87px;
}
blockquote.u-text.u-indent-87 {
    padding-left: 87px;
}
.u-spacing-86.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-86 li {
    margin-bottom: 86px;
}
.u-text.u-indent-86,
.u-text.u-indent-86 ul,
.u-text.u-indent-86 ol {
    padding-left: 106px;
}
.u-spacing-86.u-countdown-counter > span + span,
.u-spacing-86.u-price-wrapper > div + div,
.u-spacing-86 .u-social-url + .u-social-url {
    margin-left: 86px;
}
.u-spacing-86.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 43px;
}
.u-spacing-86.u-icon,
.u-spacing-86.u-search-icon,
.u-spacing-86.u-gallery-nav,
.u-spacing-86.u-carousel-control {
    padding: 86px;
}
blockquote.u-text.u-indent-86 {
    padding-left: 86px;
}
.u-spacing-85.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-85 li {
    margin-bottom: 85px;
}
.u-text.u-indent-85,
.u-text.u-indent-85 ul,
.u-text.u-indent-85 ol {
    padding-left: 105px;
}
.u-spacing-85.u-countdown-counter > span + span,
.u-spacing-85.u-price-wrapper > div + div,
.u-spacing-85 .u-social-url + .u-social-url {
    margin-left: 85px;
}
.u-spacing-85.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 42.5px;
}
.u-spacing-85.u-icon,
.u-spacing-85.u-search-icon,
.u-spacing-85.u-gallery-nav,
.u-spacing-85.u-carousel-control {
    padding: 85px;
}
blockquote.u-text.u-indent-85 {
    padding-left: 85px;
}
.u-spacing-84.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-84 li {
    margin-bottom: 84px;
}
.u-text.u-indent-84,
.u-text.u-indent-84 ul,
.u-text.u-indent-84 ol {
    padding-left: 104px;
}
.u-spacing-84.u-countdown-counter > span + span,
.u-spacing-84.u-price-wrapper > div + div,
.u-spacing-84 .u-social-url + .u-social-url {
    margin-left: 84px;
}
.u-spacing-84.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 42px;
}
.u-spacing-84.u-icon,
.u-spacing-84.u-search-icon,
.u-spacing-84.u-gallery-nav,
.u-spacing-84.u-carousel-control {
    padding: 84px;
}
blockquote.u-text.u-indent-84 {
    padding-left: 84px;
}
.u-spacing-83.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-83 li {
    margin-bottom: 83px;
}
.u-text.u-indent-83,
.u-text.u-indent-83 ul,
.u-text.u-indent-83 ol {
    padding-left: 103px;
}
.u-spacing-83.u-countdown-counter > span + span,
.u-spacing-83.u-price-wrapper > div + div,
.u-spacing-83 .u-social-url + .u-social-url {
    margin-left: 83px;
}
.u-spacing-83.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 41.5px;
}
.u-spacing-83.u-icon,
.u-spacing-83.u-search-icon,
.u-spacing-83.u-gallery-nav,
.u-spacing-83.u-carousel-control {
    padding: 83px;
}
blockquote.u-text.u-indent-83 {
    padding-left: 83px;
}
.u-spacing-82.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-82 li {
    margin-bottom: 82px;
}
.u-text.u-indent-82,
.u-text.u-indent-82 ul,
.u-text.u-indent-82 ol {
    padding-left: 102px;
}
.u-spacing-82.u-countdown-counter > span + span,
.u-spacing-82.u-price-wrapper > div + div,
.u-spacing-82 .u-social-url + .u-social-url {
    margin-left: 82px;
}
.u-spacing-82.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 41px;
}
.u-spacing-82.u-icon,
.u-spacing-82.u-search-icon,
.u-spacing-82.u-gallery-nav,
.u-spacing-82.u-carousel-control {
    padding: 82px;
}
blockquote.u-text.u-indent-82 {
    padding-left: 82px;
}
.u-spacing-81.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-81 li {
    margin-bottom: 81px;
}
.u-text.u-indent-81,
.u-text.u-indent-81 ul,
.u-text.u-indent-81 ol {
    padding-left: 101px;
}
.u-spacing-81.u-countdown-counter > span + span,
.u-spacing-81.u-price-wrapper > div + div,
.u-spacing-81 .u-social-url + .u-social-url {
    margin-left: 81px;
}
.u-spacing-81.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 40.5px;
}
.u-spacing-81.u-icon,
.u-spacing-81.u-search-icon,
.u-spacing-81.u-gallery-nav,
.u-spacing-81.u-carousel-control {
    padding: 81px;
}
blockquote.u-text.u-indent-81 {
    padding-left: 81px;
}
.u-spacing-80.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-80 li {
    margin-bottom: 80px;
}
.u-text.u-indent-80,
.u-text.u-indent-80 ul,
.u-text.u-indent-80 ol {
    padding-left: 100px;
}
.u-spacing-80.u-countdown-counter > span + span,
.u-spacing-80.u-price-wrapper > div + div,
.u-spacing-80 .u-social-url + .u-social-url {
    margin-left: 80px;
}
.u-spacing-80.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 40px;
}
.u-spacing-80.u-icon,
.u-spacing-80.u-search-icon,
.u-spacing-80.u-gallery-nav,
.u-spacing-80.u-carousel-control {
    padding: 80px;
}
blockquote.u-text.u-indent-80 {
    padding-left: 80px;
}
.u-spacing-79.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-79 li {
    margin-bottom: 79px;
}
.u-text.u-indent-79,
.u-text.u-indent-79 ul,
.u-text.u-indent-79 ol {
    padding-left: 99px;
}
.u-spacing-79.u-countdown-counter > span + span,
.u-spacing-79.u-price-wrapper > div + div,
.u-spacing-79 .u-social-url + .u-social-url {
    margin-left: 79px;
}
.u-spacing-79.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 39.5px;
}
.u-spacing-79.u-icon,
.u-spacing-79.u-search-icon,
.u-spacing-79.u-gallery-nav,
.u-spacing-79.u-carousel-control {
    padding: 79px;
}
blockquote.u-text.u-indent-79 {
    padding-left: 79px;
}
.u-spacing-78.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-78 li {
    margin-bottom: 78px;
}
.u-text.u-indent-78,
.u-text.u-indent-78 ul,
.u-text.u-indent-78 ol {
    padding-left: 98px;
}
.u-spacing-78.u-countdown-counter > span + span,
.u-spacing-78.u-price-wrapper > div + div,
.u-spacing-78 .u-social-url + .u-social-url {
    margin-left: 78px;
}
.u-spacing-78.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 39px;
}
.u-spacing-78.u-icon,
.u-spacing-78.u-search-icon,
.u-spacing-78.u-gallery-nav,
.u-spacing-78.u-carousel-control {
    padding: 78px;
}
blockquote.u-text.u-indent-78 {
    padding-left: 78px;
}
.u-spacing-77.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-77 li {
    margin-bottom: 77px;
}
.u-text.u-indent-77,
.u-text.u-indent-77 ul,
.u-text.u-indent-77 ol {
    padding-left: 97px;
}
.u-spacing-77.u-countdown-counter > span + span,
.u-spacing-77.u-price-wrapper > div + div,
.u-spacing-77 .u-social-url + .u-social-url {
    margin-left: 77px;
}
.u-spacing-77.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 38.5px;
}
.u-spacing-77.u-icon,
.u-spacing-77.u-search-icon,
.u-spacing-77.u-gallery-nav,
.u-spacing-77.u-carousel-control {
    padding: 77px;
}
blockquote.u-text.u-indent-77 {
    padding-left: 77px;
}
.u-spacing-76.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-76 li {
    margin-bottom: 76px;
}
.u-text.u-indent-76,
.u-text.u-indent-76 ul,
.u-text.u-indent-76 ol {
    padding-left: 96px;
}
.u-spacing-76.u-countdown-counter > span + span,
.u-spacing-76.u-price-wrapper > div + div,
.u-spacing-76 .u-social-url + .u-social-url {
    margin-left: 76px;
}
.u-spacing-76.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 38px;
}
.u-spacing-76.u-icon,
.u-spacing-76.u-search-icon,
.u-spacing-76.u-gallery-nav,
.u-spacing-76.u-carousel-control {
    padding: 76px;
}
blockquote.u-text.u-indent-76 {
    padding-left: 76px;
}
.u-spacing-75.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-75 li {
    margin-bottom: 75px;
}
.u-text.u-indent-75,
.u-text.u-indent-75 ul,
.u-text.u-indent-75 ol {
    padding-left: 95px;
}
.u-spacing-75.u-countdown-counter > span + span,
.u-spacing-75.u-price-wrapper > div + div,
.u-spacing-75 .u-social-url + .u-social-url {
    margin-left: 75px;
}
.u-spacing-75.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 37.5px;
}
.u-spacing-75.u-icon,
.u-spacing-75.u-search-icon,
.u-spacing-75.u-gallery-nav,
.u-spacing-75.u-carousel-control {
    padding: 75px;
}
blockquote.u-text.u-indent-75 {
    padding-left: 75px;
}
.u-spacing-74.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-74 li {
    margin-bottom: 74px;
}
.u-text.u-indent-74,
.u-text.u-indent-74 ul,
.u-text.u-indent-74 ol {
    padding-left: 94px;
}
.u-spacing-74.u-countdown-counter > span + span,
.u-spacing-74.u-price-wrapper > div + div,
.u-spacing-74 .u-social-url + .u-social-url {
    margin-left: 74px;
}
.u-spacing-74.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 37px;
}
.u-spacing-74.u-icon,
.u-spacing-74.u-search-icon,
.u-spacing-74.u-gallery-nav,
.u-spacing-74.u-carousel-control {
    padding: 74px;
}
blockquote.u-text.u-indent-74 {
    padding-left: 74px;
}
.u-spacing-73.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-73 li {
    margin-bottom: 73px;
}
.u-text.u-indent-73,
.u-text.u-indent-73 ul,
.u-text.u-indent-73 ol {
    padding-left: 93px;
}
.u-spacing-73.u-countdown-counter > span + span,
.u-spacing-73.u-price-wrapper > div + div,
.u-spacing-73 .u-social-url + .u-social-url {
    margin-left: 73px;
}
.u-spacing-73.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 36.5px;
}
.u-spacing-73.u-icon,
.u-spacing-73.u-search-icon,
.u-spacing-73.u-gallery-nav,
.u-spacing-73.u-carousel-control {
    padding: 73px;
}
blockquote.u-text.u-indent-73 {
    padding-left: 73px;
}
.u-spacing-72.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-72 li {
    margin-bottom: 72px;
}
.u-text.u-indent-72,
.u-text.u-indent-72 ul,
.u-text.u-indent-72 ol {
    padding-left: 92px;
}
.u-spacing-72.u-countdown-counter > span + span,
.u-spacing-72.u-price-wrapper > div + div,
.u-spacing-72 .u-social-url + .u-social-url {
    margin-left: 72px;
}
.u-spacing-72.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 36px;
}
.u-spacing-72.u-icon,
.u-spacing-72.u-search-icon,
.u-spacing-72.u-gallery-nav,
.u-spacing-72.u-carousel-control {
    padding: 72px;
}
blockquote.u-text.u-indent-72 {
    padding-left: 72px;
}
.u-spacing-71.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-71 li {
    margin-bottom: 71px;
}
.u-text.u-indent-71,
.u-text.u-indent-71 ul,
.u-text.u-indent-71 ol {
    padding-left: 91px;
}
.u-spacing-71.u-countdown-counter > span + span,
.u-spacing-71.u-price-wrapper > div + div,
.u-spacing-71 .u-social-url + .u-social-url {
    margin-left: 71px;
}
.u-spacing-71.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 35.5px;
}
.u-spacing-71.u-icon,
.u-spacing-71.u-search-icon,
.u-spacing-71.u-gallery-nav,
.u-spacing-71.u-carousel-control {
    padding: 71px;
}
blockquote.u-text.u-indent-71 {
    padding-left: 71px;
}
.u-spacing-70.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-70 li {
    margin-bottom: 70px;
}
.u-text.u-indent-70,
.u-text.u-indent-70 ul,
.u-text.u-indent-70 ol {
    padding-left: 90px;
}
.u-spacing-70.u-countdown-counter > span + span,
.u-spacing-70.u-price-wrapper > div + div,
.u-spacing-70 .u-social-url + .u-social-url {
    margin-left: 70px;
}
.u-spacing-70.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 35px;
}
.u-spacing-70.u-icon,
.u-spacing-70.u-search-icon,
.u-spacing-70.u-gallery-nav,
.u-spacing-70.u-carousel-control {
    padding: 70px;
}
blockquote.u-text.u-indent-70 {
    padding-left: 70px;
}
.u-spacing-69.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-69 li {
    margin-bottom: 69px;
}
.u-text.u-indent-69,
.u-text.u-indent-69 ul,
.u-text.u-indent-69 ol {
    padding-left: 89px;
}
.u-spacing-69.u-countdown-counter > span + span,
.u-spacing-69.u-price-wrapper > div + div,
.u-spacing-69 .u-social-url + .u-social-url {
    margin-left: 69px;
}
.u-spacing-69.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 34.5px;
}
.u-spacing-69.u-icon,
.u-spacing-69.u-search-icon,
.u-spacing-69.u-gallery-nav,
.u-spacing-69.u-carousel-control {
    padding: 69px;
}
blockquote.u-text.u-indent-69 {
    padding-left: 69px;
}
.u-spacing-68.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-68 li {
    margin-bottom: 68px;
}
.u-text.u-indent-68,
.u-text.u-indent-68 ul,
.u-text.u-indent-68 ol {
    padding-left: 88px;
}
.u-spacing-68.u-countdown-counter > span + span,
.u-spacing-68.u-price-wrapper > div + div,
.u-spacing-68 .u-social-url + .u-social-url {
    margin-left: 68px;
}
.u-spacing-68.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 34px;
}
.u-spacing-68.u-icon,
.u-spacing-68.u-search-icon,
.u-spacing-68.u-gallery-nav,
.u-spacing-68.u-carousel-control {
    padding: 68px;
}
blockquote.u-text.u-indent-68 {
    padding-left: 68px;
}
.u-spacing-67.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-67 li {
    margin-bottom: 67px;
}
.u-text.u-indent-67,
.u-text.u-indent-67 ul,
.u-text.u-indent-67 ol {
    padding-left: 87px;
}
.u-spacing-67.u-countdown-counter > span + span,
.u-spacing-67.u-price-wrapper > div + div,
.u-spacing-67 .u-social-url + .u-social-url {
    margin-left: 67px;
}
.u-spacing-67.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 33.5px;
}
.u-spacing-67.u-icon,
.u-spacing-67.u-search-icon,
.u-spacing-67.u-gallery-nav,
.u-spacing-67.u-carousel-control {
    padding: 67px;
}
blockquote.u-text.u-indent-67 {
    padding-left: 67px;
}
.u-spacing-66.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-66 li {
    margin-bottom: 66px;
}
.u-text.u-indent-66,
.u-text.u-indent-66 ul,
.u-text.u-indent-66 ol {
    padding-left: 86px;
}
.u-spacing-66.u-countdown-counter > span + span,
.u-spacing-66.u-price-wrapper > div + div,
.u-spacing-66 .u-social-url + .u-social-url {
    margin-left: 66px;
}
.u-spacing-66.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 33px;
}
.u-spacing-66.u-icon,
.u-spacing-66.u-search-icon,
.u-spacing-66.u-gallery-nav,
.u-spacing-66.u-carousel-control {
    padding: 66px;
}
blockquote.u-text.u-indent-66 {
    padding-left: 66px;
}
.u-spacing-65.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-65 li {
    margin-bottom: 65px;
}
.u-text.u-indent-65,
.u-text.u-indent-65 ul,
.u-text.u-indent-65 ol {
    padding-left: 85px;
}
.u-spacing-65.u-countdown-counter > span + span,
.u-spacing-65.u-price-wrapper > div + div,
.u-spacing-65 .u-social-url + .u-social-url {
    margin-left: 65px;
}
.u-spacing-65.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 32.5px;
}
.u-spacing-65.u-icon,
.u-spacing-65.u-search-icon,
.u-spacing-65.u-gallery-nav,
.u-spacing-65.u-carousel-control {
    padding: 65px;
}
blockquote.u-text.u-indent-65 {
    padding-left: 65px;
}
.u-spacing-64.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-64 li {
    margin-bottom: 64px;
}
.u-text.u-indent-64,
.u-text.u-indent-64 ul,
.u-text.u-indent-64 ol {
    padding-left: 84px;
}
.u-spacing-64.u-countdown-counter > span + span,
.u-spacing-64.u-price-wrapper > div + div,
.u-spacing-64 .u-social-url + .u-social-url {
    margin-left: 64px;
}
.u-spacing-64.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 32px;
}
.u-spacing-64.u-icon,
.u-spacing-64.u-search-icon,
.u-spacing-64.u-gallery-nav,
.u-spacing-64.u-carousel-control {
    padding: 64px;
}
blockquote.u-text.u-indent-64 {
    padding-left: 64px;
}
.u-spacing-63.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-63 li {
    margin-bottom: 63px;
}
.u-text.u-indent-63,
.u-text.u-indent-63 ul,
.u-text.u-indent-63 ol {
    padding-left: 83px;
}
.u-spacing-63.u-countdown-counter > span + span,
.u-spacing-63.u-price-wrapper > div + div,
.u-spacing-63 .u-social-url + .u-social-url {
    margin-left: 63px;
}
.u-spacing-63.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 31.5px;
}
.u-spacing-63.u-icon,
.u-spacing-63.u-search-icon,
.u-spacing-63.u-gallery-nav,
.u-spacing-63.u-carousel-control {
    padding: 63px;
}
blockquote.u-text.u-indent-63 {
    padding-left: 63px;
}
.u-spacing-62.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-62 li {
    margin-bottom: 62px;
}
.u-text.u-indent-62,
.u-text.u-indent-62 ul,
.u-text.u-indent-62 ol {
    padding-left: 82px;
}
.u-spacing-62.u-countdown-counter > span + span,
.u-spacing-62.u-price-wrapper > div + div,
.u-spacing-62 .u-social-url + .u-social-url {
    margin-left: 62px;
}
.u-spacing-62.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 31px;
}
.u-spacing-62.u-icon,
.u-spacing-62.u-search-icon,
.u-spacing-62.u-gallery-nav,
.u-spacing-62.u-carousel-control {
    padding: 62px;
}
blockquote.u-text.u-indent-62 {
    padding-left: 62px;
}
.u-spacing-61.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-61 li {
    margin-bottom: 61px;
}
.u-text.u-indent-61,
.u-text.u-indent-61 ul,
.u-text.u-indent-61 ol {
    padding-left: 81px;
}
.u-spacing-61.u-countdown-counter > span + span,
.u-spacing-61.u-price-wrapper > div + div,
.u-spacing-61 .u-social-url + .u-social-url {
    margin-left: 61px;
}
.u-spacing-61.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 30.5px;
}
.u-spacing-61.u-icon,
.u-spacing-61.u-search-icon,
.u-spacing-61.u-gallery-nav,
.u-spacing-61.u-carousel-control {
    padding: 61px;
}
blockquote.u-text.u-indent-61 {
    padding-left: 61px;
}
.u-spacing-60.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-60 li {
    margin-bottom: 60px;
}
.u-text.u-indent-60,
.u-text.u-indent-60 ul,
.u-text.u-indent-60 ol {
    padding-left: 80px;
}
.u-spacing-60.u-countdown-counter > span + span,
.u-spacing-60.u-price-wrapper > div + div,
.u-spacing-60 .u-social-url + .u-social-url {
    margin-left: 60px;
}
.u-spacing-60.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 30px;
}
.u-spacing-60.u-icon,
.u-spacing-60.u-search-icon,
.u-spacing-60.u-gallery-nav,
.u-spacing-60.u-carousel-control {
    padding: 60px;
}
blockquote.u-text.u-indent-60 {
    padding-left: 60px;
}
.u-spacing-59.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-59 li {
    margin-bottom: 59px;
}
.u-text.u-indent-59,
.u-text.u-indent-59 ul,
.u-text.u-indent-59 ol {
    padding-left: 79px;
}
.u-spacing-59.u-countdown-counter > span + span,
.u-spacing-59.u-price-wrapper > div + div,
.u-spacing-59 .u-social-url + .u-social-url {
    margin-left: 59px;
}
.u-spacing-59.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 29.5px;
}
.u-spacing-59.u-icon,
.u-spacing-59.u-search-icon,
.u-spacing-59.u-gallery-nav,
.u-spacing-59.u-carousel-control {
    padding: 59px;
}
blockquote.u-text.u-indent-59 {
    padding-left: 59px;
}
.u-spacing-58.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-58 li {
    margin-bottom: 58px;
}
.u-text.u-indent-58,
.u-text.u-indent-58 ul,
.u-text.u-indent-58 ol {
    padding-left: 78px;
}
.u-spacing-58.u-countdown-counter > span + span,
.u-spacing-58.u-price-wrapper > div + div,
.u-spacing-58 .u-social-url + .u-social-url {
    margin-left: 58px;
}
.u-spacing-58.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 29px;
}
.u-spacing-58.u-icon,
.u-spacing-58.u-search-icon,
.u-spacing-58.u-gallery-nav,
.u-spacing-58.u-carousel-control {
    padding: 58px;
}
blockquote.u-text.u-indent-58 {
    padding-left: 58px;
}
.u-spacing-57.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-57 li {
    margin-bottom: 57px;
}
.u-text.u-indent-57,
.u-text.u-indent-57 ul,
.u-text.u-indent-57 ol {
    padding-left: 77px;
}
.u-spacing-57.u-countdown-counter > span + span,
.u-spacing-57.u-price-wrapper > div + div,
.u-spacing-57 .u-social-url + .u-social-url {
    margin-left: 57px;
}
.u-spacing-57.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 28.5px;
}
.u-spacing-57.u-icon,
.u-spacing-57.u-search-icon,
.u-spacing-57.u-gallery-nav,
.u-spacing-57.u-carousel-control {
    padding: 57px;
}
blockquote.u-text.u-indent-57 {
    padding-left: 57px;
}
.u-spacing-56.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-56 li {
    margin-bottom: 56px;
}
.u-text.u-indent-56,
.u-text.u-indent-56 ul,
.u-text.u-indent-56 ol {
    padding-left: 76px;
}
.u-spacing-56.u-countdown-counter > span + span,
.u-spacing-56.u-price-wrapper > div + div,
.u-spacing-56 .u-social-url + .u-social-url {
    margin-left: 56px;
}
.u-spacing-56.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 28px;
}
.u-spacing-56.u-icon,
.u-spacing-56.u-search-icon,
.u-spacing-56.u-gallery-nav,
.u-spacing-56.u-carousel-control {
    padding: 56px;
}
blockquote.u-text.u-indent-56 {
    padding-left: 56px;
}
.u-spacing-55.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-55 li {
    margin-bottom: 55px;
}
.u-text.u-indent-55,
.u-text.u-indent-55 ul,
.u-text.u-indent-55 ol {
    padding-left: 75px;
}
.u-spacing-55.u-countdown-counter > span + span,
.u-spacing-55.u-price-wrapper > div + div,
.u-spacing-55 .u-social-url + .u-social-url {
    margin-left: 55px;
}
.u-spacing-55.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 27.5px;
}
.u-spacing-55.u-icon,
.u-spacing-55.u-search-icon,
.u-spacing-55.u-gallery-nav,
.u-spacing-55.u-carousel-control {
    padding: 55px;
}
blockquote.u-text.u-indent-55 {
    padding-left: 55px;
}
.u-spacing-54.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-54 li {
    margin-bottom: 54px;
}
.u-text.u-indent-54,
.u-text.u-indent-54 ul,
.u-text.u-indent-54 ol {
    padding-left: 74px;
}
.u-spacing-54.u-countdown-counter > span + span,
.u-spacing-54.u-price-wrapper > div + div,
.u-spacing-54 .u-social-url + .u-social-url {
    margin-left: 54px;
}
.u-spacing-54.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 27px;
}
.u-spacing-54.u-icon,
.u-spacing-54.u-search-icon,
.u-spacing-54.u-gallery-nav,
.u-spacing-54.u-carousel-control {
    padding: 54px;
}
blockquote.u-text.u-indent-54 {
    padding-left: 54px;
}
.u-spacing-53.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-53 li {
    margin-bottom: 53px;
}
.u-text.u-indent-53,
.u-text.u-indent-53 ul,
.u-text.u-indent-53 ol {
    padding-left: 73px;
}
.u-spacing-53.u-countdown-counter > span + span,
.u-spacing-53.u-price-wrapper > div + div,
.u-spacing-53 .u-social-url + .u-social-url {
    margin-left: 53px;
}
.u-spacing-53.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 26.5px;
}
.u-spacing-53.u-icon,
.u-spacing-53.u-search-icon,
.u-spacing-53.u-gallery-nav,
.u-spacing-53.u-carousel-control {
    padding: 53px;
}
blockquote.u-text.u-indent-53 {
    padding-left: 53px;
}
.u-spacing-52.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-52 li {
    margin-bottom: 52px;
}
.u-text.u-indent-52,
.u-text.u-indent-52 ul,
.u-text.u-indent-52 ol {
    padding-left: 72px;
}
.u-spacing-52.u-countdown-counter > span + span,
.u-spacing-52.u-price-wrapper > div + div,
.u-spacing-52 .u-social-url + .u-social-url {
    margin-left: 52px;
}
.u-spacing-52.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 26px;
}
.u-spacing-52.u-icon,
.u-spacing-52.u-search-icon,
.u-spacing-52.u-gallery-nav,
.u-spacing-52.u-carousel-control {
    padding: 52px;
}
blockquote.u-text.u-indent-52 {
    padding-left: 52px;
}
.u-spacing-51.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-51 li {
    margin-bottom: 51px;
}
.u-text.u-indent-51,
.u-text.u-indent-51 ul,
.u-text.u-indent-51 ol {
    padding-left: 71px;
}
.u-spacing-51.u-countdown-counter > span + span,
.u-spacing-51.u-price-wrapper > div + div,
.u-spacing-51 .u-social-url + .u-social-url {
    margin-left: 51px;
}
.u-spacing-51.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 25.5px;
}
.u-spacing-51.u-icon,
.u-spacing-51.u-search-icon,
.u-spacing-51.u-gallery-nav,
.u-spacing-51.u-carousel-control {
    padding: 51px;
}
blockquote.u-text.u-indent-51 {
    padding-left: 51px;
}
.u-spacing-50.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-50 li {
    margin-bottom: 50px;
}
.u-text.u-indent-50,
.u-text.u-indent-50 ul,
.u-text.u-indent-50 ol {
    padding-left: 70px;
}
.u-spacing-50.u-countdown-counter > span + span,
.u-spacing-50.u-price-wrapper > div + div,
.u-spacing-50 .u-social-url + .u-social-url {
    margin-left: 50px;
}
.u-spacing-50.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 25px;
}
.u-spacing-50.u-icon,
.u-spacing-50.u-search-icon,
.u-spacing-50.u-gallery-nav,
.u-spacing-50.u-carousel-control {
    padding: 50px;
}
blockquote.u-text.u-indent-50 {
    padding-left: 50px;
}
.u-spacing-49.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-49 li {
    margin-bottom: 49px;
}
.u-text.u-indent-49,
.u-text.u-indent-49 ul,
.u-text.u-indent-49 ol {
    padding-left: 69px;
}
.u-spacing-49.u-countdown-counter > span + span,
.u-spacing-49.u-price-wrapper > div + div,
.u-spacing-49 .u-social-url + .u-social-url {
    margin-left: 49px;
}
.u-spacing-49.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 24.5px;
}
.u-spacing-49.u-icon,
.u-spacing-49.u-search-icon,
.u-spacing-49.u-gallery-nav,
.u-spacing-49.u-carousel-control {
    padding: 49px;
}
blockquote.u-text.u-indent-49 {
    padding-left: 49px;
}
.u-spacing-48.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-48 li {
    margin-bottom: 48px;
}
.u-text.u-indent-48,
.u-text.u-indent-48 ul,
.u-text.u-indent-48 ol {
    padding-left: 68px;
}
.u-spacing-48.u-countdown-counter > span + span,
.u-spacing-48.u-price-wrapper > div + div,
.u-spacing-48 .u-social-url + .u-social-url {
    margin-left: 48px;
}
.u-spacing-48.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 24px;
}
.u-spacing-48.u-icon,
.u-spacing-48.u-search-icon,
.u-spacing-48.u-gallery-nav,
.u-spacing-48.u-carousel-control {
    padding: 48px;
}
blockquote.u-text.u-indent-48 {
    padding-left: 48px;
}
.u-spacing-47.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-47 li {
    margin-bottom: 47px;
}
.u-text.u-indent-47,
.u-text.u-indent-47 ul,
.u-text.u-indent-47 ol {
    padding-left: 67px;
}
.u-spacing-47.u-countdown-counter > span + span,
.u-spacing-47.u-price-wrapper > div + div,
.u-spacing-47 .u-social-url + .u-social-url {
    margin-left: 47px;
}
.u-spacing-47.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 23.5px;
}
.u-spacing-47.u-icon,
.u-spacing-47.u-search-icon,
.u-spacing-47.u-gallery-nav,
.u-spacing-47.u-carousel-control {
    padding: 47px;
}
blockquote.u-text.u-indent-47 {
    padding-left: 47px;
}
.u-spacing-46.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-46 li {
    margin-bottom: 46px;
}
.u-text.u-indent-46,
.u-text.u-indent-46 ul,
.u-text.u-indent-46 ol {
    padding-left: 66px;
}
.u-spacing-46.u-countdown-counter > span + span,
.u-spacing-46.u-price-wrapper > div + div,
.u-spacing-46 .u-social-url + .u-social-url {
    margin-left: 46px;
}
.u-spacing-46.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 23px;
}
.u-spacing-46.u-icon,
.u-spacing-46.u-search-icon,
.u-spacing-46.u-gallery-nav,
.u-spacing-46.u-carousel-control {
    padding: 46px;
}
blockquote.u-text.u-indent-46 {
    padding-left: 46px;
}
.u-spacing-45.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-45 li {
    margin-bottom: 45px;
}
.u-text.u-indent-45,
.u-text.u-indent-45 ul,
.u-text.u-indent-45 ol {
    padding-left: 65px;
}
.u-spacing-45.u-countdown-counter > span + span,
.u-spacing-45.u-price-wrapper > div + div,
.u-spacing-45 .u-social-url + .u-social-url {
    margin-left: 45px;
}
.u-spacing-45.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 22.5px;
}
.u-spacing-45.u-icon,
.u-spacing-45.u-search-icon,
.u-spacing-45.u-gallery-nav,
.u-spacing-45.u-carousel-control {
    padding: 45px;
}
blockquote.u-text.u-indent-45 {
    padding-left: 45px;
}
.u-spacing-44.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-44 li {
    margin-bottom: 44px;
}
.u-text.u-indent-44,
.u-text.u-indent-44 ul,
.u-text.u-indent-44 ol {
    padding-left: 64px;
}
.u-spacing-44.u-countdown-counter > span + span,
.u-spacing-44.u-price-wrapper > div + div,
.u-spacing-44 .u-social-url + .u-social-url {
    margin-left: 44px;
}
.u-spacing-44.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 22px;
}
.u-spacing-44.u-icon,
.u-spacing-44.u-search-icon,
.u-spacing-44.u-gallery-nav,
.u-spacing-44.u-carousel-control {
    padding: 44px;
}
blockquote.u-text.u-indent-44 {
    padding-left: 44px;
}
.u-spacing-43.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-43 li {
    margin-bottom: 43px;
}
.u-text.u-indent-43,
.u-text.u-indent-43 ul,
.u-text.u-indent-43 ol {
    padding-left: 63px;
}
.u-spacing-43.u-countdown-counter > span + span,
.u-spacing-43.u-price-wrapper > div + div,
.u-spacing-43 .u-social-url + .u-social-url {
    margin-left: 43px;
}
.u-spacing-43.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 21.5px;
}
.u-spacing-43.u-icon,
.u-spacing-43.u-search-icon,
.u-spacing-43.u-gallery-nav,
.u-spacing-43.u-carousel-control {
    padding: 43px;
}
blockquote.u-text.u-indent-43 {
    padding-left: 43px;
}
.u-spacing-42.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-42 li {
    margin-bottom: 42px;
}
.u-text.u-indent-42,
.u-text.u-indent-42 ul,
.u-text.u-indent-42 ol {
    padding-left: 62px;
}
.u-spacing-42.u-countdown-counter > span + span,
.u-spacing-42.u-price-wrapper > div + div,
.u-spacing-42 .u-social-url + .u-social-url {
    margin-left: 42px;
}
.u-spacing-42.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 21px;
}
.u-spacing-42.u-icon,
.u-spacing-42.u-search-icon,
.u-spacing-42.u-gallery-nav,
.u-spacing-42.u-carousel-control {
    padding: 42px;
}
blockquote.u-text.u-indent-42 {
    padding-left: 42px;
}
.u-spacing-41.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-41 li {
    margin-bottom: 41px;
}
.u-text.u-indent-41,
.u-text.u-indent-41 ul,
.u-text.u-indent-41 ol {
    padding-left: 61px;
}
.u-spacing-41.u-countdown-counter > span + span,
.u-spacing-41.u-price-wrapper > div + div,
.u-spacing-41 .u-social-url + .u-social-url {
    margin-left: 41px;
}
.u-spacing-41.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 20.5px;
}
.u-spacing-41.u-icon,
.u-spacing-41.u-search-icon,
.u-spacing-41.u-gallery-nav,
.u-spacing-41.u-carousel-control {
    padding: 41px;
}
blockquote.u-text.u-indent-41 {
    padding-left: 41px;
}
.u-spacing-40.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-40 li {
    margin-bottom: 40px;
}
.u-text.u-indent-40,
.u-text.u-indent-40 ul,
.u-text.u-indent-40 ol {
    padding-left: 60px;
}
.u-spacing-40.u-countdown-counter > span + span,
.u-spacing-40.u-price-wrapper > div + div,
.u-spacing-40 .u-social-url + .u-social-url {
    margin-left: 40px;
}
.u-spacing-40.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 20px;
}
.u-spacing-40.u-icon,
.u-spacing-40.u-search-icon,
.u-spacing-40.u-gallery-nav,
.u-spacing-40.u-carousel-control {
    padding: 40px;
}
blockquote.u-text.u-indent-40 {
    padding-left: 40px;
}
.u-spacing-39.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-39 li {
    margin-bottom: 39px;
}
.u-text.u-indent-39,
.u-text.u-indent-39 ul,
.u-text.u-indent-39 ol {
    padding-left: 59px;
}
.u-spacing-39.u-countdown-counter > span + span,
.u-spacing-39.u-price-wrapper > div + div,
.u-spacing-39 .u-social-url + .u-social-url {
    margin-left: 39px;
}
.u-spacing-39.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 19.5px;
}
.u-spacing-39.u-icon,
.u-spacing-39.u-search-icon,
.u-spacing-39.u-gallery-nav,
.u-spacing-39.u-carousel-control {
    padding: 39px;
}
blockquote.u-text.u-indent-39 {
    padding-left: 39px;
}
.u-spacing-38.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-38 li {
    margin-bottom: 38px;
}
.u-text.u-indent-38,
.u-text.u-indent-38 ul,
.u-text.u-indent-38 ol {
    padding-left: 58px;
}
.u-spacing-38.u-countdown-counter > span + span,
.u-spacing-38.u-price-wrapper > div + div,
.u-spacing-38 .u-social-url + .u-social-url {
    margin-left: 38px;
}
.u-spacing-38.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 19px;
}
.u-spacing-38.u-icon,
.u-spacing-38.u-search-icon,
.u-spacing-38.u-gallery-nav,
.u-spacing-38.u-carousel-control {
    padding: 38px;
}
blockquote.u-text.u-indent-38 {
    padding-left: 38px;
}
.u-spacing-37.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-37 li {
    margin-bottom: 37px;
}
.u-text.u-indent-37,
.u-text.u-indent-37 ul,
.u-text.u-indent-37 ol {
    padding-left: 57px;
}
.u-spacing-37.u-countdown-counter > span + span,
.u-spacing-37.u-price-wrapper > div + div,
.u-spacing-37 .u-social-url + .u-social-url {
    margin-left: 37px;
}
.u-spacing-37.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 18.5px;
}
.u-spacing-37.u-icon,
.u-spacing-37.u-search-icon,
.u-spacing-37.u-gallery-nav,
.u-spacing-37.u-carousel-control {
    padding: 37px;
}
blockquote.u-text.u-indent-37 {
    padding-left: 37px;
}
.u-spacing-36.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-36 li {
    margin-bottom: 36px;
}
.u-text.u-indent-36,
.u-text.u-indent-36 ul,
.u-text.u-indent-36 ol {
    padding-left: 56px;
}
.u-spacing-36.u-countdown-counter > span + span,
.u-spacing-36.u-price-wrapper > div + div,
.u-spacing-36 .u-social-url + .u-social-url {
    margin-left: 36px;
}
.u-spacing-36.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 18px;
}
.u-spacing-36.u-icon,
.u-spacing-36.u-search-icon,
.u-spacing-36.u-gallery-nav,
.u-spacing-36.u-carousel-control {
    padding: 36px;
}
blockquote.u-text.u-indent-36 {
    padding-left: 36px;
}
.u-spacing-35.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-35 li {
    margin-bottom: 35px;
}
.u-text.u-indent-35,
.u-text.u-indent-35 ul,
.u-text.u-indent-35 ol {
    padding-left: 55px;
}
.u-spacing-35.u-countdown-counter > span + span,
.u-spacing-35.u-price-wrapper > div + div,
.u-spacing-35 .u-social-url + .u-social-url {
    margin-left: 35px;
}
.u-spacing-35.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 17.5px;
}
.u-spacing-35.u-icon,
.u-spacing-35.u-search-icon,
.u-spacing-35.u-gallery-nav,
.u-spacing-35.u-carousel-control {
    padding: 35px;
}
blockquote.u-text.u-indent-35 {
    padding-left: 35px;
}
.u-spacing-34.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-34 li {
    margin-bottom: 34px;
}
.u-text.u-indent-34,
.u-text.u-indent-34 ul,
.u-text.u-indent-34 ol {
    padding-left: 54px;
}
.u-spacing-34.u-countdown-counter > span + span,
.u-spacing-34.u-price-wrapper > div + div,
.u-spacing-34 .u-social-url + .u-social-url {
    margin-left: 34px;
}
.u-spacing-34.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 17px;
}
.u-spacing-34.u-icon,
.u-spacing-34.u-search-icon,
.u-spacing-34.u-gallery-nav,
.u-spacing-34.u-carousel-control {
    padding: 34px;
}
blockquote.u-text.u-indent-34 {
    padding-left: 34px;
}
.u-spacing-33.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-33 li {
    margin-bottom: 33px;
}
.u-text.u-indent-33,
.u-text.u-indent-33 ul,
.u-text.u-indent-33 ol {
    padding-left: 53px;
}
.u-spacing-33.u-countdown-counter > span + span,
.u-spacing-33.u-price-wrapper > div + div,
.u-spacing-33 .u-social-url + .u-social-url {
    margin-left: 33px;
}
.u-spacing-33.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 16.5px;
}
.u-spacing-33.u-icon,
.u-spacing-33.u-search-icon,
.u-spacing-33.u-gallery-nav,
.u-spacing-33.u-carousel-control {
    padding: 33px;
}
blockquote.u-text.u-indent-33 {
    padding-left: 33px;
}
.u-spacing-32.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-32 li {
    margin-bottom: 32px;
}
.u-text.u-indent-32,
.u-text.u-indent-32 ul,
.u-text.u-indent-32 ol {
    padding-left: 52px;
}
.u-spacing-32.u-countdown-counter > span + span,
.u-spacing-32.u-price-wrapper > div + div,
.u-spacing-32 .u-social-url + .u-social-url {
    margin-left: 32px;
}
.u-spacing-32.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 16px;
}
.u-spacing-32.u-icon,
.u-spacing-32.u-search-icon,
.u-spacing-32.u-gallery-nav,
.u-spacing-32.u-carousel-control {
    padding: 32px;
}
blockquote.u-text.u-indent-32 {
    padding-left: 32px;
}
.u-spacing-31.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-31 li {
    margin-bottom: 31px;
}
.u-text.u-indent-31,
.u-text.u-indent-31 ul,
.u-text.u-indent-31 ol {
    padding-left: 51px;
}
.u-spacing-31.u-countdown-counter > span + span,
.u-spacing-31.u-price-wrapper > div + div,
.u-spacing-31 .u-social-url + .u-social-url {
    margin-left: 31px;
}
.u-spacing-31.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 15.5px;
}
.u-spacing-31.u-icon,
.u-spacing-31.u-search-icon,
.u-spacing-31.u-gallery-nav,
.u-spacing-31.u-carousel-control {
    padding: 31px;
}
blockquote.u-text.u-indent-31 {
    padding-left: 31px;
}
.u-spacing-30.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-30 li {
    margin-bottom: 30px;
}
.u-text.u-indent-30,
.u-text.u-indent-30 ul,
.u-text.u-indent-30 ol {
    padding-left: 50px;
}
.u-spacing-30.u-countdown-counter > span + span,
.u-spacing-30.u-price-wrapper > div + div,
.u-spacing-30 .u-social-url + .u-social-url {
    margin-left: 30px;
}
.u-spacing-30.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 15px;
}
.u-spacing-30.u-icon,
.u-spacing-30.u-search-icon,
.u-spacing-30.u-gallery-nav,
.u-spacing-30.u-carousel-control {
    padding: 30px;
}
blockquote.u-text.u-indent-30 {
    padding-left: 30px;
}
.u-spacing-29.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-29 li {
    margin-bottom: 29px;
}
.u-text.u-indent-29,
.u-text.u-indent-29 ul,
.u-text.u-indent-29 ol {
    padding-left: 49px;
}
.u-spacing-29.u-countdown-counter > span + span,
.u-spacing-29.u-price-wrapper > div + div,
.u-spacing-29 .u-social-url + .u-social-url {
    margin-left: 29px;
}
.u-spacing-29.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 14.5px;
}
.u-spacing-29.u-icon,
.u-spacing-29.u-search-icon,
.u-spacing-29.u-gallery-nav,
.u-spacing-29.u-carousel-control {
    padding: 29px;
}
blockquote.u-text.u-indent-29 {
    padding-left: 29px;
}
.u-spacing-28.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-28 li {
    margin-bottom: 28px;
}
.u-text.u-indent-28,
.u-text.u-indent-28 ul,
.u-text.u-indent-28 ol {
    padding-left: 48px;
}
.u-spacing-28.u-countdown-counter > span + span,
.u-spacing-28.u-price-wrapper > div + div,
.u-spacing-28 .u-social-url + .u-social-url {
    margin-left: 28px;
}
.u-spacing-28.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 14px;
}
.u-spacing-28.u-icon,
.u-spacing-28.u-search-icon,
.u-spacing-28.u-gallery-nav,
.u-spacing-28.u-carousel-control {
    padding: 28px;
}
blockquote.u-text.u-indent-28 {
    padding-left: 28px;
}
.u-spacing-27.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-27 li {
    margin-bottom: 27px;
}
.u-text.u-indent-27,
.u-text.u-indent-27 ul,
.u-text.u-indent-27 ol {
    padding-left: 47px;
}
.u-spacing-27.u-countdown-counter > span + span,
.u-spacing-27.u-price-wrapper > div + div,
.u-spacing-27 .u-social-url + .u-social-url {
    margin-left: 27px;
}
.u-spacing-27.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 13.5px;
}
.u-spacing-27.u-icon,
.u-spacing-27.u-search-icon,
.u-spacing-27.u-gallery-nav,
.u-spacing-27.u-carousel-control {
    padding: 27px;
}
blockquote.u-text.u-indent-27 {
    padding-left: 27px;
}
.u-spacing-26.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-26 li {
    margin-bottom: 26px;
}
.u-text.u-indent-26,
.u-text.u-indent-26 ul,
.u-text.u-indent-26 ol {
    padding-left: 46px;
}
.u-spacing-26.u-countdown-counter > span + span,
.u-spacing-26.u-price-wrapper > div + div,
.u-spacing-26 .u-social-url + .u-social-url {
    margin-left: 26px;
}
.u-spacing-26.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 13px;
}
.u-spacing-26.u-icon,
.u-spacing-26.u-search-icon,
.u-spacing-26.u-gallery-nav,
.u-spacing-26.u-carousel-control {
    padding: 26px;
}
blockquote.u-text.u-indent-26 {
    padding-left: 26px;
}
.u-spacing-25.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-25 li {
    margin-bottom: 25px;
}
.u-text.u-indent-25,
.u-text.u-indent-25 ul,
.u-text.u-indent-25 ol {
    padding-left: 45px;
}
.u-spacing-25.u-countdown-counter > span + span,
.u-spacing-25.u-price-wrapper > div + div,
.u-spacing-25 .u-social-url + .u-social-url {
    margin-left: 25px;
}
.u-spacing-25.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 12.5px;
}
.u-spacing-25.u-icon,
.u-spacing-25.u-search-icon,
.u-spacing-25.u-gallery-nav,
.u-spacing-25.u-carousel-control {
    padding: 25px;
}
blockquote.u-text.u-indent-25 {
    padding-left: 25px;
}
.u-spacing-24.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-24 li {
    margin-bottom: 24px;
}
.u-text.u-indent-24,
.u-text.u-indent-24 ul,
.u-text.u-indent-24 ol {
    padding-left: 44px;
}
.u-spacing-24.u-countdown-counter > span + span,
.u-spacing-24.u-price-wrapper > div + div,
.u-spacing-24 .u-social-url + .u-social-url {
    margin-left: 24px;
}
.u-spacing-24.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 12px;
}
.u-spacing-24.u-icon,
.u-spacing-24.u-search-icon,
.u-spacing-24.u-gallery-nav,
.u-spacing-24.u-carousel-control {
    padding: 24px;
}
blockquote.u-text.u-indent-24 {
    padding-left: 24px;
}
.u-spacing-23.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-23 li {
    margin-bottom: 23px;
}
.u-text.u-indent-23,
.u-text.u-indent-23 ul,
.u-text.u-indent-23 ol {
    padding-left: 43px;
}
.u-spacing-23.u-countdown-counter > span + span,
.u-spacing-23.u-price-wrapper > div + div,
.u-spacing-23 .u-social-url + .u-social-url {
    margin-left: 23px;
}
.u-spacing-23.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 11.5px;
}
.u-spacing-23.u-icon,
.u-spacing-23.u-search-icon,
.u-spacing-23.u-gallery-nav,
.u-spacing-23.u-carousel-control {
    padding: 23px;
}
blockquote.u-text.u-indent-23 {
    padding-left: 23px;
}
.u-spacing-22.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-22 li {
    margin-bottom: 22px;
}
.u-text.u-indent-22,
.u-text.u-indent-22 ul,
.u-text.u-indent-22 ol {
    padding-left: 42px;
}
.u-spacing-22.u-countdown-counter > span + span,
.u-spacing-22.u-price-wrapper > div + div,
.u-spacing-22 .u-social-url + .u-social-url {
    margin-left: 22px;
}
.u-spacing-22.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 11px;
}
.u-spacing-22.u-icon,
.u-spacing-22.u-search-icon,
.u-spacing-22.u-gallery-nav,
.u-spacing-22.u-carousel-control {
    padding: 22px;
}
blockquote.u-text.u-indent-22 {
    padding-left: 22px;
}
.u-spacing-21.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-21 li {
    margin-bottom: 21px;
}
.u-text.u-indent-21,
.u-text.u-indent-21 ul,
.u-text.u-indent-21 ol {
    padding-left: 41px;
}
.u-spacing-21.u-countdown-counter > span + span,
.u-spacing-21.u-price-wrapper > div + div,
.u-spacing-21 .u-social-url + .u-social-url {
    margin-left: 21px;
}
.u-spacing-21.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 10.5px;
}
.u-spacing-21.u-icon,
.u-spacing-21.u-search-icon,
.u-spacing-21.u-gallery-nav,
.u-spacing-21.u-carousel-control {
    padding: 21px;
}
blockquote.u-text.u-indent-21 {
    padding-left: 21px;
}
.u-spacing-20.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-20 li {
    margin-bottom: 20px;
}
.u-text.u-indent-20,
.u-text.u-indent-20 ul,
.u-text.u-indent-20 ol {
    padding-left: 40px;
}
.u-spacing-20.u-countdown-counter > span + span,
.u-spacing-20.u-price-wrapper > div + div,
.u-spacing-20 .u-social-url + .u-social-url {
    margin-left: 20px;
}
.u-spacing-20.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 10px;
}
.u-spacing-20.u-icon,
.u-spacing-20.u-search-icon,
.u-spacing-20.u-gallery-nav,
.u-spacing-20.u-carousel-control {
    padding: 20px;
}
blockquote.u-text.u-indent-20 {
    padding-left: 20px;
}
.u-spacing-19.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-19 li {
    margin-bottom: 19px;
}
.u-text.u-indent-19,
.u-text.u-indent-19 ul,
.u-text.u-indent-19 ol {
    padding-left: 39px;
}
.u-spacing-19.u-countdown-counter > span + span,
.u-spacing-19.u-price-wrapper > div + div,
.u-spacing-19 .u-social-url + .u-social-url {
    margin-left: 19px;
}
.u-spacing-19.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 9.5px;
}
.u-spacing-19.u-icon,
.u-spacing-19.u-search-icon,
.u-spacing-19.u-gallery-nav,
.u-spacing-19.u-carousel-control {
    padding: 19px;
}
blockquote.u-text.u-indent-19 {
    padding-left: 19px;
}
.u-spacing-18.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-18 li {
    margin-bottom: 18px;
}
.u-text.u-indent-18,
.u-text.u-indent-18 ul,
.u-text.u-indent-18 ol {
    padding-left: 38px;
}
.u-spacing-18.u-countdown-counter > span + span,
.u-spacing-18.u-price-wrapper > div + div,
.u-spacing-18 .u-social-url + .u-social-url {
    margin-left: 18px;
}
.u-spacing-18.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 9px;
}
.u-spacing-18.u-icon,
.u-spacing-18.u-search-icon,
.u-spacing-18.u-gallery-nav,
.u-spacing-18.u-carousel-control {
    padding: 18px;
}
blockquote.u-text.u-indent-18 {
    padding-left: 18px;
}
.u-spacing-17.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-17 li {
    margin-bottom: 17px;
}
.u-text.u-indent-17,
.u-text.u-indent-17 ul,
.u-text.u-indent-17 ol {
    padding-left: 37px;
}
.u-spacing-17.u-countdown-counter > span + span,
.u-spacing-17.u-price-wrapper > div + div,
.u-spacing-17 .u-social-url + .u-social-url {
    margin-left: 17px;
}
.u-spacing-17.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 8.5px;
}
.u-spacing-17.u-icon,
.u-spacing-17.u-search-icon,
.u-spacing-17.u-gallery-nav,
.u-spacing-17.u-carousel-control {
    padding: 17px;
}
blockquote.u-text.u-indent-17 {
    padding-left: 17px;
}
.u-spacing-16.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-16 li {
    margin-bottom: 16px;
}
.u-text.u-indent-16,
.u-text.u-indent-16 ul,
.u-text.u-indent-16 ol {
    padding-left: 36px;
}
.u-spacing-16.u-countdown-counter > span + span,
.u-spacing-16.u-price-wrapper > div + div,
.u-spacing-16 .u-social-url + .u-social-url {
    margin-left: 16px;
}
.u-spacing-16.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 8px;
}
.u-spacing-16.u-icon,
.u-spacing-16.u-search-icon,
.u-spacing-16.u-gallery-nav,
.u-spacing-16.u-carousel-control {
    padding: 16px;
}
blockquote.u-text.u-indent-16 {
    padding-left: 16px;
}
.u-spacing-15.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-15 li {
    margin-bottom: 15px;
}
.u-text.u-indent-15,
.u-text.u-indent-15 ul,
.u-text.u-indent-15 ol {
    padding-left: 35px;
}
.u-spacing-15.u-countdown-counter > span + span,
.u-spacing-15.u-price-wrapper > div + div,
.u-spacing-15 .u-social-url + .u-social-url {
    margin-left: 15px;
}
.u-spacing-15.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 7.5px;
}
.u-spacing-15.u-icon,
.u-spacing-15.u-search-icon,
.u-spacing-15.u-gallery-nav,
.u-spacing-15.u-carousel-control {
    padding: 15px;
}
blockquote.u-text.u-indent-15 {
    padding-left: 15px;
}
.u-spacing-14.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-14 li {
    margin-bottom: 14px;
}
.u-text.u-indent-14,
.u-text.u-indent-14 ul,
.u-text.u-indent-14 ol {
    padding-left: 34px;
}
.u-spacing-14.u-countdown-counter > span + span,
.u-spacing-14.u-price-wrapper > div + div,
.u-spacing-14 .u-social-url + .u-social-url {
    margin-left: 14px;
}
.u-spacing-14.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 7px;
}
.u-spacing-14.u-icon,
.u-spacing-14.u-search-icon,
.u-spacing-14.u-gallery-nav,
.u-spacing-14.u-carousel-control {
    padding: 14px;
}
blockquote.u-text.u-indent-14 {
    padding-left: 14px;
}
.u-spacing-13.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-13 li {
    margin-bottom: 13px;
}
.u-text.u-indent-13,
.u-text.u-indent-13 ul,
.u-text.u-indent-13 ol {
    padding-left: 33px;
}
.u-spacing-13.u-countdown-counter > span + span,
.u-spacing-13.u-price-wrapper > div + div,
.u-spacing-13 .u-social-url + .u-social-url {
    margin-left: 13px;
}
.u-spacing-13.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 6.5px;
}
.u-spacing-13.u-icon,
.u-spacing-13.u-search-icon,
.u-spacing-13.u-gallery-nav,
.u-spacing-13.u-carousel-control {
    padding: 13px;
}
blockquote.u-text.u-indent-13 {
    padding-left: 13px;
}
.u-spacing-12.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-12 li {
    margin-bottom: 12px;
}
.u-text.u-indent-12,
.u-text.u-indent-12 ul,
.u-text.u-indent-12 ol {
    padding-left: 32px;
}
.u-spacing-12.u-countdown-counter > span + span,
.u-spacing-12.u-price-wrapper > div + div,
.u-spacing-12 .u-social-url + .u-social-url {
    margin-left: 12px;
}
.u-spacing-12.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 6px;
}
.u-spacing-12.u-icon,
.u-spacing-12.u-search-icon,
.u-spacing-12.u-gallery-nav,
.u-spacing-12.u-carousel-control {
    padding: 12px;
}
blockquote.u-text.u-indent-12 {
    padding-left: 12px;
}
.u-spacing-11.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-11 li {
    margin-bottom: 11px;
}
.u-text.u-indent-11,
.u-text.u-indent-11 ul,
.u-text.u-indent-11 ol {
    padding-left: 31px;
}
.u-spacing-11.u-countdown-counter > span + span,
.u-spacing-11.u-price-wrapper > div + div,
.u-spacing-11 .u-social-url + .u-social-url {
    margin-left: 11px;
}
.u-spacing-11.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 5.5px;
}
.u-spacing-11.u-icon,
.u-spacing-11.u-search-icon,
.u-spacing-11.u-gallery-nav,
.u-spacing-11.u-carousel-control {
    padding: 11px;
}
blockquote.u-text.u-indent-11 {
    padding-left: 11px;
}
.u-spacing-10.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-10 li {
    margin-bottom: 10px;
}
.u-text.u-indent-10,
.u-text.u-indent-10 ul,
.u-text.u-indent-10 ol {
    padding-left: 30px;
}
.u-spacing-10.u-countdown-counter > span + span,
.u-spacing-10.u-price-wrapper > div + div,
.u-spacing-10 .u-social-url + .u-social-url {
    margin-left: 10px;
}
.u-spacing-10.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 5px;
}
.u-spacing-10.u-icon,
.u-spacing-10.u-search-icon,
.u-spacing-10.u-gallery-nav,
.u-spacing-10.u-carousel-control {
    padding: 10px;
}
blockquote.u-text.u-indent-10 {
    padding-left: 10px;
}
.u-spacing-9.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-9 li {
    margin-bottom: 9px;
}
.u-text.u-indent-9,
.u-text.u-indent-9 ul,
.u-text.u-indent-9 ol {
    padding-left: 29px;
}
.u-spacing-9.u-countdown-counter > span + span,
.u-spacing-9.u-price-wrapper > div + div,
.u-spacing-9 .u-social-url + .u-social-url {
    margin-left: 9px;
}
.u-spacing-9.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 4.5px;
}
.u-spacing-9.u-icon,
.u-spacing-9.u-search-icon,
.u-spacing-9.u-gallery-nav,
.u-spacing-9.u-carousel-control {
    padding: 9px;
}
blockquote.u-text.u-indent-9 {
    padding-left: 9px;
}
.u-spacing-8.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-8 li {
    margin-bottom: 8px;
}
.u-text.u-indent-8,
.u-text.u-indent-8 ul,
.u-text.u-indent-8 ol {
    padding-left: 28px;
}
.u-spacing-8.u-countdown-counter > span + span,
.u-spacing-8.u-price-wrapper > div + div,
.u-spacing-8 .u-social-url + .u-social-url {
    margin-left: 8px;
}
.u-spacing-8.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 4px;
}
.u-spacing-8.u-icon,
.u-spacing-8.u-search-icon,
.u-spacing-8.u-gallery-nav,
.u-spacing-8.u-carousel-control {
    padding: 8px;
}
blockquote.u-text.u-indent-8 {
    padding-left: 8px;
}
.u-spacing-7.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-7 li {
    margin-bottom: 7px;
}
.u-text.u-indent-7,
.u-text.u-indent-7 ul,
.u-text.u-indent-7 ol {
    padding-left: 27px;
}
.u-spacing-7.u-countdown-counter > span + span,
.u-spacing-7.u-price-wrapper > div + div,
.u-spacing-7 .u-social-url + .u-social-url {
    margin-left: 7px;
}
.u-spacing-7.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 3.5px;
}
.u-spacing-7.u-icon,
.u-spacing-7.u-search-icon,
.u-spacing-7.u-gallery-nav,
.u-spacing-7.u-carousel-control {
    padding: 7px;
}
blockquote.u-text.u-indent-7 {
    padding-left: 7px;
}
.u-spacing-6.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-6 li {
    margin-bottom: 6px;
}
.u-text.u-indent-6,
.u-text.u-indent-6 ul,
.u-text.u-indent-6 ol {
    padding-left: 26px;
}
.u-spacing-6.u-countdown-counter > span + span,
.u-spacing-6.u-price-wrapper > div + div,
.u-spacing-6 .u-social-url + .u-social-url {
    margin-left: 6px;
}
.u-spacing-6.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 3px;
}
.u-spacing-6.u-icon,
.u-spacing-6.u-search-icon,
.u-spacing-6.u-gallery-nav,
.u-spacing-6.u-carousel-control {
    padding: 6px;
}
blockquote.u-text.u-indent-6 {
    padding-left: 6px;
}
.u-spacing-5.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-5 li {
    margin-bottom: 5px;
}
.u-text.u-indent-5,
.u-text.u-indent-5 ul,
.u-text.u-indent-5 ol {
    padding-left: 25px;
}
.u-spacing-5.u-countdown-counter > span + span,
.u-spacing-5.u-price-wrapper > div + div,
.u-spacing-5 .u-social-url + .u-social-url {
    margin-left: 5px;
}
.u-spacing-5.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 2.5px;
}
.u-spacing-5.u-icon,
.u-spacing-5.u-search-icon,
.u-spacing-5.u-gallery-nav,
.u-spacing-5.u-carousel-control {
    padding: 5px;
}
blockquote.u-text.u-indent-5 {
    padding-left: 5px;
}
.u-spacing-4.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-4 li {
    margin-bottom: 4px;
}
.u-text.u-indent-4,
.u-text.u-indent-4 ul,
.u-text.u-indent-4 ol {
    padding-left: 24px;
}
.u-spacing-4.u-countdown-counter > span + span,
.u-spacing-4.u-price-wrapper > div + div,
.u-spacing-4 .u-social-url + .u-social-url {
    margin-left: 4px;
}
.u-spacing-4.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 2px;
}
.u-spacing-4.u-icon,
.u-spacing-4.u-search-icon,
.u-spacing-4.u-gallery-nav,
.u-spacing-4.u-carousel-control {
    padding: 4px;
}
blockquote.u-text.u-indent-4 {
    padding-left: 4px;
}
.u-spacing-3.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-3 li {
    margin-bottom: 3px;
}
.u-text.u-indent-3,
.u-text.u-indent-3 ul,
.u-text.u-indent-3 ol {
    padding-left: 23px;
}
.u-spacing-3.u-countdown-counter > span + span,
.u-spacing-3.u-price-wrapper > div + div,
.u-spacing-3 .u-social-url + .u-social-url {
    margin-left: 3px;
}
.u-spacing-3.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 1.5px;
}
.u-spacing-3.u-icon,
.u-spacing-3.u-search-icon,
.u-spacing-3.u-gallery-nav,
.u-spacing-3.u-carousel-control {
    padding: 3px;
}
blockquote.u-text.u-indent-3 {
    padding-left: 3px;
}
.u-spacing-2.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-2 li {
    margin-bottom: 2px;
}
.u-text.u-indent-2,
.u-text.u-indent-2 ul,
.u-text.u-indent-2 ol {
    padding-left: 22px;
}
.u-spacing-2.u-countdown-counter > span + span,
.u-spacing-2.u-price-wrapper > div + div,
.u-spacing-2 .u-social-url + .u-social-url {
    margin-left: 2px;
}
.u-spacing-2.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 1px;
}
.u-spacing-2.u-icon,
.u-spacing-2.u-search-icon,
.u-spacing-2.u-gallery-nav,
.u-spacing-2.u-carousel-control {
    padding: 2px;
}
blockquote.u-text.u-indent-2 {
    padding-left: 2px;
}
.u-spacing-1.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-1 li {
    margin-bottom: 1px;
}
.u-text.u-indent-1,
.u-text.u-indent-1 ul,
.u-text.u-indent-1 ol {
    padding-left: 21px;
}
.u-spacing-1.u-countdown-counter > span + span,
.u-spacing-1.u-price-wrapper > div + div,
.u-spacing-1 .u-social-url + .u-social-url {
    margin-left: 1px;
}
.u-spacing-1.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 0.5px;
}
.u-spacing-1.u-icon,
.u-spacing-1.u-search-icon,
.u-spacing-1.u-gallery-nav,
.u-spacing-1.u-carousel-control {
    padding: 1px;
}
blockquote.u-text.u-indent-1 {
    padding-left: 1px;
}
.u-spacing-0.u-countdown-item .u-countdown-counter,
.u-text.u-spacing-0 li {
    margin-bottom: 0px;
}
.u-text.u-indent-0,
.u-text.u-indent-0 ul,
.u-text.u-indent-0 ol {
    padding-left: 20px;
}
.u-spacing-0.u-countdown-counter > span + span,
.u-spacing-0.u-price-wrapper > div + div,
.u-spacing-0 .u-social-url + .u-social-url {
    margin-left: 0px;
}
.u-spacing-0.u-countdown-wrapper > div:not(.u-hidden) + div {
    margin-left: 0px;
}
.u-spacing-0.u-icon,
.u-spacing-0.u-search-icon,
.u-spacing-0.u-gallery-nav,
.u-spacing-0.u-carousel-control {
    padding: 0px;
}
blockquote.u-text.u-indent-0 {
    padding-left: 0px;
}
ul.u-text li:last-child {
    margin-bottom: 0;
}

@media (min-width: 1200px) {
    .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;
    }
}
.u-invisible {
    visibility: hidden;
}
.u-border-none {
    border-width: 0 !important;
}
[class*="u-border-"].u-border-no-top {
    border-top-width: 0;
    border-top-style: none;
}
[class*="u-border-"].u-border-no-right {
    border-right-width: 0;
    border-right-style: none;
}
[class*="u-border-"].u-border-no-bottom {
    border-bottom-width: 0;
    border-bottom-style: none;
}
[class*="u-border-"].u-border-no-left {
    border-left-width: 0;
    border-left-style: none;
}
.u-border-color-none {
    background-color: transparent;
}
.u-text.u-indent-none {
    padding-left: 0 !important;
}
.u-text-default {
    display: table;
    align-self: flex-start;
    color: #000;
}
.u-text-default:empty {
    display: block;
    width: 15px;
}
@media (min-width: 1200px) {
    .u-text-default-xl {
        display: table;
        align-self: flex-start;
    }
    .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;
    }
    .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;
    }
    .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;
    }
    .u-text-default-sm:empty {
        display: block;
        width: 15px;
    }
}
@media (max-width: 575px) {
    .u-text-default-xs {
        display: table;
        align-self: flex-start;
    }
    .u-text-default-xs:empty {
        display: block;
        width: 15px;
    }
}
.u-image,
.u-background-effect-image,
.u-video-poster {
    object-fit: cover;
    display: block;
    vertical-align: middle;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
img.u-image,
.u-video-poster {
    overflow: hidden;
}
.u-back-image.u-image-contain,
.u-image.u-image-contain {
    object-fit: contain;
    background-size: contain;
}
.u-back-image.u-image-tiles,
.u-image.u-image-tiles {
    background-size: initial;
    background-repeat: repeat;
    background-position: top left !important;
}
section.u-image,
.u-sheet.u-image,
.u-group.u-image,
.u-layout-cell.u-image {
    overflow: visible;
}
.u-text .u-image {
    display: inline-block;
}
.u-post-content .u-image {
    margin-bottom: 0.5rem;
}
.u-image-circle.u-image {
    border-radius: 50% !important;
}
.u-image-square {
    border-radius: 0;
}
[data-post-link],
[data-href] {
    cursor: pointer;
}
.u-sheet {
    position: relative;
    width: 1140px;
    margin: 0 auto;
}
@media (min-width: 1200px) {
    .u-sheet {
        width: 1140px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .u-sheet {
        width: 940px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .u-sheet {
        width: 720px;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .u-sheet {
        width: 540px;
    }
}
@media (max-width: 575px) {
    .u-sheet {
        width: 340px;
    }
}
.u-sheet .u-sheet {
    width: 100%;
}
.u-container-layout {
    position: relative;
    flex: 1;
    max-width: 100%;
}
.u-inner-container-layout,
.u-container-layout > * {
    position: relative;
}
.u-expanded {
    position: absolute !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.u-expanded-width {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
@media (min-width: 1200px) {
    .u-expanded-width-xl {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .u-expanded-width-lg {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .u-expanded-width-md {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .u-expanded-width-sm {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}
@media (max-width: 575px) {
    .u-expanded-width-xs {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

.u-valign-middle,
.u-valign-top,
.u-valign-bottom {
    display: flex;
    flex-direction: column;
}
@media (min-width: 1200px) {
    .u-valign-middle-xl,
    .u-valign-top-xl,
    .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;
    }
}
.u-valign-middle > *,
.u-valign-top > *,
.u-valign-bottom > * {
    flex-shrink: 0;
}
.u-valign-middle {
    justify-content: center;
}
@media (min-width: 1200px) {
    .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;
    }
}
.u-valign-top {
    justify-content: flex-start;
}
@media (min-width: 1200px) {
    .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;
    }
}
.u-valign-bottom {
    justify-content: flex-end;
}
@media (min-width: 1200px) {
    .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%;
    }
}
.u-layout-row > .u-size-60 {
    flex: 0 0 100%;
    max-width: 100%;
    min-width: 100%;
}
.u-layout-col > .u-size-60 {
    flex: 60 0 100%;
}
.u-layout-row > .u-size-59 {
    flex: 0 0 98.33333333%;
    max-width: 98.33333333%;
    min-width: 98.33333333%;
}
.u-layout-col > .u-size-59 {
    flex: 59 0 98.33333333%;
}
.u-layout-row > .u-size-58 {
    flex: 0 0 96.66666667%;
    max-width: 96.66666667%;
    min-width: 96.66666667%;
}
.u-layout-col > .u-size-58 {
    flex: 58 0 96.66666667%;
}
.u-layout-row > .u-size-57 {
    flex: 0 0 95%;
    max-width: 95%;
    min-width: 95%;
}
.u-layout-col > .u-size-57 {
    flex: 57 0 95%;
}
.u-layout-row > .u-size-56 {
    flex: 0 0 93.33333333%;
    max-width: 93.33333333%;
    min-width: 93.33333333%;
}
.u-layout-col > .u-size-56 {
    flex: 56 0 93.33333333%;
}
.u-layout-row > .u-size-55 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
    min-width: 91.66666667%;
}
.u-layout-col > .u-size-55 {
    flex: 55 0 91.66666667%;
}
.u-layout-row > .u-size-54 {
    flex: 0 0 90%;
    max-width: 90%;
    min-width: 90%;
}
.u-layout-col > .u-size-54 {
    flex: 54 0 90%;
}
.u-layout-row > .u-size-53 {
    flex: 0 0 88.33333333%;
    max-width: 88.33333333%;
    min-width: 88.33333333%;
}
.u-layout-col > .u-size-53 {
    flex: 53 0 88.33333333%;
}
.u-layout-row > .u-size-52 {
    flex: 0 0 86.66666667%;
    max-width: 86.66666667%;
    min-width: 86.66666667%;
}
.u-layout-col > .u-size-52 {
    flex: 52 0 86.66666667%;
}
.u-layout-row > .u-size-51 {
    flex: 0 0 85%;
    max-width: 85%;
    min-width: 85%;
}
.u-layout-col > .u-size-51 {
    flex: 51 0 85%;
}
.u-layout-row > .u-size-50 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
    min-width: 83.33333333%;
}
.u-layout-col > .u-size-50 {
    flex: 50 0 83.33333333%;
}
.u-layout-row > .u-size-49 {
    flex: 0 0 81.66666667%;
    max-width: 81.66666667%;
    min-width: 81.66666667%;
}
.u-layout-col > .u-size-49 {
    flex: 49 0 81.66666667%;
}
.u-layout-row > .u-size-48 {
    flex: 0 0 80%;
    max-width: 80%;
    min-width: 80%;
}
.u-layout-col > .u-size-48 {
    flex: 48 0 80%;
}
.u-layout-row > .u-size-47 {
    flex: 0 0 78.33333333%;
    max-width: 78.33333333%;
    min-width: 78.33333333%;
}
.u-layout-col > .u-size-47 {
    flex: 47 0 78.33333333%;
}
.u-layout-row > .u-size-46 {
    flex: 0 0 76.66666667%;
    max-width: 76.66666667%;
    min-width: 76.66666667%;
}
.u-layout-col > .u-size-46 {
    flex: 46 0 76.66666667%;
}
.u-layout-row > .u-size-45 {
    flex: 0 0 75%;
    max-width: 75%;
    min-width: 75%;
}
.u-layout-col > .u-size-45 {
    flex: 45 0 75%;
}
.u-layout-row > .u-size-44 {
    flex: 0 0 73.33333333%;
    max-width: 73.33333333%;
    min-width: 73.33333333%;
}
.u-layout-col > .u-size-44 {
    flex: 44 0 73.33333333%;
}
.u-layout-row > .u-size-43 {
    flex: 0 0 71.66666667%;
    max-width: 71.66666667%;
    min-width: 71.66666667%;
}
.u-layout-col > .u-size-43 {
    flex: 43 0 71.66666667%;
}
.u-layout-row > .u-size-42 {
    flex: 0 0 70%;
    max-width: 70%;
    min-width: 70%;
}
.u-layout-col > .u-size-42 {
    flex: 42 0 70%;
}
.u-layout-row > .u-size-41 {
    flex: 0 0 68.33333333%;
    max-width: 68.33333333%;
    min-width: 68.33333333%;
}
.u-layout-col > .u-size-41 {
    flex: 41 0 68.33333333%;
}
.u-layout-row > .u-size-40 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
    min-width: 66.66666667%;
}
.u-layout-col > .u-size-40 {
    flex: 40 0 66.66666667%;
}
.u-layout-row > .u-size-39 {
    flex: 0 0 65%;
    max-width: 65%;
    min-width: 65%;
}
.u-layout-col > .u-size-39 {
    flex: 39 0 65%;
}
.u-layout-row > .u-size-38 {
    flex: 0 0 63.33333333%;
    max-width: 63.33333333%;
    min-width: 63.33333333%;
}
.u-layout-col > .u-size-38 {
    flex: 38 0 63.33333333%;
}
.u-layout-row > .u-size-37 {
    flex: 0 0 61.66666667%;
    max-width: 61.66666667%;
    min-width: 61.66666667%;
}
.u-layout-col > .u-size-37 {
    flex: 37 0 61.66666667%;
}
.u-layout-row > .u-size-36 {
    flex: 0 0 60%;
    max-width: 60%;
    min-width: 60%;
}
.u-layout-col > .u-size-36 {
    flex: 36 0 60%;
}
.u-layout-row > .u-size-35 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
    min-width: 58.33333333%;
}
.u-layout-col > .u-size-35 {
    flex: 35 0 58.33333333%;
}
.u-layout-row > .u-size-34 {
    flex: 0 0 56.66666667%;
    max-width: 56.66666667%;
    min-width: 56.66666667%;
}
.u-layout-col > .u-size-34 {
    flex: 34 0 56.66666667%;
}
.u-layout-row > .u-size-33 {
    flex: 0 0 55%;
    max-width: 55%;
    min-width: 55%;
}
.u-layout-col > .u-size-33 {
    flex: 33 0 55%;
}
.u-layout-row > .u-size-32 {
    flex: 0 0 53.33333333%;
    max-width: 53.33333333%;
    min-width: 53.33333333%;
}
.u-layout-col > .u-size-32 {
    flex: 32 0 53.33333333%;
}
.u-layout-row > .u-size-31 {
    flex: 0 0 51.66666667%;
    max-width: 51.66666667%;
    min-width: 51.66666667%;
}
.u-layout-col > .u-size-31 {
    flex: 31 0 51.66666667%;
}
.u-layout-row > .u-size-30 {
    flex: 0 0 50%;
    max-width: 50%;
    min-width: 50%;
}
.u-layout-col > .u-size-30 {
    flex: 30 0 50%;
}
.u-layout-row > .u-size-29 {
    flex: 0 0 48.33333333%;
    max-width: 48.33333333%;
    min-width: 48.33333333%;
}
.u-layout-col > .u-size-29 {
    flex: 29 0 48.33333333%;
}
.u-layout-row > .u-size-28 {
    flex: 0 0 46.66666667%;
    max-width: 46.66666667%;
    min-width: 46.66666667%;
}
.u-layout-col > .u-size-28 {
    flex: 28 0 46.66666667%;
}
.u-layout-row > .u-size-27 {
    flex: 0 0 45%;
    max-width: 45%;
    min-width: 45%;
}
.u-layout-col > .u-size-27 {
    flex: 27 0 45%;
}
.u-layout-row > .u-size-26 {
    flex: 0 0 43.33333333%;
    max-width: 43.33333333%;
    min-width: 43.33333333%;
}
.u-layout-col > .u-size-26 {
    flex: 26 0 43.33333333%;
}
.u-layout-row > .u-size-25 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
    min-width: 41.66666667%;
}
.u-layout-col > .u-size-25 {
    flex: 25 0 41.66666667%;
}
.u-layout-row > .u-size-24 {
    flex: 0 0 40%;
    max-width: 40%;
    min-width: 40%;
}
.u-layout-col > .u-size-24 {
    flex: 24 0 40%;
}
.u-layout-row > .u-size-23 {
    flex: 0 0 38.33333333%;
    max-width: 38.33333333%;
    min-width: 38.33333333%;
}
.u-layout-col > .u-size-23 {
    flex: 23 0 38.33333333%;
}
.u-layout-row > .u-size-22 {
    flex: 0 0 36.66666667%;
    max-width: 36.66666667%;
    min-width: 36.66666667%;
}
.u-layout-col > .u-size-22 {
    flex: 22 0 36.66666667%;
}
.u-layout-row > .u-size-21 {
    flex: 0 0 35%;
    max-width: 35%;
    min-width: 35%;
}
.u-layout-col > .u-size-21 {
    flex: 21 0 35%;
}
.u-layout-row > .u-size-20 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
    min-width: 33.33333333%;
}
.u-layout-col > .u-size-20 {
    flex: 20 0 33.33333333%;
}
.u-layout-row > .u-size-19 {
    flex: 0 0 31.66666667%;
    max-width: 31.66666667%;
    min-width: 31.66666667%;
}
.u-layout-col > .u-size-19 {
    flex: 19 0 31.66666667%;
}
.u-layout-row > .u-size-18 {
    flex: 0 0 30%;
    max-width: 30%;
    min-width: 30%;
}
.u-layout-col > .u-size-18 {
    flex: 18 0 30%;
}
.u-layout-row > .u-size-17 {
    flex: 0 0 28.33333333%;
    max-width: 28.33333333%;
    min-width: 28.33333333%;
}
.u-layout-col > .u-size-17 {
    flex: 17 0 28.33333333%;
}
.u-layout-row > .u-size-16 {
    flex: 0 0 26.66666667%;
    max-width: 26.66666667%;
    min-width: 26.66666667%;
}
.u-layout-col > .u-size-16 {
    flex: 16 0 26.66666667%;
}
.u-layout-row > .u-size-15 {
    flex: 0 0 25%;
    max-width: 25%;
    min-width: 25%;
}
.u-layout-col > .u-size-15 {
    flex: 15 0 25%;
}
.u-layout-row > .u-size-14 {
    flex: 0 0 23.33333333%;
    max-width: 23.33333333%;
    min-width: 23.33333333%;
}
.u-layout-col > .u-size-14 {
    flex: 14 0 23.33333333%;
}
.u-layout-row > .u-size-13 {
    flex: 0 0 21.66666667%;
    max-width: 21.66666667%;
    min-width: 21.66666667%;
}
.u-layout-col > .u-size-13 {
    flex: 13 0 21.66666667%;
}
.u-layout-row > .u-size-12 {
    flex: 0 0 20%;
    max-width: 20%;
    min-width: 20%;
}
.u-layout-col > .u-size-12 {
    flex: 12 0 20%;
}
.u-layout-row > .u-size-11 {
    flex: 0 0 18.33333333%;
    max-width: 18.33333333%;
    min-width: 18.33333333%;
}
.u-layout-col > .u-size-11 {
    flex: 11 0 18.33333333%;
}
.u-layout-row > .u-size-10 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
    min-width: 16.66666667%;
}
.u-layout-col > .u-size-10 {
    flex: 10 0 16.66666667%;
}
.u-layout-row > .u-size-9 {
    flex: 0 0 15%;
    max-width: 15%;
    min-width: 15%;
}
.u-layout-col > .u-size-9 {
    flex: 9 0 15%;
}
.u-layout-row > .u-size-8 {
    flex: 0 0 13.33333333%;
    max-width: 13.33333333%;
    min-width: 13.33333333%;
}
.u-layout-col > .u-size-8 {
    flex: 8 0 13.33333333%;
}
.u-layout-row > .u-size-7 {
    flex: 0 0 11.66666667%;
    max-width: 11.66666667%;
    min-width: 11.66666667%;
}
.u-layout-col > .u-size-7 {
    flex: 7 0 11.66666667%;
}
.u-layout-row > .u-size-6 {
    flex: 0 0 10%;
    max-width: 10%;
    min-width: 10%;
}
.u-layout-col > .u-size-6 {
    flex: 6 0 10%;
}
.u-layout-row > .u-size-5 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
    min-width: 8.33333333%;
}
.u-layout-col > .u-size-5 {
    flex: 5 0 8.33333333%;
}
.u-layout-row > .u-size-4 {
    flex: 0 0 6.66666667%;
    max-width: 6.66666667%;
    min-width: 6.66666667%;
}
.u-layout-col > .u-size-4 {
    flex: 4 0 6.66666667%;
}
.u-layout-row > .u-size-3 {
    flex: 0 0 5%;
    max-width: 5%;
    min-width: 5%;
}
.u-layout-col > .u-size-3 {
    flex: 3 0 5%;
}
.u-layout-row > .u-size-2 {
    flex: 0 0 3.33333333%;
    max-width: 3.33333333%;
    min-width: 3.33333333%;
}
.u-layout-col > .u-size-2 {
    flex: 2 0 3.33333333%;
}
.u-layout-row > .u-size-1 {
    flex: 0 0 1.66666667%;
    max-width: 1.66666667%;
    min-width: 1.66666667%;
}
.u-layout-col > .u-size-1 {
    flex: 1 0 1.66666667%;
}
.u-layout-row > .u-size-0 {
    flex: 0 0 0%;
    max-width: 0%;
    min-width: 0%;
}
.u-layout-col > .u-size-0 {
    flex: 0 0 0%;
}
@media (min-width: 1200px) {
    .u-layout-row > .u-size-60-xl {
        flex: 0 0 100%;
        max-width: 100%;
        min-width: 100%;
    }
    .u-layout-col > .u-size-60-xl {
        flex: 60 0 100%;
    }
    .u-layout-row > .u-size-59-xl {
        flex: 0 0 98.33333333%;
        max-width: 98.33333333%;
        min-width: 98.33333333%;
    }
    .u-layout-col > .u-size-59-xl {
        flex: 59 0 98.33333333%;
    }
    .u-layout-row > .u-size-58-xl {
        flex: 0 0 96.66666667%;
        max-width: 96.66666667%;
        min-width: 96.66666667%;
    }
    .u-layout-col > .u-size-58-xl {
        flex: 58 0 96.66666667%;
    }
    .u-layout-row > .u-size-57-xl {
        flex: 0 0 95%;
        max-width: 95%;
        min-width: 95%;
    }
    .u-layout-col > .u-size-57-xl {
        flex: 57 0 95%;
    }
    .u-layout-row > .u-size-56-xl {
        flex: 0 0 93.33333333%;
        max-width: 93.33333333%;
        min-width: 93.33333333%;
    }
    .u-layout-col > .u-size-56-xl {
        flex: 56 0 93.33333333%;
    }
    .u-layout-row > .u-size-55-xl {
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%;
        min-width: 91.66666667%;
    }
    .u-layout-col > .u-size-55-xl {
        flex: 55 0 91.66666667%;
    }
    .u-layout-row > .u-size-54-xl {
        flex: 0 0 90%;
        max-width: 90%;
        min-width: 90%;
    }
    .u-layout-col > .u-size-54-xl {
        flex: 54 0 90%;
    }
    .u-layout-row > .u-size-53-xl {
        flex: 0 0 88.33333333%;
        max-width: 88.33333333%;
        min-width: 88.33333333%;
    }
    .u-layout-col > .u-size-53-xl {
        flex: 53 0 88.33333333%;
    }
    .u-layout-row > .u-size-52-xl {
        flex: 0 0 86.66666667%;
        max-width: 86.66666667%;
        min-width: 86.66666667%;
    }
    .u-layout-col > .u-size-52-xl {
        flex: 52 0 86.66666667%;
    }
    .u-layout-row > .u-size-51-xl {
        flex: 0 0 85%;
        max-width: 85%;
        min-width: 85%;
    }
    .u-layout-col > .u-size-51-xl {
        flex: 51 0 85%;
    }
    .u-layout-row > .u-size-50-xl {
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
        min-width: 83.33333333%;
    }
    .u-layout-col > .u-size-50-xl {
        flex: 50 0 83.33333333%;
    }
    .u-layout-row > .u-size-49-xl {
        flex: 0 0 81.66666667%;
        max-width: 81.66666667%;
        min-width: 81.66666667%;
    }
    .u-layout-col > .u-size-49-xl {
        flex: 49 0 81.66666667%;
    }
    .u-layout-row > .u-size-48-xl {
        flex: 0 0 80%;
        max-width: 80%;
        min-width: 80%;
    }
    .u-layout-col > .u-size-48-xl {
        flex: 48 0 80%;
    }
    .u-layout-row > .u-size-47-xl {
        flex: 0 0 78.33333333%;
        max-width: 78.33333333%;
        min-width: 78.33333333%;
    }
    .u-layout-col > .u-size-47-xl {
        flex: 47 0 78.33333333%;
    }
    .u-layout-row > .u-size-46-xl {
        flex: 0 0 76.66666667%;
        max-width: 76.66666667%;
        min-width: 76.66666667%;
    }
    .u-layout-col > .u-size-46-xl {
        flex: 46 0 76.66666667%;
    }
    .u-layout-row > .u-size-45-xl {
        flex: 0 0 75%;
        max-width: 75%;
        min-width: 75%;
    }
    .u-layout-col > .u-size-45-xl {
        flex: 45 0 75%;
    }
    .u-layout-row > .u-size-44-xl {
        flex: 0 0 73.33333333%;
        max-width: 73.33333333%;
        min-width: 73.33333333%;
    }
    .u-layout-col > .u-size-44-xl {
        flex: 44 0 73.33333333%;
    }
    .u-layout-row > .u-size-43-xl {
        flex: 0 0 71.66666667%;
        max-width: 71.66666667%;
        min-width: 71.66666667%;
    }
    .u-layout-col > .u-size-43-xl {
        flex: 43 0 71.66666667%;
    }
    .u-layout-row > .u-size-42-xl {
        flex: 0 0 70%;
        max-width: 70%;
        min-width: 70%;
    }
    .u-layout-col > .u-size-42-xl {
        flex: 42 0 70%;
    }
    .u-layout-row > .u-size-41-xl {
        flex: 0 0 68.33333333%;
        max-width: 68.33333333%;
        min-width: 68.33333333%;
    }
    .u-layout-col > .u-size-41-xl {
        flex: 41 0 68.33333333%;
    }
    .u-layout-row > .u-size-40-xl {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
        min-width: 66.66666667%;
    }
    .u-layout-col > .u-size-40-xl {
        flex: 40 0 66.66666667%;
    }
    .u-layout-row > .u-size-39-xl {
        flex: 0 0 65%;
        max-width: 65%;
        min-width: 65%;
    }
    .u-layout-col > .u-size-39-xl {
        flex: 39 0 65%;
    }
    .u-layout-row > .u-size-38-xl {
        flex: 0 0 63.33333333%;
        max-width: 63.33333333%;
        min-width: 63.33333333%;
    }
    .u-layout-col > .u-size-38-xl {
        flex: 38 0 63.33333333%;
    }
    .u-layout-row > .u-size-37-xl {
        flex: 0 0 61.66666667%;
        max-width: 61.66666667%;
        min-width: 61.66666667%;
    }
    .u-layout-col > .u-size-37-xl {
        flex: 37 0 61.66666667%;
    }
    .u-layout-row > .u-size-36-xl {
        flex: 0 0 60%;
        max-width: 60%;
        min-width: 60%;
    }
    .u-layout-col > .u-size-36-xl {
        flex: 36 0 60%;
    }
    .u-layout-row > .u-size-35-xl {
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%;
        min-width: 58.33333333%;
    }
    .u-layout-col > .u-size-35-xl {
        flex: 35 0 58.33333333%;
    }
    .u-layout-row > .u-size-34-xl {
        flex: 0 0 56.66666667%;
        max-width: 56.66666667%;
        min-width: 56.66666667%;
    }
    .u-layout-col > .u-size-34-xl {
        flex: 34 0 56.66666667%;
    }
    .u-layout-row > .u-size-33-xl {
        flex: 0 0 55%;
        max-width: 55%;
        min-width: 55%;
    }
    .u-layout-col > .u-size-33-xl {
        flex: 33 0 55%;
    }
    .u-layout-row > .u-size-32-xl {
        flex: 0 0 53.33333333%;
        max-width: 53.33333333%;
        min-width: 53.33333333%;
    }
    .u-layout-col > .u-size-32-xl {
        flex: 32 0 53.33333333%;
    }
    .u-layout-row > .u-size-31-xl {
        flex: 0 0 51.66666667%;
        max-width: 51.66666667%;
        min-width: 51.66666667%;
    }
    .u-layout-col > .u-size-31-xl {
        flex: 31 0 51.66666667%;
    }
    .u-layout-row > .u-size-30-xl {
        flex: 0 0 50%;
        max-width: 50%;
        min-width: 50%;
    }
    .u-layout-col > .u-size-30-xl {
        flex: 30 0 50%;
    }
    .u-layout-row > .u-size-29-xl {
        flex: 0 0 48.33333333%;
        max-width: 48.33333333%;
        min-width: 48.33333333%;
    }
    .u-layout-col > .u-size-29-xl {
        flex: 29 0 48.33333333%;
    }
    .u-layout-row > .u-size-28-xl {
        flex: 0 0 46.66666667%;
        max-width: 46.66666667%;
        min-width: 46.66666667%;
    }
    .u-layout-col > .u-size-28-xl {
        flex: 28 0 46.66666667%;
    }
    .u-layout-row > .u-size-27-xl {
        flex: 0 0 45%;
        max-width: 45%;
        min-width: 45%;
    }
    .u-layout-col > .u-size-27-xl {
        flex: 27 0 45%;
    }
    .u-layout-row > .u-size-26-xl {
        flex: 0 0 43.33333333%;
        max-width: 43.33333333%;
        min-width: 43.33333333%;
    }
    .u-layout-col > .u-size-26-xl {
        flex: 26 0 43.33333333%;
    }
    .u-layout-row > .u-size-25-xl {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
        min-width: 41.66666667%;
    }
    .u-layout-col > .u-size-25-xl {
        flex: 25 0 41.66666667%;
    }
    .u-layout-row > .u-size-24-xl {
        flex: 0 0 40%;
        max-width: 40%;
        min-width: 40%;
    }
    .u-layout-col > .u-size-24-xl {
        flex: 24 0 40%;
    }
    .u-layout-row > .u-size-23-xl {
        flex: 0 0 38.33333333%;
        max-width: 38.33333333%;
        min-width: 38.33333333%;
    }
    .u-layout-col > .u-size-23-xl {
        flex: 23 0 38.33333333%;
    }
    .u-layout-row > .u-size-22-xl {
        flex: 0 0 36.66666667%;
        max-width: 36.66666667%;
        min-width: 36.66666667%;
    }
    .u-layout-col > .u-size-22-xl {
        flex: 22 0 36.66666667%;
    }
    .u-layout-row > .u-size-21-xl {
        flex: 0 0 35%;
        max-width: 35%;
        min-width: 35%;
    }
    .u-layout-col > .u-size-21-xl {
        flex: 21 0 35%;
    }
    .u-layout-row > .u-size-20-xl {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
        min-width: 33.33333333%;
    }
    .u-layout-col > .u-size-20-xl {
        flex: 20 0 33.33333333%;
    }
    .u-layout-row > .u-size-19-xl {
        flex: 0 0 31.66666667%;
        max-width: 31.66666667%;
        min-width: 31.66666667%;
    }
    .u-layout-col > .u-size-19-xl {
        flex: 19 0 31.66666667%;
    }
    .u-layout-row > .u-size-18-xl {
        flex: 0 0 30%;
        max-width: 30%;
        min-width: 30%;
    }
    .u-layout-col > .u-size-18-xl {
        flex: 18 0 30%;
    }
    .u-layout-row > .u-size-17-xl {
        flex: 0 0 28.33333333%;
        max-width: 28.33333333%;
        min-width: 28.33333333%;
    }
    .u-layout-col > .u-size-17-xl {
        flex: 17 0 28.33333333%;
    }
    .u-layout-row > .u-size-16-xl {
        flex: 0 0 26.66666667%;
        max-width: 26.66666667%;
        min-width: 26.66666667%;
    }
    .u-layout-col > .u-size-16-xl {
        flex: 16 0 26.66666667%;
    }
    .u-layout-row > .u-size-15-xl {
        flex: 0 0 25%;
        max-width: 25%;
        min-width: 25%;
    }
    .u-layout-col > .u-size-15-xl {
        flex: 15 0 25%;
    }
    .u-layout-row > .u-size-14-xl {
        flex: 0 0 23.33333333%;
        max-width: 23.33333333%;
        min-width: 23.33333333%;
    }
    .u-layout-col > .u-size-14-xl {
        flex: 14 0 23.33333333%;
    }
    .u-layout-row > .u-size-13-xl {
        flex: 0 0 21.66666667%;
        max-width: 21.66666667%;
        min-width: 21.66666667%;
    }
    .u-layout-col > .u-size-13-xl {
        flex: 13 0 21.66666667%;
    }
    .u-layout-row > .u-size-12-xl {
        flex: 0 0 20%;
        max-width: 20%;
        min-width: 20%;
    }
    .u-layout-col > .u-size-12-xl {
        flex: 12 0 20%;
    }
    .u-layout-row > .u-size-11-xl {
        flex: 0 0 18.33333333%;
        max-width: 18.33333333%;
        min-width: 18.33333333%;
    }
    .u-layout-col > .u-size-11-xl {
        flex: 11 0 18.33333333%;
    }
    .u-layout-row > .u-size-10-xl {
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
        min-width: 16.66666667%;
    }
    .u-layout-col > .u-size-10-xl {
        flex: 10 0 16.66666667%;
    }
    .u-layout-row > .u-size-9-xl {
        flex: 0 0 15%;
        max-width: 15%;
        min-width: 15%;
    }
    .u-layout-col > .u-size-9-xl {
        flex: 9 0 15%;
    }
    .u-layout-row > .u-size-8-xl {
        flex: 0 0 13.33333333%;
        max-width: 13.33333333%;
        min-width: 13.33333333%;
    }
    .u-layout-col > .u-size-8-xl {
        flex: 8 0 13.33333333%;
    }
    .u-layout-row > .u-size-7-xl {
        flex: 0 0 11.66666667%;
        max-width: 11.66666667%;
        min-width: 11.66666667%;
    }
    .u-layout-col > .u-size-7-xl {
        flex: 7 0 11.66666667%;
    }
    .u-layout-row > .u-size-6-xl {
        flex: 0 0 10%;
        max-width: 10%;
        min-width: 10%;
    }
    .u-layout-col > .u-size-6-xl {
        flex: 6 0 10%;
    }
    .u-layout-row > .u-size-5-xl {
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%;
        min-width: 8.33333333%;
    }
    .u-layout-col > .u-size-5-xl {
        flex: 5 0 8.33333333%;
    }
    .u-layout-row > .u-size-4-xl {
        flex: 0 0 6.66666667%;
        max-width: 6.66666667%;
        min-width: 6.66666667%;
    }
    .u-layout-col > .u-size-4-xl {
        flex: 4 0 6.66666667%;
    }
    .u-layout-row > .u-size-3-xl {
        flex: 0 0 5%;
        max-width: 5%;
        min-width: 5%;
    }
    .u-layout-col > .u-size-3-xl {
        flex: 3 0 5%;
    }
    .u-layout-row > .u-size-2-xl {
        flex: 0 0 3.33333333%;
        max-width: 3.33333333%;
        min-width: 3.33333333%;
    }
    .u-layout-col > .u-size-2-xl {
        flex: 2 0 3.33333333%;
    }
    .u-layout-row > .u-size-1-xl {
        flex: 0 0 1.66666667%;
        max-width: 1.66666667%;
        min-width: 1.66666667%;
    }
    .u-layout-col > .u-size-1-xl {
        flex: 1 0 1.66666667%;
    }
    .u-layout-row > .u-size-0-xl {
        flex: 0 0 0%;
        max-width: 0%;
        min-width: 0%;
    }
    .u-layout-col > .u-size-0-xl {
        flex: 0 0 0%;
    }
}
@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 100%;
    }
    .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 98.33333333%;
    }
    .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 96.66666667%;
    }
    .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 95%;
    }
    .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 93.33333333%;
    }
    .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 91.66666667%;
    }
    .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 90%;
    }
    .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 88.33333333%;
    }
    .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 86.66666667%;
    }
    .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 85%;
    }
    .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 83.33333333%;
    }
    .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 81.66666667%;
    }
    .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 80%;
    }
    .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 78.33333333%;
    }
    .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 76.66666667%;
    }
    .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 75%;
    }
    .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 73.33333333%;
    }
    .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 71.66666667%;
    }
    .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 70%;
    }
    .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 68.33333333%;
    }
    .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 66.66666667%;
    }
    .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 65%;
    }
    .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 63.33333333%;
    }
    .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 61.66666667%;
    }
    .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 60%;
    }
    .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 58.33333333%;
    }
    .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 56.66666667%;
    }
    .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 55%;
    }
    .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 53.33333333%;
    }
    .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 51.66666667%;
    }
    .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 50%;
    }
    .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 48.33333333%;
    }
    .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 46.66666667%;
    }
    .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 45%;
    }
    .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 43.33333333%;
    }
    .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 41.66666667%;
    }
    .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 40%;
    }
    .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 38.33333333%;
    }
    .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 36.66666667%;
    }
    .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 35%;
    }
    .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 33.33333333%;
    }
    .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 31.66666667%;
    }
    .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 30%;
    }
    .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 28.33333333%;
    }
    .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 26.66666667%;
    }
    .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 25%;
    }
    .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 23.33333333%;
    }
    .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 21.66666667%;
    }
    .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 20%;
    }
    .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 18.33333333%;
    }
    .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 16.66666667%;
    }
    .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 15%;
    }
    .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 13.33333333%;
    }
    .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 11.66666667%;
    }
    .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 10%;
    }
    .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 8.33333333%;
    }
    .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 6.66666667%;
    }
    .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 5%;
    }
    .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 3.33333333%;
    }
    .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 1.66666667%;
    }
    .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 0%;
    }
}
@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 100%;
    }
    .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 98.33333333%;
    }
    .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 96.66666667%;
    }
    .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 95%;
    }
    .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 93.33333333%;
    }
    .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 91.66666667%;
    }
    .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 90%;
    }
    .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 88.33333333%;
    }
    .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 86.66666667%;
    }
    .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 85%;
    }
    .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 83.33333333%;
    }
    .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 81.66666667%;
    }
    .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 80%;
    }
    .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 78.33333333%;
    }
    .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 76.66666667%;
    }
    .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 75%;
    }
    .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 73.33333333%;
    }
    .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 71.66666667%;
    }
    .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 70%;
    }
    .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 68.33333333%;
    }
    .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 66.66666667%;
    }
    .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 65%;
    }
    .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 63.33333333%;
    }
    .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 61.66666667%;
    }
    .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 60%;
    }
    .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 58.33333333%;
    }
    .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 56.66666667%;
    }
    .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 55%;
    }
    .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 53.33333333%;
    }
    .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 51.66666667%;
    }
    .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 50%;
    }
    .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 48.33333333%;
    }
    .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 46.66666667%;
    }
    .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 45%;
    }
    .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 43.33333333%;
    }
    .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 41.66666667%;
    }
    .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 40%;
    }
    .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 38.33333333%;
    }
    .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 36.66666667%;
    }
    .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 35%;
    }
    .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 33.33333333%;
    }
    .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 31.66666667%;
    }
    .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 30%;
    }
    .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 28.33333333%;
    }
    .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 26.66666667%;
    }
    .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 25%;
    }
    .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 23.33333333%;
    }
    .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 21.66666667%;
    }
    .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 20%;
    }
    .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 18.33333333%;
    }
    .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 16.66666667%;
    }
    .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 15%;
    }
    .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 13.33333333%;
    }
    .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 11.66666667%;
    }
    .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 10%;
    }
    .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 8.33333333%;
    }
    .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 6.66666667%;
    }
    .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 5%;
    }
    .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 3.33333333%;
    }
    .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 1.66666667%;
    }
    .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 0%;
    }
}
@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 100%;
    }
    .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 98.33333333%;
    }
    .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 96.66666667%;
    }
    .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 95%;
    }
    .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 93.33333333%;
    }
    .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 91.66666667%;
    }
    .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 90%;
    }
    .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 88.33333333%;
    }
    .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 86.66666667%;
    }
    .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 85%;
    }
    .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 83.33333333%;
    }
    .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 81.66666667%;
    }
    .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 80%;
    }
    .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 78.33333333%;
    }
    .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 76.66666667%;
    }
    .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 75%;
    }
    .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 73.33333333%;
    }
    .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 71.66666667%;
    }
    .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 70%;
    }
    .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 68.33333333%;
    }
    .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 66.66666667%;
    }
    .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 65%;
    }
    .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 63.33333333%;
    }
    .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 61.66666667%;
    }
    .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 60%;
    }
    .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 58.33333333%;
    }
    .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 56.66666667%;
    }
    .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 55%;
    }
    .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 53.33333333%;
    }
    .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 51.66666667%;
    }
    .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 50%;
    }
    .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 48.33333333%;
    }
    .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 46.66666667%;
    }
    .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 45%;
    }
    .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 43.33333333%;
    }
    .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 41.66666667%;
    }
    .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 40%;
    }
    .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 38.33333333%;
    }
    .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 36.66666667%;
    }
    .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 35%;
    }
    .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 33.33333333%;
    }
    .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 31.66666667%;
    }
    .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 30%;
    }
    .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 28.33333333%;
    }
    .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 26.66666667%;
    }
    .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 25%;
    }
    .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 23.33333333%;
    }
    .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 21.66666667%;
    }
    .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 20%;
    }
    .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 18.33333333%;
    }
    .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 16.66666667%;
    }
    .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 15%;
    }
    .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 13.33333333%;
    }
    .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 11.66666667%;
    }
    .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 10%;
    }
    .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 8.33333333%;
    }
    .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 6.66666667%;
    }
    .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 5%;
    }
    .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 3.33333333%;
    }
    .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 1.66666667%;
    }
    .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 0%;
    }
}
@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 100%;
    }
    .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 98.33333333%;
    }
    .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 96.66666667%;
    }
    .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 95%;
    }
    .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 93.33333333%;
    }
    .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 91.66666667%;
    }
    .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 90%;
    }
    .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 88.33333333%;
    }
    .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 86.66666667%;
    }
    .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 85%;
    }
    .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 83.33333333%;
    }
    .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 81.66666667%;
    }
    .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 80%;
    }
    .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 78.33333333%;
    }
    .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 76.66666667%;
    }
    .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 75%;
    }
    .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 73.33333333%;
    }
    .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 71.66666667%;
    }
    .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 70%;
    }
    .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 68.33333333%;
    }
    .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 66.66666667%;
    }
    .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 65%;
    }
    .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 63.33333333%;
    }
    .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 61.66666667%;
    }
    .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 60%;
    }
    .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 58.33333333%;
    }
    .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 56.66666667%;
    }
    .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 55%;
    }
    .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 53.33333333%;
    }
    .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 51.66666667%;
    }
    .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 50%;
    }
    .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 48.33333333%;
    }
    .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 46.66666667%;
    }
    .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 45%;
    }
    .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 43.33333333%;
    }
    .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 41.66666667%;
    }
    .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 40%;
    }
    .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 38.33333333%;
    }
    .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 36.66666667%;
    }
    .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 35%;
    }
    .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 33.33333333%;
    }
    .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 31.66666667%;
    }
    .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 30%;
    }
    .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 28.33333333%;
    }
    .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 26.66666667%;
    }
    .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 25%;
    }
    .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 23.33333333%;
    }
    .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 21.66666667%;
    }
    .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 20%;
    }
    .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 18.33333333%;
    }
    .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 16.66666667%;
    }
    .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 15%;
    }
    .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 13.33333333%;
    }
    .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 11.66666667%;
    }
    .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 10%;
    }
    .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 8.33333333%;
    }
    .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 6.66666667%;
    }
    .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 5%;
    }
    .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 3.33333333%;
    }
    .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 1.66666667%;
    }
    .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 0%;
    }
}

.u-gutter-10 .u-layout {
    margin: -5px;
}
.u-gutter-10 .u-layout .u-layout-cell {
    border: 5px solid transparent;
}
.u-gutter-10.u-layout-spacing-top {
    padding-top: 10px;
}
.u-gutter-10.u-layout-spacing-top-bottom {
    padding: 10px 0;
}
.u-gutter-10.u-layout-spacing-left-right {
    padding: 0 10px;
}
.u-gutter-10.u-layout-spacing-all {
    padding: 10px;
}
.u-layout-wrap.u-layout-spacing-vertical .u-layout-cell {
    border-top-width: 0;
    border-bottom-width: 0;
}
.u-layout-wrap.u-layout-spacing-vertical .u-layout {
    margin-top: 0;
    margin-bottom: 0;
    height: 100%;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .u-layout-col > * {
        flex-basis: auto !important;
    }
}
.u-layout-col,
.u-layout-row,
.u-layout-col > * {
    display: flex;
}
.u-layout-col,
.u-layout-row {
    flex: 1 1 100%;
}
.u-layout-row > * {
    max-height: 100%;
    min-height: -webkit-fit-content;
    min-height: fit-content;
}
.u-layout-col > * {
    min-height: -webkit-fit-content;
    min-height: fit-content;
    max-width: 100%;
}
.u-layout-col {
    flex-direction: column;
    min-height: 100%;
}
.u-layout-row {
    flex-direction: row;
    flex-wrap: wrap;
    min-height: 100%;
    max-width: 100%;
}
.u-layout-cell {
    position: relative;
    display: flex;
    background-clip: padding-box;
    background-origin: padding-box;
}
.u-sheet:not(.u-image):not(.u-video) {
    pointer-events: none;
}
.u-sheet:not(.u-image):not(.u-video) > * {
    pointer-events: auto;
    pointer-events: initial;
}
.u-stick-footer {
    display: flex;
    flex-direction: column;
}
.u-stick-footer .u-footer {
    margin-top: auto;
}
.u-hide-header .u-header,
.u-hide-footer .u-footer {
    display: none;
}
.u-absolute-hcenter {
    left: 50% !important;
    transform: translateX(-50%);
}
@media (min-width: 1200px) {
    .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%);
    }
}
.u-absolute-vcenter {
    top: 50% !important;
    transform: translateY(-50%);
}
@media (min-width: 1200px) {
    .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%);
    }
}
.u-header.u-sticky {
    position: fixed;
    top: 0;
}
@supports (position: sticky) {
    .u-header.u-sticky {
        position: sticky;
    }
}
@supports (position: -webkit-sticky) {
    .u-header.u-sticky {
        position: -webkit-sticky;
    }
}
.u-sheet.u-content-layout {
    display: flex;
    flex-wrap: nowrap;
}
@media (max-width: 991px) {
    .u-sheet.u-content-layout {
        flex-direction: column;
        align-items: center;
    }
}

.u-icon {
    display: block;
    line-height: 0;
    border-width: 0px;
}
.u-svg-link {
    width: 100%;
    height: 100%;
    fill: currentColor;
}
.u-svg-content {
    width: 0;
    height: 0;
}
.u-icon-circle,
.u-icon-circle img {
    border-radius: 50%;
}
.u-file-icon img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.u-back-to-top {
    position: fixed;
    z-index: 100000;
    display: none;
}
.u-post-details {
    display: flex;
}
.u-post-details .u-blog-post {
    display: flex;
    flex: 1;
}
.u-metadata {
    display: table;
}
.u-metadata .u-meta-icon {
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}
.u-metadata .u-meta-icon:first-child {
    margin-left: 0;
}
.u-metadata .u-meta-icon + .u-meta-icon:before {
    content: '|';
    display: inline-block;
    margin-right: 5px;
}
.u-video-poster {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border: 0;
    opacity: 1;
    transition: opacity 800ms, height 0s;
    transition-delay: 0s, 0s;
}
.u-video-poster:before,
.u-video-poster:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
}
.u-video-poster:before {
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    border: 5px solid #fff;
    border-radius: 100%;
}
.u-video-poster:after {
    width: 0;
    height: 0;
    margin: -20px 0 0 -10px;
    border-left: 40px solid #fff;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
}
.u-background-video .u-video-poster:before,
.u-background-video .u-video-poster:after {
    display: none;
}
.u-video video + .u-video-poster {
    background: transparent;
}
.u-video.active .u-video-poster,
.u-background-video .lazyloaded ~ .u-video-poster {
    opacity: 0;
    pointer-events: none;
    height: 0;
    transition-delay: 0s, 800ms;
}
.u-video-poster:before,
.u-video-poster:after {
    box-sizing: initial;
}
.pswp .embed-responsive,
.u-video .embed-responsive {
    width: 100%;
    height: 100%;
}
.u-video video {
    object-fit: cover;
}
.u-video.u-video-contain video {
    object-fit: contain;
    background-size: contain;
}
@media (min-width: 1200px) {
    .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;
    }
}
div.u-video,
.u-background-video {
    overflow: hidden;
}
@media (min-width: 768px) {
    .u-background-video .embed-responsive {
        pointer-events: none;
    }
}
.u-metadata {
    display: table;
}
.u-metadata .u-meta-icon {
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}
.u-metadata .u-meta-icon:first-child {
    margin-left: 0;
}
.u-metadata .u-meta-icon + .u-meta-icon:before {
    content: '|';
    display: inline-block;
    margin-right: 5px;
}
.u-post-tags {
    display: table;
}

.u-text {
    word-wrap: break-word;
    position: relative;
}
.u-word-break {
    word-break: break-all;
}
.u-font-open-sans.u-custom-font {
    font-family: 'Open Sans', sans-serif !important;
}
.u-lightbox .u-image,
.u-lightbox .u-gallery-item {
    cursor: pointer;
}
/*end-commonstyles photoswipe-default*/
/*begin-commonstyles animation*/
.backstage {
    animation-play-state: paused;
    visibility: hidden;
}
@keyframes slideOutUp {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d(0, -100%, 0);
    }
}
@keyframes slideOutRight {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d(100%, 0, 0);
    }
}
@keyframes slideOutDown {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d(0, 100%, 0);
    }
}
@keyframes slideOutLeft {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d(-100%, 0, 0);
    }
}
/* Fix zoomIn animation for Internet Explorer */
@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
    to {
        opacity: 1;
    }
}
@keyframes zoomInDown {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
    to {
        opacity: 1;
    }
}
@keyframes zoomInLeft {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
    to {
        opacity: 1;
    }
}
@keyframes zoomInRight {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
    to {
        opacity: 1;
    }
}
@keyframes zoomInUp {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
    to {
        opacity: 1;
    }
}
.u-responsive-xs .slideInDown,
.u-responsive-sm .slideInDown {
    animation-name: slideInUp;
}
.u-responsive-xs .slideOutUp,
.u-responsive-sm .slideOutUp {
    animation-name: slideOutDown;
}
/*end-commonstyles animation*/
.u-cookies-consent {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.u-cookies-consent.show {
    display: block;
}
.u-gallery-item {
    position: relative;
    overflow: hidden;
}
.u-gallery-item .u-back-slide {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.u-back-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.u-show-text-none .u-over-slide {
    display: none;
}
.u-over-slide .u-gallery-heading,
.u-over-slide .u-gallery-text {
    margin-top: 0;
    margin-bottom: 0;
}
.u-gallery.u-layout-carousel .u-carousel-indicators li {
    opacity: 0.5;
}
.u-gallery.u-layout-carousel .u-carousel-indicators li.u-active {
    opacity: 1;
}
.u-no-transition *,
.u-no-transition *:before,
.u-no-transition *:after {
    transition: none !important;
}
.u-layout-carousel.u-gallery.u-product-zoom .u-back-slide,
.u-layout-thumbnails.u-gallery.u-product-zoom .u-back-slide {
    background-size: contain;
    background-position: 50% 50%;
    cursor: zoom-in;
    overflow: hidden;
}
.u-layout-carousel.u-gallery.u-product-zoom .u-back-slide.hover img,
.u-layout-thumbnails.u-gallery.u-product-zoom .u-back-slide.hover img {
    opacity: 1;
}
.u-layout-carousel.u-gallery.u-product-zoom .u-back-slide img,
.u-layout-thumbnails.u-gallery.u-product-zoom .u-back-slide img {
    min-width: 120%;
    min-height: 120%;
    height: auto;
    width: auto;
    opacity: 0;
    transition: opacity .5s;
    pointer-events: none;
}
.u-repeater {
    display: grid;
    grid-template-columns: repeat(3, 33.33333333%);
}
.u-repeater-item {
    display: flex;
    position: relative;
}
.u-list-control {
    display: flex;
    position: relative;
}
.u-list:not(.u-repeater),
.u-blog:not(.u-repeater),
.u-products:not(.u-repeater) {
    display: flex;
    flex-direction: column;
}
.u-list:not(.u-repeater) .u-repeater,
.u-blog:not(.u-repeater) .u-repeater,
.u-products:not(.u-repeater) .u-repeater {
    flex: 1;
}
.u-list:not(.u-repeater) .u-list-control,
.u-blog:not(.u-repeater) .u-list-control,
.u-products:not(.u-repeater) .u-list-control {
    flex: 0;
}
.u-table table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}
.u-table th,
.u-table td {
    padding: 10px;
    font-weight: inherit;
    position: relative;
}
.u-table th:empty:before,
.u-table td:empty:before {
    content: '\A0';
}
.u-table-valign-top {
    vertical-align: top;
}
.u-table-valign-middle {
    vertical-align: middle;
}
.u-table-valign-bottom {
    vertical-align: bottom;
}
@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;
    }
}
.u-custom-list {
    list-style-type: none;
    padding-left: 0;
}
.u-custom-list li {
    position: relative;
    margin-left: 1.4em;
}
.u-custom-list .u-list-icon {
    display: inline-block;
    position: absolute;
    width: 1em;
    min-height: 1em;
    height: auto;
    left: -1.5em;
    fill: currentColor;
    text-align: center;
}
.u-custom-list .u-list-icon > :first-child {
    display: inline-block;
    position: relative;
    margin: -0.8em;
    font-size: 0.8em;
    width: 1em;
    height: 1em;
    vertical-align: middle;
    line-height: 0.9;
}
.u-tabs {
    display: flex;
    flex-direction: column;
}
.u-tabs .u-tab-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    margin: 0 0 -5px;
}
.u-tabs .u-tab-item {
    margin-bottom: 5px;
}
.u-tabs .u-tab-link {
    display: block;
    padding: 10px 20px;
    color: inherit;
    border-color: transparent;
}
.u-tabs .u-tab-pane {
    position: relative;
}
.u-tabs .u-tab-content {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.u-tabs .u-tab-content > .u-tab-pane {
    flex: 1;
    display: none;
}
.u-tabs .u-tab-content > .u-tab-active {
    display: flex;
}
.u-tabs.u-tab-links-align-left .u-tab-list {
    justify-content: flex-start;
}
.u-tabs.u-tab-links-align-center .u-tab-list {
    justify-content: center;
}
.u-tabs.u-tab-links-align-right .u-tab-list {
    justify-content: flex-end;
}
.u-tabs.u-tab-links-align-justify .u-tab-list {
    text-align: center;
}
.u-tabs.u-tab-links-align-justify .u-tab-list > * {
    flex: 1;
}
.u-tab-list[class*="u-border"] .u-tab-link.u-border-0 {
    margin-bottom: 0px;
}
.u-tab-list[class*="u-border"] .u-tab-link.u-border-1 {
    margin-bottom: -1px;
}
.u-tab-list[class*="u-border"] .u-tab-link.u-border-2 {
    margin-bottom: -2px;
}
.u-tab-list[class*="u-border"] .u-tab-link.u-border-3 {
    margin-bottom: -3px;
}
.u-tab-list[class*="u-border"] .u-tab-link.u-border-4 {
    margin-bottom: -4px;
}
.u-tab-list[class*="u-border"] .u-tab-link.u-border-5 {
    margin-bottom: -5px;
}
.u-tab-list[class*="u-border"] .u-tab-link.u-border-6 {
    margin-bottom: -6px;
}
.u-tab-list[class*="u-border"] .u-tab-link.u-border-7 {
    margin-bottom: -7px;
}
.u-tab-list[class*="u-border"] .u-tab-link.u-border-8 {
    margin-bottom: -8px;
}
.u-tab-list[class*="u-border"] .u-tab-link.u-border-9 {
    margin-bottom: -9px;
}
.u-tab-list[class*="u-border"] .u-tab-link.u-border-10 {
    margin-bottom: -10px;
}
.u-tab-list[class*="u-border"] .u-tab-link.u-border-11 {
    margin-bottom: -11px;
}
.u-tab-list[class*="u-border"] .u-tab-link.u-border-12 {
    margin-bottom: -12px;
}
.u-tab-list[class*="u-border"] .u-tab-link.u-border-13 {
    margin-bottom: -13px;
}
.u-tab-list[class*="u-border"] .u-tab-link.u-border-14 {
    margin-bottom: -14px;
}
.u-tab-list[class*="u-border"] .u-tab-link.u-border-15 {
    margin-bottom: -15px;
}
.u-tab-list[class*="u-border"] .u-tab-link.u-border-16 {
    margin-bottom: -16px;
}
.u-tab-list[class*="u-border"] .u-tab-link.u-border-17 {
    margin-bottom: -17px;
}
.u-tab-list[class*="u-border"] .u-tab-link.u-border-18 {
    margin-bottom: -18px;
}
.u-tab-list[class*="u-border"] .u-tab-link.u-border-19 {
    margin-bottom: -19px;
}
.u-tab-list[class*="u-border"] .u-tab-link.u-border-20 {
    margin-bottom: -20px;
}
.u-text .u-icon,
.u-btn .u-icon,
.u-table-cell .u-icon,
.u-tab-link .u-icon {
    position: relative;
    display: inline;
    line-height: inherit;
    font-size: 1em;
    fill: currentColor;
    vertical-align: middle;
    white-space: nowrap;
}
.u-text .u-icon.u-file-icon > img[src],
.u-btn .u-icon.u-file-icon > img[src],
.u-table-cell .u-icon.u-file-icon > img[src],
.u-tab-link .u-icon.u-file-icon > img[src] {
    display: inline-block;
    height: 1em;
    width: auto;
    line-height: 1;
    vertical-align: -0.15em;
}
.u-text .u-icon > svg,
.u-btn .u-icon > svg,
.u-table-cell .u-icon > svg,
.u-tab-link .u-icon > svg {
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    vertical-align: -0.15em;
}
.u-text .u-icon > svg + img,
.u-btn .u-icon > svg + img,
.u-table-cell .u-icon > svg + img,
.u-tab-link .u-icon > svg + img {
    position: absolute !important;
    left: calc(50% - 0.5em) !important;
    top: calc(50% - 0.5em) !important;
    display: inline !important;
    padding: 0.5em !important;
    margin: 0 !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    min-width: 0 !important;
    min-height: 0 !important;
    width: 0 !important;
    height: 0 !important;
    line-height: 1 !important;
}
.u-login {
    display: table;
}
.u-table-cell .u-btn,
.u-text .u-btn {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: baseline;
    white-space: normal;
    text-align: inherit;
}
.u-table-cell .u-btn.u-button-link,
.u-text .u-btn.u-button-link {
    display: inline;
}
.u-text.u-cart-block-content .u-btn {
    white-space: nowrap;
}
.u-slider {
    display: flex;
    flex-direction: column;
}
.u-slider .u-carousel-inner {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.u-slider .u-carousel-inner > .u-carousel-item {
    flex: 1;
    align-items: initial;
    min-height: 100%;
}
.u-slider .u-carousel-inner .u-carousel-item.u-active,
.u-slider .u-carousel-inner .u-carousel-item-next,
.u-slider .u-carousel-inner .u-carousel-item-prev {
    display: flex;
}
.u-layout-grid .u-gallery-inner {
    display: grid;
    grid-template-columns: repeat(3, auto);
    min-height: 100%;
}
.u-layout-thumbnails,
.u-layout-carousel {
    display: flex;
}
.u-layout-thumbnails .u-carousel-inner,
.u-layout-carousel .u-carousel-inner {
    flex: 1;
}
.u-layout-thumbnails .u-carousel-item,
.u-layout-carousel .u-carousel-item {
    height: 100%;
    flex-direction: column;
}
.u-layout-thumbnails .u-carousel-item.u-active,
.u-layout-carousel .u-carousel-item.u-active,
.u-layout-thumbnails .u-carousel-item.u-carousel-item-next,
.u-layout-carousel .u-carousel-item.u-carousel-item-next,
.u-layout-thumbnails .u-carousel-item.u-carousel-item-prev,
.u-layout-carousel .u-carousel-item.u-carousel-item-prev {
    display: flex;
}
.u-layout-thumbnails .u-carousel-item .u-back-slide,
.u-layout-carousel .u-carousel-item .u-back-slide {
    position: relative;
}
.u-layout-carousel:not(.u-gallery-slider) .u-over-slide {
    position: relative;
    height: auto;
}
.u-layout-thumbnails {
    flex-direction: column;
    grid-gap: 0 !important;
}
.u-layout-thumbnails .u-over-slide {
    display: none;
}
.u-layout-thumbnails .u-carousel-indicators {
    display: none;
}
.u-layout-thumbnails .u-carousel-thumbnails {
    padding-left: 0;
    margin: 0;
    list-style: none;
    display: flex;
    overflow-x: auto;
}
.u-layout-thumbnails .u-carousel-thumbnail {
    flex-shrink: 0;
    overflow: hidden;
}
.u-carousel-thumbnail-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.u-thumbnails-position-bottom {
    flex-direction: column;
}
.u-thumbnails-position-bottom .u-carousel-thumbnails {
    flex-direction: row;
    order: 10;
    overflow-x: auto;
}
.u-thumbnails-position-top {
    flex-direction: column;
}
.u-thumbnails-position-top .u-carousel-thumbnails {
    flex-direction: row;
    order: -1;
    overflow-x: auto;
}
.u-thumbnails-position-left {
    flex-direction: row;
}
.u-thumbnails-position-left .u-carousel-thumbnails {
    flex-direction: column;
    order: -1;
    overflow-y: auto;
}
.u-thumbnails-position-right {
    flex-direction: row;
}
.u-thumbnails-position-right .u-carousel-thumbnails {
    flex-direction: column;
    order: 10;
    overflow-y: auto;
}
.u-layout-horizontal {
    position: relative;
    overflow: hidden;
}
.u-layout-horizontal .u-repeater,
.u-layout-horizontal .u-gallery-inner {
    width: 100%;
    height: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
}
.u-layout-horizontal .u-repeater::-webkit-scrollbar,
.u-layout-horizontal .u-gallery-inner::-webkit-scrollbar {
    display: none;
}
.u-layout-horizontal .u-gallery-inner {
    white-space: nowrap;
}
.u-layout-horizontal .u-repeater {
    grid-auto-flow: column;
    grid-auto-rows: 100%;
}
.u-layout-horizontal .u-gallery-item {
    height: 100%;
    display: inline-block;
    white-space: normal;
}
.u-layout-horizontal .u-gallery-item:last-child {
    margin-right: 0 !important;
}
.u-layout-horizontal .u-back-slide {
    display: inline-block;
    width: -webkit-fit-content;
    width: fit-content;
}
.u-layout-horizontal .u-back-image {
    width: auto;
}
.u-product {
    display: flex;
}
.u-gallery.u-product-control .u-back-image {
    object-fit: contain;
}
.u-product-price {
    display: table;
}
.u-price-wrapper {
    display: flex;
}
.u-price-wrapper .u-price,
.u-price-wrapper .u-old-price {
    margin-top: auto;
    margin-bottom: auto;
}
.u-price-wrapper .u-old-price {
    line-height: 1;
}
.u-price-wrapper .u-hide-price {
    display: none;
}
.u-price-wrapper .u-hide-price + div {
    margin-left: 0;
}
.u-product-quantity {
    display: table;
}
.u-quantity-input {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.u-quantity-input input,
.u-quantity-input a {
    vertical-align: middle;
    line-height: 2em;
    height: 2em;
    font-size: 1em;
}
.u-quantity-input input {
    border: none;
    min-width: 3em;
    width: 100%;
}
.u-quantity-input a {
    flex-shrink: 0;
    flex-grow: 0;
    align-items: center;
    display: flex;
    position: relative;
    width: 2em;
    text-align: center;
    text-decoration: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.u-quantity-input a,
.u-quantity-input a:hover {
    color: inherit;
}
.u-quantity-input a svg {
    flex: 1 0 auto;
}
.u-quantity-input a:not(.u-hidden) ~ input {
    text-align: center;
}
[class*="u-border-"].u-quantity-input a {
    border-top-width: 0 !important;
    border-bottom-width: 0 !important;
}
[class*="u-border-"].u-quantity-input a:first-child {
    border-left-width: 0 !important;
}
[class*="u-border-"].u-quantity-input a:last-child {
    border-right-width: 0 !important;
}
.u-quantity-input a.disabled {
    pointer-events: none;
}
.u-quantity-input a.disabled svg {
    opacity: 0.33;
}
.u-shopping-cart {
    display: block;
    color: inherit;
}
.u-shopping-cart:hover {
    color: inherit;
}
.u-shopping-cart-icon {
    position: relative;
    width: 100%;
    height: 100%;
}
.u-shopping-cart-count {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    z-index: 1;
    width: calc(1em + 3px);
    height: calc(1em + 3px);
    line-height: calc(1em + 2px);
    text-align: center;
    vertical-align: baseline;
    box-sizing: content-box;
}
.u-cart-product-image {
    width: 100px;
    display: inline-block;
}
.u-cart-product-title {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 10px;
}
.u-cart-button-container {
    display: flex;
    position: relative;
    justify-content: space-between;
}
.u-cart-blocks-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    position: relative;
}
@media (max-width: 767px) {
    .u-cart-blocks-container {
        grid-template-columns: 1fr;
    }
    .u-cart-form .u-btn-submit {
        flex-grow: 0;
        margin-left: auto;
    }
}
.u-dialog {
    display: flex;
    position: relative;
}
.u-dialog-close-button {
    position: absolute;
    top: 20px;
    right: 20px;
    color: inherit;
    background: transparent;
    padding: 0;
    outline: none;
    cursor: pointer;
}
.u-dialog-block {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100001;
}
.u-dialog-block:not(.u-dialog-open) {
    display: none;
}
.u-countdown {
    display: table;
}
.u-countdown-wrapper {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
}
.u-countdown-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.u-countdown-number {
    display: inline-block;
}
.u-countdown-counter {
    white-space: nowrap;
}
.u-accordion-link {
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    font-weight: inherit;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px 20px;
    border-color: transparent;
    cursor: pointer;
}
.u-accordion-link-icon {
    margin-left: auto;
    flex-shrink: 0;
    background: transparent;
}
.u-accordion-link-icon svg {
    fill: currentColor !important;
}
.u-accordion-link-icon-hidden {
    display: none;
}
.u-accordion-pane {
    position: relative;
    display: none;
}
.u-accordion-pane.u-accordion-active {
    display: flex;
}
.u-accordion.u-spacing-0 .u-accordion-item:not(:last-child) .u-accordion-link:not(.active),
.u-accordion:not([class*="u-spacing-"]) .u-accordion-item:not(:last-child) .u-accordion-link:not(.active) {
    border-bottom: none;
}
.u-accordion.u-spacing-0 .u-accordion-item:not(:last-child) .u-accordion-link[class*=u-border-] ~ .u-accordion-pane,
.u-accordion:not([class*="u-spacing-"]) .u-accordion-item:not(:last-child) .u-accordion-link[class*=u-border-] ~ .u-accordion-pane {
    border-bottom: none;
}
.u-section-row {
    position: relative;
}
.u-section-row.u-sticky-fixed {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1;
}
.u-hover-box {
    overflow: hidden;
}
.u-hover-box .u-over-slide {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.u-carousel {
    position: relative;
}
.u-carousel.pointer-event {
    touch-action: pan-y;
}
.u-carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.u-carousel-item {
    position: relative;
    align-items: center;
    width: 100%;
    transition: transform 0.6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px;
    transform: translate3d(0, 0, 0);
}
.u-carousel .u-carousel-item {
    display: none;
}
.u-carousel-item.u-active,
.u-carousel-item.u-carousel-item-next,
.u-carousel-item.u-carousel-item-prev {
    display: block;
}
.u-carousel-item-next,
.u-carousel-item-prev {
    position: absolute;
    top: 0;
}
.u-carousel-item-next.u-carousel-item-left,
.u-carousel-item-prev.u-carousel-item-right {
    transform: translate3d(0, 0, 0);
}
.u-carousel-item-next,
.u-active.u-carousel-item-right {
    transform: translate3d(100%, 0, 0);
}
.u-carousel-item-prev,
.u-active.u-carousel-item-left {
    transform: translate3d(-100%, 0, 0);
}
.u-gallery-nav-prev,
.u-gallery-nav-next,
.u-carousel-control-prev,
.u-carousel-control-next {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    font-style: inherit;
    font-weight: inherit;
    text-decoration: none;
    border: 0 none transparent;
    outline-width: 0;
    background-color: transparent;
    margin: 0;
    -webkit-text-decoration-skip: objects;
    border: none;
    margin: 0 !important;
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    opacity: 1;
}
.u-gallery-nav-prev span svg,
.u-gallery-nav-next span svg,
.u-carousel-control-prev span svg,
.u-carousel-control-next span svg {
    vertical-align: top;
    fill: currentColor;
}
.u-gallery-nav-prev:focus,
.u-gallery-nav-prev:hover,
.u-gallery-nav-next:focus,
.u-gallery-nav-next:hover,
.u-carousel-control-prev:focus,
.u-carousel-control-prev:hover,
.u-carousel-control-next:focus,
.u-carousel-control-next:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
}
.u-gallery-nav-prev,
.u-carousel-control-prev {
    left: 0;
}
.u-gallery-nav-next,
.u-carousel-control-next {
    right: 0;
}
.u-gallery-nav > span,
.u-carousel-control > span {
    display: inline-block;
    height: 100%;
    width: 100%;
}
.u-gallery-nav,
.u-carousel-control {
    display: inline-block;
    height: 65px;
    width: 65px;
    z-index: 2;
}
.u-carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.u-carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.u-carousel-indicators {
    position: absolute;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin: 0;
    list-style: none;
}
.u-carousel-indicators li {
    position: relative;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
}
.u-carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}
.u-carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}
.u-carousel-indicators li.u-active {
    opacity: 1;
}
.u-carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}
.sr-only {
    position: absolute;
    width: 1px !important;
    height: 1px !important;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.u-carousel-duration-10000 .u-carousel-inner .u-carousel-item {
    transition-duration: 10000ms;
}
.u-carousel-duration-9750 .u-carousel-inner .u-carousel-item {
    transition-duration: 9750ms;
}
.u-carousel-duration-9500 .u-carousel-inner .u-carousel-item {
    transition-duration: 9500ms;
}
.u-carousel-duration-9250 .u-carousel-inner .u-carousel-item {
    transition-duration: 9250ms;
}
.u-carousel-duration-9000 .u-carousel-inner .u-carousel-item {
    transition-duration: 9000ms;
}
.u-carousel-duration-8750 .u-carousel-inner .u-carousel-item {
    transition-duration: 8750ms;
}
.u-carousel-duration-8500 .u-carousel-inner .u-carousel-item {
    transition-duration: 8500ms;
}
.u-carousel-duration-8250 .u-carousel-inner .u-carousel-item {
    transition-duration: 8250ms;
}
.u-carousel-duration-8000 .u-carousel-inner .u-carousel-item {
    transition-duration: 8000ms;
}
.u-carousel-duration-7750 .u-carousel-inner .u-carousel-item {
    transition-duration: 7750ms;
}
.u-carousel-duration-7500 .u-carousel-inner .u-carousel-item {
    transition-duration: 7500ms;
}
.u-carousel-duration-7250 .u-carousel-inner .u-carousel-item {
    transition-duration: 7250ms;
}
.u-carousel-duration-7000 .u-carousel-inner .u-carousel-item {
    transition-duration: 7000ms;
}
.u-carousel-duration-6750 .u-carousel-inner .u-carousel-item {
    transition-duration: 6750ms;
}
.u-carousel-duration-6500 .u-carousel-inner .u-carousel-item {
    transition-duration: 6500ms;
}
.u-carousel-duration-6250 .u-carousel-inner .u-carousel-item {
    transition-duration: 6250ms;
}
.u-carousel-duration-6000 .u-carousel-inner .u-carousel-item {
    transition-duration: 6000ms;
}
.u-carousel-duration-5750 .u-carousel-inner .u-carousel-item {
    transition-duration: 5750ms;
}
.u-carousel-duration-5500 .u-carousel-inner .u-carousel-item {
    transition-duration: 5500ms;
}
.u-carousel-duration-5250 .u-carousel-inner .u-carousel-item {
    transition-duration: 5250ms;
}
.u-carousel-duration-5000 .u-carousel-inner .u-carousel-item {
    transition-duration: 5000ms;
}
.u-carousel-duration-4750 .u-carousel-inner .u-carousel-item {
    transition-duration: 4750ms;
}
.u-carousel-duration-4500 .u-carousel-inner .u-carousel-item {
    transition-duration: 4500ms;
}
.u-carousel-duration-4250 .u-carousel-inner .u-carousel-item {
    transition-duration: 4250ms;
}
.u-carousel-duration-4000 .u-carousel-inner .u-carousel-item {
    transition-duration: 4000ms;
}
.u-carousel-duration-3750 .u-carousel-inner .u-carousel-item {
    transition-duration: 3750ms;
}
.u-carousel-duration-3500 .u-carousel-inner .u-carousel-item {
    transition-duration: 3500ms;
}
.u-carousel-duration-3250 .u-carousel-inner .u-carousel-item {
    transition-duration: 3250ms;
}
.u-carousel-duration-3000 .u-carousel-inner .u-carousel-item {
    transition-duration: 3000ms;
}
.u-carousel-duration-2750 .u-carousel-inner .u-carousel-item {
    transition-duration: 2750ms;
}
.u-carousel-duration-2500 .u-carousel-inner .u-carousel-item {
    transition-duration: 2500ms;
}
.u-carousel-duration-2250 .u-carousel-inner .u-carousel-item {
    transition-duration: 2250ms;
}
.u-carousel-duration-2000 .u-carousel-inner .u-carousel-item {
    transition-duration: 2000ms;
}
.u-carousel-duration-1750 .u-carousel-inner .u-carousel-item {
    transition-duration: 1750ms;
}
.u-carousel-duration-1500 .u-carousel-inner .u-carousel-item {
    transition-duration: 1500ms;
}
.u-carousel-duration-1250 .u-carousel-inner .u-carousel-item {
    transition-duration: 1250ms;
}
.u-carousel-duration-1000 .u-carousel-inner .u-carousel-item {
    transition-duration: 1000ms;
}
.u-carousel-duration-750 .u-carousel-inner .u-carousel-item {
    transition-duration: 750ms;
}
.u-carousel-duration-500 .u-carousel-inner .u-carousel-item {
    transition-duration: 500ms;
}
.u-carousel-duration-250 .u-carousel-inner .u-carousel-item {
    transition-duration: 250ms;
}
.u-carousel-duration-0 .u-carousel-inner .u-carousel-item {
    transition-duration: 0ms;
}
.u-carousel-fade .u-carousel-inner .u-carousel-item {
    opacity: 0;
    transition-property: opacity;
}
.u-carousel-fade .u-carousel-inner .u-active {
    opacity: 1;
}
.u-carousel-fade .u-carousel-inner .u-active.u-carousel-item-left,
.u-carousel-fade .u-carousel-inner .u-active.u-carousel-item-right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.u-carousel-fade .u-carousel-inner .u-carousel-item-next.u-carousel-item-left,
.u-carousel-fade .u-carousel-inner .u-carousel-item-prev.u-carousel-item-right {
    opacity: 1;
}
.u-carousel-fade .u-carousel-control {
    z-index: 2;
}
.u-carousel-fade .u-carousel-inner > .u-carousel-item.u-carousel-item-next,
.u-carousel-fade .u-carousel-inner > .u-carousel-item.u-active.u-carousel-item-right {
    opacity: 0;
    transform: translate3d(0, 0, 0);
    -webkit-transform-3d: translate3d(0, 0, 0);
}
.u-carousel-fade .u-carousel-inner > .u-carousel-item.u-carousel-item-prev,
.u-carousel-fade .u-carousel-inner > .u-carousel-item.u-active.u-carousel-item-left {
    opacity: 0;
    transform: translate3d(0, 0, 0);
    -webkit-transform-3d: translate3d(0, 0, 0);
}
.u-carousel-fade .u-carousel-inner > .u-carousel-item.u-carousel-item-next.u-carousel-item-left,
.u-carousel-fade .u-carousel-inner > .u-carousel-item.u-carousel-item-prev.u-carousel-item-right,
.u-carousel-fade .u-carousel-inner > .u-carousel-item.u-active {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform-3d: translate3d(0, 0, 0);
}
.u-carousel-top .u-carousel-inner .u-carousel-item-next.u-carousel-item-left,
.u-carousel-top .u-carousel-inner .u-carousel-item-prev.u-carousel-item-right {
    transform: translate3d(0, 0, 0);
}
.u-carousel-top .u-carousel-inner .u-carousel-item-next,
.u-carousel-top .u-carousel-inner .u-active.u-carousel-item-right {
    transform: translate3d(0, 100%, 0);
}
.u-carousel-top .u-carousel-inner .u-carousel-item-prev,
.u-carousel-top .u-carousel-inner .u-active.u-carousel-item-left {
    transform: translate3d(0, -100%, 0);
}
.u-carousel-bottom .u-carousel-inner .u-carousel-item-next.u-carousel-item-left,
.u-carousel-bottom .u-carousel-inner .u-carousel-item-prev.u-carousel-item-right {
    transform: translate3d(0, 0, 0);
}
.u-carousel-bottom .u-carousel-inner .u-carousel-item-next,
.u-carousel-bottom .u-carousel-inner .u-active.u-carousel-item-right {
    transform: translate3d(0, -100%, 0);
}
.u-carousel-bottom .u-carousel-inner .u-carousel-item-prev,
.u-carousel-bottom .u-carousel-inner .u-active.u-carousel-item-left {
    transform: translate3d(0, 100%, 0);
}
.u-carousel-right .u-carousel-inner .u-carousel-item-next.u-carousel-item-left,
.u-carousel-right .u-carousel-inner .u-carousel-item-prev.u-carousel-item-right {
    transform: translate3d(0, 0, 0);
}
.u-carousel-right .u-carousel-inner .u-carousel-item-next,
.u-carousel-right .u-carousel-inner .u-active.u-carousel-item-right {
    transform: translate3d(-100%, 0, 0);
}
.u-carousel-right .u-carousel-inner .u-carousel-item-prev,
.u-carousel-right .u-carousel-inner .u-active.u-carousel-item-left {
    transform: translate3d(100%, 0, 0);
}
[class*="u-border-"],
.u-link[class*="u-border-"] {
    border-style: solid;
}
.u-border-0,
.u-separator-0:after,
.u-text.u-border-0,
a.u-button-style.u-border-0 {
    border-width: 0px;
}
.u-shape-svg.u-border-0 {
    stroke-width: 0px;
}
.u-link.u-border-0 {
    border-width: 0 0 0px 0;
}
.u-border-1,
.u-separator-1:after,
.u-text.u-border-1,
a.u-button-style.u-border-1 {
    border-width: 1px;
}
.u-shape-svg.u-border-1 {
    stroke-width: 1px;
}
.u-link.u-border-1 {
    border-width: 0 0 1px 0;
}
.u-border-2,
.u-separator-2:after,
.u-text.u-border-2,
a.u-button-style.u-border-2 {
    border-width: 2px;
}
.u-shape-svg.u-border-2 {
    stroke-width: 2px;
}
.u-link.u-border-2 {
    border-width: 0 0 2px 0;
}
.u-border-3,
.u-separator-3:after,
.u-text.u-border-3,
a.u-button-style.u-border-3 {
    border-width: 3px;
}
.u-shape-svg.u-border-3 {
    stroke-width: 3px;
}
.u-link.u-border-3 {
    border-width: 0 0 3px 0;
}
.u-border-4,
.u-separator-4:after,
.u-text.u-border-4,
a.u-button-style.u-border-4 {
    border-width: 4px;
}
.u-shape-svg.u-border-4 {
    stroke-width: 4px;
}
.u-link.u-border-4 {
    border-width: 0 0 4px 0;
}
.u-border-5,
.u-separator-5:after,
.u-text.u-border-5,
a.u-button-style.u-border-5 {
    border-width: 5px;
}
.u-shape-svg.u-border-5 {
    stroke-width: 5px;
}
.u-link.u-border-5 {
    border-width: 0 0 5px 0;
}
.u-border-6,
.u-separator-6:after,
.u-text.u-border-6,
a.u-button-style.u-border-6 {
    border-width: 6px;
}
.u-shape-svg.u-border-6 {
    stroke-width: 6px;
}
.u-link.u-border-6 {
    border-width: 0 0 6px 0;
}
.u-border-7,
.u-separator-7:after,
.u-text.u-border-7,
a.u-button-style.u-border-7 {
    border-width: 7px;
}
.u-shape-svg.u-border-7 {
    stroke-width: 7px;
}
.u-link.u-border-7 {
    border-width: 0 0 7px 0;
}
.u-border-8,
.u-separator-8:after,
.u-text.u-border-8,
a.u-button-style.u-border-8 {
    border-width: 8px;
}
.u-shape-svg.u-border-8 {
    stroke-width: 8px;
}
.u-link.u-border-8 {
    border-width: 0 0 8px 0;
}
.u-border-9,
.u-separator-9:after,
.u-text.u-border-9,
a.u-button-style.u-border-9 {
    border-width: 9px;
}
.u-shape-svg.u-border-9 {
    stroke-width: 9px;
}
.u-link.u-border-9 {
    border-width: 0 0 9px 0;
}
.u-border-10,
.u-separator-10:after,
.u-text.u-border-10,
a.u-button-style.u-border-10 {
    border-width: 10px;
}
.u-shape-svg.u-border-10 {
    stroke-width: 10px;
}
.u-link.u-border-10 {
    border-width: 0 0 10px 0;
}
.u-border-11,
.u-separator-11:after,
.u-text.u-border-11,
a.u-button-style.u-border-11 {
    border-width: 11px;
}
.u-shape-svg.u-border-11 {
    stroke-width: 11px;
}
.u-link.u-border-11 {
    border-width: 0 0 11px 0;
}
.u-border-12,
.u-separator-12:after,
.u-text.u-border-12,
a.u-button-style.u-border-12 {
    border-width: 12px;
}
.u-shape-svg.u-border-12 {
    stroke-width: 12px;
}
.u-link.u-border-12 {
    border-width: 0 0 12px 0;
}
.u-border-13,
.u-separator-13:after,
.u-text.u-border-13,
a.u-button-style.u-border-13 {
    border-width: 13px;
}
.u-shape-svg.u-border-13 {
    stroke-width: 13px;
}
.u-link.u-border-13 {
    border-width: 0 0 13px 0;
}
.u-border-14,
.u-separator-14:after,
.u-text.u-border-14,
a.u-button-style.u-border-14 {
    border-width: 14px;
}
.u-shape-svg.u-border-14 {
    stroke-width: 14px;
}
.u-link.u-border-14 {
    border-width: 0 0 14px 0;
}
.u-border-15,
.u-separator-15:after,
.u-text.u-border-15,
a.u-button-style.u-border-15 {
    border-width: 15px;
}
.u-shape-svg.u-border-15 {
    stroke-width: 15px;
}
.u-link.u-border-15 {
    border-width: 0 0 15px 0;
}
.u-border-16,
.u-separator-16:after,
.u-text.u-border-16,
a.u-button-style.u-border-16 {
    border-width: 16px;
}
.u-shape-svg.u-border-16 {
    stroke-width: 16px;
}
.u-link.u-border-16 {
    border-width: 0 0 16px 0;
}
.u-border-17,
.u-separator-17:after,
.u-text.u-border-17,
a.u-button-style.u-border-17 {
    border-width: 17px;
}
.u-shape-svg.u-border-17 {
    stroke-width: 17px;
}
.u-link.u-border-17 {
    border-width: 0 0 17px 0;
}
.u-border-18,
.u-separator-18:after,
.u-text.u-border-18,
a.u-button-style.u-border-18 {
    border-width: 18px;
}
.u-shape-svg.u-border-18 {
    stroke-width: 18px;
}
.u-link.u-border-18 {
    border-width: 0 0 18px 0;
}
.u-border-19,
.u-separator-19:after,
.u-text.u-border-19,
a.u-button-style.u-border-19 {
    border-width: 19px;
}
.u-shape-svg.u-border-19 {
    stroke-width: 19px;
}
.u-link.u-border-19 {
    border-width: 0 0 19px 0;
}
.u-border-20,
.u-separator-20:after,
.u-text.u-border-20,
a.u-button-style.u-border-20 {
    border-width: 20px;
}
.u-shape-svg.u-border-20 {
    stroke-width: 20px;
}
.u-link.u-border-20 {
    border-width: 0 0 20px 0;
}
/*begin-variables font-family*/
.u-body {
    font-family: 'Open Sans',sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Roboto,sans-serif;
}
/*end-variables font-family*/
/*begin-variables color*/
.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: #ffffff;
}
/*end-variables color*/
/*begin-variables font*/
.u-custom-font.u-text-font {
    font-family: 'Open Sans',sans-serif !important;
}
.u-custom-font.u-heading-font {
    font-family: Roboto,sans-serif !important;
}
/*end-variables font*/
/*begin-variables colors*/
.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: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;
}
.u-color-1-dark-3,
.u-body.u-color-1-dark-3,
.u-container-style.u-color-1-dark-3:before,
.u-container-layout.u-color-1-dark-3:before,
.u-table-alt-color-1-dark-3 tr:nth-child(even) {
    color: #ffffff;
    background-color: #292e33;
}
.u-button-style.u-color-1-dark-3,
.u-button-style.u-color-1-dark-3[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #292e33 !important;
}
.u-button-style.u-color-1-dark-3:hover,
.u-button-style.u-color-1-dark-3[class*="u-border-"]:hover,
.u-button-style.u-color-1-dark-3:focus,
.u-button-style.u-color-1-dark-3[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-color-1-dark-3:active,
.u-button-style.u-button-style.u-color-1-dark-3[class*="u-border-"]:active,
.u-button-style.u-button-style.u-color-1-dark-3.active,
.u-button-style.u-button-style.u-color-1-dark-3[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-color-1-dark-3,
li.active > .u-button-style.u-button-style.u-color-1-dark-3[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #25292e !important;
}
.u-hover-color-1-dark-3:hover,
.u-hover-color-1-dark-3[class*="u-border-"]:hover,
.u-hover-color-1-dark-3:focus,
.u-hover-color-1-dark-3[class*="u-border-"]:focus,
.u-active-color-1-dark-3.u-active.u-active,
.u-active-color-1-dark-3[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-color-1-dark-3:hover,
a.u-button-style.u-hover-color-1-dark-3[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-color-1-dark-3,
a.u-button-style:hover > .u-hover-color-1-dark-3[class*="u-border-"],
a.u-button-style.u-hover-color-1-dark-3:focus,
a.u-button-style.u-hover-color-1-dark-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-color-1-dark-3:active,
a.u-button-style.u-button-style.u-active-color-1-dark-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-color-1-dark-3.active,
a.u-button-style.u-button-style.u-active-color-1-dark-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-color-1-dark-3,
a.u-button-style.u-button-style.active > .u-active-color-1-dark-3[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-color-1-dark-3,
li.active > a.u-button-style.u-button-style.u-active-color-1-dark-3[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #292e33 !important;
}
a.u-link.u-hover-color-1-dark-3:hover {
    color: #292e33 !important;
}
.u-color-1-dark-2,
.u-body.u-color-1-dark-2,
.u-container-style.u-color-1-dark-2:before,
.u-container-layout.u-color-1-dark-2:before,
.u-table-alt-color-1-dark-2 tr:nth-child(even) {
    color: #ffffff;
    background-color: #425465;
}
.u-button-style.u-color-1-dark-2,
.u-button-style.u-color-1-dark-2[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #425465 !important;
}
.u-button-style.u-color-1-dark-2:hover,
.u-button-style.u-color-1-dark-2[class*="u-border-"]:hover,
.u-button-style.u-color-1-dark-2:focus,
.u-button-style.u-color-1-dark-2[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-color-1-dark-2:active,
.u-button-style.u-button-style.u-color-1-dark-2[class*="u-border-"]:active,
.u-button-style.u-button-style.u-color-1-dark-2.active,
.u-button-style.u-button-style.u-color-1-dark-2[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-color-1-dark-2,
li.active > .u-button-style.u-button-style.u-color-1-dark-2[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #3b4c5b !important;
}
.u-hover-color-1-dark-2:hover,
.u-hover-color-1-dark-2[class*="u-border-"]:hover,
.u-hover-color-1-dark-2:focus,
.u-hover-color-1-dark-2[class*="u-border-"]:focus,
.u-active-color-1-dark-2.u-active.u-active,
.u-active-color-1-dark-2[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-color-1-dark-2:hover,
a.u-button-style.u-hover-color-1-dark-2[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-color-1-dark-2,
a.u-button-style:hover > .u-hover-color-1-dark-2[class*="u-border-"],
a.u-button-style.u-hover-color-1-dark-2:focus,
a.u-button-style.u-hover-color-1-dark-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-color-1-dark-2:active,
a.u-button-style.u-button-style.u-active-color-1-dark-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-color-1-dark-2.active,
a.u-button-style.u-button-style.u-active-color-1-dark-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-color-1-dark-2,
a.u-button-style.u-button-style.active > .u-active-color-1-dark-2[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-color-1-dark-2,
li.active > a.u-button-style.u-button-style.u-active-color-1-dark-2[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #425465 !important;
}
a.u-link.u-hover-color-1-dark-2:hover {
    color: #425465 !important;
}
.u-color-1-dark-1,
.u-body.u-color-1-dark-1,
.u-container-style.u-color-1-dark-1:before,
.u-container-layout.u-color-1-dark-1:before,
.u-table-alt-color-1-dark-1 tr:nth-child(even) {
    color: #ffffff;
    background-color: #4c7397;
}
.u-button-style.u-color-1-dark-1,
.u-button-style.u-color-1-dark-1[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #4c7397 !important;
}
.u-button-style.u-color-1-dark-1:hover,
.u-button-style.u-color-1-dark-1[class*="u-border-"]:hover,
.u-button-style.u-color-1-dark-1:focus,
.u-button-style.u-color-1-dark-1[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-color-1-dark-1:active,
.u-button-style.u-button-style.u-color-1-dark-1[class*="u-border-"]:active,
.u-button-style.u-button-style.u-color-1-dark-1.active,
.u-button-style.u-button-style.u-color-1-dark-1[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-color-1-dark-1,
li.active > .u-button-style.u-button-style.u-color-1-dark-1[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #446888 !important;
}
.u-hover-color-1-dark-1:hover,
.u-hover-color-1-dark-1[class*="u-border-"]:hover,
.u-hover-color-1-dark-1:focus,
.u-hover-color-1-dark-1[class*="u-border-"]:focus,
.u-active-color-1-dark-1.u-active.u-active,
.u-active-color-1-dark-1[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-color-1-dark-1:hover,
a.u-button-style.u-hover-color-1-dark-1[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-color-1-dark-1,
a.u-button-style:hover > .u-hover-color-1-dark-1[class*="u-border-"],
a.u-button-style.u-hover-color-1-dark-1:focus,
a.u-button-style.u-hover-color-1-dark-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-color-1-dark-1:active,
a.u-button-style.u-button-style.u-active-color-1-dark-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-color-1-dark-1.active,
a.u-button-style.u-button-style.u-active-color-1-dark-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-color-1-dark-1,
a.u-button-style.u-button-style.active > .u-active-color-1-dark-1[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-color-1-dark-1,
li.active > a.u-button-style.u-button-style.u-active-color-1-dark-1[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #4c7397 !important;
}
a.u-link.u-hover-color-1-dark-1:hover {
    color: #4c7397 !important;
}
.u-color-1,
.u-body.u-color-1,
.u-container-style.u-color-1:before,
.u-container-layout.u-color-1:before,
.u-table-alt-color-1 tr:nth-child(even) {
    color: #ffffff;
    background-color: #478ac9;
}
.u-button-style.u-color-1,
.u-button-style.u-color-1[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #478ac9 !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: #387cbd !important;
}
.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,
.u-active-color-1.u-active.u-active,
.u-active-color-1[class*="u-border-"].u-active.u-active,
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: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,
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-"] {
    color: #ffffff !important;
    background-color: #478ac9 !important;
}
a.u-link.u-hover-color-1:hover {
    color: #478ac9 !important;
}
.u-color-1-light-1,
.u-body.u-color-1-light-1,
.u-container-style.u-color-1-light-1:before,
.u-container-layout.u-color-1-light-1:before,
.u-table-alt-color-1-light-1 tr:nth-child(even) {
    color: #ffffff;
    background-color: #77aad9;
}
.u-button-style.u-color-1-light-1,
.u-button-style.u-color-1-light-1[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #77aad9 !important;
}
.u-button-style.u-color-1-light-1:hover,
.u-button-style.u-color-1-light-1[class*="u-border-"]:hover,
.u-button-style.u-color-1-light-1:focus,
.u-button-style.u-color-1-light-1[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-color-1-light-1:active,
.u-button-style.u-button-style.u-color-1-light-1[class*="u-border-"]:active,
.u-button-style.u-button-style.u-color-1-light-1.active,
.u-button-style.u-button-style.u-color-1-light-1[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-color-1-light-1,
li.active > .u-button-style.u-button-style.u-color-1-light-1[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #5d9ad2 !important;
}
.u-hover-color-1-light-1:hover,
.u-hover-color-1-light-1[class*="u-border-"]:hover,
.u-hover-color-1-light-1:focus,
.u-hover-color-1-light-1[class*="u-border-"]:focus,
.u-active-color-1-light-1.u-active.u-active,
.u-active-color-1-light-1[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-color-1-light-1:hover,
a.u-button-style.u-hover-color-1-light-1[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-color-1-light-1,
a.u-button-style:hover > .u-hover-color-1-light-1[class*="u-border-"],
a.u-button-style.u-hover-color-1-light-1:focus,
a.u-button-style.u-hover-color-1-light-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-color-1-light-1:active,
a.u-button-style.u-button-style.u-active-color-1-light-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-color-1-light-1.active,
a.u-button-style.u-button-style.u-active-color-1-light-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-color-1-light-1,
a.u-button-style.u-button-style.active > .u-active-color-1-light-1[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-color-1-light-1,
li.active > a.u-button-style.u-button-style.u-active-color-1-light-1[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #77aad9 !important;
}
a.u-link.u-hover-color-1-light-1:hover {
    color: #77aad9 !important;
}
.u-color-1-light-2,
.u-body.u-color-1-light-2,
.u-container-style.u-color-1-light-2:before,
.u-container-layout.u-color-1-light-2:before,
.u-table-alt-color-1-light-2 tr:nth-child(even) {
    color: #111111;
    background-color: #adcce9;
}
.u-button-style.u-color-1-light-2,
.u-button-style.u-color-1-light-2[class*="u-border-"] {
    color: #111111 !important;
    background-color: #adcce9 !important;
}
.u-button-style.u-color-1-light-2:hover,
.u-button-style.u-color-1-light-2[class*="u-border-"]:hover,
.u-button-style.u-color-1-light-2:focus,
.u-button-style.u-color-1-light-2[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-color-1-light-2:active,
.u-button-style.u-button-style.u-color-1-light-2[class*="u-border-"]:active,
.u-button-style.u-button-style.u-color-1-light-2.active,
.u-button-style.u-button-style.u-color-1-light-2[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-color-1-light-2,
li.active > .u-button-style.u-button-style.u-color-1-light-2[class*="u-border-"] {
    color: #111111 !important;
    background-color: #8db8e0 !important;
}
.u-hover-color-1-light-2:hover,
.u-hover-color-1-light-2[class*="u-border-"]:hover,
.u-hover-color-1-light-2:focus,
.u-hover-color-1-light-2[class*="u-border-"]:focus,
.u-active-color-1-light-2.u-active.u-active,
.u-active-color-1-light-2[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-color-1-light-2:hover,
a.u-button-style.u-hover-color-1-light-2[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-color-1-light-2,
a.u-button-style:hover > .u-hover-color-1-light-2[class*="u-border-"],
a.u-button-style.u-hover-color-1-light-2:focus,
a.u-button-style.u-hover-color-1-light-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-color-1-light-2:active,
a.u-button-style.u-button-style.u-active-color-1-light-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-color-1-light-2.active,
a.u-button-style.u-button-style.u-active-color-1-light-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-color-1-light-2,
a.u-button-style.u-button-style.active > .u-active-color-1-light-2[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-color-1-light-2,
li.active > a.u-button-style.u-button-style.u-active-color-1-light-2[class*="u-border-"] {
    color: #111111 !important;
    background-color: #adcce9 !important;
}
a.u-link.u-hover-color-1-light-2:hover {
    color: #adcce9 !important;
}
.u-color-1-light-3,
.u-body.u-color-1-light-3,
.u-container-style.u-color-1-light-3:before,
.u-container-layout.u-color-1-light-3:before,
.u-table-alt-color-1-light-3 tr:nth-child(even) {
    color: #111111;
    background-color: #e9f2fa;
}
.u-button-style.u-color-1-light-3,
.u-button-style.u-color-1-light-3[class*="u-border-"] {
    color: #111111 !important;
    background-color: #e9f2fa !important;
}
.u-button-style.u-color-1-light-3:hover,
.u-button-style.u-color-1-light-3[class*="u-border-"]:hover,
.u-button-style.u-color-1-light-3:focus,
.u-button-style.u-color-1-light-3[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-color-1-light-3:active,
.u-button-style.u-button-style.u-color-1-light-3[class*="u-border-"]:active,
.u-button-style.u-button-style.u-color-1-light-3.active,
.u-button-style.u-button-style.u-color-1-light-3[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-color-1-light-3,
li.active > .u-button-style.u-button-style.u-color-1-light-3[class*="u-border-"] {
    color: #111111 !important;
    background-color: #c2dbf1 !important;
}
.u-hover-color-1-light-3:hover,
.u-hover-color-1-light-3[class*="u-border-"]:hover,
.u-hover-color-1-light-3:focus,
.u-hover-color-1-light-3[class*="u-border-"]:focus,
.u-active-color-1-light-3.u-active.u-active,
.u-active-color-1-light-3[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-color-1-light-3:hover,
a.u-button-style.u-hover-color-1-light-3[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-color-1-light-3,
a.u-button-style:hover > .u-hover-color-1-light-3[class*="u-border-"],
a.u-button-style.u-hover-color-1-light-3:focus,
a.u-button-style.u-hover-color-1-light-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-color-1-light-3:active,
a.u-button-style.u-button-style.u-active-color-1-light-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-color-1-light-3.active,
a.u-button-style.u-button-style.u-active-color-1-light-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-color-1-light-3,
a.u-button-style.u-button-style.active > .u-active-color-1-light-3[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-color-1-light-3,
li.active > a.u-button-style.u-button-style.u-active-color-1-light-3[class*="u-border-"] {
    color: #111111 !important;
    background-color: #e9f2fa !important;
}
a.u-link.u-hover-color-1-light-3:hover {
    color: #e9f2fa !important;
}
.u-color-1-base,
.u-body.u-color-1-base,
.u-container-style.u-color-1-base:before,
.u-container-layout.u-color-1-base:before,
.u-table-alt-color-1-base tr:nth-child(even) {
    color: #ffffff;
    background-color: #478ac9;
}
.u-button-style.u-color-1-base,
.u-button-style.u-color-1-base[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #478ac9 !important;
}
.u-button-style.u-color-1-base:hover,
.u-button-style.u-color-1-base[class*="u-border-"]:hover,
.u-button-style.u-color-1-base:focus,
.u-button-style.u-color-1-base[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-color-1-base:active,
.u-button-style.u-button-style.u-color-1-base[class*="u-border-"]:active,
.u-button-style.u-button-style.u-color-1-base.active,
.u-button-style.u-button-style.u-color-1-base[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-color-1-base,
li.active > .u-button-style.u-button-style.u-color-1-base[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #387cbd !important;
}
.u-hover-color-1-base:hover,
.u-hover-color-1-base[class*="u-border-"]:hover,
.u-hover-color-1-base:focus,
.u-hover-color-1-base[class*="u-border-"]:focus,
.u-active-color-1-base.u-active.u-active,
.u-active-color-1-base[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-color-1-base:hover,
a.u-button-style.u-hover-color-1-base[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-color-1-base,
a.u-button-style:hover > .u-hover-color-1-base[class*="u-border-"],
a.u-button-style.u-hover-color-1-base:focus,
a.u-button-style.u-hover-color-1-base[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-color-1-base:active,
a.u-button-style.u-button-style.u-active-color-1-base[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-color-1-base.active,
a.u-button-style.u-button-style.u-active-color-1-base[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-color-1-base,
a.u-button-style.u-button-style.active > .u-active-color-1-base[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-color-1-base,
li.active > a.u-button-style.u-button-style.u-active-color-1-base[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #478ac9 !important;
}
a.u-link.u-hover-color-1-base:hover {
    color: #478ac9 !important;
}
.u-color-2-dark-3,
.u-body.u-color-2-dark-3,
.u-container-style.u-color-2-dark-3:before,
.u-container-layout.u-color-2-dark-3:before,
.u-table-alt-color-2-dark-3 tr:nth-child(even) {
    color: #ffffff;
    background-color: #332929;
}
.u-button-style.u-color-2-dark-3,
.u-button-style.u-color-2-dark-3[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #332929 !important;
}
.u-button-style.u-color-2-dark-3:hover,
.u-button-style.u-color-2-dark-3[class*="u-border-"]:hover,
.u-button-style.u-color-2-dark-3:focus,
.u-button-style.u-color-2-dark-3[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-color-2-dark-3:active,
.u-button-style.u-button-style.u-color-2-dark-3[class*="u-border-"]:active,
.u-button-style.u-button-style.u-color-2-dark-3.active,
.u-button-style.u-button-style.u-color-2-dark-3[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-color-2-dark-3,
li.active > .u-button-style.u-button-style.u-color-2-dark-3[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #2e2525 !important;
}
.u-hover-color-2-dark-3:hover,
.u-hover-color-2-dark-3[class*="u-border-"]:hover,
.u-hover-color-2-dark-3:focus,
.u-hover-color-2-dark-3[class*="u-border-"]:focus,
.u-active-color-2-dark-3.u-active.u-active,
.u-active-color-2-dark-3[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-color-2-dark-3:hover,
a.u-button-style.u-hover-color-2-dark-3[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-color-2-dark-3,
a.u-button-style:hover > .u-hover-color-2-dark-3[class*="u-border-"],
a.u-button-style.u-hover-color-2-dark-3:focus,
a.u-button-style.u-hover-color-2-dark-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-color-2-dark-3:active,
a.u-button-style.u-button-style.u-active-color-2-dark-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-color-2-dark-3.active,
a.u-button-style.u-button-style.u-active-color-2-dark-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-color-2-dark-3,
a.u-button-style.u-button-style.active > .u-active-color-2-dark-3[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-color-2-dark-3,
li.active > a.u-button-style.u-button-style.u-active-color-2-dark-3[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #332929 !important;
}
a.u-link.u-hover-color-2-dark-3:hover {
    color: #332929 !important;
}
.u-color-2-dark-2,
.u-body.u-color-2-dark-2,
.u-container-style.u-color-2-dark-2:before,
.u-container-layout.u-color-2-dark-2:before,
.u-table-alt-color-2-dark-2 tr:nth-child(even) {
    color: #ffffff;
    background-color: #6b4748;
}
.u-button-style.u-color-2-dark-2,
.u-button-style.u-color-2-dark-2[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #6b4748 !important;
}
.u-button-style.u-color-2-dark-2:hover,
.u-button-style.u-color-2-dark-2[class*="u-border-"]:hover,
.u-button-style.u-color-2-dark-2:focus,
.u-button-style.u-color-2-dark-2[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-color-2-dark-2:active,
.u-button-style.u-button-style.u-color-2-dark-2[class*="u-border-"]:active,
.u-button-style.u-button-style.u-color-2-dark-2.active,
.u-button-style.u-button-style.u-color-2-dark-2[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-color-2-dark-2,
li.active > .u-button-style.u-button-style.u-color-2-dark-2[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #604041 !important;
}
.u-hover-color-2-dark-2:hover,
.u-hover-color-2-dark-2[class*="u-border-"]:hover,
.u-hover-color-2-dark-2:focus,
.u-hover-color-2-dark-2[class*="u-border-"]:focus,
.u-active-color-2-dark-2.u-active.u-active,
.u-active-color-2-dark-2[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-color-2-dark-2:hover,
a.u-button-style.u-hover-color-2-dark-2[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-color-2-dark-2,
a.u-button-style:hover > .u-hover-color-2-dark-2[class*="u-border-"],
a.u-button-style.u-hover-color-2-dark-2:focus,
a.u-button-style.u-hover-color-2-dark-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-color-2-dark-2:active,
a.u-button-style.u-button-style.u-active-color-2-dark-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-color-2-dark-2.active,
a.u-button-style.u-button-style.u-active-color-2-dark-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-color-2-dark-2,
a.u-button-style.u-button-style.active > .u-active-color-2-dark-2[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-color-2-dark-2,
li.active > a.u-button-style.u-button-style.u-active-color-2-dark-2[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #6b4748 !important;
}
a.u-link.u-hover-color-2-dark-2:hover {
    color: #6b4748 !important;
}
.u-color-2-dark-1,
.u-body.u-color-2-dark-1,
.u-container-style.u-color-2-dark-1:before,
.u-container-layout.u-color-2-dark-1:before,
.u-table-alt-color-2-dark-1 tr:nth-child(even) {
    color: #ffffff;
    background-color: #a35559;
}
.u-button-style.u-color-2-dark-1,
.u-button-style.u-color-2-dark-1[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #a35559 !important;
}
.u-button-style.u-color-2-dark-1:hover,
.u-button-style.u-color-2-dark-1[class*="u-border-"]:hover,
.u-button-style.u-color-2-dark-1:focus,
.u-button-style.u-color-2-dark-1[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-color-2-dark-1:active,
.u-button-style.u-button-style.u-color-2-dark-1[class*="u-border-"]:active,
.u-button-style.u-button-style.u-color-2-dark-1.active,
.u-button-style.u-button-style.u-color-2-dark-1[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-color-2-dark-1,
li.active > .u-button-style.u-button-style.u-color-2-dark-1[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #934c50 !important;
}
.u-hover-color-2-dark-1:hover,
.u-hover-color-2-dark-1[class*="u-border-"]:hover,
.u-hover-color-2-dark-1:focus,
.u-hover-color-2-dark-1[class*="u-border-"]:focus,
.u-active-color-2-dark-1.u-active.u-active,
.u-active-color-2-dark-1[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-color-2-dark-1:hover,
a.u-button-style.u-hover-color-2-dark-1[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-color-2-dark-1,
a.u-button-style:hover > .u-hover-color-2-dark-1[class*="u-border-"],
a.u-button-style.u-hover-color-2-dark-1:focus,
a.u-button-style.u-hover-color-2-dark-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-color-2-dark-1:active,
a.u-button-style.u-button-style.u-active-color-2-dark-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-color-2-dark-1.active,
a.u-button-style.u-button-style.u-active-color-2-dark-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-color-2-dark-1,
a.u-button-style.u-button-style.active > .u-active-color-2-dark-1[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-color-2-dark-1,
li.active > a.u-button-style.u-button-style.u-active-color-2-dark-1[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #a35559 !important;
}
a.u-link.u-hover-color-2-dark-1:hover {
    color: #a35559 !important;
}
.u-color-2,
.u-body.u-color-2,
.u-container-style.u-color-2:before,
.u-container-layout.u-color-2:before,
.u-table-alt-color-2 tr:nth-child(even) {
    color: #ffffff;
    background-color: #db545a;
}
.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;
}
.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,
.u-active-color-2.u-active.u-active,
.u-active-color-2[class*="u-border-"].u-active.u-active,
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: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,
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-"] {
    color: #ffffff !important;
    background-color: #db545a !important;
}
a.u-link.u-hover-color-2:hover {
    color: #db545a !important;
}
.u-color-2-light-1,
.u-body.u-color-2-light-1,
.u-container-style.u-color-2-light-1:before,
.u-container-layout.u-color-2-light-1:before,
.u-table-alt-color-2-light-1 tr:nth-child(even) {
    color: #ffffff;
    background-color: #e68387;
}
.u-button-style.u-color-2-light-1,
.u-button-style.u-color-2-light-1[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #e68387 !important;
}
.u-button-style.u-color-2-light-1:hover,
.u-button-style.u-color-2-light-1[class*="u-border-"]:hover,
.u-button-style.u-color-2-light-1:focus,
.u-button-style.u-color-2-light-1[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-color-2-light-1:active,
.u-button-style.u-button-style.u-color-2-light-1[class*="u-border-"]:active,
.u-button-style.u-button-style.u-color-2-light-1.active,
.u-button-style.u-button-style.u-color-2-light-1[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-color-2-light-1,
li.active > .u-button-style.u-button-style.u-color-2-light-1[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #e0656a !important;
}
.u-hover-color-2-light-1:hover,
.u-hover-color-2-light-1[class*="u-border-"]:hover,
.u-hover-color-2-light-1:focus,
.u-hover-color-2-light-1[class*="u-border-"]:focus,
.u-active-color-2-light-1.u-active.u-active,
.u-active-color-2-light-1[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-color-2-light-1:hover,
a.u-button-style.u-hover-color-2-light-1[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-color-2-light-1,
a.u-button-style:hover > .u-hover-color-2-light-1[class*="u-border-"],
a.u-button-style.u-hover-color-2-light-1:focus,
a.u-button-style.u-hover-color-2-light-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-color-2-light-1:active,
a.u-button-style.u-button-style.u-active-color-2-light-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-color-2-light-1.active,
a.u-button-style.u-button-style.u-active-color-2-light-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-color-2-light-1,
a.u-button-style.u-button-style.active > .u-active-color-2-light-1[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-color-2-light-1,
li.active > a.u-button-style.u-button-style.u-active-color-2-light-1[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #e68387 !important;
}
a.u-link.u-hover-color-2-light-1:hover {
    color: #e68387 !important;
}
.u-color-2-light-2,
.u-body.u-color-2-light-2,
.u-container-style.u-color-2-light-2:before,
.u-container-layout.u-color-2-light-2:before,
.u-table-alt-color-2-light-2 tr:nth-child(even) {
    color: #111111;
    background-color: #f1b5b8;
}
.u-button-style.u-color-2-light-2,
.u-button-style.u-color-2-light-2[class*="u-border-"] {
    color: #111111 !important;
    background-color: #f1b5b8 !important;
}
.u-button-style.u-color-2-light-2:hover,
.u-button-style.u-color-2-light-2[class*="u-border-"]:hover,
.u-button-style.u-color-2-light-2:focus,
.u-button-style.u-color-2-light-2[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-color-2-light-2:active,
.u-button-style.u-button-style.u-color-2-light-2[class*="u-border-"]:active,
.u-button-style.u-button-style.u-color-2-light-2.active,
.u-button-style.u-button-style.u-color-2-light-2[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-color-2-light-2,
li.active > .u-button-style.u-button-style.u-color-2-light-2[class*="u-border-"] {
    color: #111111 !important;
    background-color: #ea9296 !important;
}
.u-hover-color-2-light-2:hover,
.u-hover-color-2-light-2[class*="u-border-"]:hover,
.u-hover-color-2-light-2:focus,
.u-hover-color-2-light-2[class*="u-border-"]:focus,
.u-active-color-2-light-2.u-active.u-active,
.u-active-color-2-light-2[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-color-2-light-2:hover,
a.u-button-style.u-hover-color-2-light-2[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-color-2-light-2,
a.u-button-style:hover > .u-hover-color-2-light-2[class*="u-border-"],
a.u-button-style.u-hover-color-2-light-2:focus,
a.u-button-style.u-hover-color-2-light-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-color-2-light-2:active,
a.u-button-style.u-button-style.u-active-color-2-light-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-color-2-light-2.active,
a.u-button-style.u-button-style.u-active-color-2-light-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-color-2-light-2,
a.u-button-style.u-button-style.active > .u-active-color-2-light-2[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-color-2-light-2,
li.active > a.u-button-style.u-button-style.u-active-color-2-light-2[class*="u-border-"] {
    color: #111111 !important;
    background-color: #f1b5b8 !important;
}
a.u-link.u-hover-color-2-light-2:hover {
    color: #f1b5b8 !important;
}
.u-color-2-light-3,
.u-body.u-color-2-light-3,
.u-container-style.u-color-2-light-3:before,
.u-container-layout.u-color-2-light-3:before,
.u-table-alt-color-2-light-3 tr:nth-child(even) {
    color: #111111;
    background-color: #fbeced;
}
.u-button-style.u-color-2-light-3,
.u-button-style.u-color-2-light-3[class*="u-border-"] {
    color: #111111 !important;
    background-color: #fbeced !important;
}
.u-button-style.u-color-2-light-3:hover,
.u-button-style.u-color-2-light-3[class*="u-border-"]:hover,
.u-button-style.u-color-2-light-3:focus,
.u-button-style.u-color-2-light-3[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-color-2-light-3:active,
.u-button-style.u-button-style.u-color-2-light-3[class*="u-border-"]:active,
.u-button-style.u-button-style.u-color-2-light-3.active,
.u-button-style.u-button-style.u-color-2-light-3[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-color-2-light-3,
li.active > .u-button-style.u-button-style.u-color-2-light-3[class*="u-border-"] {
    color: #111111 !important;
    background-color: #f3c4c7 !important;
}
.u-hover-color-2-light-3:hover,
.u-hover-color-2-light-3[class*="u-border-"]:hover,
.u-hover-color-2-light-3:focus,
.u-hover-color-2-light-3[class*="u-border-"]:focus,
.u-active-color-2-light-3.u-active.u-active,
.u-active-color-2-light-3[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-color-2-light-3:hover,
a.u-button-style.u-hover-color-2-light-3[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-color-2-light-3,
a.u-button-style:hover > .u-hover-color-2-light-3[class*="u-border-"],
a.u-button-style.u-hover-color-2-light-3:focus,
a.u-button-style.u-hover-color-2-light-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-color-2-light-3:active,
a.u-button-style.u-button-style.u-active-color-2-light-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-color-2-light-3.active,
a.u-button-style.u-button-style.u-active-color-2-light-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-color-2-light-3,
a.u-button-style.u-button-style.active > .u-active-color-2-light-3[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-color-2-light-3,
li.active > a.u-button-style.u-button-style.u-active-color-2-light-3[class*="u-border-"] {
    color: #111111 !important;
    background-color: #fbeced !important;
}
a.u-link.u-hover-color-2-light-3:hover {
    color: #fbeced !important;
}
.u-color-2-base,
.u-body.u-color-2-base,
.u-container-style.u-color-2-base:before,
.u-container-layout.u-color-2-base:before,
.u-table-alt-color-2-base tr:nth-child(even) {
    color: #ffffff;
    background-color: #db545a;
}
.u-button-style.u-color-2-base,
.u-button-style.u-color-2-base[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #db545a !important;
}
.u-button-style.u-color-2-base:hover,
.u-button-style.u-color-2-base[class*="u-border-"]:hover,
.u-button-style.u-color-2-base:focus,
.u-button-style.u-color-2-base[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-color-2-base:active,
.u-button-style.u-button-style.u-color-2-base[class*="u-border-"]:active,
.u-button-style.u-button-style.u-color-2-base.active,
.u-button-style.u-button-style.u-color-2-base[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-color-2-base,
li.active > .u-button-style.u-button-style.u-color-2-base[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #d63b42 !important;
}
.u-hover-color-2-base:hover,
.u-hover-color-2-base[class*="u-border-"]:hover,
.u-hover-color-2-base:focus,
.u-hover-color-2-base[class*="u-border-"]:focus,
.u-active-color-2-base.u-active.u-active,
.u-active-color-2-base[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-color-2-base:hover,
a.u-button-style.u-hover-color-2-base[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-color-2-base,
a.u-button-style:hover > .u-hover-color-2-base[class*="u-border-"],
a.u-button-style.u-hover-color-2-base:focus,
a.u-button-style.u-hover-color-2-base[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-color-2-base:active,
a.u-button-style.u-button-style.u-active-color-2-base[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-color-2-base.active,
a.u-button-style.u-button-style.u-active-color-2-base[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-color-2-base,
a.u-button-style.u-button-style.active > .u-active-color-2-base[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-color-2-base,
li.active > a.u-button-style.u-button-style.u-active-color-2-base[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #db545a !important;
}
a.u-link.u-hover-color-2-base:hover {
    color: #db545a !important;
}
.u-color-3-dark-3,
.u-body.u-color-3-dark-3,
.u-container-style.u-color-3-dark-3:before,
.u-container-layout.u-color-3-dark-3:before,
.u-table-alt-color-3-dark-3 tr:nth-child(even) {
    color: #ffffff;
    background-color: #333129;
}
.u-button-style.u-color-3-dark-3,
.u-button-style.u-color-3-dark-3[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #333129 !important;
}
.u-button-style.u-color-3-dark-3:hover,
.u-button-style.u-color-3-dark-3[class*="u-border-"]:hover,
.u-button-style.u-color-3-dark-3:focus,
.u-button-style.u-color-3-dark-3[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-color-3-dark-3:active,
.u-button-style.u-button-style.u-color-3-dark-3[class*="u-border-"]:active,
.u-button-style.u-button-style.u-color-3-dark-3.active,
.u-button-style.u-button-style.u-color-3-dark-3[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-color-3-dark-3,
li.active > .u-button-style.u-button-style.u-color-3-dark-3[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #2e2c25 !important;
}
.u-hover-color-3-dark-3:hover,
.u-hover-color-3-dark-3[class*="u-border-"]:hover,
.u-hover-color-3-dark-3:focus,
.u-hover-color-3-dark-3[class*="u-border-"]:focus,
.u-active-color-3-dark-3.u-active.u-active,
.u-active-color-3-dark-3[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-color-3-dark-3:hover,
a.u-button-style.u-hover-color-3-dark-3[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-color-3-dark-3,
a.u-button-style:hover > .u-hover-color-3-dark-3[class*="u-border-"],
a.u-button-style.u-hover-color-3-dark-3:focus,
a.u-button-style.u-hover-color-3-dark-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-color-3-dark-3:active,
a.u-button-style.u-button-style.u-active-color-3-dark-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-color-3-dark-3.active,
a.u-button-style.u-button-style.u-active-color-3-dark-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-color-3-dark-3,
a.u-button-style.u-button-style.active > .u-active-color-3-dark-3[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-color-3-dark-3,
li.active > a.u-button-style.u-button-style.u-active-color-3-dark-3[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #333129 !important;
}
a.u-link.u-hover-color-3-dark-3:hover {
    color: #333129 !important;
}
.u-color-3-dark-2,
.u-body.u-color-3-dark-2,
.u-container-style.u-color-3-dark-2:before,
.u-container-layout.u-color-3-dark-2:before,
.u-table-alt-color-3-dark-2 tr:nth-child(even) {
    color: #ffffff;
    background-color: #72683f;
}
.u-button-style.u-color-3-dark-2,
.u-button-style.u-color-3-dark-2[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #72683f !important;
}
.u-button-style.u-color-3-dark-2:hover,
.u-button-style.u-color-3-dark-2[class*="u-border-"]:hover,
.u-button-style.u-color-3-dark-2:focus,
.u-button-style.u-color-3-dark-2[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-color-3-dark-2:active,
.u-button-style.u-button-style.u-color-3-dark-2[class*="u-border-"]:active,
.u-button-style.u-button-style.u-color-3-dark-2.active,
.u-button-style.u-button-style.u-color-3-dark-2[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-color-3-dark-2,
li.active > .u-button-style.u-button-style.u-color-3-dark-2[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #675e39 !important;
}
.u-hover-color-3-dark-2:hover,
.u-hover-color-3-dark-2[class*="u-border-"]:hover,
.u-hover-color-3-dark-2:focus,
.u-hover-color-3-dark-2[class*="u-border-"]:focus,
.u-active-color-3-dark-2.u-active.u-active,
.u-active-color-3-dark-2[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-color-3-dark-2:hover,
a.u-button-style.u-hover-color-3-dark-2[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-color-3-dark-2,
a.u-button-style:hover > .u-hover-color-3-dark-2[class*="u-border-"],
a.u-button-style.u-hover-color-3-dark-2:focus,
a.u-button-style.u-hover-color-3-dark-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-color-3-dark-2:active,
a.u-button-style.u-button-style.u-active-color-3-dark-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-color-3-dark-2.active,
a.u-button-style.u-button-style.u-active-color-3-dark-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-color-3-dark-2,
a.u-button-style.u-button-style.active > .u-active-color-3-dark-2[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-color-3-dark-2,
li.active > a.u-button-style.u-button-style.u-active-color-3-dark-2[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #72683f !important;
}
a.u-link.u-hover-color-3-dark-2:hover {
    color: #72683f !important;
}
.u-color-3-dark-1,
.u-body.u-color-3-dark-1,
.u-container-style.u-color-3-dark-1:before,
.u-container-layout.u-color-3-dark-1:before,
.u-table-alt-color-3-dark-1 tr:nth-child(even) {
    color: #ffffff;
    background-color: #b29a36;
}
.u-button-style.u-color-3-dark-1,
.u-button-style.u-color-3-dark-1[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #b29a36 !important;
}
.u-button-style.u-color-3-dark-1:hover,
.u-button-style.u-color-3-dark-1[class*="u-border-"]:hover,
.u-button-style.u-color-3-dark-1:focus,
.u-button-style.u-color-3-dark-1[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-color-3-dark-1:active,
.u-button-style.u-button-style.u-color-3-dark-1[class*="u-border-"]:active,
.u-button-style.u-button-style.u-color-3-dark-1.active,
.u-button-style.u-button-style.u-color-3-dark-1[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-color-3-dark-1,
li.active > .u-button-style.u-button-style.u-color-3-dark-1[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #a08b31 !important;
}
.u-hover-color-3-dark-1:hover,
.u-hover-color-3-dark-1[class*="u-border-"]:hover,
.u-hover-color-3-dark-1:focus,
.u-hover-color-3-dark-1[class*="u-border-"]:focus,
.u-active-color-3-dark-1.u-active.u-active,
.u-active-color-3-dark-1[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-color-3-dark-1:hover,
a.u-button-style.u-hover-color-3-dark-1[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-color-3-dark-1,
a.u-button-style:hover > .u-hover-color-3-dark-1[class*="u-border-"],
a.u-button-style.u-hover-color-3-dark-1:focus,
a.u-button-style.u-hover-color-3-dark-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-color-3-dark-1:active,
a.u-button-style.u-button-style.u-active-color-3-dark-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-color-3-dark-1.active,
a.u-button-style.u-button-style.u-active-color-3-dark-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-color-3-dark-1,
a.u-button-style.u-button-style.active > .u-active-color-3-dark-1[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-color-3-dark-1,
li.active > a.u-button-style.u-button-style.u-active-color-3-dark-1[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #b29a36 !important;
}
a.u-link.u-hover-color-3-dark-1:hover {
    color: #b29a36 !important;
}
.u-color-3,
.u-body.u-color-3,
.u-container-style.u-color-3:before,
.u-container-layout.u-color-3:before,
.u-table-alt-color-3 tr:nth-child(even) {
    color: #111111;
    background-color: #f1c50e;
}
.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;
}
.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,
.u-active-color-3.u-active.u-active,
.u-active-color-3[class*="u-border-"].u-active.u-active,
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: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,
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-"] {
    color: #111111 !important;
    background-color: #f1c50e !important;
}
a.u-link.u-hover-color-3:hover {
    color: #f1c50e !important;
}
.u-color-3-light-1,
.u-body.u-color-3-light-1,
.u-container-style.u-color-3-light-1:before,
.u-container-layout.u-color-3-light-1:before,
.u-table-alt-color-3-light-1 tr:nth-child(even) {
    color: #111111;
    background-color: #f5d654;
}
.u-button-style.u-color-3-light-1,
.u-button-style.u-color-3-light-1[class*="u-border-"] {
    color: #111111 !important;
    background-color: #f5d654 !important;
}
.u-button-style.u-color-3-light-1:hover,
.u-button-style.u-color-3-light-1[class*="u-border-"]:hover,
.u-button-style.u-color-3-light-1:focus,
.u-button-style.u-color-3-light-1[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-color-3-light-1:active,
.u-button-style.u-button-style.u-color-3-light-1[class*="u-border-"]:active,
.u-button-style.u-button-style.u-color-3-light-1.active,
.u-button-style.u-button-style.u-color-3-light-1[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-color-3-light-1,
li.active > .u-button-style.u-button-style.u-color-3-light-1[class*="u-border-"] {
    color: #111111 !important;
    background-color: #f3cf35 !important;
}
.u-hover-color-3-light-1:hover,
.u-hover-color-3-light-1[class*="u-border-"]:hover,
.u-hover-color-3-light-1:focus,
.u-hover-color-3-light-1[class*="u-border-"]:focus,
.u-active-color-3-light-1.u-active.u-active,
.u-active-color-3-light-1[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-color-3-light-1:hover,
a.u-button-style.u-hover-color-3-light-1[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-color-3-light-1,
a.u-button-style:hover > .u-hover-color-3-light-1[class*="u-border-"],
a.u-button-style.u-hover-color-3-light-1:focus,
a.u-button-style.u-hover-color-3-light-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-color-3-light-1:active,
a.u-button-style.u-button-style.u-active-color-3-light-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-color-3-light-1.active,
a.u-button-style.u-button-style.u-active-color-3-light-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-color-3-light-1,
a.u-button-style.u-button-style.active > .u-active-color-3-light-1[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-color-3-light-1,
li.active > a.u-button-style.u-button-style.u-active-color-3-light-1[class*="u-border-"] {
    color: #111111 !important;
    background-color: #f5d654 !important;
}
a.u-link.u-hover-color-3-light-1:hover {
    color: #f5d654 !important;
}
.u-color-3-light-2,
.u-body.u-color-3-light-2,
.u-container-style.u-color-3-light-2:before,
.u-container-layout.u-color-3-light-2:before,
.u-table-alt-color-3-light-2 tr:nth-child(even) {
    color: #111111;
    background-color: #f9e79b;
}
.u-button-style.u-color-3-light-2,
.u-button-style.u-color-3-light-2[class*="u-border-"] {
    color: #111111 !important;
    background-color: #f9e79b !important;
}
.u-button-style.u-color-3-light-2:hover,
.u-button-style.u-color-3-light-2[class*="u-border-"]:hover,
.u-button-style.u-color-3-light-2:focus,
.u-button-style.u-color-3-light-2[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-color-3-light-2:active,
.u-button-style.u-button-style.u-color-3-light-2[class*="u-border-"]:active,
.u-button-style.u-button-style.u-color-3-light-2.active,
.u-button-style.u-button-style.u-color-3-light-2[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-color-3-light-2,
li.active > .u-button-style.u-button-style.u-color-3-light-2[class*="u-border-"] {
    color: #111111 !important;
    background-color: #f7de75 !important;
}
.u-hover-color-3-light-2:hover,
.u-hover-color-3-light-2[class*="u-border-"]:hover,
.u-hover-color-3-light-2:focus,
.u-hover-color-3-light-2[class*="u-border-"]:focus,
.u-active-color-3-light-2.u-active.u-active,
.u-active-color-3-light-2[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-color-3-light-2:hover,
a.u-button-style.u-hover-color-3-light-2[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-color-3-light-2,
a.u-button-style:hover > .u-hover-color-3-light-2[class*="u-border-"],
a.u-button-style.u-hover-color-3-light-2:focus,
a.u-button-style.u-hover-color-3-light-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-color-3-light-2:active,
a.u-button-style.u-button-style.u-active-color-3-light-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-color-3-light-2.active,
a.u-button-style.u-button-style.u-active-color-3-light-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-color-3-light-2,
a.u-button-style.u-button-style.active > .u-active-color-3-light-2[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-color-3-light-2,
li.active > a.u-button-style.u-button-style.u-active-color-3-light-2[class*="u-border-"] {
    color: #111111 !important;
    background-color: #f9e79b !important;
}
a.u-link.u-hover-color-3-light-2:hover {
    color: #f9e79b !important;
}
.u-color-3-light-3,
.u-body.u-color-3-light-3,
.u-container-style.u-color-3-light-3:before,
.u-container-layout.u-color-3-light-3:before,
.u-table-alt-color-3-light-3 tr:nth-child(even) {
    color: #111111;
    background-color: #fef9e6;
}
.u-button-style.u-color-3-light-3,
.u-button-style.u-color-3-light-3[class*="u-border-"] {
    color: #111111 !important;
    background-color: #fef9e6 !important;
}
.u-button-style.u-color-3-light-3:hover,
.u-button-style.u-color-3-light-3[class*="u-border-"]:hover,
.u-button-style.u-color-3-light-3:focus,
.u-button-style.u-color-3-light-3[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-color-3-light-3:active,
.u-button-style.u-button-style.u-color-3-light-3[class*="u-border-"]:active,
.u-button-style.u-button-style.u-color-3-light-3.active,
.u-button-style.u-button-style.u-color-3-light-3[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-color-3-light-3,
li.active > .u-button-style.u-button-style.u-color-3-light-3[class*="u-border-"] {
    color: #111111 !important;
    background-color: #fceeb7 !important;
}
.u-hover-color-3-light-3:hover,
.u-hover-color-3-light-3[class*="u-border-"]:hover,
.u-hover-color-3-light-3:focus,
.u-hover-color-3-light-3[class*="u-border-"]:focus,
.u-active-color-3-light-3.u-active.u-active,
.u-active-color-3-light-3[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-color-3-light-3:hover,
a.u-button-style.u-hover-color-3-light-3[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-color-3-light-3,
a.u-button-style:hover > .u-hover-color-3-light-3[class*="u-border-"],
a.u-button-style.u-hover-color-3-light-3:focus,
a.u-button-style.u-hover-color-3-light-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-color-3-light-3:active,
a.u-button-style.u-button-style.u-active-color-3-light-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-color-3-light-3.active,
a.u-button-style.u-button-style.u-active-color-3-light-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-color-3-light-3,
a.u-button-style.u-button-style.active > .u-active-color-3-light-3[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-color-3-light-3,
li.active > a.u-button-style.u-button-style.u-active-color-3-light-3[class*="u-border-"] {
    color: #111111 !important;
    background-color: #fef9e6 !important;
}
a.u-link.u-hover-color-3-light-3:hover {
    color: #fef9e6 !important;
}
.u-color-3-base,
.u-body.u-color-3-base,
.u-container-style.u-color-3-base:before,
.u-container-layout.u-color-3-base:before,
.u-table-alt-color-3-base tr:nth-child(even) {
    color: #111111;
    background-color: #f1c50e;
}
.u-button-style.u-color-3-base,
.u-button-style.u-color-3-base[class*="u-border-"] {
    color: #111111 !important;
    background-color: #f1c50e !important;
}
.u-button-style.u-color-3-base:hover,
.u-button-style.u-color-3-base[class*="u-border-"]:hover,
.u-button-style.u-color-3-base:focus,
.u-button-style.u-color-3-base[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-color-3-base:active,
.u-button-style.u-button-style.u-color-3-base[class*="u-border-"]:active,
.u-button-style.u-button-style.u-color-3-base.active,
.u-button-style.u-button-style.u-color-3-base[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-color-3-base,
li.active > .u-button-style.u-button-style.u-color-3-base[class*="u-border-"] {
    color: #111111 !important;
    background-color: #d9b10d !important;
}
.u-hover-color-3-base:hover,
.u-hover-color-3-base[class*="u-border-"]:hover,
.u-hover-color-3-base:focus,
.u-hover-color-3-base[class*="u-border-"]:focus,
.u-active-color-3-base.u-active.u-active,
.u-active-color-3-base[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-color-3-base:hover,
a.u-button-style.u-hover-color-3-base[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-color-3-base,
a.u-button-style:hover > .u-hover-color-3-base[class*="u-border-"],
a.u-button-style.u-hover-color-3-base:focus,
a.u-button-style.u-hover-color-3-base[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-color-3-base:active,
a.u-button-style.u-button-style.u-active-color-3-base[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-color-3-base.active,
a.u-button-style.u-button-style.u-active-color-3-base[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-color-3-base,
a.u-button-style.u-button-style.active > .u-active-color-3-base[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-color-3-base,
li.active > a.u-button-style.u-button-style.u-active-color-3-base[class*="u-border-"] {
    color: #111111 !important;
    background-color: #f1c50e !important;
}
a.u-link.u-hover-color-3-base:hover {
    color: #f1c50e !important;
}
.u-color-4-dark-3,
.u-body.u-color-4-dark-3,
.u-container-style.u-color-4-dark-3:before,
.u-container-layout.u-color-4-dark-3:before,
.u-table-alt-color-4-dark-3 tr:nth-child(even) {
    color: #ffffff;
    background-color: #293332;
}
.u-button-style.u-color-4-dark-3,
.u-button-style.u-color-4-dark-3[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #293332 !important;
}
.u-button-style.u-color-4-dark-3:hover,
.u-button-style.u-color-4-dark-3[class*="u-border-"]:hover,
.u-button-style.u-color-4-dark-3:focus,
.u-button-style.u-color-4-dark-3[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-color-4-dark-3:active,
.u-button-style.u-button-style.u-color-4-dark-3[class*="u-border-"]:active,
.u-button-style.u-button-style.u-color-4-dark-3.active,
.u-button-style.u-button-style.u-color-4-dark-3[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-color-4-dark-3,
li.active > .u-button-style.u-button-style.u-color-4-dark-3[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #252e2d !important;
}
.u-hover-color-4-dark-3:hover,
.u-hover-color-4-dark-3[class*="u-border-"]:hover,
.u-hover-color-4-dark-3:focus,
.u-hover-color-4-dark-3[class*="u-border-"]:focus,
.u-active-color-4-dark-3.u-active.u-active,
.u-active-color-4-dark-3[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-color-4-dark-3:hover,
a.u-button-style.u-hover-color-4-dark-3[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-color-4-dark-3,
a.u-button-style:hover > .u-hover-color-4-dark-3[class*="u-border-"],
a.u-button-style.u-hover-color-4-dark-3:focus,
a.u-button-style.u-hover-color-4-dark-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-color-4-dark-3:active,
a.u-button-style.u-button-style.u-active-color-4-dark-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-color-4-dark-3.active,
a.u-button-style.u-button-style.u-active-color-4-dark-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-color-4-dark-3,
a.u-button-style.u-button-style.active > .u-active-color-4-dark-3[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-color-4-dark-3,
li.active > a.u-button-style.u-button-style.u-active-color-4-dark-3[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #293332 !important;
}
a.u-link.u-hover-color-4-dark-3:hover {
    color: #293332 !important;
}
.u-color-4-dark-2,
.u-body.u-color-4-dark-2,
.u-container-style.u-color-4-dark-2:before,
.u-container-layout.u-color-4-dark-2:before,
.u-table-alt-color-4-dark-2 tr:nth-child(even) {
    color: #ffffff;
    background-color: #41807c;
}
.u-button-style.u-color-4-dark-2,
.u-button-style.u-color-4-dark-2[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #41807c !important;
}
.u-button-style.u-color-4-dark-2:hover,
.u-button-style.u-color-4-dark-2[class*="u-border-"]:hover,
.u-button-style.u-color-4-dark-2:focus,
.u-button-style.u-color-4-dark-2[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-color-4-dark-2:active,
.u-button-style.u-button-style.u-color-4-dark-2[class*="u-border-"]:active,
.u-button-style.u-button-style.u-color-4-dark-2.active,
.u-button-style.u-button-style.u-color-4-dark-2[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-color-4-dark-2,
li.active > .u-button-style.u-button-style.u-color-4-dark-2[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #3a7370 !important;
}
.u-hover-color-4-dark-2:hover,
.u-hover-color-4-dark-2[class*="u-border-"]:hover,
.u-hover-color-4-dark-2:focus,
.u-hover-color-4-dark-2[class*="u-border-"]:focus,
.u-active-color-4-dark-2.u-active.u-active,
.u-active-color-4-dark-2[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-color-4-dark-2:hover,
a.u-button-style.u-hover-color-4-dark-2[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-color-4-dark-2,
a.u-button-style:hover > .u-hover-color-4-dark-2[class*="u-border-"],
a.u-button-style.u-hover-color-4-dark-2:focus,
a.u-button-style.u-hover-color-4-dark-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-color-4-dark-2:active,
a.u-button-style.u-button-style.u-active-color-4-dark-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-color-4-dark-2.active,
a.u-button-style.u-button-style.u-active-color-4-dark-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-color-4-dark-2,
a.u-button-style.u-button-style.active > .u-active-color-4-dark-2[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-color-4-dark-2,
li.active > a.u-button-style.u-button-style.u-active-color-4-dark-2[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #41807c !important;
}
a.u-link.u-hover-color-4-dark-2:hover {
    color: #41807c !important;
}
.u-color-4-dark-1,
.u-body.u-color-4-dark-1,
.u-container-style.u-color-4-dark-1:before,
.u-container-layout.u-color-4-dark-1:before,
.u-table-alt-color-4-dark-1 tr:nth-child(even) {
    color: #ffffff;
    background-color: #2cccc4;
}
.u-button-style.u-color-4-dark-1,
.u-button-style.u-color-4-dark-1[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #2cccc4 !important;
}
.u-button-style.u-color-4-dark-1:hover,
.u-button-style.u-color-4-dark-1[class*="u-border-"]:hover,
.u-button-style.u-color-4-dark-1:focus,
.u-button-style.u-color-4-dark-1[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-color-4-dark-1:active,
.u-button-style.u-button-style.u-color-4-dark-1[class*="u-border-"]:active,
.u-button-style.u-button-style.u-color-4-dark-1.active,
.u-button-style.u-button-style.u-color-4-dark-1[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-color-4-dark-1,
li.active > .u-button-style.u-button-style.u-color-4-dark-1[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #28b8b0 !important;
}
.u-hover-color-4-dark-1:hover,
.u-hover-color-4-dark-1[class*="u-border-"]:hover,
.u-hover-color-4-dark-1:focus,
.u-hover-color-4-dark-1[class*="u-border-"]:focus,
.u-active-color-4-dark-1.u-active.u-active,
.u-active-color-4-dark-1[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-color-4-dark-1:hover,
a.u-button-style.u-hover-color-4-dark-1[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-color-4-dark-1,
a.u-button-style:hover > .u-hover-color-4-dark-1[class*="u-border-"],
a.u-button-style.u-hover-color-4-dark-1:focus,
a.u-button-style.u-hover-color-4-dark-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-color-4-dark-1:active,
a.u-button-style.u-button-style.u-active-color-4-dark-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-color-4-dark-1.active,
a.u-button-style.u-button-style.u-active-color-4-dark-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-color-4-dark-1,
a.u-button-style.u-button-style.active > .u-active-color-4-dark-1[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-color-4-dark-1,
li.active > a.u-button-style.u-button-style.u-active-color-4-dark-1[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #2cccc4 !important;
}
a.u-link.u-hover-color-4-dark-1:hover {
    color: #2cccc4 !important;
}
.u-color-4,
.u-body.u-color-4,
.u-container-style.u-color-4:before,
.u-container-layout.u-color-4:before,
.u-table-alt-color-4 tr:nth-child(even) {
    color: #111111;
    background-color: #3be8e0;
}
.u-button-style.u-color-4,
.u-button-style.u-color-4[class*="u-border-"] {
    color: #111111 !important;
    background-color: #3be8e0 !important;
}
.u-button-style.u-color-4:hover,
.u-button-style.u-color-4[class*="u-border-"]:hover,
.u-button-style.u-color-4:focus,
.u-button-style.u-color-4[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-color-4:active,
.u-button-style.u-button-style.u-color-4[class*="u-border-"]:active,
.u-button-style.u-button-style.u-color-4.active,
.u-button-style.u-button-style.u-color-4[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-color-4,
li.active > .u-button-style.u-button-style.u-color-4[class*="u-border-"] {
    color: #111111 !important;
    background-color: #21e5dc !important;
}
.u-hover-color-4:hover,
.u-hover-color-4[class*="u-border-"]:hover,
.u-hover-color-4:focus,
.u-hover-color-4[class*="u-border-"]:focus,
.u-active-color-4.u-active.u-active,
.u-active-color-4[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-color-4:hover,
a.u-button-style.u-hover-color-4[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-color-4,
a.u-button-style:hover > .u-hover-color-4[class*="u-border-"],
a.u-button-style.u-hover-color-4:focus,
a.u-button-style.u-hover-color-4[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-color-4:active,
a.u-button-style.u-button-style.u-active-color-4[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-color-4.active,
a.u-button-style.u-button-style.u-active-color-4[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-color-4,
a.u-button-style.u-button-style.active > .u-active-color-4[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-color-4,
li.active > a.u-button-style.u-button-style.u-active-color-4[class*="u-border-"] {
    color: #111111 !important;
    background-color: #3be8e0 !important;
}
a.u-link.u-hover-color-4:hover {
    color: #3be8e0 !important;
}
.u-color-4-light-1,
.u-body.u-color-4-light-1,
.u-container-style.u-color-4-light-1:before,
.u-container-layout.u-color-4-light-1:before,
.u-table-alt-color-4-light-1 tr:nth-child(even) {
    color: #111111;
    background-color: #72efe9;
}
.u-button-style.u-color-4-light-1,
.u-button-style.u-color-4-light-1[class*="u-border-"] {
    color: #111111 !important;
    background-color: #72efe9 !important;
}
.u-button-style.u-color-4-light-1:hover,
.u-button-style.u-color-4-light-1[class*="u-border-"]:hover,
.u-button-style.u-color-4-light-1:focus,
.u-button-style.u-color-4-light-1[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-color-4-light-1:active,
.u-button-style.u-button-style.u-color-4-light-1[class*="u-border-"]:active,
.u-button-style.u-button-style.u-color-4-light-1.active,
.u-button-style.u-button-style.u-color-4-light-1[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-color-4-light-1,
li.active > .u-button-style.u-button-style.u-color-4-light-1[class*="u-border-"] {
    color: #111111 !important;
    background-color: #52ebe4 !important;
}
.u-hover-color-4-light-1:hover,
.u-hover-color-4-light-1[class*="u-border-"]:hover,
.u-hover-color-4-light-1:focus,
.u-hover-color-4-light-1[class*="u-border-"]:focus,
.u-active-color-4-light-1.u-active.u-active,
.u-active-color-4-light-1[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-color-4-light-1:hover,
a.u-button-style.u-hover-color-4-light-1[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-color-4-light-1,
a.u-button-style:hover > .u-hover-color-4-light-1[class*="u-border-"],
a.u-button-style.u-hover-color-4-light-1:focus,
a.u-button-style.u-hover-color-4-light-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-color-4-light-1:active,
a.u-button-style.u-button-style.u-active-color-4-light-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-color-4-light-1.active,
a.u-button-style.u-button-style.u-active-color-4-light-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-color-4-light-1,
a.u-button-style.u-button-style.active > .u-active-color-4-light-1[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-color-4-light-1,
li.active > a.u-button-style.u-button-style.u-active-color-4-light-1[class*="u-border-"] {
    color: #111111 !important;
    background-color: #72efe9 !important;
}
a.u-link.u-hover-color-4-light-1:hover {
    color: #72efe9 !important;
}
.u-color-4-light-2,
.u-body.u-color-4-light-2,
.u-container-style.u-color-4-light-2:before,
.u-container-layout.u-color-4-light-2:before,
.u-table-alt-color-4-light-2 tr:nth-child(even) {
    color: #111111;
    background-color: #adf6f2;
}
.u-button-style.u-color-4-light-2,
.u-button-style.u-color-4-light-2[class*="u-border-"] {
    color: #111111 !important;
    background-color: #adf6f2 !important;
}
.u-button-style.u-color-4-light-2:hover,
.u-button-style.u-color-4-light-2[class*="u-border-"]:hover,
.u-button-style.u-color-4-light-2:focus,
.u-button-style.u-color-4-light-2[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-color-4-light-2:active,
.u-button-style.u-button-style.u-color-4-light-2[class*="u-border-"]:active,
.u-button-style.u-button-style.u-color-4-light-2.active,
.u-button-style.u-button-style.u-color-4-light-2[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-color-4-light-2,
li.active > .u-button-style.u-button-style.u-color-4-light-2[class*="u-border-"] {
    color: #111111 !important;
    background-color: #87f2ec !important;
}
.u-hover-color-4-light-2:hover,
.u-hover-color-4-light-2[class*="u-border-"]:hover,
.u-hover-color-4-light-2:focus,
.u-hover-color-4-light-2[class*="u-border-"]:focus,
.u-active-color-4-light-2.u-active.u-active,
.u-active-color-4-light-2[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-color-4-light-2:hover,
a.u-button-style.u-hover-color-4-light-2[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-color-4-light-2,
a.u-button-style:hover > .u-hover-color-4-light-2[class*="u-border-"],
a.u-button-style.u-hover-color-4-light-2:focus,
a.u-button-style.u-hover-color-4-light-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-color-4-light-2:active,
a.u-button-style.u-button-style.u-active-color-4-light-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-color-4-light-2.active,
a.u-button-style.u-button-style.u-active-color-4-light-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-color-4-light-2,
a.u-button-style.u-button-style.active > .u-active-color-4-light-2[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-color-4-light-2,
li.active > a.u-button-style.u-button-style.u-active-color-4-light-2[class*="u-border-"] {
    color: #111111 !important;
    background-color: #adf6f2 !important;
}
a.u-link.u-hover-color-4-light-2:hover {
    color: #adf6f2 !important;
}
.u-color-4-light-3,
.u-body.u-color-4-light-3,
.u-container-style.u-color-4-light-3:before,
.u-container-layout.u-color-4-light-3:before,
.u-table-alt-color-4-light-3 tr:nth-child(even) {
    color: #111111;
    background-color: #eafdfc;
}
.u-button-style.u-color-4-light-3,
.u-button-style.u-color-4-light-3[class*="u-border-"] {
    color: #111111 !important;
    background-color: #eafdfc !important;
}
.u-button-style.u-color-4-light-3:hover,
.u-button-style.u-color-4-light-3[class*="u-border-"]:hover,
.u-button-style.u-color-4-light-3:focus,
.u-button-style.u-color-4-light-3[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-color-4-light-3:active,
.u-button-style.u-button-style.u-color-4-light-3[class*="u-border-"]:active,
.u-button-style.u-button-style.u-color-4-light-3.active,
.u-button-style.u-button-style.u-color-4-light-3[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-color-4-light-3,
li.active > .u-button-style.u-button-style.u-color-4-light-3[class*="u-border-"] {
    color: #111111 !important;
    background-color: #bef9f6 !important;
}
.u-hover-color-4-light-3:hover,
.u-hover-color-4-light-3[class*="u-border-"]:hover,
.u-hover-color-4-light-3:focus,
.u-hover-color-4-light-3[class*="u-border-"]:focus,
.u-active-color-4-light-3.u-active.u-active,
.u-active-color-4-light-3[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-color-4-light-3:hover,
a.u-button-style.u-hover-color-4-light-3[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-color-4-light-3,
a.u-button-style:hover > .u-hover-color-4-light-3[class*="u-border-"],
a.u-button-style.u-hover-color-4-light-3:focus,
a.u-button-style.u-hover-color-4-light-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-color-4-light-3:active,
a.u-button-style.u-button-style.u-active-color-4-light-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-color-4-light-3.active,
a.u-button-style.u-button-style.u-active-color-4-light-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-color-4-light-3,
a.u-button-style.u-button-style.active > .u-active-color-4-light-3[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-color-4-light-3,
li.active > a.u-button-style.u-button-style.u-active-color-4-light-3[class*="u-border-"] {
    color: #111111 !important;
    background-color: #eafdfc !important;
}
a.u-link.u-hover-color-4-light-3:hover {
    color: #eafdfc !important;
}
.u-color-4-base,
.u-body.u-color-4-base,
.u-container-style.u-color-4-base:before,
.u-container-layout.u-color-4-base:before,
.u-table-alt-color-4-base tr:nth-child(even) {
    color: #ffffff;
    background-color: #2cccc4;
}
.u-button-style.u-color-4-base,
.u-button-style.u-color-4-base[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #2cccc4 !important;
}
.u-button-style.u-color-4-base:hover,
.u-button-style.u-color-4-base[class*="u-border-"]:hover,
.u-button-style.u-color-4-base:focus,
.u-button-style.u-color-4-base[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-color-4-base:active,
.u-button-style.u-button-style.u-color-4-base[class*="u-border-"]:active,
.u-button-style.u-button-style.u-color-4-base.active,
.u-button-style.u-button-style.u-color-4-base[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-color-4-base,
li.active > .u-button-style.u-button-style.u-color-4-base[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #28b8b0 !important;
}
.u-hover-color-4-base:hover,
.u-hover-color-4-base[class*="u-border-"]:hover,
.u-hover-color-4-base:focus,
.u-hover-color-4-base[class*="u-border-"]:focus,
.u-active-color-4-base.u-active.u-active,
.u-active-color-4-base[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-color-4-base:hover,
a.u-button-style.u-hover-color-4-base[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-color-4-base,
a.u-button-style:hover > .u-hover-color-4-base[class*="u-border-"],
a.u-button-style.u-hover-color-4-base:focus,
a.u-button-style.u-hover-color-4-base[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-color-4-base:active,
a.u-button-style.u-button-style.u-active-color-4-base[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-color-4-base.active,
a.u-button-style.u-button-style.u-active-color-4-base[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-color-4-base,
a.u-button-style.u-button-style.active > .u-active-color-4-base[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-color-4-base,
li.active > a.u-button-style.u-button-style.u-active-color-4-base[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #2cccc4 !important;
}
a.u-link.u-hover-color-4-base:hover {
    color: #2cccc4 !important;
}
.u-color-5-dark-3,
.u-body.u-color-5-dark-3,
.u-container-style.u-color-5-dark-3:before,
.u-container-layout.u-color-5-dark-3:before,
.u-table-alt-color-5-dark-3 tr:nth-child(even) {
    color: #ffffff;
    background-color: #292d33;
}
.u-button-style.u-color-5-dark-3,
.u-button-style.u-color-5-dark-3[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #292d33 !important;
}
.u-button-style.u-color-5-dark-3:hover,
.u-button-style.u-color-5-dark-3[class*="u-border-"]:hover,
.u-button-style.u-color-5-dark-3:focus,
.u-button-style.u-color-5-dark-3[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-color-5-dark-3:active,
.u-button-style.u-button-style.u-color-5-dark-3[class*="u-border-"]:active,
.u-button-style.u-button-style.u-color-5-dark-3.active,
.u-button-style.u-button-style.u-color-5-dark-3[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-color-5-dark-3,
li.active > .u-button-style.u-button-style.u-color-5-dark-3[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #25292e !important;
}
.u-hover-color-5-dark-3:hover,
.u-hover-color-5-dark-3[class*="u-border-"]:hover,
.u-hover-color-5-dark-3:focus,
.u-hover-color-5-dark-3[class*="u-border-"]:focus,
.u-active-color-5-dark-3.u-active.u-active,
.u-active-color-5-dark-3[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-color-5-dark-3:hover,
a.u-button-style.u-hover-color-5-dark-3[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-color-5-dark-3,
a.u-button-style:hover > .u-hover-color-5-dark-3[class*="u-border-"],
a.u-button-style.u-hover-color-5-dark-3:focus,
a.u-button-style.u-hover-color-5-dark-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-color-5-dark-3:active,
a.u-button-style.u-button-style.u-active-color-5-dark-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-color-5-dark-3.active,
a.u-button-style.u-button-style.u-active-color-5-dark-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-color-5-dark-3,
a.u-button-style.u-button-style.active > .u-active-color-5-dark-3[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-color-5-dark-3,
li.active > a.u-button-style.u-button-style.u-active-color-5-dark-3[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #292d33 !important;
}
a.u-link.u-hover-color-5-dark-3:hover {
    color: #292d33 !important;
}
.u-color-5-dark-2,
.u-body.u-color-5-dark-2,
.u-container-style.u-color-5-dark-2:before,
.u-container-layout.u-color-5-dark-2:before,
.u-table-alt-color-5-dark-2 tr:nth-child(even) {
    color: #ffffff;
    background-color: #555c66;
}
.u-button-style.u-color-5-dark-2,
.u-button-style.u-color-5-dark-2[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #555c66 !important;
}
.u-button-style.u-color-5-dark-2:hover,
.u-button-style.u-color-5-dark-2[class*="u-border-"]:hover,
.u-button-style.u-color-5-dark-2:focus,
.u-button-style.u-color-5-dark-2[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-color-5-dark-2:active,
.u-button-style.u-button-style.u-color-5-dark-2[class*="u-border-"]:active,
.u-button-style.u-button-style.u-color-5-dark-2.active,
.u-button-style.u-button-style.u-color-5-dark-2[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-color-5-dark-2,
li.active > .u-button-style.u-button-style.u-color-5-dark-2[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #4d535c !important;
}
.u-hover-color-5-dark-2:hover,
.u-hover-color-5-dark-2[class*="u-border-"]:hover,
.u-hover-color-5-dark-2:focus,
.u-hover-color-5-dark-2[class*="u-border-"]:focus,
.u-active-color-5-dark-2.u-active.u-active,
.u-active-color-5-dark-2[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-color-5-dark-2:hover,
a.u-button-style.u-hover-color-5-dark-2[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-color-5-dark-2,
a.u-button-style:hover > .u-hover-color-5-dark-2[class*="u-border-"],
a.u-button-style.u-hover-color-5-dark-2:focus,
a.u-button-style.u-hover-color-5-dark-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-color-5-dark-2:active,
a.u-button-style.u-button-style.u-active-color-5-dark-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-color-5-dark-2.active,
a.u-button-style.u-button-style.u-active-color-5-dark-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-color-5-dark-2,
a.u-button-style.u-button-style.active > .u-active-color-5-dark-2[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-color-5-dark-2,
li.active > a.u-button-style.u-button-style.u-active-color-5-dark-2[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #555c66 !important;
}
a.u-link.u-hover-color-5-dark-2:hover {
    color: #555c66 !important;
}
.u-color-5-dark-1,
.u-body.u-color-5-dark-1,
.u-container-style.u-color-5-dark-1:before,
.u-container-layout.u-color-5-dark-1:before,
.u-table-alt-color-5-dark-1 tr:nth-child(even) {
    color: #ffffff;
    background-color: #858e99;
}
.u-button-style.u-color-5-dark-1,
.u-button-style.u-color-5-dark-1[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #858e99 !important;
}
.u-button-style.u-color-5-dark-1:hover,
.u-button-style.u-color-5-dark-1[class*="u-border-"]:hover,
.u-button-style.u-color-5-dark-1:focus,
.u-button-style.u-color-5-dark-1[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-color-5-dark-1:active,
.u-button-style.u-button-style.u-color-5-dark-1[class*="u-border-"]:active,
.u-button-style.u-button-style.u-color-5-dark-1.active,
.u-button-style.u-button-style.u-color-5-dark-1[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-color-5-dark-1,
li.active > .u-button-style.u-button-style.u-color-5-dark-1[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #75808c !important;
}
.u-hover-color-5-dark-1:hover,
.u-hover-color-5-dark-1[class*="u-border-"]:hover,
.u-hover-color-5-dark-1:focus,
.u-hover-color-5-dark-1[class*="u-border-"]:focus,
.u-active-color-5-dark-1.u-active.u-active,
.u-active-color-5-dark-1[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-color-5-dark-1:hover,
a.u-button-style.u-hover-color-5-dark-1[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-color-5-dark-1,
a.u-button-style:hover > .u-hover-color-5-dark-1[class*="u-border-"],
a.u-button-style.u-hover-color-5-dark-1:focus,
a.u-button-style.u-hover-color-5-dark-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-color-5-dark-1:active,
a.u-button-style.u-button-style.u-active-color-5-dark-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-color-5-dark-1.active,
a.u-button-style.u-button-style.u-active-color-5-dark-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-color-5-dark-1,
a.u-button-style.u-button-style.active > .u-active-color-5-dark-1[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-color-5-dark-1,
li.active > a.u-button-style.u-button-style.u-active-color-5-dark-1[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #858e99 !important;
}
a.u-link.u-hover-color-5-dark-1:hover {
    color: #858e99 !important;
}
.u-color-5,
.u-body.u-color-5,
.u-container-style.u-color-5:before,
.u-container-layout.u-color-5:before,
.u-table-alt-color-5 tr:nth-child(even) {
    color: #111111;
    background-color: #b9c1cc;
}
.u-button-style.u-color-5,
.u-button-style.u-color-5[class*="u-border-"] {
    color: #111111 !important;
    background-color: #b9c1cc !important;
}
.u-button-style.u-color-5:hover,
.u-button-style.u-color-5[class*="u-border-"]:hover,
.u-button-style.u-color-5:focus,
.u-button-style.u-color-5[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-color-5:active,
.u-button-style.u-button-style.u-color-5[class*="u-border-"]:active,
.u-button-style.u-button-style.u-color-5.active,
.u-button-style.u-button-style.u-color-5[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-color-5,
li.active > .u-button-style.u-button-style.u-color-5[class*="u-border-"] {
    color: #111111 !important;
    background-color: #a2adbc !important;
}
.u-hover-color-5:hover,
.u-hover-color-5[class*="u-border-"]:hover,
.u-hover-color-5:focus,
.u-hover-color-5[class*="u-border-"]:focus,
.u-active-color-5.u-active.u-active,
.u-active-color-5[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-color-5:hover,
a.u-button-style.u-hover-color-5[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-color-5,
a.u-button-style:hover > .u-hover-color-5[class*="u-border-"],
a.u-button-style.u-hover-color-5:focus,
a.u-button-style.u-hover-color-5[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-color-5:active,
a.u-button-style.u-button-style.u-active-color-5[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-color-5.active,
a.u-button-style.u-button-style.u-active-color-5[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-color-5,
a.u-button-style.u-button-style.active > .u-active-color-5[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-color-5,
li.active > a.u-button-style.u-button-style.u-active-color-5[class*="u-border-"] {
    color: #111111 !important;
    background-color: #b9c1cc !important;
}
a.u-link.u-hover-color-5:hover {
    color: #b9c1cc !important;
}
.u-color-5-light-1,
.u-body.u-color-5-light-1,
.u-container-style.u-color-5-light-1:before,
.u-container-layout.u-color-5-light-1:before,
.u-table-alt-color-5-light-1 tr:nth-child(even) {
    color: #111111;
    background-color: #ccd3db;
}
.u-button-style.u-color-5-light-1,
.u-button-style.u-color-5-light-1[class*="u-border-"] {
    color: #111111 !important;
    background-color: #ccd3db !important;
}
.u-button-style.u-color-5-light-1:hover,
.u-button-style.u-color-5-light-1[class*="u-border-"]:hover,
.u-button-style.u-color-5-light-1:focus,
.u-button-style.u-color-5-light-1[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-color-5-light-1:active,
.u-button-style.u-button-style.u-color-5-light-1[class*="u-border-"]:active,
.u-button-style.u-button-style.u-color-5-light-1.active,
.u-button-style.u-button-style.u-color-5-light-1[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-color-5-light-1,
li.active > .u-button-style.u-button-style.u-color-5-light-1[class*="u-border-"] {
    color: #111111 !important;
    background-color: #b3bec9 !important;
}
.u-hover-color-5-light-1:hover,
.u-hover-color-5-light-1[class*="u-border-"]:hover,
.u-hover-color-5-light-1:focus,
.u-hover-color-5-light-1[class*="u-border-"]:focus,
.u-active-color-5-light-1.u-active.u-active,
.u-active-color-5-light-1[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-color-5-light-1:hover,
a.u-button-style.u-hover-color-5-light-1[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-color-5-light-1,
a.u-button-style:hover > .u-hover-color-5-light-1[class*="u-border-"],
a.u-button-style.u-hover-color-5-light-1:focus,
a.u-button-style.u-hover-color-5-light-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-color-5-light-1:active,
a.u-button-style.u-button-style.u-active-color-5-light-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-color-5-light-1.active,
a.u-button-style.u-button-style.u-active-color-5-light-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-color-5-light-1,
a.u-button-style.u-button-style.active > .u-active-color-5-light-1[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-color-5-light-1,
li.active > a.u-button-style.u-button-style.u-active-color-5-light-1[class*="u-border-"] {
    color: #111111 !important;
    background-color: #ccd3db !important;
}
a.u-link.u-hover-color-5-light-1:hover {
    color: #ccd3db !important;
}
.u-color-5-light-2,
.u-body.u-color-5-light-2,
.u-container-style.u-color-5-light-2:before,
.u-container-layout.u-color-5-light-2:before,
.u-table-alt-color-5-light-2 tr:nth-child(even) {
    color: #111111;
    background-color: #e0e5eb;
}
.u-button-style.u-color-5-light-2,
.u-button-style.u-color-5-light-2[class*="u-border-"] {
    color: #111111 !important;
    background-color: #e0e5eb !important;
}
.u-button-style.u-color-5-light-2:hover,
.u-button-style.u-color-5-light-2[class*="u-border-"]:hover,
.u-button-style.u-color-5-light-2:focus,
.u-button-style.u-color-5-light-2[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-color-5-light-2:active,
.u-button-style.u-button-style.u-color-5-light-2[class*="u-border-"]:active,
.u-button-style.u-button-style.u-color-5-light-2.active,
.u-button-style.u-button-style.u-color-5-light-2[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-color-5-light-2,
li.active > .u-button-style.u-button-style.u-color-5-light-2[class*="u-border-"] {
    color: #111111 !important;
    background-color: #c4ced9 !important;
}
.u-hover-color-5-light-2:hover,
.u-hover-color-5-light-2[class*="u-border-"]:hover,
.u-hover-color-5-light-2:focus,
.u-hover-color-5-light-2[class*="u-border-"]:focus,
.u-active-color-5-light-2.u-active.u-active,
.u-active-color-5-light-2[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-color-5-light-2:hover,
a.u-button-style.u-hover-color-5-light-2[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-color-5-light-2,
a.u-button-style:hover > .u-hover-color-5-light-2[class*="u-border-"],
a.u-button-style.u-hover-color-5-light-2:focus,
a.u-button-style.u-hover-color-5-light-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-color-5-light-2:active,
a.u-button-style.u-button-style.u-active-color-5-light-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-color-5-light-2.active,
a.u-button-style.u-button-style.u-active-color-5-light-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-color-5-light-2,
a.u-button-style.u-button-style.active > .u-active-color-5-light-2[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-color-5-light-2,
li.active > a.u-button-style.u-button-style.u-active-color-5-light-2[class*="u-border-"] {
    color: #111111 !important;
    background-color: #e0e5eb !important;
}
a.u-link.u-hover-color-5-light-2:hover {
    color: #e0e5eb !important;
}
.u-color-5-light-3,
.u-body.u-color-5-light-3,
.u-container-style.u-color-5-light-3:before,
.u-container-layout.u-color-5-light-3:before,
.u-table-alt-color-5-light-3 tr:nth-child(even) {
    color: #111111;
    background-color: #f5f7fa;
}
.u-button-style.u-color-5-light-3,
.u-button-style.u-color-5-light-3[class*="u-border-"] {
    color: #111111 !important;
    background-color: #f5f7fa !important;
}
.u-button-style.u-color-5-light-3:hover,
.u-button-style.u-color-5-light-3[class*="u-border-"]:hover,
.u-button-style.u-color-5-light-3:focus,
.u-button-style.u-color-5-light-3[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-color-5-light-3:active,
.u-button-style.u-button-style.u-color-5-light-3[class*="u-border-"]:active,
.u-button-style.u-button-style.u-color-5-light-3.active,
.u-button-style.u-button-style.u-color-5-light-3[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-color-5-light-3,
li.active > .u-button-style.u-button-style.u-color-5-light-3[class*="u-border-"] {
    color: #111111 !important;
    background-color: #d4dde9 !important;
}
.u-hover-color-5-light-3:hover,
.u-hover-color-5-light-3[class*="u-border-"]:hover,
.u-hover-color-5-light-3:focus,
.u-hover-color-5-light-3[class*="u-border-"]:focus,
.u-active-color-5-light-3.u-active.u-active,
.u-active-color-5-light-3[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-color-5-light-3:hover,
a.u-button-style.u-hover-color-5-light-3[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-color-5-light-3,
a.u-button-style:hover > .u-hover-color-5-light-3[class*="u-border-"],
a.u-button-style.u-hover-color-5-light-3:focus,
a.u-button-style.u-hover-color-5-light-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-color-5-light-3:active,
a.u-button-style.u-button-style.u-active-color-5-light-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-color-5-light-3.active,
a.u-button-style.u-button-style.u-active-color-5-light-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-color-5-light-3,
a.u-button-style.u-button-style.active > .u-active-color-5-light-3[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-color-5-light-3,
li.active > a.u-button-style.u-button-style.u-active-color-5-light-3[class*="u-border-"] {
    color: #111111 !important;
    background-color: #f5f7fa !important;
}
a.u-link.u-hover-color-5-light-3:hover {
    color: #f5f7fa !important;
}
.u-color-5-base,
.u-body.u-color-5-base,
.u-container-style.u-color-5-base:before,
.u-container-layout.u-color-5-base:before,
.u-table-alt-color-5-base tr:nth-child(even) {
    color: #111111;
    background-color: #b9c1cc;
}
.u-button-style.u-color-5-base,
.u-button-style.u-color-5-base[class*="u-border-"] {
    color: #111111 !important;
    background-color: #b9c1cc !important;
}
.u-button-style.u-color-5-base:hover,
.u-button-style.u-color-5-base[class*="u-border-"]:hover,
.u-button-style.u-color-5-base:focus,
.u-button-style.u-color-5-base[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-color-5-base:active,
.u-button-style.u-button-style.u-color-5-base[class*="u-border-"]:active,
.u-button-style.u-button-style.u-color-5-base.active,
.u-button-style.u-button-style.u-color-5-base[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-color-5-base,
li.active > .u-button-style.u-button-style.u-color-5-base[class*="u-border-"] {
    color: #111111 !important;
    background-color: #a2adbc !important;
}
.u-hover-color-5-base:hover,
.u-hover-color-5-base[class*="u-border-"]:hover,
.u-hover-color-5-base:focus,
.u-hover-color-5-base[class*="u-border-"]:focus,
.u-active-color-5-base.u-active.u-active,
.u-active-color-5-base[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-color-5-base:hover,
a.u-button-style.u-hover-color-5-base[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-color-5-base,
a.u-button-style:hover > .u-hover-color-5-base[class*="u-border-"],
a.u-button-style.u-hover-color-5-base:focus,
a.u-button-style.u-hover-color-5-base[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-color-5-base:active,
a.u-button-style.u-button-style.u-active-color-5-base[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-color-5-base.active,
a.u-button-style.u-button-style.u-active-color-5-base[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-color-5-base,
a.u-button-style.u-button-style.active > .u-active-color-5-base[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-color-5-base,
li.active > a.u-button-style.u-button-style.u-active-color-5-base[class*="u-border-"] {
    color: #111111 !important;
    background-color: #b9c1cc !important;
}
a.u-link.u-hover-color-5-base:hover {
    color: #b9c1cc !important;
}
.u-palette-1-dark-3,
.u-body.u-palette-1-dark-3,
.u-container-style.u-palette-1-dark-3:before,
.u-container-layout.u-palette-1-dark-3:before,
.u-table-alt-palette-1-dark-3 tr:nth-child(even) {
    color: #ffffff;
    background-color: #292e33;
}
.u-button-style.u-palette-1-dark-3,
.u-button-style.u-palette-1-dark-3[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #292e33 !important;
}
.u-button-style.u-palette-1-dark-3:hover,
.u-button-style.u-palette-1-dark-3[class*="u-border-"]:hover,
.u-button-style.u-palette-1-dark-3:focus,
.u-button-style.u-palette-1-dark-3[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-palette-1-dark-3:active,
.u-button-style.u-button-style.u-palette-1-dark-3[class*="u-border-"]:active,
.u-button-style.u-button-style.u-palette-1-dark-3.active,
.u-button-style.u-button-style.u-palette-1-dark-3[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-palette-1-dark-3,
li.active > .u-button-style.u-button-style.u-palette-1-dark-3[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #25292e !important;
}
.u-hover-palette-1-dark-3:hover,
.u-hover-palette-1-dark-3[class*="u-border-"]:hover,
.u-hover-palette-1-dark-3:focus,
.u-hover-palette-1-dark-3[class*="u-border-"]:focus,
.u-active-palette-1-dark-3.u-active.u-active,
.u-active-palette-1-dark-3[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-palette-1-dark-3:hover,
a.u-button-style.u-hover-palette-1-dark-3[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-palette-1-dark-3,
a.u-button-style:hover > .u-hover-palette-1-dark-3[class*="u-border-"],
a.u-button-style.u-hover-palette-1-dark-3:focus,
a.u-button-style.u-hover-palette-1-dark-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-palette-1-dark-3:active,
a.u-button-style.u-button-style.u-active-palette-1-dark-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-palette-1-dark-3.active,
a.u-button-style.u-button-style.u-active-palette-1-dark-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-palette-1-dark-3,
a.u-button-style.u-button-style.active > .u-active-palette-1-dark-3[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-palette-1-dark-3,
li.active > a.u-button-style.u-button-style.u-active-palette-1-dark-3[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #292e33 !important;
}
a.u-link.u-hover-palette-1-dark-3:hover {
    color: #292e33 !important;
}
.u-palette-1-dark-2,
.u-body.u-palette-1-dark-2,
.u-container-style.u-palette-1-dark-2:before,
.u-container-layout.u-palette-1-dark-2:before,
.u-table-alt-palette-1-dark-2 tr:nth-child(even) {
    color: #ffffff;
    background-color: #425465;
}
.u-button-style.u-palette-1-dark-2,
.u-button-style.u-palette-1-dark-2[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #425465 !important;
}
.u-button-style.u-palette-1-dark-2:hover,
.u-button-style.u-palette-1-dark-2[class*="u-border-"]:hover,
.u-button-style.u-palette-1-dark-2:focus,
.u-button-style.u-palette-1-dark-2[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-palette-1-dark-2:active,
.u-button-style.u-button-style.u-palette-1-dark-2[class*="u-border-"]:active,
.u-button-style.u-button-style.u-palette-1-dark-2.active,
.u-button-style.u-button-style.u-palette-1-dark-2[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-palette-1-dark-2,
li.active > .u-button-style.u-button-style.u-palette-1-dark-2[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #3b4c5b !important;
}
.u-hover-palette-1-dark-2:hover,
.u-hover-palette-1-dark-2[class*="u-border-"]:hover,
.u-hover-palette-1-dark-2:focus,
.u-hover-palette-1-dark-2[class*="u-border-"]:focus,
.u-active-palette-1-dark-2.u-active.u-active,
.u-active-palette-1-dark-2[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-palette-1-dark-2:hover,
a.u-button-style.u-hover-palette-1-dark-2[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-palette-1-dark-2,
a.u-button-style:hover > .u-hover-palette-1-dark-2[class*="u-border-"],
a.u-button-style.u-hover-palette-1-dark-2:focus,
a.u-button-style.u-hover-palette-1-dark-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-palette-1-dark-2:active,
a.u-button-style.u-button-style.u-active-palette-1-dark-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-palette-1-dark-2.active,
a.u-button-style.u-button-style.u-active-palette-1-dark-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-palette-1-dark-2,
a.u-button-style.u-button-style.active > .u-active-palette-1-dark-2[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-palette-1-dark-2,
li.active > a.u-button-style.u-button-style.u-active-palette-1-dark-2[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #425465 !important;
}
a.u-link.u-hover-palette-1-dark-2:hover {
    color: #425465 !important;
}
.u-palette-1-dark-1,
.u-body.u-palette-1-dark-1,
.u-container-style.u-palette-1-dark-1:before,
.u-container-layout.u-palette-1-dark-1:before,
.u-table-alt-palette-1-dark-1 tr:nth-child(even) {
    color: #ffffff;
    background-color: #4c7397;
}
.u-button-style.u-palette-1-dark-1,
.u-button-style.u-palette-1-dark-1[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #4c7397 !important;
}
.u-button-style.u-palette-1-dark-1:hover,
.u-button-style.u-palette-1-dark-1[class*="u-border-"]:hover,
.u-button-style.u-palette-1-dark-1:focus,
.u-button-style.u-palette-1-dark-1[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-palette-1-dark-1:active,
.u-button-style.u-button-style.u-palette-1-dark-1[class*="u-border-"]:active,
.u-button-style.u-button-style.u-palette-1-dark-1.active,
.u-button-style.u-button-style.u-palette-1-dark-1[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-palette-1-dark-1,
li.active > .u-button-style.u-button-style.u-palette-1-dark-1[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #446888 !important;
}
.u-hover-palette-1-dark-1:hover,
.u-hover-palette-1-dark-1[class*="u-border-"]:hover,
.u-hover-palette-1-dark-1:focus,
.u-hover-palette-1-dark-1[class*="u-border-"]:focus,
.u-active-palette-1-dark-1.u-active.u-active,
.u-active-palette-1-dark-1[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-palette-1-dark-1:hover,
a.u-button-style.u-hover-palette-1-dark-1[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-palette-1-dark-1,
a.u-button-style:hover > .u-hover-palette-1-dark-1[class*="u-border-"],
a.u-button-style.u-hover-palette-1-dark-1:focus,
a.u-button-style.u-hover-palette-1-dark-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-palette-1-dark-1:active,
a.u-button-style.u-button-style.u-active-palette-1-dark-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-palette-1-dark-1.active,
a.u-button-style.u-button-style.u-active-palette-1-dark-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-palette-1-dark-1,
a.u-button-style.u-button-style.active > .u-active-palette-1-dark-1[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-palette-1-dark-1,
li.active > a.u-button-style.u-button-style.u-active-palette-1-dark-1[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #4c7397 !important;
}
a.u-link.u-hover-palette-1-dark-1:hover {
    color: #4c7397 !important;
}
.u-palette-1,
.u-body.u-palette-1,
.u-container-style.u-palette-1:before,
.u-container-layout.u-palette-1:before,
.u-table-alt-palette-1 tr:nth-child(even) {
    color: #ffffff;
    background-color: #478ac9;
}
.u-button-style.u-palette-1,
.u-button-style.u-palette-1[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #478ac9 !important;
}
.u-button-style.u-palette-1:hover,
.u-button-style.u-palette-1[class*="u-border-"]:hover,
.u-button-style.u-palette-1:focus,
.u-button-style.u-palette-1[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-palette-1:active,
.u-button-style.u-button-style.u-palette-1[class*="u-border-"]:active,
.u-button-style.u-button-style.u-palette-1.active,
.u-button-style.u-button-style.u-palette-1[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-palette-1,
li.active > .u-button-style.u-button-style.u-palette-1[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #387cbd !important;
}
.u-hover-palette-1:hover,
.u-hover-palette-1[class*="u-border-"]:hover,
.u-hover-palette-1:focus,
.u-hover-palette-1[class*="u-border-"]:focus,
.u-active-palette-1.u-active.u-active,
.u-active-palette-1[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-palette-1:hover,
a.u-button-style.u-hover-palette-1[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-palette-1,
a.u-button-style:hover > .u-hover-palette-1[class*="u-border-"],
a.u-button-style.u-hover-palette-1:focus,
a.u-button-style.u-hover-palette-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-palette-1:active,
a.u-button-style.u-button-style.u-active-palette-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-palette-1.active,
a.u-button-style.u-button-style.u-active-palette-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-palette-1,
a.u-button-style.u-button-style.active > .u-active-palette-1[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-palette-1,
li.active > a.u-button-style.u-button-style.u-active-palette-1[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #478ac9 !important;
}
a.u-link.u-hover-palette-1:hover {
    color: #478ac9 !important;
}
.u-palette-1-light-1,
.u-body.u-palette-1-light-1,
.u-container-style.u-palette-1-light-1:before,
.u-container-layout.u-palette-1-light-1:before,
.u-table-alt-palette-1-light-1 tr:nth-child(even) {
    color: #ffffff;
    background-color: #77aad9;
}
.u-button-style.u-palette-1-light-1,
.u-button-style.u-palette-1-light-1[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #77aad9 !important;
}
.u-button-style.u-palette-1-light-1:hover,
.u-button-style.u-palette-1-light-1[class*="u-border-"]:hover,
.u-button-style.u-palette-1-light-1:focus,
.u-button-style.u-palette-1-light-1[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-palette-1-light-1:active,
.u-button-style.u-button-style.u-palette-1-light-1[class*="u-border-"]:active,
.u-button-style.u-button-style.u-palette-1-light-1.active,
.u-button-style.u-button-style.u-palette-1-light-1[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-palette-1-light-1,
li.active > .u-button-style.u-button-style.u-palette-1-light-1[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #5d9ad2 !important;
}
.u-hover-palette-1-light-1:hover,
.u-hover-palette-1-light-1[class*="u-border-"]:hover,
.u-hover-palette-1-light-1:focus,
.u-hover-palette-1-light-1[class*="u-border-"]:focus,
.u-active-palette-1-light-1.u-active.u-active,
.u-active-palette-1-light-1[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-palette-1-light-1:hover,
a.u-button-style.u-hover-palette-1-light-1[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-palette-1-light-1,
a.u-button-style:hover > .u-hover-palette-1-light-1[class*="u-border-"],
a.u-button-style.u-hover-palette-1-light-1:focus,
a.u-button-style.u-hover-palette-1-light-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-palette-1-light-1:active,
a.u-button-style.u-button-style.u-active-palette-1-light-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-palette-1-light-1.active,
a.u-button-style.u-button-style.u-active-palette-1-light-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-palette-1-light-1,
a.u-button-style.u-button-style.active > .u-active-palette-1-light-1[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-palette-1-light-1,
li.active > a.u-button-style.u-button-style.u-active-palette-1-light-1[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #77aad9 !important;
}
a.u-link.u-hover-palette-1-light-1:hover {
    color: #77aad9 !important;
}
.u-palette-1-light-2,
.u-body.u-palette-1-light-2,
.u-container-style.u-palette-1-light-2:before,
.u-container-layout.u-palette-1-light-2:before,
.u-table-alt-palette-1-light-2 tr:nth-child(even) {
    color: #111111;
    background-color: #adcce9;
}
.u-button-style.u-palette-1-light-2,
.u-button-style.u-palette-1-light-2[class*="u-border-"] {
    color: #111111 !important;
    background-color: #adcce9 !important;
}
.u-button-style.u-palette-1-light-2:hover,
.u-button-style.u-palette-1-light-2[class*="u-border-"]:hover,
.u-button-style.u-palette-1-light-2:focus,
.u-button-style.u-palette-1-light-2[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-palette-1-light-2:active,
.u-button-style.u-button-style.u-palette-1-light-2[class*="u-border-"]:active,
.u-button-style.u-button-style.u-palette-1-light-2.active,
.u-button-style.u-button-style.u-palette-1-light-2[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-palette-1-light-2,
li.active > .u-button-style.u-button-style.u-palette-1-light-2[class*="u-border-"] {
    color: #111111 !important;
    background-color: #8db8e0 !important;
}
.u-hover-palette-1-light-2:hover,
.u-hover-palette-1-light-2[class*="u-border-"]:hover,
.u-hover-palette-1-light-2:focus,
.u-hover-palette-1-light-2[class*="u-border-"]:focus,
.u-active-palette-1-light-2.u-active.u-active,
.u-active-palette-1-light-2[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-palette-1-light-2:hover,
a.u-button-style.u-hover-palette-1-light-2[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-palette-1-light-2,
a.u-button-style:hover > .u-hover-palette-1-light-2[class*="u-border-"],
a.u-button-style.u-hover-palette-1-light-2:focus,
a.u-button-style.u-hover-palette-1-light-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-palette-1-light-2:active,
a.u-button-style.u-button-style.u-active-palette-1-light-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-palette-1-light-2.active,
a.u-button-style.u-button-style.u-active-palette-1-light-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-palette-1-light-2,
a.u-button-style.u-button-style.active > .u-active-palette-1-light-2[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-palette-1-light-2,
li.active > a.u-button-style.u-button-style.u-active-palette-1-light-2[class*="u-border-"] {
    color: #111111 !important;
    background-color: #adcce9 !important;
}
a.u-link.u-hover-palette-1-light-2:hover {
    color: #adcce9 !important;
}
.u-palette-1-light-3,
.u-body.u-palette-1-light-3,
.u-container-style.u-palette-1-light-3:before,
.u-container-layout.u-palette-1-light-3:before,
.u-table-alt-palette-1-light-3 tr:nth-child(even) {
    color: #111111;
    background-color: #e9f2fa;
}
.u-button-style.u-palette-1-light-3,
.u-button-style.u-palette-1-light-3[class*="u-border-"] {
    color: #111111 !important;
    background-color: #e9f2fa !important;
}
.u-button-style.u-palette-1-light-3:hover,
.u-button-style.u-palette-1-light-3[class*="u-border-"]:hover,
.u-button-style.u-palette-1-light-3:focus,
.u-button-style.u-palette-1-light-3[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-palette-1-light-3:active,
.u-button-style.u-button-style.u-palette-1-light-3[class*="u-border-"]:active,
.u-button-style.u-button-style.u-palette-1-light-3.active,
.u-button-style.u-button-style.u-palette-1-light-3[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-palette-1-light-3,
li.active > .u-button-style.u-button-style.u-palette-1-light-3[class*="u-border-"] {
    color: #111111 !important;
    background-color: #c2dbf1 !important;
}
.u-hover-palette-1-light-3:hover,
.u-hover-palette-1-light-3[class*="u-border-"]:hover,
.u-hover-palette-1-light-3:focus,
.u-hover-palette-1-light-3[class*="u-border-"]:focus,
.u-active-palette-1-light-3.u-active.u-active,
.u-active-palette-1-light-3[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-palette-1-light-3:hover,
a.u-button-style.u-hover-palette-1-light-3[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-palette-1-light-3,
a.u-button-style:hover > .u-hover-palette-1-light-3[class*="u-border-"],
a.u-button-style.u-hover-palette-1-light-3:focus,
a.u-button-style.u-hover-palette-1-light-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-palette-1-light-3:active,
a.u-button-style.u-button-style.u-active-palette-1-light-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-palette-1-light-3.active,
a.u-button-style.u-button-style.u-active-palette-1-light-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-palette-1-light-3,
a.u-button-style.u-button-style.active > .u-active-palette-1-light-3[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-palette-1-light-3,
li.active > a.u-button-style.u-button-style.u-active-palette-1-light-3[class*="u-border-"] {
    color: #111111 !important;
    background-color: #e9f2fa !important;
}
a.u-link.u-hover-palette-1-light-3:hover {
    color: #e9f2fa !important;
}
.u-palette-1-base,
.u-body.u-palette-1-base,
.u-container-style.u-palette-1-base:before,
.u-container-layout.u-palette-1-base:before,
.u-table-alt-palette-1-base tr:nth-child(even) {
    color: #ffffff;
    background-color: #478ac9;
}
.u-button-style.u-palette-1-base,
.u-button-style.u-palette-1-base[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #478ac9 !important;
}
.u-button-style.u-palette-1-base:hover,
.u-button-style.u-palette-1-base[class*="u-border-"]:hover,
.u-button-style.u-palette-1-base:focus,
.u-button-style.u-palette-1-base[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-palette-1-base:active,
.u-button-style.u-button-style.u-palette-1-base[class*="u-border-"]:active,
.u-button-style.u-button-style.u-palette-1-base.active,
.u-button-style.u-button-style.u-palette-1-base[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-palette-1-base,
li.active > .u-button-style.u-button-style.u-palette-1-base[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #387cbd !important;
}
.u-hover-palette-1-base:hover,
.u-hover-palette-1-base[class*="u-border-"]:hover,
.u-hover-palette-1-base:focus,
.u-hover-palette-1-base[class*="u-border-"]:focus,
.u-active-palette-1-base.u-active.u-active,
.u-active-palette-1-base[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-palette-1-base:hover,
a.u-button-style.u-hover-palette-1-base[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-palette-1-base,
a.u-button-style:hover > .u-hover-palette-1-base[class*="u-border-"],
a.u-button-style.u-hover-palette-1-base:focus,
a.u-button-style.u-hover-palette-1-base[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-palette-1-base:active,
a.u-button-style.u-button-style.u-active-palette-1-base[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-palette-1-base.active,
a.u-button-style.u-button-style.u-active-palette-1-base[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-palette-1-base,
a.u-button-style.u-button-style.active > .u-active-palette-1-base[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-palette-1-base,
li.active > a.u-button-style.u-button-style.u-active-palette-1-base[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #478ac9 !important;
}
a.u-link.u-hover-palette-1-base:hover {
    color: #478ac9 !important;
}
.u-palette-2-dark-3,
.u-body.u-palette-2-dark-3,
.u-container-style.u-palette-2-dark-3:before,
.u-container-layout.u-palette-2-dark-3:before,
.u-table-alt-palette-2-dark-3 tr:nth-child(even) {
    color: #ffffff;
    background-color: #332929;
}
.u-button-style.u-palette-2-dark-3,
.u-button-style.u-palette-2-dark-3[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #332929 !important;
}
.u-button-style.u-palette-2-dark-3:hover,
.u-button-style.u-palette-2-dark-3[class*="u-border-"]:hover,
.u-button-style.u-palette-2-dark-3:focus,
.u-button-style.u-palette-2-dark-3[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-palette-2-dark-3:active,
.u-button-style.u-button-style.u-palette-2-dark-3[class*="u-border-"]:active,
.u-button-style.u-button-style.u-palette-2-dark-3.active,
.u-button-style.u-button-style.u-palette-2-dark-3[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-palette-2-dark-3,
li.active > .u-button-style.u-button-style.u-palette-2-dark-3[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #2e2525 !important;
}
.u-hover-palette-2-dark-3:hover,
.u-hover-palette-2-dark-3[class*="u-border-"]:hover,
.u-hover-palette-2-dark-3:focus,
.u-hover-palette-2-dark-3[class*="u-border-"]:focus,
.u-active-palette-2-dark-3.u-active.u-active,
.u-active-palette-2-dark-3[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-palette-2-dark-3:hover,
a.u-button-style.u-hover-palette-2-dark-3[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-palette-2-dark-3,
a.u-button-style:hover > .u-hover-palette-2-dark-3[class*="u-border-"],
a.u-button-style.u-hover-palette-2-dark-3:focus,
a.u-button-style.u-hover-palette-2-dark-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-palette-2-dark-3:active,
a.u-button-style.u-button-style.u-active-palette-2-dark-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-palette-2-dark-3.active,
a.u-button-style.u-button-style.u-active-palette-2-dark-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-palette-2-dark-3,
a.u-button-style.u-button-style.active > .u-active-palette-2-dark-3[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-palette-2-dark-3,
li.active > a.u-button-style.u-button-style.u-active-palette-2-dark-3[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #332929 !important;
}
a.u-link.u-hover-palette-2-dark-3:hover {
    color: #332929 !important;
}
.u-palette-2-dark-2,
.u-body.u-palette-2-dark-2,
.u-container-style.u-palette-2-dark-2:before,
.u-container-layout.u-palette-2-dark-2:before,
.u-table-alt-palette-2-dark-2 tr:nth-child(even) {
    color: #ffffff;
    background-color: #6b4748;
}
.u-button-style.u-palette-2-dark-2,
.u-button-style.u-palette-2-dark-2[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #6b4748 !important;
}
.u-button-style.u-palette-2-dark-2:hover,
.u-button-style.u-palette-2-dark-2[class*="u-border-"]:hover,
.u-button-style.u-palette-2-dark-2:focus,
.u-button-style.u-palette-2-dark-2[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-palette-2-dark-2:active,
.u-button-style.u-button-style.u-palette-2-dark-2[class*="u-border-"]:active,
.u-button-style.u-button-style.u-palette-2-dark-2.active,
.u-button-style.u-button-style.u-palette-2-dark-2[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-palette-2-dark-2,
li.active > .u-button-style.u-button-style.u-palette-2-dark-2[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #604041 !important;
}
.u-hover-palette-2-dark-2:hover,
.u-hover-palette-2-dark-2[class*="u-border-"]:hover,
.u-hover-palette-2-dark-2:focus,
.u-hover-palette-2-dark-2[class*="u-border-"]:focus,
.u-active-palette-2-dark-2.u-active.u-active,
.u-active-palette-2-dark-2[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-palette-2-dark-2:hover,
a.u-button-style.u-hover-palette-2-dark-2[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-palette-2-dark-2,
a.u-button-style:hover > .u-hover-palette-2-dark-2[class*="u-border-"],
a.u-button-style.u-hover-palette-2-dark-2:focus,
a.u-button-style.u-hover-palette-2-dark-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-palette-2-dark-2:active,
a.u-button-style.u-button-style.u-active-palette-2-dark-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-palette-2-dark-2.active,
a.u-button-style.u-button-style.u-active-palette-2-dark-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-palette-2-dark-2,
a.u-button-style.u-button-style.active > .u-active-palette-2-dark-2[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-palette-2-dark-2,
li.active > a.u-button-style.u-button-style.u-active-palette-2-dark-2[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #6b4748 !important;
}
a.u-link.u-hover-palette-2-dark-2:hover {
    color: #6b4748 !important;
}
.u-palette-2-dark-1,
.u-body.u-palette-2-dark-1,
.u-container-style.u-palette-2-dark-1:before,
.u-container-layout.u-palette-2-dark-1:before,
.u-table-alt-palette-2-dark-1 tr:nth-child(even) {
    color: #ffffff;
    background-color: #a35559;
}
.u-button-style.u-palette-2-dark-1,
.u-button-style.u-palette-2-dark-1[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #a35559 !important;
}
.u-button-style.u-palette-2-dark-1:hover,
.u-button-style.u-palette-2-dark-1[class*="u-border-"]:hover,
.u-button-style.u-palette-2-dark-1:focus,
.u-button-style.u-palette-2-dark-1[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-palette-2-dark-1:active,
.u-button-style.u-button-style.u-palette-2-dark-1[class*="u-border-"]:active,
.u-button-style.u-button-style.u-palette-2-dark-1.active,
.u-button-style.u-button-style.u-palette-2-dark-1[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-palette-2-dark-1,
li.active > .u-button-style.u-button-style.u-palette-2-dark-1[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #934c50 !important;
}
.u-hover-palette-2-dark-1:hover,
.u-hover-palette-2-dark-1[class*="u-border-"]:hover,
.u-hover-palette-2-dark-1:focus,
.u-hover-palette-2-dark-1[class*="u-border-"]:focus,
.u-active-palette-2-dark-1.u-active.u-active,
.u-active-palette-2-dark-1[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-palette-2-dark-1:hover,
a.u-button-style.u-hover-palette-2-dark-1[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-palette-2-dark-1,
a.u-button-style:hover > .u-hover-palette-2-dark-1[class*="u-border-"],
a.u-button-style.u-hover-palette-2-dark-1:focus,
a.u-button-style.u-hover-palette-2-dark-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-palette-2-dark-1:active,
a.u-button-style.u-button-style.u-active-palette-2-dark-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-palette-2-dark-1.active,
a.u-button-style.u-button-style.u-active-palette-2-dark-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-palette-2-dark-1,
a.u-button-style.u-button-style.active > .u-active-palette-2-dark-1[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-palette-2-dark-1,
li.active > a.u-button-style.u-button-style.u-active-palette-2-dark-1[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #a35559 !important;
}
a.u-link.u-hover-palette-2-dark-1:hover {
    color: #a35559 !important;
}
.u-palette-2,
.u-body.u-palette-2,
.u-container-style.u-palette-2:before,
.u-container-layout.u-palette-2:before,
.u-table-alt-palette-2 tr:nth-child(even) {
    color: #ffffff;
    background-color: #db545a;
}
.u-button-style.u-palette-2,
.u-button-style.u-palette-2[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #db545a !important;
}
.u-button-style.u-palette-2:hover,
.u-button-style.u-palette-2[class*="u-border-"]:hover,
.u-button-style.u-palette-2:focus,
.u-button-style.u-palette-2[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-palette-2:active,
.u-button-style.u-button-style.u-palette-2[class*="u-border-"]:active,
.u-button-style.u-button-style.u-palette-2.active,
.u-button-style.u-button-style.u-palette-2[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-palette-2,
li.active > .u-button-style.u-button-style.u-palette-2[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #d63b42 !important;
}
.u-hover-palette-2:hover,
.u-hover-palette-2[class*="u-border-"]:hover,
.u-hover-palette-2:focus,
.u-hover-palette-2[class*="u-border-"]:focus,
.u-active-palette-2.u-active.u-active,
.u-active-palette-2[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-palette-2:hover,
a.u-button-style.u-hover-palette-2[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-palette-2,
a.u-button-style:hover > .u-hover-palette-2[class*="u-border-"],
a.u-button-style.u-hover-palette-2:focus,
a.u-button-style.u-hover-palette-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-palette-2:active,
a.u-button-style.u-button-style.u-active-palette-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-palette-2.active,
a.u-button-style.u-button-style.u-active-palette-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-palette-2,
a.u-button-style.u-button-style.active > .u-active-palette-2[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-palette-2,
li.active > a.u-button-style.u-button-style.u-active-palette-2[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #db545a !important;
}
a.u-link.u-hover-palette-2:hover {
    color: #db545a !important;
}
.u-palette-2-light-1,
.u-body.u-palette-2-light-1,
.u-container-style.u-palette-2-light-1:before,
.u-container-layout.u-palette-2-light-1:before,
.u-table-alt-palette-2-light-1 tr:nth-child(even) {
    color: #ffffff;
    background-color: #e68387;
}
.u-button-style.u-palette-2-light-1,
.u-button-style.u-palette-2-light-1[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #e68387 !important;
}
.u-button-style.u-palette-2-light-1:hover,
.u-button-style.u-palette-2-light-1[class*="u-border-"]:hover,
.u-button-style.u-palette-2-light-1:focus,
.u-button-style.u-palette-2-light-1[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-palette-2-light-1:active,
.u-button-style.u-button-style.u-palette-2-light-1[class*="u-border-"]:active,
.u-button-style.u-button-style.u-palette-2-light-1.active,
.u-button-style.u-button-style.u-palette-2-light-1[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-palette-2-light-1,
li.active > .u-button-style.u-button-style.u-palette-2-light-1[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #e0656a !important;
}
.u-hover-palette-2-light-1:hover,
.u-hover-palette-2-light-1[class*="u-border-"]:hover,
.u-hover-palette-2-light-1:focus,
.u-hover-palette-2-light-1[class*="u-border-"]:focus,
.u-active-palette-2-light-1.u-active.u-active,
.u-active-palette-2-light-1[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-palette-2-light-1:hover,
a.u-button-style.u-hover-palette-2-light-1[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-palette-2-light-1,
a.u-button-style:hover > .u-hover-palette-2-light-1[class*="u-border-"],
a.u-button-style.u-hover-palette-2-light-1:focus,
a.u-button-style.u-hover-palette-2-light-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-palette-2-light-1:active,
a.u-button-style.u-button-style.u-active-palette-2-light-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-palette-2-light-1.active,
a.u-button-style.u-button-style.u-active-palette-2-light-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-palette-2-light-1,
a.u-button-style.u-button-style.active > .u-active-palette-2-light-1[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-palette-2-light-1,
li.active > a.u-button-style.u-button-style.u-active-palette-2-light-1[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #e68387 !important;
}
a.u-link.u-hover-palette-2-light-1:hover {
    color: #e68387 !important;
}
.u-palette-2-light-2,
.u-body.u-palette-2-light-2,
.u-container-style.u-palette-2-light-2:before,
.u-container-layout.u-palette-2-light-2:before,
.u-table-alt-palette-2-light-2 tr:nth-child(even) {
    color: #111111;
    background-color: #f1b5b8;
}
.u-button-style.u-palette-2-light-2,
.u-button-style.u-palette-2-light-2[class*="u-border-"] {
    color: #111111 !important;
    background-color: #f1b5b8 !important;
}
.u-button-style.u-palette-2-light-2:hover,
.u-button-style.u-palette-2-light-2[class*="u-border-"]:hover,
.u-button-style.u-palette-2-light-2:focus,
.u-button-style.u-palette-2-light-2[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-palette-2-light-2:active,
.u-button-style.u-button-style.u-palette-2-light-2[class*="u-border-"]:active,
.u-button-style.u-button-style.u-palette-2-light-2.active,
.u-button-style.u-button-style.u-palette-2-light-2[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-palette-2-light-2,
li.active > .u-button-style.u-button-style.u-palette-2-light-2[class*="u-border-"] {
    color: #111111 !important;
    background-color: #ea9296 !important;
}
.u-hover-palette-2-light-2:hover,
.u-hover-palette-2-light-2[class*="u-border-"]:hover,
.u-hover-palette-2-light-2:focus,
.u-hover-palette-2-light-2[class*="u-border-"]:focus,
.u-active-palette-2-light-2.u-active.u-active,
.u-active-palette-2-light-2[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-palette-2-light-2:hover,
a.u-button-style.u-hover-palette-2-light-2[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-palette-2-light-2,
a.u-button-style:hover > .u-hover-palette-2-light-2[class*="u-border-"],
a.u-button-style.u-hover-palette-2-light-2:focus,
a.u-button-style.u-hover-palette-2-light-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-palette-2-light-2:active,
a.u-button-style.u-button-style.u-active-palette-2-light-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-palette-2-light-2.active,
a.u-button-style.u-button-style.u-active-palette-2-light-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-palette-2-light-2,
a.u-button-style.u-button-style.active > .u-active-palette-2-light-2[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-palette-2-light-2,
li.active > a.u-button-style.u-button-style.u-active-palette-2-light-2[class*="u-border-"] {
    color: #111111 !important;
    background-color: #f1b5b8 !important;
}
a.u-link.u-hover-palette-2-light-2:hover {
    color: #f1b5b8 !important;
}
.u-palette-2-light-3,
.u-body.u-palette-2-light-3,
.u-container-style.u-palette-2-light-3:before,
.u-container-layout.u-palette-2-light-3:before,
.u-table-alt-palette-2-light-3 tr:nth-child(even) {
    color: #111111;
    background-color: #fbeced;
}
.u-button-style.u-palette-2-light-3,
.u-button-style.u-palette-2-light-3[class*="u-border-"] {
    color: #111111 !important;
    background-color: #fbeced !important;
}
.u-button-style.u-palette-2-light-3:hover,
.u-button-style.u-palette-2-light-3[class*="u-border-"]:hover,
.u-button-style.u-palette-2-light-3:focus,
.u-button-style.u-palette-2-light-3[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-palette-2-light-3:active,
.u-button-style.u-button-style.u-palette-2-light-3[class*="u-border-"]:active,
.u-button-style.u-button-style.u-palette-2-light-3.active,
.u-button-style.u-button-style.u-palette-2-light-3[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-palette-2-light-3,
li.active > .u-button-style.u-button-style.u-palette-2-light-3[class*="u-border-"] {
    color: #111111 !important;
    background-color: #f3c4c7 !important;
}
.u-hover-palette-2-light-3:hover,
.u-hover-palette-2-light-3[class*="u-border-"]:hover,
.u-hover-palette-2-light-3:focus,
.u-hover-palette-2-light-3[class*="u-border-"]:focus,
.u-active-palette-2-light-3.u-active.u-active,
.u-active-palette-2-light-3[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-palette-2-light-3:hover,
a.u-button-style.u-hover-palette-2-light-3[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-palette-2-light-3,
a.u-button-style:hover > .u-hover-palette-2-light-3[class*="u-border-"],
a.u-button-style.u-hover-palette-2-light-3:focus,
a.u-button-style.u-hover-palette-2-light-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-palette-2-light-3:active,
a.u-button-style.u-button-style.u-active-palette-2-light-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-palette-2-light-3.active,
a.u-button-style.u-button-style.u-active-palette-2-light-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-palette-2-light-3,
a.u-button-style.u-button-style.active > .u-active-palette-2-light-3[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-palette-2-light-3,
li.active > a.u-button-style.u-button-style.u-active-palette-2-light-3[class*="u-border-"] {
    color: #111111 !important;
    background-color: #fbeced !important;
}
a.u-link.u-hover-palette-2-light-3:hover {
    color: #fbeced !important;
}
.u-palette-2-base,
.u-body.u-palette-2-base,
.u-container-style.u-palette-2-base:before,
.u-container-layout.u-palette-2-base:before,
.u-table-alt-palette-2-base tr:nth-child(even) {
    color: #ffffff;
    background-color: #db545a;
}
.u-button-style.u-palette-2-base,
.u-button-style.u-palette-2-base[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #db545a !important;
}
.u-button-style.u-palette-2-base:hover,
.u-button-style.u-palette-2-base[class*="u-border-"]:hover,
.u-button-style.u-palette-2-base:focus,
.u-button-style.u-palette-2-base[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-palette-2-base:active,
.u-button-style.u-button-style.u-palette-2-base[class*="u-border-"]:active,
.u-button-style.u-button-style.u-palette-2-base.active,
.u-button-style.u-button-style.u-palette-2-base[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-palette-2-base,
li.active > .u-button-style.u-button-style.u-palette-2-base[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #d63b42 !important;
}
.u-hover-palette-2-base:hover,
.u-hover-palette-2-base[class*="u-border-"]:hover,
.u-hover-palette-2-base:focus,
.u-hover-palette-2-base[class*="u-border-"]:focus,
.u-active-palette-2-base.u-active.u-active,
.u-active-palette-2-base[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-palette-2-base:hover,
a.u-button-style.u-hover-palette-2-base[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-palette-2-base,
a.u-button-style:hover > .u-hover-palette-2-base[class*="u-border-"],
a.u-button-style.u-hover-palette-2-base:focus,
a.u-button-style.u-hover-palette-2-base[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-palette-2-base:active,
a.u-button-style.u-button-style.u-active-palette-2-base[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-palette-2-base.active,
a.u-button-style.u-button-style.u-active-palette-2-base[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-palette-2-base,
a.u-button-style.u-button-style.active > .u-active-palette-2-base[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-palette-2-base,
li.active > a.u-button-style.u-button-style.u-active-palette-2-base[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #db545a !important;
}
a.u-link.u-hover-palette-2-base:hover {
    color: #db545a !important;
}
.u-palette-3-dark-3,
.u-body.u-palette-3-dark-3,
.u-container-style.u-palette-3-dark-3:before,
.u-container-layout.u-palette-3-dark-3:before,
.u-table-alt-palette-3-dark-3 tr:nth-child(even) {
    color: #ffffff;
    background-color: #333129;
}
.u-button-style.u-palette-3-dark-3,
.u-button-style.u-palette-3-dark-3[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #333129 !important;
}
.u-button-style.u-palette-3-dark-3:hover,
.u-button-style.u-palette-3-dark-3[class*="u-border-"]:hover,
.u-button-style.u-palette-3-dark-3:focus,
.u-button-style.u-palette-3-dark-3[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-palette-3-dark-3:active,
.u-button-style.u-button-style.u-palette-3-dark-3[class*="u-border-"]:active,
.u-button-style.u-button-style.u-palette-3-dark-3.active,
.u-button-style.u-button-style.u-palette-3-dark-3[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-palette-3-dark-3,
li.active > .u-button-style.u-button-style.u-palette-3-dark-3[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #2e2c25 !important;
}
.u-hover-palette-3-dark-3:hover,
.u-hover-palette-3-dark-3[class*="u-border-"]:hover,
.u-hover-palette-3-dark-3:focus,
.u-hover-palette-3-dark-3[class*="u-border-"]:focus,
.u-active-palette-3-dark-3.u-active.u-active,
.u-active-palette-3-dark-3[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-palette-3-dark-3:hover,
a.u-button-style.u-hover-palette-3-dark-3[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-palette-3-dark-3,
a.u-button-style:hover > .u-hover-palette-3-dark-3[class*="u-border-"],
a.u-button-style.u-hover-palette-3-dark-3:focus,
a.u-button-style.u-hover-palette-3-dark-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-palette-3-dark-3:active,
a.u-button-style.u-button-style.u-active-palette-3-dark-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-palette-3-dark-3.active,
a.u-button-style.u-button-style.u-active-palette-3-dark-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-palette-3-dark-3,
a.u-button-style.u-button-style.active > .u-active-palette-3-dark-3[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-palette-3-dark-3,
li.active > a.u-button-style.u-button-style.u-active-palette-3-dark-3[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #333129 !important;
}
a.u-link.u-hover-palette-3-dark-3:hover {
    color: #333129 !important;
}
.u-palette-3-dark-2,
.u-body.u-palette-3-dark-2,
.u-container-style.u-palette-3-dark-2:before,
.u-container-layout.u-palette-3-dark-2:before,
.u-table-alt-palette-3-dark-2 tr:nth-child(even) {
    color: #ffffff;
    background-color: #72683f;
}
.u-button-style.u-palette-3-dark-2,
.u-button-style.u-palette-3-dark-2[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #72683f !important;
}
.u-button-style.u-palette-3-dark-2:hover,
.u-button-style.u-palette-3-dark-2[class*="u-border-"]:hover,
.u-button-style.u-palette-3-dark-2:focus,
.u-button-style.u-palette-3-dark-2[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-palette-3-dark-2:active,
.u-button-style.u-button-style.u-palette-3-dark-2[class*="u-border-"]:active,
.u-button-style.u-button-style.u-palette-3-dark-2.active,
.u-button-style.u-button-style.u-palette-3-dark-2[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-palette-3-dark-2,
li.active > .u-button-style.u-button-style.u-palette-3-dark-2[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #675e39 !important;
}
.u-hover-palette-3-dark-2:hover,
.u-hover-palette-3-dark-2[class*="u-border-"]:hover,
.u-hover-palette-3-dark-2:focus,
.u-hover-palette-3-dark-2[class*="u-border-"]:focus,
.u-active-palette-3-dark-2.u-active.u-active,
.u-active-palette-3-dark-2[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-palette-3-dark-2:hover,
a.u-button-style.u-hover-palette-3-dark-2[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-palette-3-dark-2,
a.u-button-style:hover > .u-hover-palette-3-dark-2[class*="u-border-"],
a.u-button-style.u-hover-palette-3-dark-2:focus,
a.u-button-style.u-hover-palette-3-dark-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-palette-3-dark-2:active,
a.u-button-style.u-button-style.u-active-palette-3-dark-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-palette-3-dark-2.active,
a.u-button-style.u-button-style.u-active-palette-3-dark-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-palette-3-dark-2,
a.u-button-style.u-button-style.active > .u-active-palette-3-dark-2[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-palette-3-dark-2,
li.active > a.u-button-style.u-button-style.u-active-palette-3-dark-2[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #72683f !important;
}
a.u-link.u-hover-palette-3-dark-2:hover {
    color: #72683f !important;
}
.u-palette-3-dark-1,
.u-body.u-palette-3-dark-1,
.u-container-style.u-palette-3-dark-1:before,
.u-container-layout.u-palette-3-dark-1:before,
.u-table-alt-palette-3-dark-1 tr:nth-child(even) {
    color: #ffffff;
    background-color: #b29a36;
}
.u-button-style.u-palette-3-dark-1,
.u-button-style.u-palette-3-dark-1[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #b29a36 !important;
}
.u-button-style.u-palette-3-dark-1:hover,
.u-button-style.u-palette-3-dark-1[class*="u-border-"]:hover,
.u-button-style.u-palette-3-dark-1:focus,
.u-button-style.u-palette-3-dark-1[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-palette-3-dark-1:active,
.u-button-style.u-button-style.u-palette-3-dark-1[class*="u-border-"]:active,
.u-button-style.u-button-style.u-palette-3-dark-1.active,
.u-button-style.u-button-style.u-palette-3-dark-1[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-palette-3-dark-1,
li.active > .u-button-style.u-button-style.u-palette-3-dark-1[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #a08b31 !important;
}
.u-hover-palette-3-dark-1:hover,
.u-hover-palette-3-dark-1[class*="u-border-"]:hover,
.u-hover-palette-3-dark-1:focus,
.u-hover-palette-3-dark-1[class*="u-border-"]:focus,
.u-active-palette-3-dark-1.u-active.u-active,
.u-active-palette-3-dark-1[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-palette-3-dark-1:hover,
a.u-button-style.u-hover-palette-3-dark-1[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-palette-3-dark-1,
a.u-button-style:hover > .u-hover-palette-3-dark-1[class*="u-border-"],
a.u-button-style.u-hover-palette-3-dark-1:focus,
a.u-button-style.u-hover-palette-3-dark-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-palette-3-dark-1:active,
a.u-button-style.u-button-style.u-active-palette-3-dark-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-palette-3-dark-1.active,
a.u-button-style.u-button-style.u-active-palette-3-dark-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-palette-3-dark-1,
a.u-button-style.u-button-style.active > .u-active-palette-3-dark-1[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-palette-3-dark-1,
li.active > a.u-button-style.u-button-style.u-active-palette-3-dark-1[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #b29a36 !important;
}
a.u-link.u-hover-palette-3-dark-1:hover {
    color: #b29a36 !important;
}
.u-palette-3,
.u-body.u-palette-3,
.u-container-style.u-palette-3:before,
.u-container-layout.u-palette-3:before,
.u-table-alt-palette-3 tr:nth-child(even) {
    color: #111111;
    background-color: #f1c50e;
}
.u-button-style.u-palette-3,
.u-button-style.u-palette-3[class*="u-border-"] {
    color: #111111 !important;
    background-color: #f1c50e !important;
}
.u-button-style.u-palette-3:hover,
.u-button-style.u-palette-3[class*="u-border-"]:hover,
.u-button-style.u-palette-3:focus,
.u-button-style.u-palette-3[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-palette-3:active,
.u-button-style.u-button-style.u-palette-3[class*="u-border-"]:active,
.u-button-style.u-button-style.u-palette-3.active,
.u-button-style.u-button-style.u-palette-3[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-palette-3,
li.active > .u-button-style.u-button-style.u-palette-3[class*="u-border-"] {
    color: #111111 !important;
    background-color: #d9b10d !important;
}
.u-hover-palette-3:hover,
.u-hover-palette-3[class*="u-border-"]:hover,
.u-hover-palette-3:focus,
.u-hover-palette-3[class*="u-border-"]:focus,
.u-active-palette-3.u-active.u-active,
.u-active-palette-3[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-palette-3:hover,
a.u-button-style.u-hover-palette-3[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-palette-3,
a.u-button-style:hover > .u-hover-palette-3[class*="u-border-"],
a.u-button-style.u-hover-palette-3:focus,
a.u-button-style.u-hover-palette-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-palette-3:active,
a.u-button-style.u-button-style.u-active-palette-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-palette-3.active,
a.u-button-style.u-button-style.u-active-palette-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-palette-3,
a.u-button-style.u-button-style.active > .u-active-palette-3[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-palette-3,
li.active > a.u-button-style.u-button-style.u-active-palette-3[class*="u-border-"] {
    color: #111111 !important;
    background-color: #f1c50e !important;
}
a.u-link.u-hover-palette-3:hover {
    color: #f1c50e !important;
}
.u-palette-3-light-1,
.u-body.u-palette-3-light-1,
.u-container-style.u-palette-3-light-1:before,
.u-container-layout.u-palette-3-light-1:before,
.u-table-alt-palette-3-light-1 tr:nth-child(even) {
    color: #111111;
    background-color: #f5d654;
}
.u-button-style.u-palette-3-light-1,
.u-button-style.u-palette-3-light-1[class*="u-border-"] {
    color: #111111 !important;
    background-color: #f5d654 !important;
}
.u-button-style.u-palette-3-light-1:hover,
.u-button-style.u-palette-3-light-1[class*="u-border-"]:hover,
.u-button-style.u-palette-3-light-1:focus,
.u-button-style.u-palette-3-light-1[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-palette-3-light-1:active,
.u-button-style.u-button-style.u-palette-3-light-1[class*="u-border-"]:active,
.u-button-style.u-button-style.u-palette-3-light-1.active,
.u-button-style.u-button-style.u-palette-3-light-1[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-palette-3-light-1,
li.active > .u-button-style.u-button-style.u-palette-3-light-1[class*="u-border-"] {
    color: #111111 !important;
    background-color: #f3cf35 !important;
}
.u-hover-palette-3-light-1:hover,
.u-hover-palette-3-light-1[class*="u-border-"]:hover,
.u-hover-palette-3-light-1:focus,
.u-hover-palette-3-light-1[class*="u-border-"]:focus,
.u-active-palette-3-light-1.u-active.u-active,
.u-active-palette-3-light-1[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-palette-3-light-1:hover,
a.u-button-style.u-hover-palette-3-light-1[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-palette-3-light-1,
a.u-button-style:hover > .u-hover-palette-3-light-1[class*="u-border-"],
a.u-button-style.u-hover-palette-3-light-1:focus,
a.u-button-style.u-hover-palette-3-light-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-palette-3-light-1:active,
a.u-button-style.u-button-style.u-active-palette-3-light-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-palette-3-light-1.active,
a.u-button-style.u-button-style.u-active-palette-3-light-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-palette-3-light-1,
a.u-button-style.u-button-style.active > .u-active-palette-3-light-1[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-palette-3-light-1,
li.active > a.u-button-style.u-button-style.u-active-palette-3-light-1[class*="u-border-"] {
    color: #111111 !important;
    background-color: #f5d654 !important;
}
a.u-link.u-hover-palette-3-light-1:hover {
    color: #f5d654 !important;
}
.u-palette-3-light-2,
.u-body.u-palette-3-light-2,
.u-container-style.u-palette-3-light-2:before,
.u-container-layout.u-palette-3-light-2:before,
.u-table-alt-palette-3-light-2 tr:nth-child(even) {
    color: #111111;
    background-color: #f9e79b;
}
.u-button-style.u-palette-3-light-2,
.u-button-style.u-palette-3-light-2[class*="u-border-"] {
    color: #111111 !important;
    background-color: #f9e79b !important;
}
.u-button-style.u-palette-3-light-2:hover,
.u-button-style.u-palette-3-light-2[class*="u-border-"]:hover,
.u-button-style.u-palette-3-light-2:focus,
.u-button-style.u-palette-3-light-2[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-palette-3-light-2:active,
.u-button-style.u-button-style.u-palette-3-light-2[class*="u-border-"]:active,
.u-button-style.u-button-style.u-palette-3-light-2.active,
.u-button-style.u-button-style.u-palette-3-light-2[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-palette-3-light-2,
li.active > .u-button-style.u-button-style.u-palette-3-light-2[class*="u-border-"] {
    color: #111111 !important;
    background-color: #f7de75 !important;
}
.u-hover-palette-3-light-2:hover,
.u-hover-palette-3-light-2[class*="u-border-"]:hover,
.u-hover-palette-3-light-2:focus,
.u-hover-palette-3-light-2[class*="u-border-"]:focus,
.u-active-palette-3-light-2.u-active.u-active,
.u-active-palette-3-light-2[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-palette-3-light-2:hover,
a.u-button-style.u-hover-palette-3-light-2[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-palette-3-light-2,
a.u-button-style:hover > .u-hover-palette-3-light-2[class*="u-border-"],
a.u-button-style.u-hover-palette-3-light-2:focus,
a.u-button-style.u-hover-palette-3-light-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-palette-3-light-2:active,
a.u-button-style.u-button-style.u-active-palette-3-light-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-palette-3-light-2.active,
a.u-button-style.u-button-style.u-active-palette-3-light-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-palette-3-light-2,
a.u-button-style.u-button-style.active > .u-active-palette-3-light-2[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-palette-3-light-2,
li.active > a.u-button-style.u-button-style.u-active-palette-3-light-2[class*="u-border-"] {
    color: #111111 !important;
    background-color: #f9e79b !important;
}
a.u-link.u-hover-palette-3-light-2:hover {
    color: #f9e79b !important;
}
.u-palette-3-light-3,
.u-body.u-palette-3-light-3,
.u-container-style.u-palette-3-light-3:before,
.u-container-layout.u-palette-3-light-3:before,
.u-table-alt-palette-3-light-3 tr:nth-child(even) {
    color: #111111;
    background-color: #fef9e6;
}
.u-button-style.u-palette-3-light-3,
.u-button-style.u-palette-3-light-3[class*="u-border-"] {
    color: #111111 !important;
    background-color: #fef9e6 !important;
}
.u-button-style.u-palette-3-light-3:hover,
.u-button-style.u-palette-3-light-3[class*="u-border-"]:hover,
.u-button-style.u-palette-3-light-3:focus,
.u-button-style.u-palette-3-light-3[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-palette-3-light-3:active,
.u-button-style.u-button-style.u-palette-3-light-3[class*="u-border-"]:active,
.u-button-style.u-button-style.u-palette-3-light-3.active,
.u-button-style.u-button-style.u-palette-3-light-3[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-palette-3-light-3,
li.active > .u-button-style.u-button-style.u-palette-3-light-3[class*="u-border-"] {
    color: #111111 !important;
    background-color: #fceeb7 !important;
}
.u-hover-palette-3-light-3:hover,
.u-hover-palette-3-light-3[class*="u-border-"]:hover,
.u-hover-palette-3-light-3:focus,
.u-hover-palette-3-light-3[class*="u-border-"]:focus,
.u-active-palette-3-light-3.u-active.u-active,
.u-active-palette-3-light-3[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-palette-3-light-3:hover,
a.u-button-style.u-hover-palette-3-light-3[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-palette-3-light-3,
a.u-button-style:hover > .u-hover-palette-3-light-3[class*="u-border-"],
a.u-button-style.u-hover-palette-3-light-3:focus,
a.u-button-style.u-hover-palette-3-light-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-palette-3-light-3:active,
a.u-button-style.u-button-style.u-active-palette-3-light-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-palette-3-light-3.active,
a.u-button-style.u-button-style.u-active-palette-3-light-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-palette-3-light-3,
a.u-button-style.u-button-style.active > .u-active-palette-3-light-3[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-palette-3-light-3,
li.active > a.u-button-style.u-button-style.u-active-palette-3-light-3[class*="u-border-"] {
    color: #111111 !important;
    background-color: #fef9e6 !important;
}
a.u-link.u-hover-palette-3-light-3:hover {
    color: #fef9e6 !important;
}
.u-palette-3-base,
.u-body.u-palette-3-base,
.u-container-style.u-palette-3-base:before,
.u-container-layout.u-palette-3-base:before,
.u-table-alt-palette-3-base tr:nth-child(even) {
    color: #111111;
    background-color: #f1c50e;
}
.u-button-style.u-palette-3-base,
.u-button-style.u-palette-3-base[class*="u-border-"] {
    color: #111111 !important;
    background-color: #f1c50e !important;
}
.u-button-style.u-palette-3-base:hover,
.u-button-style.u-palette-3-base[class*="u-border-"]:hover,
.u-button-style.u-palette-3-base:focus,
.u-button-style.u-palette-3-base[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-palette-3-base:active,
.u-button-style.u-button-style.u-palette-3-base[class*="u-border-"]:active,
.u-button-style.u-button-style.u-palette-3-base.active,
.u-button-style.u-button-style.u-palette-3-base[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-palette-3-base,
li.active > .u-button-style.u-button-style.u-palette-3-base[class*="u-border-"] {
    color: #111111 !important;
    background-color: #d9b10d !important;
}
.u-hover-palette-3-base:hover,
.u-hover-palette-3-base[class*="u-border-"]:hover,
.u-hover-palette-3-base:focus,
.u-hover-palette-3-base[class*="u-border-"]:focus,
.u-active-palette-3-base.u-active.u-active,
.u-active-palette-3-base[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-palette-3-base:hover,
a.u-button-style.u-hover-palette-3-base[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-palette-3-base,
a.u-button-style:hover > .u-hover-palette-3-base[class*="u-border-"],
a.u-button-style.u-hover-palette-3-base:focus,
a.u-button-style.u-hover-palette-3-base[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-palette-3-base:active,
a.u-button-style.u-button-style.u-active-palette-3-base[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-palette-3-base.active,
a.u-button-style.u-button-style.u-active-palette-3-base[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-palette-3-base,
a.u-button-style.u-button-style.active > .u-active-palette-3-base[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-palette-3-base,
li.active > a.u-button-style.u-button-style.u-active-palette-3-base[class*="u-border-"] {
    color: #111111 !important;
    background-color: #f1c50e !important;
}
a.u-link.u-hover-palette-3-base:hover {
    color: #f1c50e !important;
}
.u-palette-4-dark-3,
.u-body.u-palette-4-dark-3,
.u-container-style.u-palette-4-dark-3:before,
.u-container-layout.u-palette-4-dark-3:before,
.u-table-alt-palette-4-dark-3 tr:nth-child(even) {
    color: #ffffff;
    background-color: #293332;
}
.u-button-style.u-palette-4-dark-3,
.u-button-style.u-palette-4-dark-3[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #293332 !important;
}
.u-button-style.u-palette-4-dark-3:hover,
.u-button-style.u-palette-4-dark-3[class*="u-border-"]:hover,
.u-button-style.u-palette-4-dark-3:focus,
.u-button-style.u-palette-4-dark-3[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-palette-4-dark-3:active,
.u-button-style.u-button-style.u-palette-4-dark-3[class*="u-border-"]:active,
.u-button-style.u-button-style.u-palette-4-dark-3.active,
.u-button-style.u-button-style.u-palette-4-dark-3[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-palette-4-dark-3,
li.active > .u-button-style.u-button-style.u-palette-4-dark-3[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #252e2d !important;
}
.u-hover-palette-4-dark-3:hover,
.u-hover-palette-4-dark-3[class*="u-border-"]:hover,
.u-hover-palette-4-dark-3:focus,
.u-hover-palette-4-dark-3[class*="u-border-"]:focus,
.u-active-palette-4-dark-3.u-active.u-active,
.u-active-palette-4-dark-3[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-palette-4-dark-3:hover,
a.u-button-style.u-hover-palette-4-dark-3[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-palette-4-dark-3,
a.u-button-style:hover > .u-hover-palette-4-dark-3[class*="u-border-"],
a.u-button-style.u-hover-palette-4-dark-3:focus,
a.u-button-style.u-hover-palette-4-dark-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-palette-4-dark-3:active,
a.u-button-style.u-button-style.u-active-palette-4-dark-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-palette-4-dark-3.active,
a.u-button-style.u-button-style.u-active-palette-4-dark-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-palette-4-dark-3,
a.u-button-style.u-button-style.active > .u-active-palette-4-dark-3[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-palette-4-dark-3,
li.active > a.u-button-style.u-button-style.u-active-palette-4-dark-3[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #293332 !important;
}
a.u-link.u-hover-palette-4-dark-3:hover {
    color: #293332 !important;
}
.u-palette-4-dark-2,
.u-body.u-palette-4-dark-2,
.u-container-style.u-palette-4-dark-2:before,
.u-container-layout.u-palette-4-dark-2:before,
.u-table-alt-palette-4-dark-2 tr:nth-child(even) {
    color: #ffffff;
    background-color: #41807c;
}
.u-button-style.u-palette-4-dark-2,
.u-button-style.u-palette-4-dark-2[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #41807c !important;
}
.u-button-style.u-palette-4-dark-2:hover,
.u-button-style.u-palette-4-dark-2[class*="u-border-"]:hover,
.u-button-style.u-palette-4-dark-2:focus,
.u-button-style.u-palette-4-dark-2[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-palette-4-dark-2:active,
.u-button-style.u-button-style.u-palette-4-dark-2[class*="u-border-"]:active,
.u-button-style.u-button-style.u-palette-4-dark-2.active,
.u-button-style.u-button-style.u-palette-4-dark-2[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-palette-4-dark-2,
li.active > .u-button-style.u-button-style.u-palette-4-dark-2[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #3a7370 !important;
}
.u-hover-palette-4-dark-2:hover,
.u-hover-palette-4-dark-2[class*="u-border-"]:hover,
.u-hover-palette-4-dark-2:focus,
.u-hover-palette-4-dark-2[class*="u-border-"]:focus,
.u-active-palette-4-dark-2.u-active.u-active,
.u-active-palette-4-dark-2[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-palette-4-dark-2:hover,
a.u-button-style.u-hover-palette-4-dark-2[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-palette-4-dark-2,
a.u-button-style:hover > .u-hover-palette-4-dark-2[class*="u-border-"],
a.u-button-style.u-hover-palette-4-dark-2:focus,
a.u-button-style.u-hover-palette-4-dark-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-palette-4-dark-2:active,
a.u-button-style.u-button-style.u-active-palette-4-dark-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-palette-4-dark-2.active,
a.u-button-style.u-button-style.u-active-palette-4-dark-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-palette-4-dark-2,
a.u-button-style.u-button-style.active > .u-active-palette-4-dark-2[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-palette-4-dark-2,
li.active > a.u-button-style.u-button-style.u-active-palette-4-dark-2[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #41807c !important;
}
a.u-link.u-hover-palette-4-dark-2:hover {
    color: #41807c !important;
}
.u-palette-4-dark-1,
.u-body.u-palette-4-dark-1,
.u-container-style.u-palette-4-dark-1:before,
.u-container-layout.u-palette-4-dark-1:before,
.u-table-alt-palette-4-dark-1 tr:nth-child(even) {
    color: #ffffff;
    background-color: #2cccc4;
}
.u-button-style.u-palette-4-dark-1,
.u-button-style.u-palette-4-dark-1[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #2cccc4 !important;
}
.u-button-style.u-palette-4-dark-1:hover,
.u-button-style.u-palette-4-dark-1[class*="u-border-"]:hover,
.u-button-style.u-palette-4-dark-1:focus,
.u-button-style.u-palette-4-dark-1[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-palette-4-dark-1:active,
.u-button-style.u-button-style.u-palette-4-dark-1[class*="u-border-"]:active,
.u-button-style.u-button-style.u-palette-4-dark-1.active,
.u-button-style.u-button-style.u-palette-4-dark-1[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-palette-4-dark-1,
li.active > .u-button-style.u-button-style.u-palette-4-dark-1[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #28b8b0 !important;
}
.u-hover-palette-4-dark-1:hover,
.u-hover-palette-4-dark-1[class*="u-border-"]:hover,
.u-hover-palette-4-dark-1:focus,
.u-hover-palette-4-dark-1[class*="u-border-"]:focus,
.u-active-palette-4-dark-1.u-active.u-active,
.u-active-palette-4-dark-1[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-palette-4-dark-1:hover,
a.u-button-style.u-hover-palette-4-dark-1[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-palette-4-dark-1,
a.u-button-style:hover > .u-hover-palette-4-dark-1[class*="u-border-"],
a.u-button-style.u-hover-palette-4-dark-1:focus,
a.u-button-style.u-hover-palette-4-dark-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-palette-4-dark-1:active,
a.u-button-style.u-button-style.u-active-palette-4-dark-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-palette-4-dark-1.active,
a.u-button-style.u-button-style.u-active-palette-4-dark-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-palette-4-dark-1,
a.u-button-style.u-button-style.active > .u-active-palette-4-dark-1[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-palette-4-dark-1,
li.active > a.u-button-style.u-button-style.u-active-palette-4-dark-1[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #2cccc4 !important;
}
a.u-link.u-hover-palette-4-dark-1:hover {
    color: #2cccc4 !important;
}
.u-palette-4,
.u-body.u-palette-4,
.u-container-style.u-palette-4:before,
.u-container-layout.u-palette-4:before,
.u-table-alt-palette-4 tr:nth-child(even) {
    color: #111111;
    background-color: #3be8e0;
}
.u-button-style.u-palette-4,
.u-button-style.u-palette-4[class*="u-border-"] {
    color: #111111 !important;
    background-color: #3be8e0 !important;
}
.u-button-style.u-palette-4:hover,
.u-button-style.u-palette-4[class*="u-border-"]:hover,
.u-button-style.u-palette-4:focus,
.u-button-style.u-palette-4[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-palette-4:active,
.u-button-style.u-button-style.u-palette-4[class*="u-border-"]:active,
.u-button-style.u-button-style.u-palette-4.active,
.u-button-style.u-button-style.u-palette-4[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-palette-4,
li.active > .u-button-style.u-button-style.u-palette-4[class*="u-border-"] {
    color: #111111 !important;
    background-color: #21e5dc !important;
}
.u-hover-palette-4:hover,
.u-hover-palette-4[class*="u-border-"]:hover,
.u-hover-palette-4:focus,
.u-hover-palette-4[class*="u-border-"]:focus,
.u-active-palette-4.u-active.u-active,
.u-active-palette-4[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-palette-4:hover,
a.u-button-style.u-hover-palette-4[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-palette-4,
a.u-button-style:hover > .u-hover-palette-4[class*="u-border-"],
a.u-button-style.u-hover-palette-4:focus,
a.u-button-style.u-hover-palette-4[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-palette-4:active,
a.u-button-style.u-button-style.u-active-palette-4[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-palette-4.active,
a.u-button-style.u-button-style.u-active-palette-4[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-palette-4,
a.u-button-style.u-button-style.active > .u-active-palette-4[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-palette-4,
li.active > a.u-button-style.u-button-style.u-active-palette-4[class*="u-border-"] {
    color: #111111 !important;
    background-color: #3be8e0 !important;
}
a.u-link.u-hover-palette-4:hover {
    color: #3be8e0 !important;
}
.u-palette-4-light-1,
.u-body.u-palette-4-light-1,
.u-container-style.u-palette-4-light-1:before,
.u-container-layout.u-palette-4-light-1:before,
.u-table-alt-palette-4-light-1 tr:nth-child(even) {
    color: #111111;
    background-color: #72efe9;
}
.u-button-style.u-palette-4-light-1,
.u-button-style.u-palette-4-light-1[class*="u-border-"] {
    color: #111111 !important;
    background-color: #72efe9 !important;
}
.u-button-style.u-palette-4-light-1:hover,
.u-button-style.u-palette-4-light-1[class*="u-border-"]:hover,
.u-button-style.u-palette-4-light-1:focus,
.u-button-style.u-palette-4-light-1[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-palette-4-light-1:active,
.u-button-style.u-button-style.u-palette-4-light-1[class*="u-border-"]:active,
.u-button-style.u-button-style.u-palette-4-light-1.active,
.u-button-style.u-button-style.u-palette-4-light-1[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-palette-4-light-1,
li.active > .u-button-style.u-button-style.u-palette-4-light-1[class*="u-border-"] {
    color: #111111 !important;
    background-color: #52ebe4 !important;
}
.u-hover-palette-4-light-1:hover,
.u-hover-palette-4-light-1[class*="u-border-"]:hover,
.u-hover-palette-4-light-1:focus,
.u-hover-palette-4-light-1[class*="u-border-"]:focus,
.u-active-palette-4-light-1.u-active.u-active,
.u-active-palette-4-light-1[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-palette-4-light-1:hover,
a.u-button-style.u-hover-palette-4-light-1[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-palette-4-light-1,
a.u-button-style:hover > .u-hover-palette-4-light-1[class*="u-border-"],
a.u-button-style.u-hover-palette-4-light-1:focus,
a.u-button-style.u-hover-palette-4-light-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-palette-4-light-1:active,
a.u-button-style.u-button-style.u-active-palette-4-light-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-palette-4-light-1.active,
a.u-button-style.u-button-style.u-active-palette-4-light-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-palette-4-light-1,
a.u-button-style.u-button-style.active > .u-active-palette-4-light-1[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-palette-4-light-1,
li.active > a.u-button-style.u-button-style.u-active-palette-4-light-1[class*="u-border-"] {
    color: #111111 !important;
    background-color: #72efe9 !important;
}
a.u-link.u-hover-palette-4-light-1:hover {
    color: #72efe9 !important;
}
.u-palette-4-light-2,
.u-body.u-palette-4-light-2,
.u-container-style.u-palette-4-light-2:before,
.u-container-layout.u-palette-4-light-2:before,
.u-table-alt-palette-4-light-2 tr:nth-child(even) {
    color: #111111;
    background-color: #adf6f2;
}
.u-button-style.u-palette-4-light-2,
.u-button-style.u-palette-4-light-2[class*="u-border-"] {
    color: #111111 !important;
    background-color: #adf6f2 !important;
}
.u-button-style.u-palette-4-light-2:hover,
.u-button-style.u-palette-4-light-2[class*="u-border-"]:hover,
.u-button-style.u-palette-4-light-2:focus,
.u-button-style.u-palette-4-light-2[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-palette-4-light-2:active,
.u-button-style.u-button-style.u-palette-4-light-2[class*="u-border-"]:active,
.u-button-style.u-button-style.u-palette-4-light-2.active,
.u-button-style.u-button-style.u-palette-4-light-2[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-palette-4-light-2,
li.active > .u-button-style.u-button-style.u-palette-4-light-2[class*="u-border-"] {
    color: #111111 !important;
    background-color: #87f2ec !important;
}
.u-hover-palette-4-light-2:hover,
.u-hover-palette-4-light-2[class*="u-border-"]:hover,
.u-hover-palette-4-light-2:focus,
.u-hover-palette-4-light-2[class*="u-border-"]:focus,
.u-active-palette-4-light-2.u-active.u-active,
.u-active-palette-4-light-2[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-palette-4-light-2:hover,
a.u-button-style.u-hover-palette-4-light-2[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-palette-4-light-2,
a.u-button-style:hover > .u-hover-palette-4-light-2[class*="u-border-"],
a.u-button-style.u-hover-palette-4-light-2:focus,
a.u-button-style.u-hover-palette-4-light-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-palette-4-light-2:active,
a.u-button-style.u-button-style.u-active-palette-4-light-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-palette-4-light-2.active,
a.u-button-style.u-button-style.u-active-palette-4-light-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-palette-4-light-2,
a.u-button-style.u-button-style.active > .u-active-palette-4-light-2[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-palette-4-light-2,
li.active > a.u-button-style.u-button-style.u-active-palette-4-light-2[class*="u-border-"] {
    color: #111111 !important;
    background-color: #adf6f2 !important;
}
a.u-link.u-hover-palette-4-light-2:hover {
    color: #adf6f2 !important;
}
.u-palette-4-light-3,
.u-body.u-palette-4-light-3,
.u-container-style.u-palette-4-light-3:before,
.u-container-layout.u-palette-4-light-3:before,
.u-table-alt-palette-4-light-3 tr:nth-child(even) {
    color: #111111;
    background-color: #eafdfc;
}
.u-button-style.u-palette-4-light-3,
.u-button-style.u-palette-4-light-3[class*="u-border-"] {
    color: #111111 !important;
    background-color: #eafdfc !important;
}
.u-button-style.u-palette-4-light-3:hover,
.u-button-style.u-palette-4-light-3[class*="u-border-"]:hover,
.u-button-style.u-palette-4-light-3:focus,
.u-button-style.u-palette-4-light-3[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-palette-4-light-3:active,
.u-button-style.u-button-style.u-palette-4-light-3[class*="u-border-"]:active,
.u-button-style.u-button-style.u-palette-4-light-3.active,
.u-button-style.u-button-style.u-palette-4-light-3[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-palette-4-light-3,
li.active > .u-button-style.u-button-style.u-palette-4-light-3[class*="u-border-"] {
    color: #111111 !important;
    background-color: #bef9f6 !important;
}
.u-hover-palette-4-light-3:hover,
.u-hover-palette-4-light-3[class*="u-border-"]:hover,
.u-hover-palette-4-light-3:focus,
.u-hover-palette-4-light-3[class*="u-border-"]:focus,
.u-active-palette-4-light-3.u-active.u-active,
.u-active-palette-4-light-3[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-palette-4-light-3:hover,
a.u-button-style.u-hover-palette-4-light-3[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-palette-4-light-3,
a.u-button-style:hover > .u-hover-palette-4-light-3[class*="u-border-"],
a.u-button-style.u-hover-palette-4-light-3:focus,
a.u-button-style.u-hover-palette-4-light-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-palette-4-light-3:active,
a.u-button-style.u-button-style.u-active-palette-4-light-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-palette-4-light-3.active,
a.u-button-style.u-button-style.u-active-palette-4-light-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-palette-4-light-3,
a.u-button-style.u-button-style.active > .u-active-palette-4-light-3[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-palette-4-light-3,
li.active > a.u-button-style.u-button-style.u-active-palette-4-light-3[class*="u-border-"] {
    color: #111111 !important;
    background-color: #eafdfc !important;
}
a.u-link.u-hover-palette-4-light-3:hover {
    color: #eafdfc !important;
}
.u-palette-4-base,
.u-body.u-palette-4-base,
.u-container-style.u-palette-4-base:before,
.u-container-layout.u-palette-4-base:before,
.u-table-alt-palette-4-base tr:nth-child(even) {
    color: #ffffff;
    background-color: #2cccc4;
}
.u-button-style.u-palette-4-base,
.u-button-style.u-palette-4-base[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #2cccc4 !important;
}
.u-button-style.u-palette-4-base:hover,
.u-button-style.u-palette-4-base[class*="u-border-"]:hover,
.u-button-style.u-palette-4-base:focus,
.u-button-style.u-palette-4-base[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-palette-4-base:active,
.u-button-style.u-button-style.u-palette-4-base[class*="u-border-"]:active,
.u-button-style.u-button-style.u-palette-4-base.active,
.u-button-style.u-button-style.u-palette-4-base[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-palette-4-base,
li.active > .u-button-style.u-button-style.u-palette-4-base[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #28b8b0 !important;
}
.u-hover-palette-4-base:hover,
.u-hover-palette-4-base[class*="u-border-"]:hover,
.u-hover-palette-4-base:focus,
.u-hover-palette-4-base[class*="u-border-"]:focus,
.u-active-palette-4-base.u-active.u-active,
.u-active-palette-4-base[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-palette-4-base:hover,
a.u-button-style.u-hover-palette-4-base[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-palette-4-base,
a.u-button-style:hover > .u-hover-palette-4-base[class*="u-border-"],
a.u-button-style.u-hover-palette-4-base:focus,
a.u-button-style.u-hover-palette-4-base[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-palette-4-base:active,
a.u-button-style.u-button-style.u-active-palette-4-base[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-palette-4-base.active,
a.u-button-style.u-button-style.u-active-palette-4-base[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-palette-4-base,
a.u-button-style.u-button-style.active > .u-active-palette-4-base[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-palette-4-base,
li.active > a.u-button-style.u-button-style.u-active-palette-4-base[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #2cccc4 !important;
}
a.u-link.u-hover-palette-4-base:hover {
    color: #2cccc4 !important;
}
.u-palette-5-dark-3,
.u-body.u-palette-5-dark-3,
.u-container-style.u-palette-5-dark-3:before,
.u-container-layout.u-palette-5-dark-3:before,
.u-table-alt-palette-5-dark-3 tr:nth-child(even) {
    color: #ffffff;
    background-color: #292d33;
}
.u-button-style.u-palette-5-dark-3,
.u-button-style.u-palette-5-dark-3[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #292d33 !important;
}
.u-button-style.u-palette-5-dark-3:hover,
.u-button-style.u-palette-5-dark-3[class*="u-border-"]:hover,
.u-button-style.u-palette-5-dark-3:focus,
.u-button-style.u-palette-5-dark-3[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-palette-5-dark-3:active,
.u-button-style.u-button-style.u-palette-5-dark-3[class*="u-border-"]:active,
.u-button-style.u-button-style.u-palette-5-dark-3.active,
.u-button-style.u-button-style.u-palette-5-dark-3[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-palette-5-dark-3,
li.active > .u-button-style.u-button-style.u-palette-5-dark-3[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #25292e !important;
}
.u-hover-palette-5-dark-3:hover,
.u-hover-palette-5-dark-3[class*="u-border-"]:hover,
.u-hover-palette-5-dark-3:focus,
.u-hover-palette-5-dark-3[class*="u-border-"]:focus,
.u-active-palette-5-dark-3.u-active.u-active,
.u-active-palette-5-dark-3[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-palette-5-dark-3:hover,
a.u-button-style.u-hover-palette-5-dark-3[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-palette-5-dark-3,
a.u-button-style:hover > .u-hover-palette-5-dark-3[class*="u-border-"],
a.u-button-style.u-hover-palette-5-dark-3:focus,
a.u-button-style.u-hover-palette-5-dark-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-palette-5-dark-3:active,
a.u-button-style.u-button-style.u-active-palette-5-dark-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-palette-5-dark-3.active,
a.u-button-style.u-button-style.u-active-palette-5-dark-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-palette-5-dark-3,
a.u-button-style.u-button-style.active > .u-active-palette-5-dark-3[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-palette-5-dark-3,
li.active > a.u-button-style.u-button-style.u-active-palette-5-dark-3[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #292d33 !important;
}
a.u-link.u-hover-palette-5-dark-3:hover {
    color: #292d33 !important;
}
.u-palette-5-dark-2,
.u-body.u-palette-5-dark-2,
.u-container-style.u-palette-5-dark-2:before,
.u-container-layout.u-palette-5-dark-2:before,
.u-table-alt-palette-5-dark-2 tr:nth-child(even) {
    color: #ffffff;
    background-color: #555c66;
}
.u-button-style.u-palette-5-dark-2,
.u-button-style.u-palette-5-dark-2[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #555c66 !important;
}
.u-button-style.u-palette-5-dark-2:hover,
.u-button-style.u-palette-5-dark-2[class*="u-border-"]:hover,
.u-button-style.u-palette-5-dark-2:focus,
.u-button-style.u-palette-5-dark-2[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-palette-5-dark-2:active,
.u-button-style.u-button-style.u-palette-5-dark-2[class*="u-border-"]:active,
.u-button-style.u-button-style.u-palette-5-dark-2.active,
.u-button-style.u-button-style.u-palette-5-dark-2[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-palette-5-dark-2,
li.active > .u-button-style.u-button-style.u-palette-5-dark-2[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #4d535c !important;
}
.u-hover-palette-5-dark-2:hover,
.u-hover-palette-5-dark-2[class*="u-border-"]:hover,
.u-hover-palette-5-dark-2:focus,
.u-hover-palette-5-dark-2[class*="u-border-"]:focus,
.u-active-palette-5-dark-2.u-active.u-active,
.u-active-palette-5-dark-2[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-palette-5-dark-2:hover,
a.u-button-style.u-hover-palette-5-dark-2[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-palette-5-dark-2,
a.u-button-style:hover > .u-hover-palette-5-dark-2[class*="u-border-"],
a.u-button-style.u-hover-palette-5-dark-2:focus,
a.u-button-style.u-hover-palette-5-dark-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-palette-5-dark-2:active,
a.u-button-style.u-button-style.u-active-palette-5-dark-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-palette-5-dark-2.active,
a.u-button-style.u-button-style.u-active-palette-5-dark-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-palette-5-dark-2,
a.u-button-style.u-button-style.active > .u-active-palette-5-dark-2[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-palette-5-dark-2,
li.active > a.u-button-style.u-button-style.u-active-palette-5-dark-2[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #555c66 !important;
}
a.u-link.u-hover-palette-5-dark-2:hover {
    color: #555c66 !important;
}
.u-palette-5-dark-1,
.u-body.u-palette-5-dark-1,
.u-container-style.u-palette-5-dark-1:before,
.u-container-layout.u-palette-5-dark-1:before,
.u-table-alt-palette-5-dark-1 tr:nth-child(even) {
    color: #ffffff;
    background-color: #858e99;
}
.u-button-style.u-palette-5-dark-1,
.u-button-style.u-palette-5-dark-1[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #858e99 !important;
}
.u-button-style.u-palette-5-dark-1:hover,
.u-button-style.u-palette-5-dark-1[class*="u-border-"]:hover,
.u-button-style.u-palette-5-dark-1:focus,
.u-button-style.u-palette-5-dark-1[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-palette-5-dark-1:active,
.u-button-style.u-button-style.u-palette-5-dark-1[class*="u-border-"]:active,
.u-button-style.u-button-style.u-palette-5-dark-1.active,
.u-button-style.u-button-style.u-palette-5-dark-1[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-palette-5-dark-1,
li.active > .u-button-style.u-button-style.u-palette-5-dark-1[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #75808c !important;
}
.u-hover-palette-5-dark-1:hover,
.u-hover-palette-5-dark-1[class*="u-border-"]:hover,
.u-hover-palette-5-dark-1:focus,
.u-hover-palette-5-dark-1[class*="u-border-"]:focus,
.u-active-palette-5-dark-1.u-active.u-active,
.u-active-palette-5-dark-1[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-palette-5-dark-1:hover,
a.u-button-style.u-hover-palette-5-dark-1[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-palette-5-dark-1,
a.u-button-style:hover > .u-hover-palette-5-dark-1[class*="u-border-"],
a.u-button-style.u-hover-palette-5-dark-1:focus,
a.u-button-style.u-hover-palette-5-dark-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-palette-5-dark-1:active,
a.u-button-style.u-button-style.u-active-palette-5-dark-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-palette-5-dark-1.active,
a.u-button-style.u-button-style.u-active-palette-5-dark-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-palette-5-dark-1,
a.u-button-style.u-button-style.active > .u-active-palette-5-dark-1[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-palette-5-dark-1,
li.active > a.u-button-style.u-button-style.u-active-palette-5-dark-1[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #858e99 !important;
}
a.u-link.u-hover-palette-5-dark-1:hover {
    color: #858e99 !important;
}
.u-palette-5,
.u-body.u-palette-5,
.u-container-style.u-palette-5:before,
.u-container-layout.u-palette-5:before,
.u-table-alt-palette-5 tr:nth-child(even) {
    color: #111111;
    background-color: #b9c1cc;
}
.u-button-style.u-palette-5,
.u-button-style.u-palette-5[class*="u-border-"] {
    color: #111111 !important;
    background-color: #b9c1cc !important;
}
.u-button-style.u-palette-5:hover,
.u-button-style.u-palette-5[class*="u-border-"]:hover,
.u-button-style.u-palette-5:focus,
.u-button-style.u-palette-5[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-palette-5:active,
.u-button-style.u-button-style.u-palette-5[class*="u-border-"]:active,
.u-button-style.u-button-style.u-palette-5.active,
.u-button-style.u-button-style.u-palette-5[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-palette-5,
li.active > .u-button-style.u-button-style.u-palette-5[class*="u-border-"] {
    color: #111111 !important;
    background-color: #a2adbc !important;
}
.u-hover-palette-5:hover,
.u-hover-palette-5[class*="u-border-"]:hover,
.u-hover-palette-5:focus,
.u-hover-palette-5[class*="u-border-"]:focus,
.u-active-palette-5.u-active.u-active,
.u-active-palette-5[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-palette-5:hover,
a.u-button-style.u-hover-palette-5[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-palette-5,
a.u-button-style:hover > .u-hover-palette-5[class*="u-border-"],
a.u-button-style.u-hover-palette-5:focus,
a.u-button-style.u-hover-palette-5[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-palette-5:active,
a.u-button-style.u-button-style.u-active-palette-5[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-palette-5.active,
a.u-button-style.u-button-style.u-active-palette-5[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-palette-5,
a.u-button-style.u-button-style.active > .u-active-palette-5[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-palette-5,
li.active > a.u-button-style.u-button-style.u-active-palette-5[class*="u-border-"] {
    color: #111111 !important;
    background-color: #b9c1cc !important;
}
a.u-link.u-hover-palette-5:hover {
    color: #b9c1cc !important;
}
.u-palette-5-light-1,
.u-body.u-palette-5-light-1,
.u-container-style.u-palette-5-light-1:before,
.u-container-layout.u-palette-5-light-1:before,
.u-table-alt-palette-5-light-1 tr:nth-child(even) {
    color: #111111;
    background-color: #ccd3db;
}
.u-button-style.u-palette-5-light-1,
.u-button-style.u-palette-5-light-1[class*="u-border-"] {
    color: #111111 !important;
    background-color: #ccd3db !important;
}
.u-button-style.u-palette-5-light-1:hover,
.u-button-style.u-palette-5-light-1[class*="u-border-"]:hover,
.u-button-style.u-palette-5-light-1:focus,
.u-button-style.u-palette-5-light-1[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-palette-5-light-1:active,
.u-button-style.u-button-style.u-palette-5-light-1[class*="u-border-"]:active,
.u-button-style.u-button-style.u-palette-5-light-1.active,
.u-button-style.u-button-style.u-palette-5-light-1[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-palette-5-light-1,
li.active > .u-button-style.u-button-style.u-palette-5-light-1[class*="u-border-"] {
    color: #111111 !important;
    background-color: #b3bec9 !important;
}
.u-hover-palette-5-light-1:hover,
.u-hover-palette-5-light-1[class*="u-border-"]:hover,
.u-hover-palette-5-light-1:focus,
.u-hover-palette-5-light-1[class*="u-border-"]:focus,
.u-active-palette-5-light-1.u-active.u-active,
.u-active-palette-5-light-1[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-palette-5-light-1:hover,
a.u-button-style.u-hover-palette-5-light-1[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-palette-5-light-1,
a.u-button-style:hover > .u-hover-palette-5-light-1[class*="u-border-"],
a.u-button-style.u-hover-palette-5-light-1:focus,
a.u-button-style.u-hover-palette-5-light-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-palette-5-light-1:active,
a.u-button-style.u-button-style.u-active-palette-5-light-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-palette-5-light-1.active,
a.u-button-style.u-button-style.u-active-palette-5-light-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-palette-5-light-1,
a.u-button-style.u-button-style.active > .u-active-palette-5-light-1[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-palette-5-light-1,
li.active > a.u-button-style.u-button-style.u-active-palette-5-light-1[class*="u-border-"] {
    color: #111111 !important;
    background-color: #ccd3db !important;
}
a.u-link.u-hover-palette-5-light-1:hover {
    color: #ccd3db !important;
}
.u-palette-5-light-2,
.u-body.u-palette-5-light-2,
.u-container-style.u-palette-5-light-2:before,
.u-container-layout.u-palette-5-light-2:before,
.u-table-alt-palette-5-light-2 tr:nth-child(even) {
    color: #111111;
    background-color: #e0e5eb;
}
.u-button-style.u-palette-5-light-2,
.u-button-style.u-palette-5-light-2[class*="u-border-"] {
    color: #111111 !important;
    background-color: #e0e5eb !important;
}
.u-button-style.u-palette-5-light-2:hover,
.u-button-style.u-palette-5-light-2[class*="u-border-"]:hover,
.u-button-style.u-palette-5-light-2:focus,
.u-button-style.u-palette-5-light-2[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-palette-5-light-2:active,
.u-button-style.u-button-style.u-palette-5-light-2[class*="u-border-"]:active,
.u-button-style.u-button-style.u-palette-5-light-2.active,
.u-button-style.u-button-style.u-palette-5-light-2[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-palette-5-light-2,
li.active > .u-button-style.u-button-style.u-palette-5-light-2[class*="u-border-"] {
    color: #111111 !important;
    background-color: #c4ced9 !important;
}
.u-hover-palette-5-light-2:hover,
.u-hover-palette-5-light-2[class*="u-border-"]:hover,
.u-hover-palette-5-light-2:focus,
.u-hover-palette-5-light-2[class*="u-border-"]:focus,
.u-active-palette-5-light-2.u-active.u-active,
.u-active-palette-5-light-2[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-palette-5-light-2:hover,
a.u-button-style.u-hover-palette-5-light-2[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-palette-5-light-2,
a.u-button-style:hover > .u-hover-palette-5-light-2[class*="u-border-"],
a.u-button-style.u-hover-palette-5-light-2:focus,
a.u-button-style.u-hover-palette-5-light-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-palette-5-light-2:active,
a.u-button-style.u-button-style.u-active-palette-5-light-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-palette-5-light-2.active,
a.u-button-style.u-button-style.u-active-palette-5-light-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-palette-5-light-2,
a.u-button-style.u-button-style.active > .u-active-palette-5-light-2[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-palette-5-light-2,
li.active > a.u-button-style.u-button-style.u-active-palette-5-light-2[class*="u-border-"] {
    color: #111111 !important;
    background-color: #e0e5eb !important;
}
a.u-link.u-hover-palette-5-light-2:hover {
    color: #e0e5eb !important;
}
.u-palette-5-light-3,
.u-body.u-palette-5-light-3,
.u-container-style.u-palette-5-light-3:before,
.u-container-layout.u-palette-5-light-3:before,
.u-table-alt-palette-5-light-3 tr:nth-child(even) {
    color: #111111;
    background-color: #f5f7fa;
}
.u-button-style.u-palette-5-light-3,
.u-button-style.u-palette-5-light-3[class*="u-border-"] {
    color: #111111 !important;
    background-color: #f5f7fa !important;
}
.u-button-style.u-palette-5-light-3:hover,
.u-button-style.u-palette-5-light-3[class*="u-border-"]:hover,
.u-button-style.u-palette-5-light-3:focus,
.u-button-style.u-palette-5-light-3[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-palette-5-light-3:active,
.u-button-style.u-button-style.u-palette-5-light-3[class*="u-border-"]:active,
.u-button-style.u-button-style.u-palette-5-light-3.active,
.u-button-style.u-button-style.u-palette-5-light-3[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-palette-5-light-3,
li.active > .u-button-style.u-button-style.u-palette-5-light-3[class*="u-border-"] {
    color: #111111 !important;
    background-color: #d4dde9 !important;
}
.u-hover-palette-5-light-3:hover,
.u-hover-palette-5-light-3[class*="u-border-"]:hover,
.u-hover-palette-5-light-3:focus,
.u-hover-palette-5-light-3[class*="u-border-"]:focus,
.u-active-palette-5-light-3.u-active.u-active,
.u-active-palette-5-light-3[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-palette-5-light-3:hover,
a.u-button-style.u-hover-palette-5-light-3[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-palette-5-light-3,
a.u-button-style:hover > .u-hover-palette-5-light-3[class*="u-border-"],
a.u-button-style.u-hover-palette-5-light-3:focus,
a.u-button-style.u-hover-palette-5-light-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-palette-5-light-3:active,
a.u-button-style.u-button-style.u-active-palette-5-light-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-palette-5-light-3.active,
a.u-button-style.u-button-style.u-active-palette-5-light-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-palette-5-light-3,
a.u-button-style.u-button-style.active > .u-active-palette-5-light-3[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-palette-5-light-3,
li.active > a.u-button-style.u-button-style.u-active-palette-5-light-3[class*="u-border-"] {
    color: #111111 !important;
    background-color: #f5f7fa !important;
}
a.u-link.u-hover-palette-5-light-3:hover {
    color: #f5f7fa !important;
}
.u-palette-5-base,
.u-body.u-palette-5-base,
.u-container-style.u-palette-5-base:before,
.u-container-layout.u-palette-5-base:before,
.u-table-alt-palette-5-base tr:nth-child(even) {
    color: #111111;
    background-color: #b9c1cc;
}
.u-button-style.u-palette-5-base,
.u-button-style.u-palette-5-base[class*="u-border-"] {
    color: #111111 !important;
    background-color: #b9c1cc !important;
}
.u-button-style.u-palette-5-base:hover,
.u-button-style.u-palette-5-base[class*="u-border-"]:hover,
.u-button-style.u-palette-5-base:focus,
.u-button-style.u-palette-5-base[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-palette-5-base:active,
.u-button-style.u-button-style.u-palette-5-base[class*="u-border-"]:active,
.u-button-style.u-button-style.u-palette-5-base.active,
.u-button-style.u-button-style.u-palette-5-base[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-palette-5-base,
li.active > .u-button-style.u-button-style.u-palette-5-base[class*="u-border-"] {
    color: #111111 !important;
    background-color: #a2adbc !important;
}
.u-hover-palette-5-base:hover,
.u-hover-palette-5-base[class*="u-border-"]:hover,
.u-hover-palette-5-base:focus,
.u-hover-palette-5-base[class*="u-border-"]:focus,
.u-active-palette-5-base.u-active.u-active,
.u-active-palette-5-base[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-palette-5-base:hover,
a.u-button-style.u-hover-palette-5-base[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-palette-5-base,
a.u-button-style:hover > .u-hover-palette-5-base[class*="u-border-"],
a.u-button-style.u-hover-palette-5-base:focus,
a.u-button-style.u-hover-palette-5-base[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-palette-5-base:active,
a.u-button-style.u-button-style.u-active-palette-5-base[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-palette-5-base.active,
a.u-button-style.u-button-style.u-active-palette-5-base[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-palette-5-base,
a.u-button-style.u-button-style.active > .u-active-palette-5-base[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-palette-5-base,
li.active > a.u-button-style.u-button-style.u-active-palette-5-base[class*="u-border-"] {
    color: #111111 !important;
    background-color: #b9c1cc !important;
}
a.u-link.u-hover-palette-5-base:hover {
    color: #b9c1cc !important;
}
.u-grey-dark-3,
.u-body.u-grey-dark-3,
.u-container-style.u-grey-dark-3:before,
.u-container-layout.u-grey-dark-3:before,
.u-table-alt-grey-dark-3 tr:nth-child(even) {
    color: #ffffff;
    background-color: #212121;
}
.u-button-style.u-grey-dark-3,
.u-button-style.u-grey-dark-3[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #212121 !important;
}
.u-button-style.u-grey-dark-3:hover,
.u-button-style.u-grey-dark-3[class*="u-border-"]:hover,
.u-button-style.u-grey-dark-3:focus,
.u-button-style.u-grey-dark-3[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-grey-dark-3:active,
.u-button-style.u-button-style.u-grey-dark-3[class*="u-border-"]:active,
.u-button-style.u-button-style.u-grey-dark-3.active,
.u-button-style.u-button-style.u-grey-dark-3[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-grey-dark-3,
li.active > .u-button-style.u-button-style.u-grey-dark-3[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #1e1e1e !important;
}
.u-hover-grey-dark-3:hover,
.u-hover-grey-dark-3[class*="u-border-"]:hover,
.u-hover-grey-dark-3:focus,
.u-hover-grey-dark-3[class*="u-border-"]:focus,
.u-active-grey-dark-3.u-active.u-active,
.u-active-grey-dark-3[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-grey-dark-3:hover,
a.u-button-style.u-hover-grey-dark-3[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-grey-dark-3,
a.u-button-style:hover > .u-hover-grey-dark-3[class*="u-border-"],
a.u-button-style.u-hover-grey-dark-3:focus,
a.u-button-style.u-hover-grey-dark-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-grey-dark-3:active,
a.u-button-style.u-button-style.u-active-grey-dark-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-grey-dark-3.active,
a.u-button-style.u-button-style.u-active-grey-dark-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-grey-dark-3,
a.u-button-style.u-button-style.active > .u-active-grey-dark-3[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-grey-dark-3,
li.active > a.u-button-style.u-button-style.u-active-grey-dark-3[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #212121 !important;
}
a.u-link.u-hover-grey-dark-3:hover {
    color: #212121 !important;
}
.u-grey-dark-2,
.u-body.u-grey-dark-2,
.u-container-style.u-grey-dark-2:before,
.u-container-layout.u-grey-dark-2:before,
.u-table-alt-grey-dark-2 tr:nth-child(even) {
    color: #ffffff;
    background-color: #333333;
}
.u-button-style.u-grey-dark-2,
.u-button-style.u-grey-dark-2[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #333333 !important;
}
.u-button-style.u-grey-dark-2:hover,
.u-button-style.u-grey-dark-2[class*="u-border-"]:hover,
.u-button-style.u-grey-dark-2:focus,
.u-button-style.u-grey-dark-2[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-grey-dark-2:active,
.u-button-style.u-button-style.u-grey-dark-2[class*="u-border-"]:active,
.u-button-style.u-button-style.u-grey-dark-2.active,
.u-button-style.u-button-style.u-grey-dark-2[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-grey-dark-2,
li.active > .u-button-style.u-button-style.u-grey-dark-2[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #2e2e2e !important;
}
.u-hover-grey-dark-2:hover,
.u-hover-grey-dark-2[class*="u-border-"]:hover,
.u-hover-grey-dark-2:focus,
.u-hover-grey-dark-2[class*="u-border-"]:focus,
.u-active-grey-dark-2.u-active.u-active,
.u-active-grey-dark-2[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-grey-dark-2:hover,
a.u-button-style.u-hover-grey-dark-2[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-grey-dark-2,
a.u-button-style:hover > .u-hover-grey-dark-2[class*="u-border-"],
a.u-button-style.u-hover-grey-dark-2:focus,
a.u-button-style.u-hover-grey-dark-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-grey-dark-2:active,
a.u-button-style.u-button-style.u-active-grey-dark-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-grey-dark-2.active,
a.u-button-style.u-button-style.u-active-grey-dark-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-grey-dark-2,
a.u-button-style.u-button-style.active > .u-active-grey-dark-2[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-grey-dark-2,
li.active > a.u-button-style.u-button-style.u-active-grey-dark-2[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #333333 !important;
}
a.u-link.u-hover-grey-dark-2:hover {
    color: #333333 !important;
}
.u-grey-dark-1,
.u-body.u-grey-dark-1,
.u-container-style.u-grey-dark-1:before,
.u-container-layout.u-grey-dark-1:before,
.u-table-alt-grey-dark-1 tr:nth-child(even) {
    color: #ffffff;
    background-color: #454545;
}
.u-button-style.u-grey-dark-1,
.u-button-style.u-grey-dark-1[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #454545 !important;
}
.u-button-style.u-grey-dark-1:hover,
.u-button-style.u-grey-dark-1[class*="u-border-"]:hover,
.u-button-style.u-grey-dark-1:focus,
.u-button-style.u-grey-dark-1[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-grey-dark-1:active,
.u-button-style.u-button-style.u-grey-dark-1[class*="u-border-"]:active,
.u-button-style.u-button-style.u-grey-dark-1.active,
.u-button-style.u-button-style.u-grey-dark-1[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-grey-dark-1,
li.active > .u-button-style.u-button-style.u-grey-dark-1[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #3e3e3e !important;
}
.u-hover-grey-dark-1:hover,
.u-hover-grey-dark-1[class*="u-border-"]:hover,
.u-hover-grey-dark-1:focus,
.u-hover-grey-dark-1[class*="u-border-"]:focus,
.u-active-grey-dark-1.u-active.u-active,
.u-active-grey-dark-1[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-grey-dark-1:hover,
a.u-button-style.u-hover-grey-dark-1[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-grey-dark-1,
a.u-button-style:hover > .u-hover-grey-dark-1[class*="u-border-"],
a.u-button-style.u-hover-grey-dark-1:focus,
a.u-button-style.u-hover-grey-dark-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-grey-dark-1:active,
a.u-button-style.u-button-style.u-active-grey-dark-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-grey-dark-1.active,
a.u-button-style.u-button-style.u-active-grey-dark-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-grey-dark-1,
a.u-button-style.u-button-style.active > .u-active-grey-dark-1[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-grey-dark-1,
li.active > a.u-button-style.u-button-style.u-active-grey-dark-1[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #454545 !important;
}
a.u-link.u-hover-grey-dark-1:hover {
    color: #454545 !important;
}
.u-grey,
.u-body.u-grey,
.u-container-style.u-grey:before,
.u-container-layout.u-grey:before,
.u-table-alt-grey tr:nth-child(even) {
    color: #ffffff;
    background-color: #b3b3b3;
}
.u-button-style.u-grey,
.u-button-style.u-grey[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #b3b3b3 !important;
}
.u-button-style.u-grey:hover,
.u-button-style.u-grey[class*="u-border-"]:hover,
.u-button-style.u-grey:focus,
.u-button-style.u-grey[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-grey:active,
.u-button-style.u-button-style.u-grey[class*="u-border-"]:active,
.u-button-style.u-button-style.u-grey.active,
.u-button-style.u-button-style.u-grey[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-grey,
li.active > .u-button-style.u-button-style.u-grey[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #a1a1a1 !important;
}
.u-hover-grey:hover,
.u-hover-grey[class*="u-border-"]:hover,
.u-hover-grey:focus,
.u-hover-grey[class*="u-border-"]:focus,
.u-active-grey.u-active.u-active,
.u-active-grey[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-grey:hover,
a.u-button-style.u-hover-grey[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-grey,
a.u-button-style:hover > .u-hover-grey[class*="u-border-"],
a.u-button-style.u-hover-grey:focus,
a.u-button-style.u-hover-grey[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-grey:active,
a.u-button-style.u-button-style.u-active-grey[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-grey.active,
a.u-button-style.u-button-style.u-active-grey[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-grey,
a.u-button-style.u-button-style.active > .u-active-grey[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-grey,
li.active > a.u-button-style.u-button-style.u-active-grey[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #b3b3b3 !important;
}
a.u-link.u-hover-grey:hover {
    color: #b3b3b3 !important;
}
.u-grey-light-1,
.u-body.u-grey-light-1,
.u-container-style.u-grey-light-1:before,
.u-container-layout.u-grey-light-1:before,
.u-table-alt-grey-light-1 tr:nth-child(even) {
    color: #111111;
    background-color: #d9d9d9;
}
.u-button-style.u-grey-light-1,
.u-button-style.u-grey-light-1[class*="u-border-"] {
    color: #111111 !important;
    background-color: #d9d9d9 !important;
}
.u-button-style.u-grey-light-1:hover,
.u-button-style.u-grey-light-1[class*="u-border-"]:hover,
.u-button-style.u-grey-light-1:focus,
.u-button-style.u-grey-light-1[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-grey-light-1:active,
.u-button-style.u-button-style.u-grey-light-1[class*="u-border-"]:active,
.u-button-style.u-button-style.u-grey-light-1.active,
.u-button-style.u-button-style.u-grey-light-1[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-grey-light-1,
li.active > .u-button-style.u-button-style.u-grey-light-1[class*="u-border-"] {
    color: #111111 !important;
    background-color: #c3c3c3 !important;
}
.u-hover-grey-light-1:hover,
.u-hover-grey-light-1[class*="u-border-"]:hover,
.u-hover-grey-light-1:focus,
.u-hover-grey-light-1[class*="u-border-"]:focus,
.u-active-grey-light-1.u-active.u-active,
.u-active-grey-light-1[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-grey-light-1:hover,
a.u-button-style.u-hover-grey-light-1[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-grey-light-1,
a.u-button-style:hover > .u-hover-grey-light-1[class*="u-border-"],
a.u-button-style.u-hover-grey-light-1:focus,
a.u-button-style.u-hover-grey-light-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-grey-light-1:active,
a.u-button-style.u-button-style.u-active-grey-light-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-grey-light-1.active,
a.u-button-style.u-button-style.u-active-grey-light-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-grey-light-1,
a.u-button-style.u-button-style.active > .u-active-grey-light-1[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-grey-light-1,
li.active > a.u-button-style.u-button-style.u-active-grey-light-1[class*="u-border-"] {
    color: #111111 !important;
    background-color: #d9d9d9 !important;
}
a.u-link.u-hover-grey-light-1:hover {
    color: #d9d9d9 !important;
}
.u-grey-light-2,
.u-body.u-grey-light-2,
.u-container-style.u-grey-light-2:before,
.u-container-layout.u-grey-light-2:before,
.u-table-alt-grey-light-2 tr:nth-child(even) {
    color: #111111;
    background-color: #eeeeee;
}
.u-button-style.u-grey-light-2,
.u-button-style.u-grey-light-2[class*="u-border-"] {
    color: #111111 !important;
    background-color: #eeeeee !important;
}
.u-button-style.u-grey-light-2:hover,
.u-button-style.u-grey-light-2[class*="u-border-"]:hover,
.u-button-style.u-grey-light-2:focus,
.u-button-style.u-grey-light-2[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-grey-light-2:active,
.u-button-style.u-button-style.u-grey-light-2[class*="u-border-"]:active,
.u-button-style.u-button-style.u-grey-light-2.active,
.u-button-style.u-button-style.u-grey-light-2[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-grey-light-2,
li.active > .u-button-style.u-button-style.u-grey-light-2[class*="u-border-"] {
    color: #111111 !important;
    background-color: #d6d6d6 !important;
}
.u-hover-grey-light-2:hover,
.u-hover-grey-light-2[class*="u-border-"]:hover,
.u-hover-grey-light-2:focus,
.u-hover-grey-light-2[class*="u-border-"]:focus,
.u-active-grey-light-2.u-active.u-active,
.u-active-grey-light-2[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-grey-light-2:hover,
a.u-button-style.u-hover-grey-light-2[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-grey-light-2,
a.u-button-style:hover > .u-hover-grey-light-2[class*="u-border-"],
a.u-button-style.u-hover-grey-light-2:focus,
a.u-button-style.u-hover-grey-light-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-grey-light-2:active,
a.u-button-style.u-button-style.u-active-grey-light-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-grey-light-2.active,
a.u-button-style.u-button-style.u-active-grey-light-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-grey-light-2,
a.u-button-style.u-button-style.active > .u-active-grey-light-2[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-grey-light-2,
li.active > a.u-button-style.u-button-style.u-active-grey-light-2[class*="u-border-"] {
    color: #111111 !important;
    background-color: #eeeeee !important;
}
a.u-link.u-hover-grey-light-2:hover {
    color: #eeeeee !important;
}
.u-grey-light-3,
.u-body.u-grey-light-3,
.u-container-style.u-grey-light-3:before,
.u-container-layout.u-grey-light-3:before,
.u-table-alt-grey-light-3 tr:nth-child(even) {
    color: #111111;
    background-color: #f6f6f6;
}
.u-button-style.u-grey-light-3,
.u-button-style.u-grey-light-3[class*="u-border-"] {
    color: #111111 !important;
    background-color: #f6f6f6 !important;
}
.u-button-style.u-grey-light-3:hover,
.u-button-style.u-grey-light-3[class*="u-border-"]:hover,
.u-button-style.u-grey-light-3:focus,
.u-button-style.u-grey-light-3[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-grey-light-3:active,
.u-button-style.u-button-style.u-grey-light-3[class*="u-border-"]:active,
.u-button-style.u-button-style.u-grey-light-3.active,
.u-button-style.u-button-style.u-grey-light-3[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-grey-light-3,
li.active > .u-button-style.u-button-style.u-grey-light-3[class*="u-border-"] {
    color: #111111 !important;
    background-color: #dddddd !important;
}
.u-hover-grey-light-3:hover,
.u-hover-grey-light-3[class*="u-border-"]:hover,
.u-hover-grey-light-3:focus,
.u-hover-grey-light-3[class*="u-border-"]:focus,
.u-active-grey-light-3.u-active.u-active,
.u-active-grey-light-3[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-grey-light-3:hover,
a.u-button-style.u-hover-grey-light-3[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-grey-light-3,
a.u-button-style:hover > .u-hover-grey-light-3[class*="u-border-"],
a.u-button-style.u-hover-grey-light-3:focus,
a.u-button-style.u-hover-grey-light-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-grey-light-3:active,
a.u-button-style.u-button-style.u-active-grey-light-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-grey-light-3.active,
a.u-button-style.u-button-style.u-active-grey-light-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-grey-light-3,
a.u-button-style.u-button-style.active > .u-active-grey-light-3[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-grey-light-3,
li.active > a.u-button-style.u-button-style.u-active-grey-light-3[class*="u-border-"] {
    color: #111111 !important;
    background-color: #f6f6f6 !important;
}
a.u-link.u-hover-grey-light-3:hover {
    color: #f6f6f6 !important;
}
.u-white,
.u-body.u-white,
.u-container-style.u-white:before,
.u-container-layout.u-white:before,
.u-table-alt-white tr:nth-child(even) {
    color: #111111;
    background-color: #ffffff;
}
.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;
}
.u-hover-white:hover,
.u-hover-white[class*="u-border-"]:hover,
.u-hover-white:focus,
.u-hover-white[class*="u-border-"]:focus,
.u-active-white.u-active.u-active,
.u-active-white[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-white: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,
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-"] {
    color: #111111 !important;
    background-color: #ffffff !important;
}
a.u-link.u-hover-white:hover {
    color: #ffffff !important;
}
.u-black,
.u-body.u-black,
.u-container-style.u-black:before,
.u-container-layout.u-black:before,
.u-table-alt-black tr:nth-child(even) {
    color: #ffffff;
    background-color: #000000;
}
.u-button-style.u-black,
.u-button-style.u-black[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #000000 !important;
}
.u-button-style.u-black:hover,
.u-button-style.u-black[class*="u-border-"]:hover,
.u-button-style.u-black:focus,
.u-button-style.u-black[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-black:active,
.u-button-style.u-button-style.u-black[class*="u-border-"]:active,
.u-button-style.u-button-style.u-black.active,
.u-button-style.u-button-style.u-black[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-black,
li.active > .u-button-style.u-button-style.u-black[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #000000 !important;
}
.u-hover-black:hover,
.u-hover-black[class*="u-border-"]:hover,
.u-hover-black:focus,
.u-hover-black[class*="u-border-"]:focus,
.u-active-black.u-active.u-active,
.u-active-black[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-black:hover,
a.u-button-style.u-hover-black[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-black,
a.u-button-style:hover > .u-hover-black[class*="u-border-"],
a.u-button-style.u-hover-black:focus,
a.u-button-style.u-hover-black[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-black:active,
a.u-button-style.u-button-style.u-active-black[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-black.active,
a.u-button-style.u-button-style.u-active-black[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-black,
a.u-button-style.u-button-style.active > .u-active-black[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-black,
li.active > a.u-button-style.u-button-style.u-active-black[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #000000 !important;
}
a.u-link.u-hover-black:hover {
    color: #000000 !important;
}
.u-body-color,
.u-body.u-body-color,
.u-container-style.u-body-color:before,
.u-container-layout.u-body-color:before,
.u-table-alt-body-color tr:nth-child(even) {
    color: #ffffff;
    background-color: #111111;
}
.u-button-style.u-body-color,
.u-button-style.u-body-color[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #111111 !important;
}
.u-button-style.u-body-color:hover,
.u-button-style.u-body-color[class*="u-border-"]:hover,
.u-button-style.u-body-color:focus,
.u-button-style.u-body-color[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-body-color:active,
.u-button-style.u-button-style.u-body-color[class*="u-border-"]:active,
.u-button-style.u-button-style.u-body-color.active,
.u-button-style.u-button-style.u-body-color[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-body-color,
li.active > .u-button-style.u-button-style.u-body-color[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #0f0f0f !important;
}
.u-hover-body-color:hover,
.u-hover-body-color[class*="u-border-"]:hover,
.u-hover-body-color:focus,
.u-hover-body-color[class*="u-border-"]:focus,
.u-active-body-color.u-active.u-active,
.u-active-body-color[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-body-color:hover,
a.u-button-style.u-hover-body-color[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-body-color,
a.u-button-style:hover > .u-hover-body-color[class*="u-border-"],
a.u-button-style.u-hover-body-color:focus,
a.u-button-style.u-hover-body-color[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-body-color:active,
a.u-button-style.u-button-style.u-active-body-color[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-body-color.active,
a.u-button-style.u-button-style.u-active-body-color[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-body-color,
a.u-button-style.u-button-style.active > .u-active-body-color[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-body-color,
li.active > a.u-button-style.u-button-style.u-active-body-color[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #111111 !important;
}
a.u-link.u-hover-body-color:hover {
    color: #111111 !important;
}
.u-body-alt-color,
.u-body.u-body-alt-color,
.u-container-style.u-body-alt-color:before,
.u-container-layout.u-body-alt-color:before,
.u-table-alt-body-alt-color tr:nth-child(even) {
    color: #111111;
    background-color: #ffffff;
}
.u-button-style.u-body-alt-color,
.u-button-style.u-body-alt-color[class*="u-border-"] {
    color: #111111 !important;
    background-color: #ffffff !important;
}
.u-button-style.u-body-alt-color:hover,
.u-button-style.u-body-alt-color[class*="u-border-"]:hover,
.u-button-style.u-body-alt-color:focus,
.u-button-style.u-body-alt-color[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-body-alt-color:active,
.u-button-style.u-button-style.u-body-alt-color[class*="u-border-"]:active,
.u-button-style.u-button-style.u-body-alt-color.active,
.u-button-style.u-button-style.u-body-alt-color[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-body-alt-color,
li.active > .u-button-style.u-button-style.u-body-alt-color[class*="u-border-"] {
    color: #111111 !important;
    background-color: #e6e6e6 !important;
}
.u-hover-body-alt-color:hover,
.u-hover-body-alt-color[class*="u-border-"]:hover,
.u-hover-body-alt-color:focus,
.u-hover-body-alt-color[class*="u-border-"]:focus,
.u-active-body-alt-color.u-active.u-active,
.u-active-body-alt-color[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-body-alt-color:hover,
a.u-button-style.u-hover-body-alt-color[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-body-alt-color,
a.u-button-style:hover > .u-hover-body-alt-color[class*="u-border-"],
a.u-button-style.u-hover-body-alt-color:focus,
a.u-button-style.u-hover-body-alt-color[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-body-alt-color:active,
a.u-button-style.u-button-style.u-active-body-alt-color[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-body-alt-color.active,
a.u-button-style.u-button-style.u-active-body-alt-color[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-body-alt-color,
a.u-button-style.u-button-style.active > .u-active-body-alt-color[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-body-alt-color,
li.active > a.u-button-style.u-button-style.u-active-body-alt-color[class*="u-border-"] {
    color: #111111 !important;
    background-color: #ffffff !important;
}
a.u-link.u-hover-body-alt-color:hover {
    color: #ffffff !important;
}
.u-grey-25,
.u-body.u-grey-25,
.u-container-style.u-grey-25:before,
.u-container-layout.u-grey-25:before,
.u-table-alt-grey-25 tr:nth-child(even) {
    color: #111111;
    background-color: #c0c0c0;
}
.u-button-style.u-grey-25,
.u-button-style.u-grey-25[class*="u-border-"] {
    color: #111111 !important;
    background-color: #c0c0c0 !important;
}
.u-button-style.u-grey-25:hover,
.u-button-style.u-grey-25[class*="u-border-"]:hover,
.u-button-style.u-grey-25:focus,
.u-button-style.u-grey-25[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-grey-25:active,
.u-button-style.u-button-style.u-grey-25[class*="u-border-"]:active,
.u-button-style.u-button-style.u-grey-25.active,
.u-button-style.u-button-style.u-grey-25[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-grey-25,
li.active > .u-button-style.u-button-style.u-grey-25[class*="u-border-"] {
    color: #111111 !important;
    background-color: #adadad !important;
}
.u-hover-grey-25:hover,
.u-hover-grey-25[class*="u-border-"]:hover,
.u-hover-grey-25:focus,
.u-hover-grey-25[class*="u-border-"]:focus,
.u-active-grey-25.u-active.u-active,
.u-active-grey-25[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-grey-25:hover,
a.u-button-style.u-hover-grey-25[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-grey-25,
a.u-button-style:hover > .u-hover-grey-25[class*="u-border-"],
a.u-button-style.u-hover-grey-25:focus,
a.u-button-style.u-hover-grey-25[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-grey-25:active,
a.u-button-style.u-button-style.u-active-grey-25[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-grey-25.active,
a.u-button-style.u-button-style.u-active-grey-25[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-grey-25,
a.u-button-style.u-button-style.active > .u-active-grey-25[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-grey-25,
li.active > a.u-button-style.u-button-style.u-active-grey-25[class*="u-border-"] {
    color: #111111 !important;
    background-color: #c0c0c0 !important;
}
a.u-link.u-hover-grey-25:hover {
    color: #c0c0c0 !important;
}
.u-grey-5,
.u-body.u-grey-5,
.u-container-style.u-grey-5:before,
.u-container-layout.u-grey-5:before,
.u-table-alt-grey-5 tr:nth-child(even) {
    color: #111111;
    background-color: #f2f2f2;
}
.u-button-style.u-grey-5,
.u-button-style.u-grey-5[class*="u-border-"] {
    color: #111111 !important;
    background-color: #f2f2f2 !important;
}
.u-button-style.u-grey-5:hover,
.u-button-style.u-grey-5[class*="u-border-"]:hover,
.u-button-style.u-grey-5:focus,
.u-button-style.u-grey-5[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-grey-5:active,
.u-button-style.u-button-style.u-grey-5[class*="u-border-"]:active,
.u-button-style.u-button-style.u-grey-5.active,
.u-button-style.u-button-style.u-grey-5[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-grey-5,
li.active > .u-button-style.u-button-style.u-grey-5[class*="u-border-"] {
    color: #111111 !important;
    background-color: #dadada !important;
}
.u-hover-grey-5:hover,
.u-hover-grey-5[class*="u-border-"]:hover,
.u-hover-grey-5:focus,
.u-hover-grey-5[class*="u-border-"]:focus,
.u-active-grey-5.u-active.u-active,
.u-active-grey-5[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-grey-5:hover,
a.u-button-style.u-hover-grey-5[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-grey-5,
a.u-button-style:hover > .u-hover-grey-5[class*="u-border-"],
a.u-button-style.u-hover-grey-5:focus,
a.u-button-style.u-hover-grey-5[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-grey-5:active,
a.u-button-style.u-button-style.u-active-grey-5[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-grey-5.active,
a.u-button-style.u-button-style.u-active-grey-5[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-grey-5,
a.u-button-style.u-button-style.active > .u-active-grey-5[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-grey-5,
li.active > a.u-button-style.u-button-style.u-active-grey-5[class*="u-border-"] {
    color: #111111 !important;
    background-color: #f2f2f2 !important;
}
a.u-link.u-hover-grey-5:hover {
    color: #f2f2f2 !important;
}
.u-grey-10,
.u-body.u-grey-10,
.u-container-style.u-grey-10:before,
.u-container-layout.u-grey-10:before,
.u-table-alt-grey-10 tr:nth-child(even) {
    color: #111111;
    background-color: #e5e5e5;
}
.u-button-style.u-grey-10,
.u-button-style.u-grey-10[class*="u-border-"] {
    color: #111111 !important;
    background-color: #e5e5e5 !important;
}
.u-button-style.u-grey-10:hover,
.u-button-style.u-grey-10[class*="u-border-"]:hover,
.u-button-style.u-grey-10:focus,
.u-button-style.u-grey-10[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-grey-10:active,
.u-button-style.u-button-style.u-grey-10[class*="u-border-"]:active,
.u-button-style.u-button-style.u-grey-10.active,
.u-button-style.u-button-style.u-grey-10[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-grey-10,
li.active > .u-button-style.u-button-style.u-grey-10[class*="u-border-"] {
    color: #111111 !important;
    background-color: #cecece !important;
}
.u-hover-grey-10:hover,
.u-hover-grey-10[class*="u-border-"]:hover,
.u-hover-grey-10:focus,
.u-hover-grey-10[class*="u-border-"]:focus,
.u-active-grey-10.u-active.u-active,
.u-active-grey-10[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-grey-10:hover,
a.u-button-style.u-hover-grey-10[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-grey-10,
a.u-button-style:hover > .u-hover-grey-10[class*="u-border-"],
a.u-button-style.u-hover-grey-10:focus,
a.u-button-style.u-hover-grey-10[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-grey-10:active,
a.u-button-style.u-button-style.u-active-grey-10[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-grey-10.active,
a.u-button-style.u-button-style.u-active-grey-10[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-grey-10,
a.u-button-style.u-button-style.active > .u-active-grey-10[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-grey-10,
li.active > a.u-button-style.u-button-style.u-active-grey-10[class*="u-border-"] {
    color: #111111 !important;
    background-color: #e5e5e5 !important;
}
a.u-link.u-hover-grey-10:hover {
    color: #e5e5e5 !important;
}
.u-grey-15,
.u-body.u-grey-15,
.u-container-style.u-grey-15:before,
.u-container-layout.u-grey-15:before,
.u-table-alt-grey-15 tr:nth-child(even) {
    color: #111111;
    background-color: #d9d9d9;
}
.u-button-style.u-grey-15,
.u-button-style.u-grey-15[class*="u-border-"] {
    color: #111111 !important;
    background-color: #d9d9d9 !important;
}
.u-button-style.u-grey-15:hover,
.u-button-style.u-grey-15[class*="u-border-"]:hover,
.u-button-style.u-grey-15:focus,
.u-button-style.u-grey-15[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-grey-15:active,
.u-button-style.u-button-style.u-grey-15[class*="u-border-"]:active,
.u-button-style.u-button-style.u-grey-15.active,
.u-button-style.u-button-style.u-grey-15[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-grey-15,
li.active > .u-button-style.u-button-style.u-grey-15[class*="u-border-"] {
    color: #111111 !important;
    background-color: #c3c3c3 !important;
}
.u-hover-grey-15:hover,
.u-hover-grey-15[class*="u-border-"]:hover,
.u-hover-grey-15:focus,
.u-hover-grey-15[class*="u-border-"]:focus,
.u-active-grey-15.u-active.u-active,
.u-active-grey-15[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-grey-15:hover,
a.u-button-style.u-hover-grey-15[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-grey-15,
a.u-button-style:hover > .u-hover-grey-15[class*="u-border-"],
a.u-button-style.u-hover-grey-15:focus,
a.u-button-style.u-hover-grey-15[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-grey-15:active,
a.u-button-style.u-button-style.u-active-grey-15[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-grey-15.active,
a.u-button-style.u-button-style.u-active-grey-15[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-grey-15,
a.u-button-style.u-button-style.active > .u-active-grey-15[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-grey-15,
li.active > a.u-button-style.u-button-style.u-active-grey-15[class*="u-border-"] {
    color: #111111 !important;
    background-color: #d9d9d9 !important;
}
a.u-link.u-hover-grey-15:hover {
    color: #d9d9d9 !important;
}
.u-grey-25,
.u-body.u-grey-25,
.u-container-style.u-grey-25:before,
.u-container-layout.u-grey-25:before,
.u-table-alt-grey-25 tr:nth-child(even) {
    color: #111111;
    background-color: #c0c0c0;
}
.u-button-style.u-grey-25,
.u-button-style.u-grey-25[class*="u-border-"] {
    color: #111111 !important;
    background-color: #c0c0c0 !important;
}
.u-button-style.u-grey-25:hover,
.u-button-style.u-grey-25[class*="u-border-"]:hover,
.u-button-style.u-grey-25:focus,
.u-button-style.u-grey-25[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-grey-25:active,
.u-button-style.u-button-style.u-grey-25[class*="u-border-"]:active,
.u-button-style.u-button-style.u-grey-25.active,
.u-button-style.u-button-style.u-grey-25[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-grey-25,
li.active > .u-button-style.u-button-style.u-grey-25[class*="u-border-"] {
    color: #111111 !important;
    background-color: #adadad !important;
}
.u-hover-grey-25:hover,
.u-hover-grey-25[class*="u-border-"]:hover,
.u-hover-grey-25:focus,
.u-hover-grey-25[class*="u-border-"]:focus,
.u-active-grey-25.u-active.u-active,
.u-active-grey-25[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-grey-25:hover,
a.u-button-style.u-hover-grey-25[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-grey-25,
a.u-button-style:hover > .u-hover-grey-25[class*="u-border-"],
a.u-button-style.u-hover-grey-25:focus,
a.u-button-style.u-hover-grey-25[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-grey-25:active,
a.u-button-style.u-button-style.u-active-grey-25[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-grey-25.active,
a.u-button-style.u-button-style.u-active-grey-25[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-grey-25,
a.u-button-style.u-button-style.active > .u-active-grey-25[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-grey-25,
li.active > a.u-button-style.u-button-style.u-active-grey-25[class*="u-border-"] {
    color: #111111 !important;
    background-color: #c0c0c0 !important;
}
a.u-link.u-hover-grey-25:hover {
    color: #c0c0c0 !important;
}
.u-grey-30,
.u-body.u-grey-30,
.u-container-style.u-grey-30:before,
.u-container-layout.u-grey-30:before,
.u-table-alt-grey-30 tr:nth-child(even) {
    color: #ffffff;
    background-color: #b3b3b3;
}
.u-button-style.u-grey-30,
.u-button-style.u-grey-30[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #b3b3b3 !important;
}
.u-button-style.u-grey-30:hover,
.u-button-style.u-grey-30[class*="u-border-"]:hover,
.u-button-style.u-grey-30:focus,
.u-button-style.u-grey-30[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-grey-30:active,
.u-button-style.u-button-style.u-grey-30[class*="u-border-"]:active,
.u-button-style.u-button-style.u-grey-30.active,
.u-button-style.u-button-style.u-grey-30[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-grey-30,
li.active > .u-button-style.u-button-style.u-grey-30[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #a1a1a1 !important;
}
.u-hover-grey-30:hover,
.u-hover-grey-30[class*="u-border-"]:hover,
.u-hover-grey-30:focus,
.u-hover-grey-30[class*="u-border-"]:focus,
.u-active-grey-30.u-active.u-active,
.u-active-grey-30[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-grey-30:hover,
a.u-button-style.u-hover-grey-30[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-grey-30,
a.u-button-style:hover > .u-hover-grey-30[class*="u-border-"],
a.u-button-style.u-hover-grey-30:focus,
a.u-button-style.u-hover-grey-30[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-grey-30:active,
a.u-button-style.u-button-style.u-active-grey-30[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-grey-30.active,
a.u-button-style.u-button-style.u-active-grey-30[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-grey-30,
a.u-button-style.u-button-style.active > .u-active-grey-30[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-grey-30,
li.active > a.u-button-style.u-button-style.u-active-grey-30[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #b3b3b3 !important;
}
a.u-link.u-hover-grey-30:hover {
    color: #b3b3b3 !important;
}
.u-grey-40,
.u-body.u-grey-40,
.u-container-style.u-grey-40:before,
.u-container-layout.u-grey-40:before,
.u-table-alt-grey-40 tr:nth-child(even) {
    color: #ffffff;
    background-color: #999999;
}
.u-button-style.u-grey-40,
.u-button-style.u-grey-40[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #999999 !important;
}
.u-button-style.u-grey-40:hover,
.u-button-style.u-grey-40[class*="u-border-"]:hover,
.u-button-style.u-grey-40:focus,
.u-button-style.u-grey-40[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-grey-40:active,
.u-button-style.u-button-style.u-grey-40[class*="u-border-"]:active,
.u-button-style.u-button-style.u-grey-40.active,
.u-button-style.u-button-style.u-grey-40[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-grey-40,
li.active > .u-button-style.u-button-style.u-grey-40[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #8a8a8a !important;
}
.u-hover-grey-40:hover,
.u-hover-grey-40[class*="u-border-"]:hover,
.u-hover-grey-40:focus,
.u-hover-grey-40[class*="u-border-"]:focus,
.u-active-grey-40.u-active.u-active,
.u-active-grey-40[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-grey-40:hover,
a.u-button-style.u-hover-grey-40[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-grey-40,
a.u-button-style:hover > .u-hover-grey-40[class*="u-border-"],
a.u-button-style.u-hover-grey-40:focus,
a.u-button-style.u-hover-grey-40[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-grey-40:active,
a.u-button-style.u-button-style.u-active-grey-40[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-grey-40.active,
a.u-button-style.u-button-style.u-active-grey-40[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-grey-40,
a.u-button-style.u-button-style.active > .u-active-grey-40[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-grey-40,
li.active > a.u-button-style.u-button-style.u-active-grey-40[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #999999 !important;
}
a.u-link.u-hover-grey-40:hover {
    color: #999999 !important;
}
.u-grey-50,
.u-body.u-grey-50,
.u-container-style.u-grey-50:before,
.u-container-layout.u-grey-50:before,
.u-table-alt-grey-50 tr:nth-child(even) {
    color: #ffffff;
    background-color: #808080;
}
.u-button-style.u-grey-50,
.u-button-style.u-grey-50[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #808080 !important;
}
.u-button-style.u-grey-50:hover,
.u-button-style.u-grey-50[class*="u-border-"]:hover,
.u-button-style.u-grey-50:focus,
.u-button-style.u-grey-50[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-grey-50:active,
.u-button-style.u-button-style.u-grey-50[class*="u-border-"]:active,
.u-button-style.u-button-style.u-grey-50.active,
.u-button-style.u-button-style.u-grey-50[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-grey-50,
li.active > .u-button-style.u-button-style.u-grey-50[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #737373 !important;
}
.u-hover-grey-50:hover,
.u-hover-grey-50[class*="u-border-"]:hover,
.u-hover-grey-50:focus,
.u-hover-grey-50[class*="u-border-"]:focus,
.u-active-grey-50.u-active.u-active,
.u-active-grey-50[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-grey-50:hover,
a.u-button-style.u-hover-grey-50[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-grey-50,
a.u-button-style:hover > .u-hover-grey-50[class*="u-border-"],
a.u-button-style.u-hover-grey-50:focus,
a.u-button-style.u-hover-grey-50[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-grey-50:active,
a.u-button-style.u-button-style.u-active-grey-50[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-grey-50.active,
a.u-button-style.u-button-style.u-active-grey-50[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-grey-50,
a.u-button-style.u-button-style.active > .u-active-grey-50[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-grey-50,
li.active > a.u-button-style.u-button-style.u-active-grey-50[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #808080 !important;
}
a.u-link.u-hover-grey-50:hover {
    color: #808080 !important;
}
.u-grey-60,
.u-body.u-grey-60,
.u-container-style.u-grey-60:before,
.u-container-layout.u-grey-60:before,
.u-table-alt-grey-60 tr:nth-child(even) {
    color: #ffffff;
    background-color: #666666;
}
.u-button-style.u-grey-60,
.u-button-style.u-grey-60[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #666666 !important;
}
.u-button-style.u-grey-60:hover,
.u-button-style.u-grey-60[class*="u-border-"]:hover,
.u-button-style.u-grey-60:focus,
.u-button-style.u-grey-60[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-grey-60:active,
.u-button-style.u-button-style.u-grey-60[class*="u-border-"]:active,
.u-button-style.u-button-style.u-grey-60.active,
.u-button-style.u-button-style.u-grey-60[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-grey-60,
li.active > .u-button-style.u-button-style.u-grey-60[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #5c5c5c !important;
}
.u-hover-grey-60:hover,
.u-hover-grey-60[class*="u-border-"]:hover,
.u-hover-grey-60:focus,
.u-hover-grey-60[class*="u-border-"]:focus,
.u-active-grey-60.u-active.u-active,
.u-active-grey-60[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-grey-60:hover,
a.u-button-style.u-hover-grey-60[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-grey-60,
a.u-button-style:hover > .u-hover-grey-60[class*="u-border-"],
a.u-button-style.u-hover-grey-60:focus,
a.u-button-style.u-hover-grey-60[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-grey-60:active,
a.u-button-style.u-button-style.u-active-grey-60[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-grey-60.active,
a.u-button-style.u-button-style.u-active-grey-60[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-grey-60,
a.u-button-style.u-button-style.active > .u-active-grey-60[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-grey-60,
li.active > a.u-button-style.u-button-style.u-active-grey-60[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #666666 !important;
}
a.u-link.u-hover-grey-60:hover {
    color: #666666 !important;
}
.u-grey-70,
.u-body.u-grey-70,
.u-container-style.u-grey-70:before,
.u-container-layout.u-grey-70:before,
.u-table-alt-grey-70 tr:nth-child(even) {
    color: #ffffff;
    background-color: #4d4d4d;
}
.u-button-style.u-grey-70,
.u-button-style.u-grey-70[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #4d4d4d !important;
}
.u-button-style.u-grey-70:hover,
.u-button-style.u-grey-70[class*="u-border-"]:hover,
.u-button-style.u-grey-70:focus,
.u-button-style.u-grey-70[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-grey-70:active,
.u-button-style.u-button-style.u-grey-70[class*="u-border-"]:active,
.u-button-style.u-button-style.u-grey-70.active,
.u-button-style.u-button-style.u-grey-70[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-grey-70,
li.active > .u-button-style.u-button-style.u-grey-70[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #454545 !important;
}
.u-hover-grey-70:hover,
.u-hover-grey-70[class*="u-border-"]:hover,
.u-hover-grey-70:focus,
.u-hover-grey-70[class*="u-border-"]:focus,
.u-active-grey-70.u-active.u-active,
.u-active-grey-70[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-grey-70:hover,
a.u-button-style.u-hover-grey-70[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-grey-70,
a.u-button-style:hover > .u-hover-grey-70[class*="u-border-"],
a.u-button-style.u-hover-grey-70:focus,
a.u-button-style.u-hover-grey-70[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-grey-70:active,
a.u-button-style.u-button-style.u-active-grey-70[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-grey-70.active,
a.u-button-style.u-button-style.u-active-grey-70[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-grey-70,
a.u-button-style.u-button-style.active > .u-active-grey-70[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-grey-70,
li.active > a.u-button-style.u-button-style.u-active-grey-70[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #4d4d4d !important;
}
a.u-link.u-hover-grey-70:hover {
    color: #4d4d4d !important;
}
.u-grey-75,
.u-body.u-grey-75,
.u-container-style.u-grey-75:before,
.u-container-layout.u-grey-75:before,
.u-table-alt-grey-75 tr:nth-child(even) {
    color: #ffffff;
    background-color: #404040;
}
.u-button-style.u-grey-75,
.u-button-style.u-grey-75[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #404040 !important;
}
.u-button-style.u-grey-75:hover,
.u-button-style.u-grey-75[class*="u-border-"]:hover,
.u-button-style.u-grey-75:focus,
.u-button-style.u-grey-75[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-grey-75:active,
.u-button-style.u-button-style.u-grey-75[class*="u-border-"]:active,
.u-button-style.u-button-style.u-grey-75.active,
.u-button-style.u-button-style.u-grey-75[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-grey-75,
li.active > .u-button-style.u-button-style.u-grey-75[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #3a3a3a !important;
}
.u-hover-grey-75:hover,
.u-hover-grey-75[class*="u-border-"]:hover,
.u-hover-grey-75:focus,
.u-hover-grey-75[class*="u-border-"]:focus,
.u-active-grey-75.u-active.u-active,
.u-active-grey-75[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-grey-75:hover,
a.u-button-style.u-hover-grey-75[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-grey-75,
a.u-button-style:hover > .u-hover-grey-75[class*="u-border-"],
a.u-button-style.u-hover-grey-75:focus,
a.u-button-style.u-hover-grey-75[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-grey-75:active,
a.u-button-style.u-button-style.u-active-grey-75[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-grey-75.active,
a.u-button-style.u-button-style.u-active-grey-75[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-grey-75,
a.u-button-style.u-button-style.active > .u-active-grey-75[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-grey-75,
li.active > a.u-button-style.u-button-style.u-active-grey-75[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #404040 !important;
}
a.u-link.u-hover-grey-75:hover {
    color: #404040 !important;
}
.u-grey-80,
.u-body.u-grey-80,
.u-container-style.u-grey-80:before,
.u-container-layout.u-grey-80:before,
.u-table-alt-grey-80 tr:nth-child(even) {
    color: #ffffff;
    background-color: #333333;
}
.u-button-style.u-grey-80,
.u-button-style.u-grey-80[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #333333 !important;
}
.u-button-style.u-grey-80:hover,
.u-button-style.u-grey-80[class*="u-border-"]:hover,
.u-button-style.u-grey-80:focus,
.u-button-style.u-grey-80[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-grey-80:active,
.u-button-style.u-button-style.u-grey-80[class*="u-border-"]:active,
.u-button-style.u-button-style.u-grey-80.active,
.u-button-style.u-button-style.u-grey-80[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-grey-80,
li.active > .u-button-style.u-button-style.u-grey-80[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #2e2e2e !important;
}
.u-hover-grey-80:hover,
.u-hover-grey-80[class*="u-border-"]:hover,
.u-hover-grey-80:focus,
.u-hover-grey-80[class*="u-border-"]:focus,
.u-active-grey-80.u-active.u-active,
.u-active-grey-80[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-grey-80:hover,
a.u-button-style.u-hover-grey-80[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-grey-80,
a.u-button-style:hover > .u-hover-grey-80[class*="u-border-"],
a.u-button-style.u-hover-grey-80:focus,
a.u-button-style.u-hover-grey-80[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-grey-80:active,
a.u-button-style.u-button-style.u-active-grey-80[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-grey-80.active,
a.u-button-style.u-button-style.u-active-grey-80[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-grey-80,
a.u-button-style.u-button-style.active > .u-active-grey-80[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-grey-80,
li.active > a.u-button-style.u-button-style.u-active-grey-80[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #333333 !important;
}
a.u-link.u-hover-grey-80:hover {
    color: #333333 !important;
}
.u-grey-90,
.u-body.u-grey-90,
.u-container-style.u-grey-90:before,
.u-container-layout.u-grey-90:before,
.u-table-alt-grey-90 tr:nth-child(even) {
    color: #ffffff;
    background-color: #1a1a1a;
}
.u-button-style.u-grey-90,
.u-button-style.u-grey-90[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #1a1a1a !important;
}
.u-button-style.u-grey-90:hover,
.u-button-style.u-grey-90[class*="u-border-"]:hover,
.u-button-style.u-grey-90:focus,
.u-button-style.u-grey-90[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-grey-90:active,
.u-button-style.u-button-style.u-grey-90[class*="u-border-"]:active,
.u-button-style.u-button-style.u-grey-90.active,
.u-button-style.u-button-style.u-grey-90[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-grey-90,
li.active > .u-button-style.u-button-style.u-grey-90[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #171717 !important;
}
.u-hover-grey-90:hover,
.u-hover-grey-90[class*="u-border-"]:hover,
.u-hover-grey-90:focus,
.u-hover-grey-90[class*="u-border-"]:focus,
.u-active-grey-90.u-active.u-active,
.u-active-grey-90[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-grey-90:hover,
a.u-button-style.u-hover-grey-90[class*="u-border-"]:hover,
a.u-button-style:hover > .u-hover-grey-90,
a.u-button-style:hover > .u-hover-grey-90[class*="u-border-"],
a.u-button-style.u-hover-grey-90:focus,
a.u-button-style.u-hover-grey-90[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-grey-90:active,
a.u-button-style.u-button-style.u-active-grey-90[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-grey-90.active,
a.u-button-style.u-button-style.u-active-grey-90[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-grey-90,
a.u-button-style.u-button-style.active > .u-active-grey-90[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-grey-90,
li.active > a.u-button-style.u-button-style.u-active-grey-90[class*="u-border-"] {
    color: #ffffff !important;
    background-color: #1a1a1a !important;
}
a.u-link.u-hover-grey-90:hover {
    color: #1a1a1a !important;
}
.u-border-color-1-dark-3,
.u-separator-color-1-dark-3:after {
    border-color: #292e33;
    stroke: #292e33;
}
.u-button-style.u-border-color-1-dark-3 {
    border-color: #292e33 !important;
    color: #292e33 !important;
    background-color: transparent !important;
}
.u-button-style.u-border-color-1-dark-3:hover,
.u-button-style.u-border-color-1-dark-3:focus {
    border-color: transparent !important;
    color: #25292e !important;
    background-color: transparent !important;
}
.u-border-hover-color-1-dark-3:hover,
.u-border-hover-color-1-dark-3:focus,
.u-border-active-color-1-dark-3.u-active.u-active,
a.u-button-style.u-border-hover-color-1-dark-3:hover,
a.u-button-style:hover > .u-border-hover-color-1-dark-3,
a.u-button-style.u-border-hover-color-1-dark-3:focus,
a.u-button-style.u-button-style.u-border-active-color-1-dark-3:active,
a.u-button-style.u-button-style.u-border-active-color-1-dark-3.active,
a.u-button-style.u-button-style.active > .u-border-active-color-1-dark-3,
li.active > a.u-button-style.u-button-style.u-border-active-color-1-dark-3 {
    color: #292e33 !important;
    border-color: #292e33 !important;
}
.u-link.u-border-color-1-dark-3[class*="u-border-"] {
    border-color: #292e33 !important;
}
.u-link.u-border-color-1-dark-3[class*="u-border-"]:hover {
    border-color: #25292e !important;
}
.u-border-color-1-dark-2,
.u-separator-color-1-dark-2:after {
    border-color: #425465;
    stroke: #425465;
}
.u-button-style.u-border-color-1-dark-2 {
    border-color: #425465 !important;
    color: #425465 !important;
    background-color: transparent !important;
}
.u-button-style.u-border-color-1-dark-2:hover,
.u-button-style.u-border-color-1-dark-2:focus {
    border-color: transparent !important;
    color: #3b4c5b !important;
    background-color: transparent !important;
}
.u-border-hover-color-1-dark-2:hover,
.u-border-hover-color-1-dark-2:focus,
.u-border-active-color-1-dark-2.u-active.u-active,
a.u-button-style.u-border-hover-color-1-dark-2:hover,
a.u-button-style:hover > .u-border-hover-color-1-dark-2,
a.u-button-style.u-border-hover-color-1-dark-2:focus,
a.u-button-style.u-button-style.u-border-active-color-1-dark-2:active,
a.u-button-style.u-button-style.u-border-active-color-1-dark-2.active,
a.u-button-style.u-button-style.active > .u-border-active-color-1-dark-2,
li.active > a.u-button-style.u-button-style.u-border-active-color-1-dark-2 {
    color: #425465 !important;
    border-color: #425465 !important;
}
.u-link.u-border-color-1-dark-2[class*="u-border-"] {
    border-color: #425465 !important;
}
.u-link.u-border-color-1-dark-2[class*="u-border-"]:hover {
    border-color: #3b4c5b !important;
}
.u-border-color-1-dark-1,
.u-separator-color-1-dark-1:after {
    border-color: #4c7397;
    stroke: #4c7397;
}
.u-button-style.u-border-color-1-dark-1 {
    border-color: #4c7397 !important;
    color: #4c7397 !important;
    background-color: transparent !important;
}
.u-button-style.u-border-color-1-dark-1:hover,
.u-button-style.u-border-color-1-dark-1:focus {
    border-color: transparent !important;
    color: #446888 !important;
    background-color: transparent !important;
}
.u-border-hover-color-1-dark-1:hover,
.u-border-hover-color-1-dark-1:focus,
.u-border-active-color-1-dark-1.u-active.u-active,
a.u-button-style.u-border-hover-color-1-dark-1:hover,
a.u-button-style:hover > .u-border-hover-color-1-dark-1,
a.u-button-style.u-border-hover-color-1-dark-1:focus,
a.u-button-style.u-button-style.u-border-active-color-1-dark-1:active,
a.u-button-style.u-button-style.u-border-active-color-1-dark-1.active,
a.u-button-style.u-button-style.active > .u-border-active-color-1-dark-1,
li.active > a.u-button-style.u-button-style.u-border-active-color-1-dark-1 {
    color: #4c7397 !important;
    border-color: #4c7397 !important;
}
.u-link.u-border-color-1-dark-1[class*="u-border-"] {
    border-color: #4c7397 !important;
}
.u-link.u-border-color-1-dark-1[class*="u-border-"]:hover {
    border-color: #446888 !important;
}
.u-border-color-1,
.u-separator-color-1:after {
    border-color: #478ac9;
    stroke: #478ac9;
}
.u-button-style.u-border-color-1 {
    border-color: #478ac9 !important;
    color: #478ac9 !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: #387cbd !important;
    background-color: transparent !important;
}
.u-border-hover-color-1:hover,
.u-border-hover-color-1:focus,
.u-border-active-color-1.u-active.u-active,
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,
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 {
    color: #478ac9 !important;
    border-color: #478ac9 !important;
}
.u-link.u-border-color-1[class*="u-border-"] {
    border-color: #478ac9 !important;
}
.u-link.u-border-color-1[class*="u-border-"]:hover {
    border-color: #387cbd !important;
}
.u-border-color-1-light-1,
.u-separator-color-1-light-1:after {
    border-color: #77aad9;
    stroke: #77aad9;
}
.u-button-style.u-border-color-1-light-1 {
    border-color: #77aad9 !important;
    color: #77aad9 !important;
    background-color: transparent !important;
}
.u-button-style.u-border-color-1-light-1:hover,
.u-button-style.u-border-color-1-light-1:focus {
    border-color: transparent !important;
    color: #5d9ad2 !important;
    background-color: transparent !important;
}
.u-border-hover-color-1-light-1:hover,
.u-border-hover-color-1-light-1:focus,
.u-border-active-color-1-light-1.u-active.u-active,
a.u-button-style.u-border-hover-color-1-light-1:hover,
a.u-button-style:hover > .u-border-hover-color-1-light-1,
a.u-button-style.u-border-hover-color-1-light-1:focus,
a.u-button-style.u-button-style.u-border-active-color-1-light-1:active,
a.u-button-style.u-button-style.u-border-active-color-1-light-1.active,
a.u-button-style.u-button-style.active > .u-border-active-color-1-light-1,
li.active > a.u-button-style.u-button-style.u-border-active-color-1-light-1 {
    color: #77aad9 !important;
    border-color: #77aad9 !important;
}
.u-link.u-border-color-1-light-1[class*="u-border-"] {
    border-color: #77aad9 !important;
}
.u-link.u-border-color-1-light-1[class*="u-border-"]:hover {
    border-color: #5d9ad2 !important;
}
.u-border-color-1-light-2,
.u-separator-color-1-light-2:after {
    border-color: #adcce9;
    stroke: #adcce9;
}
.u-button-style.u-border-color-1-light-2 {
    border-color: #adcce9 !important;
    color: #adcce9 !important;
    background-color: transparent !important;
}
.u-button-style.u-border-color-1-light-2:hover,
.u-button-style.u-border-color-1-light-2:focus {
    border-color: transparent !important;
    color: #8db8e0 !important;
    background-color: transparent !important;
}
.u-border-hover-color-1-light-2:hover,
.u-border-hover-color-1-light-2:focus,
.u-border-active-color-1-light-2.u-active.u-active,
a.u-button-style.u-border-hover-color-1-light-2:hover,
a.u-button-style:hover > .u-border-hover-color-1-light-2,
a.u-button-style.u-border-hover-color-1-light-2:focus,
a.u-button-style.u-button-style.u-border-active-color-1-light-2:active,
a.u-button-style.u-button-style.u-border-active-color-1-light-2.active,
a.u-button-style.u-button-style.active > .u-border-active-color-1-light-2,
li.active > a.u-button-style.u-button-style.u-border-active-color-1-light-2 {
    color: #adcce9 !important;
    border-color: #adcce9 !important;
}
.u-link.u-border-color-1-light-2[class*="u-border-"] {
    border-color: #adcce9 !important;
}
.u-link.u-border-color-1-light-2[class*="u-border-"]:hover {
    border-color: #8db8e0 !important;
}
.u-border-color-1-light-3,
.u-separator-color-1-light-3:after {
    border-color: #e9f2fa;
    stroke: #e9f2fa;
}
.u-button-style.u-border-color-1-light-3 {
    border-color: #e9f2fa !important;
    color: #e9f2fa !important;
    background-color: transparent !important;
}
.u-button-style.u-border-color-1-light-3:hover,
.u-button-style.u-border-color-1-light-3:focus {
    border-color: transparent !important;
    color: #c2dbf1 !important;
    background-color: transparent !important;
}
.u-border-hover-color-1-light-3:hover,
.u-border-hover-color-1-light-3:focus,
.u-border-active-color-1-light-3.u-active.u-active,
a.u-button-style.u-border-hover-color-1-light-3:hover,
a.u-button-style:hover > .u-border-hover-color-1-light-3,
a.u-button-style.u-border-hover-color-1-light-3:focus,
a.u-button-style.u-button-style.u-border-active-color-1-light-3:active,
a.u-button-style.u-button-style.u-border-active-color-1-light-3.active,
a.u-button-style.u-button-style.active > .u-border-active-color-1-light-3,
li.active > a.u-button-style.u-button-style.u-border-active-color-1-light-3 {
    color: #e9f2fa !important;
    border-color: #e9f2fa !important;
}
.u-link.u-border-color-1-light-3[class*="u-border-"] {
    border-color: #e9f2fa !important;
}
.u-link.u-border-color-1-light-3[class*="u-border-"]:hover {
    border-color: #c2dbf1 !important;
}
.u-border-color-1-base,
.u-separator-color-1-base:after {
    border-color: #478ac9;
    stroke: #478ac9;
}
.u-button-style.u-border-color-1-base {
    border-color: #478ac9 !important;
    color: #478ac9 !important;
    background-color: transparent !important;
}
.u-button-style.u-border-color-1-base:hover,
.u-button-style.u-border-color-1-base:focus {
    border-color: transparent !important;
    color: #387cbd !important;
    background-color: transparent !important;
}
.u-border-hover-color-1-base:hover,
.u-border-hover-color-1-base:focus,
.u-border-active-color-1-base.u-active.u-active,
a.u-button-style.u-border-hover-color-1-base:hover,
a.u-button-style:hover > .u-border-hover-color-1-base,
a.u-button-style.u-border-hover-color-1-base:focus,
a.u-button-style.u-button-style.u-border-active-color-1-base:active,
a.u-button-style.u-button-style.u-border-active-color-1-base.active,
a.u-button-style.u-button-style.active > .u-border-active-color-1-base,
li.active > a.u-button-style.u-button-style.u-border-active-color-1-base {
    color: #478ac9 !important;
    border-color: #478ac9 !important;
}
.u-link.u-border-color-1-base[class*="u-border-"] {
    border-color: #478ac9 !important;
}
.u-link.u-border-color-1-base[class*="u-border-"]:hover {
    border-color: #387cbd !important;
}
.u-border-color-2-dark-3,
.u-separator-color-2-dark-3:after {
    border-color: #332929;
    stroke: #332929;
}
.u-button-style.u-border-color-2-dark-3 {
    border-color: #332929 !important;
    color: #332929 !important;
    background-color: transparent !important;
}
.u-button-style.u-border-color-2-dark-3:hover,
.u-button-style.u-border-color-2-dark-3:focus {
    border-color: transparent !important;
    color: #2e2525 !important;
    background-color: transparent !important;
}
.u-border-hover-color-2-dark-3:hover,
.u-border-hover-color-2-dark-3:focus,
.u-border-active-color-2-dark-3.u-active.u-active,
a.u-button-style.u-border-hover-color-2-dark-3:hover,
a.u-button-style:hover > .u-border-hover-color-2-dark-3,
a.u-button-style.u-border-hover-color-2-dark-3:focus,
a.u-button-style.u-button-style.u-border-active-color-2-dark-3:active,
a.u-button-style.u-button-style.u-border-active-color-2-dark-3.active,
a.u-button-style.u-button-style.active > .u-border-active-color-2-dark-3,
li.active > a.u-button-style.u-button-style.u-border-active-color-2-dark-3 {
    color: #332929 !important;
    border-color: #332929 !important;
}
.u-link.u-border-color-2-dark-3[class*="u-border-"] {
    border-color: #332929 !important;
}
.u-link.u-border-color-2-dark-3[class*="u-border-"]:hover {
    border-color: #2e2525 !important;
}
.u-border-color-2-dark-2,
.u-separator-color-2-dark-2:after {
    border-color: #6b4748;
    stroke: #6b4748;
}
.u-button-style.u-border-color-2-dark-2 {
    border-color: #6b4748 !important;
    color: #6b4748 !important;
    background-color: transparent !important;
}
.u-button-style.u-border-color-2-dark-2:hover,
.u-button-style.u-border-color-2-dark-2:focus {
    border-color: transparent !important;
    color: #604041 !important;
    background-color: transparent !important;
}
.u-border-hover-color-2-dark-2:hover,
.u-border-hover-color-2-dark-2:focus,
.u-border-active-color-2-dark-2.u-active.u-active,
a.u-button-style.u-border-hover-color-2-dark-2:hover,
a.u-button-style:hover > .u-border-hover-color-2-dark-2,
a.u-button-style.u-border-hover-color-2-dark-2:focus,
a.u-button-style.u-button-style.u-border-active-color-2-dark-2:active,
a.u-button-style.u-button-style.u-border-active-color-2-dark-2.active,
a.u-button-style.u-button-style.active > .u-border-active-color-2-dark-2,
li.active > a.u-button-style.u-button-style.u-border-active-color-2-dark-2 {
    color: #6b4748 !important;
    border-color: #6b4748 !important;
}
.u-link.u-border-color-2-dark-2[class*="u-border-"] {
    border-color: #6b4748 !important;
}
.u-link.u-border-color-2-dark-2[class*="u-border-"]:hover {
    border-color: #604041 !important;
}
.u-border-color-2-dark-1,
.u-separator-color-2-dark-1:after {
    border-color: #a35559;
    stroke: #a35559;
}
.u-button-style.u-border-color-2-dark-1 {
    border-color: #a35559 !important;
    color: #a35559 !important;
    background-color: transparent !important;
}
.u-button-style.u-border-color-2-dark-1:hover,
.u-button-style.u-border-color-2-dark-1:focus {
    border-color: transparent !important;
    color: #934c50 !important;
    background-color: transparent !important;
}
.u-border-hover-color-2-dark-1:hover,
.u-border-hover-color-2-dark-1:focus,
.u-border-active-color-2-dark-1.u-active.u-active,
a.u-button-style.u-border-hover-color-2-dark-1:hover,
a.u-button-style:hover > .u-border-hover-color-2-dark-1,
a.u-button-style.u-border-hover-color-2-dark-1:focus,
a.u-button-style.u-button-style.u-border-active-color-2-dark-1:active,
a.u-button-style.u-button-style.u-border-active-color-2-dark-1.active,
a.u-button-style.u-button-style.active > .u-border-active-color-2-dark-1,
li.active > a.u-button-style.u-button-style.u-border-active-color-2-dark-1 {
    color: #a35559 !important;
    border-color: #a35559 !important;
}
.u-link.u-border-color-2-dark-1[class*="u-border-"] {
    border-color: #a35559 !important;
}
.u-link.u-border-color-2-dark-1[class*="u-border-"]:hover {
    border-color: #934c50 !important;
}
.u-border-color-2,
.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,
.u-border-active-color-2.u-active.u-active,
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,
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 {
    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;
}
.u-border-color-2-light-1,
.u-separator-color-2-light-1:after {
    border-color: #e68387;
    stroke: #e68387;
}
.u-button-style.u-border-color-2-light-1 {
    border-color: #e68387 !important;
    color: #e68387 !important;
    background-color: transparent !important;
}
.u-button-style.u-border-color-2-light-1:hover,
.u-button-style.u-border-color-2-light-1:focus {
    border-color: transparent !important;
    color: #e0656a !important;
    background-color: transparent !important;
}
.u-border-hover-color-2-light-1:hover,
.u-border-hover-color-2-light-1:focus,
.u-border-active-color-2-light-1.u-active.u-active,
a.u-button-style.u-border-hover-color-2-light-1:hover,
a.u-button-style:hover > .u-border-hover-color-2-light-1,
a.u-button-style.u-border-hover-color-2-light-1:focus,
a.u-button-style.u-button-style.u-border-active-color-2-light-1:active,
a.u-button-style.u-button-style.u-border-active-color-2-light-1.active,
a.u-button-style.u-button-style.active > .u-border-active-color-2-light-1,
li.active > a.u-button-style.u-button-style.u-border-active-color-2-light-1 {
    color: #e68387 !important;
    border-color: #e68387 !important;
}
.u-link.u-border-color-2-light-1[class*="u-border-"] {
    border-color: #e68387 !important;
}
.u-link.u-border-color-2-light-1[class*="u-border-"]:hover {
    border-color: #e0656a !important;
}
.u-border-color-2-light-2,
.u-separator-color-2-light-2:after {
    border-color: #f1b5b8;
    stroke: #f1b5b8;
}
.u-button-style.u-border-color-2-light-2 {
    border-color: #f1b5b8 !important;
    color: #f1b5b8 !important;
    background-color: transparent !important;
}
.u-button-style.u-border-color-2-light-2:hover,
.u-button-style.u-border-color-2-light-2:focus {
    border-color: transparent !important;
    color: #ea9296 !important;
    background-color: transparent !important;
}
.u-border-hover-color-2-light-2:hover,
.u-border-hover-color-2-light-2:focus,
.u-border-active-color-2-light-2.u-active.u-active,
a.u-button-style.u-border-hover-color-2-light-2:hover,
a.u-button-style:hover > .u-border-hover-color-2-light-2,
a.u-button-style.u-border-hover-color-2-light-2:focus,
a.u-button-style.u-button-style.u-border-active-color-2-light-2:active,
a.u-button-style.u-button-style.u-border-active-color-2-light-2.active,
a.u-button-style.u-button-style.active > .u-border-active-color-2-light-2,
li.active > a.u-button-style.u-button-style.u-border-active-color-2-light-2 {
    color: #f1b5b8 !important;
    border-color: #f1b5b8 !important;
}
.u-link.u-border-color-2-light-2[class*="u-border-"] {
    border-color: #f1b5b8 !important;
}
.u-link.u-border-color-2-light-2[class*="u-border-"]:hover {
    border-color: #ea9296 !important;
}
.u-border-color-2-light-3,
.u-separator-color-2-light-3:after {
    border-color: #fbeced;
    stroke: #fbeced;
}
.u-button-style.u-border-color-2-light-3 {
    border-color: #fbeced !important;
    color: #fbeced !important;
    background-color: transparent !important;
}
.u-button-style.u-border-color-2-light-3:hover,
.u-button-style.u-border-color-2-light-3:focus {
    border-color: transparent !important;
    color: #f3c4c7 !important;
    background-color: transparent !important;
}
.u-border-hover-color-2-light-3:hover,
.u-border-hover-color-2-light-3:focus,
.u-border-active-color-2-light-3.u-active.u-active,
a.u-button-style.u-border-hover-color-2-light-3:hover,
a.u-button-style:hover > .u-border-hover-color-2-light-3,
a.u-button-style.u-border-hover-color-2-light-3:focus,
a.u-button-style.u-button-style.u-border-active-color-2-light-3:active,
a.u-button-style.u-button-style.u-border-active-color-2-light-3.active,
a.u-button-style.u-button-style.active > .u-border-active-color-2-light-3,
li.active > a.u-button-style.u-button-style.u-border-active-color-2-light-3 {
    color: #fbeced !important;
    border-color: #fbeced !important;
}
.u-link.u-border-color-2-light-3[class*="u-border-"] {
    border-color: #fbeced !important;
}
.u-link.u-border-color-2-light-3[class*="u-border-"]:hover {
    border-color: #f3c4c7 !important;
}
.u-border-color-2-base,
.u-separator-color-2-base:after {
    border-color: #db545a;
    stroke: #db545a;
}
.u-button-style.u-border-color-2-base {
    border-color: #db545a !important;
    color: #db545a !important;
    background-color: transparent !important;
}
.u-button-style.u-border-color-2-base:hover,
.u-button-style.u-border-color-2-base:focus {
    border-color: transparent !important;
    color: #d63b42 !important;
    background-color: transparent !important;
}
.u-border-hover-color-2-base:hover,
.u-border-hover-color-2-base:focus,
.u-border-active-color-2-base.u-active.u-active,
a.u-button-style.u-border-hover-color-2-base:hover,
a.u-button-style:hover > .u-border-hover-color-2-base,
a.u-button-style.u-border-hover-color-2-base:focus,
a.u-button-style.u-button-style.u-border-active-color-2-base:active,
a.u-button-style.u-button-style.u-border-active-color-2-base.active,
a.u-button-style.u-button-style.active > .u-border-active-color-2-base,
li.active > a.u-button-style.u-button-style.u-border-active-color-2-base {
    color: #db545a !important;
    border-color: #db545a !important;
}
.u-link.u-border-color-2-base[class*="u-border-"] {
    border-color: #db545a !important;
}
.u-link.u-border-color-2-base[class*="u-border-"]:hover {
    border-color: #d63b42 !important;
}
.u-border-color-3-dark-3,
.u-separator-color-3-dark-3:after {
    border-color: #333129;
    stroke: #333129;
}
.u-button-style.u-border-color-3-dark-3 {
    border-color: #333129 !important;
    color: #333129 !important;
    background-color: transparent !important;
}
.u-button-style.u-border-color-3-dark-3:hover,
.u-button-style.u-border-color-3-dark-3:focus {
    border-color: transparent !important;
    color: #2e2c25 !important;
    background-color: transparent !important;
}
.u-border-hover-color-3-dark-3:hover,
.u-border-hover-color-3-dark-3:focus,
.u-border-active-color-3-dark-3.u-active.u-active,
a.u-button-style.u-border-hover-color-3-dark-3:hover,
a.u-button-style:hover > .u-border-hover-color-3-dark-3,
a.u-button-style.u-border-hover-color-3-dark-3:focus,
a.u-button-style.u-button-style.u-border-active-color-3-dark-3:active,
a.u-button-style.u-button-style.u-border-active-color-3-dark-3.active,
a.u-button-style.u-button-style.active > .u-border-active-color-3-dark-3,
li.active > a.u-button-style.u-button-style.u-border-active-color-3-dark-3 {
    color: #333129 !important;
    border-color: #333129 !important;
}
.u-link.u-border-color-3-dark-3[class*="u-border-"] {
    border-color: #333129 !important;
}
.u-link.u-border-color-3-dark-3[class*="u-border-"]:hover {
    border-color: #2e2c25 !important;
}
.u-border-color-3-dark-2,
.u-separator-color-3-dark-2:after {
    border-color: #72683f;
    stroke: #72683f;
}
.u-button-style.u-border-color-3-dark-2 {
    border-color: #72683f !important;
    color: #72683f !important;
    background-color: transparent !important;
}
.u-button-style.u-border-color-3-dark-2:hover,
.u-button-style.u-border-color-3-dark-2:focus {
    border-color: transparent !important;
    color: #675e39 !important;
    background-color: transparent !important;
}
.u-border-hover-color-3-dark-2:hover,
.u-border-hover-color-3-dark-2:focus,
.u-border-active-color-3-dark-2.u-active.u-active,
a.u-button-style.u-border-hover-color-3-dark-2:hover,
a.u-button-style:hover > .u-border-hover-color-3-dark-2,
a.u-button-style.u-border-hover-color-3-dark-2:focus,
a.u-button-style.u-button-style.u-border-active-color-3-dark-2:active,
a.u-button-style.u-button-style.u-border-active-color-3-dark-2.active,
a.u-button-style.u-button-style.active > .u-border-active-color-3-dark-2,
li.active > a.u-button-style.u-button-style.u-border-active-color-3-dark-2 {
    color: #72683f !important;
    border-color: #72683f !important;
}
.u-link.u-border-color-3-dark-2[class*="u-border-"] {
    border-color: #72683f !important;
}
.u-link.u-border-color-3-dark-2[class*="u-border-"]:hover {
    border-color: #675e39 !important;
}
.u-border-color-3-dark-1,
.u-separator-color-3-dark-1:after {
    border-color: #b29a36;
    stroke: #b29a36;
}
.u-button-style.u-border-color-3-dark-1 {
    border-color: #b29a36 !important;
    color: #b29a36 !important;
    background-color: transparent !important;
}
.u-button-style.u-border-color-3-dark-1:hover,
.u-button-style.u-border-color-3-dark-1:focus {
    border-color: transparent !important;
    color: #a08b31 !important;
    background-color: transparent !important;
}
.u-border-hover-color-3-dark-1:hover,
.u-border-hover-color-3-dark-1:focus,
.u-border-active-color-3-dark-1.u-active.u-active,
a.u-button-style.u-border-hover-color-3-dark-1:hover,
a.u-button-style:hover > .u-border-hover-color-3-dark-1,
a.u-button-style.u-border-hover-color-3-dark-1:focus,
a.u-button-style.u-button-style.u-border-active-color-3-dark-1:active,
a.u-button-style.u-button-style.u-border-active-color-3-dark-1.active,
a.u-button-style.u-button-style.active > .u-border-active-color-3-dark-1,
li.active > a.u-button-style.u-button-style.u-border-active-color-3-dark-1 {
    color: #b29a36 !important;
    border-color: #b29a36 !important;
}
.u-link.u-border-color-3-dark-1[class*="u-border-"] {
    border-color: #b29a36 !important;
}
.u-link.u-border-color-3-dark-1[class*="u-border-"]:hover {
    border-color: #a08b31 !important;
}
.u-border-color-3,
.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,
.u-border-active-color-3.u-active.u-active,
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,
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 {
    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;
}
.u-border-color-3-light-1,
.u-separator-color-3-light-1:after {
    border-color: #f5d654;
    stroke: #f5d654;
}
.u-button-style.u-border-color-3-light-1 {
    border-color: #f5d654 !important;
    color: #f5d654 !important;
    background-color: transparent !important;
}
.u-button-style.u-border-color-3-light-1:hover,
.u-button-style.u-border-color-3-light-1:focus {
    border-color: transparent !important;
    color: #f3cf35 !important;
    background-color: transparent !important;
}
.u-border-hover-color-3-light-1:hover,
.u-border-hover-color-3-light-1:focus,
.u-border-active-color-3-light-1.u-active.u-active,
a.u-button-style.u-border-hover-color-3-light-1:hover,
a.u-button-style:hover > .u-border-hover-color-3-light-1,
a.u-button-style.u-border-hover-color-3-light-1:focus,
a.u-button-style.u-button-style.u-border-active-color-3-light-1:active,
a.u-button-style.u-button-style.u-border-active-color-3-light-1.active,
a.u-button-style.u-button-style.active > .u-border-active-color-3-light-1,
li.active > a.u-button-style.u-button-style.u-border-active-color-3-light-1 {
    color: #f5d654 !important;
    border-color: #f5d654 !important;
}
.u-link.u-border-color-3-light-1[class*="u-border-"] {
    border-color: #f5d654 !important;
}
.u-link.u-border-color-3-light-1[class*="u-border-"]:hover {
    border-color: #f3cf35 !important;
}
.u-border-color-3-light-2,
.u-separator-color-3-light-2:after {
    border-color: #f9e79b;
    stroke: #f9e79b;
}
.u-button-style.u-border-color-3-light-2 {
    border-color: #f9e79b !important;
    color: #f9e79b !important;
    background-color: transparent !important;
}
.u-button-style.u-border-color-3-light-2:hover,
.u-button-style.u-border-color-3-light-2:focus {
    border-color: transparent !important;
    color: #f7de75 !important;
    background-color: transparent !important;
}
.u-border-hover-color-3-light-2:hover,
.u-border-hover-color-3-light-2:focus,
.u-border-active-color-3-light-2.u-active.u-active,
a.u-button-style.u-border-hover-color-3-light-2:hover,
a.u-button-style:hover > .u-border-hover-color-3-light-2,
a.u-button-style.u-border-hover-color-3-light-2:focus,
a.u-button-style.u-button-style.u-border-active-color-3-light-2:active,
a.u-button-style.u-button-style.u-border-active-color-3-light-2.active,
a.u-button-style.u-button-style.active > .u-border-active-color-3-light-2,
li.active > a.u-button-style.u-button-style.u-border-active-color-3-light-2 {
    color: #f9e79b !important;
    border-color: #f9e79b !important;
}
.u-link.u-border-color-3-light-2[class*="u-border-"] {
    border-color: #f9e79b !important;
}
.u-link.u-border-color-3-light-2[class*="u-border-"]:hover {
    border-color: #f7de75 !important;
}
.u-border-color-3-light-3,
.u-separator-color-3-light-3:after {
    border-color: #fef9e6;
    stroke: #fef9e6;
}
.u-button-style.u-border-color-3-light-3 {
    border-color: #fef9e6 !important;
    color: #fef9e6 !important;
    background-color: transparent !important;
}
.u-button-style.u-border-color-3-light-3:hover,
.u-button-style.u-border-color-3-light-3:focus {
    border-color: transparent !important;
    color: #fceeb7 !important;
    background-color: transparent !important;
}
.u-border-hover-color-3-light-3:hover,
.u-border-hover-color-3-light-3:focus,
.u-border-active-color-3-light-3.u-active.u-active,
a.u-button-style.u-border-hover-color-3-light-3:hover,
a.u-button-style:hover > .u-border-hover-color-3-light-3,
a.u-button-style.u-border-hover-color-3-light-3:focus,
a.u-button-style.u-button-style.u-border-active-color-3-light-3:active,
a.u-button-style.u-button-style.u-border-active-color-3-light-3.active,
a.u-button-style.u-button-style.active > .u-border-active-color-3-light-3,
li.active > a.u-button-style.u-button-style.u-border-active-color-3-light-3 {
    color: #fef9e6 !important;
    border-color: #fef9e6 !important;
}
.u-link.u-border-color-3-light-3[class*="u-border-"] {
    border-color: #fef9e6 !important;
}
.u-link.u-border-color-3-light-3[class*="u-border-"]:hover {
    border-color: #fceeb7 !important;
}
.u-border-color-3-base,
.u-separator-color-3-base:after {
    border-color: #f1c50e;
    stroke: #f1c50e;
}
.u-button-style.u-border-color-3-base {
    border-color: #f1c50e !important;
    color: #f1c50e !important;
    background-color: transparent !important;
}
.u-button-style.u-border-color-3-base:hover,
.u-button-style.u-border-color-3-base:focus {
    border-color: transparent !important;
    color: #d9b10d !important;
    background-color: transparent !important;
}
.u-border-hover-color-3-base:hover,
.u-border-hover-color-3-base:focus,
.u-border-active-color-3-base.u-active.u-active,
a.u-button-style.u-border-hover-color-3-base:hover,
a.u-button-style:hover > .u-border-hover-color-3-base,
a.u-button-style.u-border-hover-color-3-base:focus,
a.u-button-style.u-button-style.u-border-active-color-3-base:active,
a.u-button-style.u-button-style.u-border-active-color-3-base.active,
a.u-button-style.u-button-style.active > .u-border-active-color-3-base,
li.active > a.u-button-style.u-button-style.u-border-active-color-3-base {
    color: #f1c50e !important;
    border-color: #f1c50e !important;
}
.u-link.u-border-color-3-base[class*="u-border-"] {
    border-color: #f1c50e !important;
}
.u-link.u-border-color-3-base[class*="u-border-"]:hover {
    border-color: #d9b10d !important;
}
.u-border-color-4-dark-3,
.u-separator-color-4-dark-3:after {
    border-color: #293332;
    stroke: #293332;
}
.u-button-style.u-border-color-4-dark-3 {
    border-color: #293332 !important;
    color: #293332 !important;
    background-color: transparent !important;
}
.u-button-style.u-border-color-4-dark-3:hover,
.u-button-style.u-border-color-4-dark-3:focus {
    border-color: transparent !important;
    color: #252e2d !important;
    background-color: transparent !important;
}
.u-border-hover-color-4-dark-3:hover,
.u-border-hover-color-4-dark-3:focus,
.u-border-active-color-4-dark-3.u-active.u-active,
a.u-button-style.u-border-hover-color-4-dark-3:hover,
a.u-button-style:hover > .u-border-hover-color-4-dark-3,
a.u-button-style.u-border-hover-color-4-dark-3:focus,
a.u-button-style.u-button-style.u-border-active-color-4-dark-3:active,
a.u-button-style.u-button-style.u-border-active-color-4-dark-3.active,
a.u-button-style.u-button-style.active > .u-border-active-color-4-dark-3,
li.active > a.u-button-style.u-button-style.u-border-active-color-4-dark-3 {
    color: #293332 !important;
    border-color: #293332 !important;
}
.u-link.u-border-color-4-dark-3[class*="u-border-"] {
    border-color: #293332 !important;
}
.u-link.u-border-color-4-dark-3[class*="u-border-"]:hover {
    border-color: #252e2d !important;
}
.u-border-color-4-dark-2,
.u-separator-color-4-dark-2:after {
    border-color: #41807c;
    stroke: #41807c;
}
.u-button-style.u-border-color-4-dark-2 {
    border-color: #41807c !important;
    color: #41807c !important;
    background-color: transparent !important;
}
.u-button-style.u-border-color-4-dark-2:hover,
.u-button-style.u-border-color-4-dark-2:focus {
    border-color: transparent !important;
    color: #3a7370 !important;
    background-color: transparent !important;
}
.u-border-hover-color-4-dark-2:hover,
.u-border-hover-color-4-dark-2:focus,
.u-border-active-color-4-dark-2.u-active.u-active,
a.u-button-style.u-border-hover-color-4-dark-2:hover,
a.u-button-style:hover > .u-border-hover-color-4-dark-2,
a.u-button-style.u-border-hover-color-4-dark-2:focus,
a.u-button-style.u-button-style.u-border-active-color-4-dark-2:active,
a.u-button-style.u-button-style.u-border-active-color-4-dark-2.active,
a.u-button-style.u-button-style.active > .u-border-active-color-4-dark-2,
li.active > a.u-button-style.u-button-style.u-border-active-color-4-dark-2 {
    color: #41807c !important;
    border-color: #41807c !important;
}
.u-link.u-border-color-4-dark-2[class*="u-border-"] {
    border-color: #41807c !important;
}
.u-link.u-border-color-4-dark-2[class*="u-border-"]:hover {
    border-color: #3a7370 !important;
}
.u-border-color-4-dark-1,
.u-separator-color-4-dark-1:after {
    border-color: #2cccc4;
    stroke: #2cccc4;
}
.u-button-style.u-border-color-4-dark-1 {
    border-color: #2cccc4 !important;
    color: #2cccc4 !important;
    background-color: transparent !important;
}
.u-button-style.u-border-color-4-dark-1:hover,
.u-button-style.u-border-color-4-dark-1:focus {
    border-color: transparent !important;
    color: #28b8b0 !important;
    background-color: transparent !important;
}
.u-border-hover-color-4-dark-1:hover,
.u-border-hover-color-4-dark-1:focus,
.u-border-active-color-4-dark-1.u-active.u-active,
a.u-button-style.u-border-hover-color-4-dark-1:hover,
a.u-button-style:hover > .u-border-hover-color-4-dark-1,
a.u-button-style.u-border-hover-color-4-dark-1:focus,
a.u-button-style.u-button-style.u-border-active-color-4-dark-1:active,
a.u-button-style.u-button-style.u-border-active-color-4-dark-1.active,
a.u-button-style.u-button-style.active > .u-border-active-color-4-dark-1,
li.active > a.u-button-style.u-button-style.u-border-active-color-4-dark-1 {
    color: #2cccc4 !important;
    border-color: #2cccc4 !important;
}
.u-link.u-border-color-4-dark-1[class*="u-border-"] {
    border-color: #2cccc4 !important;
}
.u-link.u-border-color-4-dark-1[class*="u-border-"]:hover {
    border-color: #28b8b0 !important;
}
.u-border-color-4,
.u-separator-color-4:after {
    border-color: #3be8e0;
    stroke: #3be8e0;
}
.u-button-style.u-border-color-4 {
    border-color: #3be8e0 !important;
    color: #3be8e0 !important;
    background-color: transparent !important;
}
.u-button-style.u-border-color-4:hover,
.u-button-style.u-border-color-4:focus {
    border-color: transparent !important;
    color: #21e5dc !important;
    background-color: transparent !important;
}
.u-border-hover-color-4:hover,
.u-border-hover-color-4:focus,
.u-border-active-color-4.u-active.u-active,
a.u-button-style.u-border-hover-color-4:hover,
a.u-button-style:hover > .u-border-hover-color-4,
a.u-button-style.u-border-hover-color-4:focus,
a.u-button-style.u-button-style.u-border-active-color-4:active,
a.u-button-style.u-button-style.u-border-active-color-4.active,
a.u-button-style.u-button-style.active > .u-border-active-color-4,
li.active > a.u-button-style.u-button-style.u-border-active-color-4 {
    color: #3be8e0 !important;
    border-color: #3be8e0 !important;
}
.u-link.u-border-color-4[class*="u-border-"] {
    border-color: #3be8e0 !important;
}
.u-link.u-border-color-4[class*="u-border-"]:hover {
    border-color: #21e5dc !important;
}
.u-border-color-4-light-1,
.u-separator-color-4-light-1:after {
    border-color: #72efe9;
    stroke: #72efe9;
}
.u-button-style.u-border-color-4-light-1 {
    border-color: #72efe9 !important;
    color: #72efe9 !important;
    background-color: transparent !important;
}
.u-button-style.u-border-color-4-light-1:hover,
.u-button-style.u-border-color-4-light-1:focus {
    border-color: transparent !important;
    color: #52ebe4 !important;
    background-color: transparent !important;
}
.u-border-hover-color-4-light-1:hover,
.u-border-hover-color-4-light-1:focus,
.u-border-active-color-4-light-1.u-active.u-active,
a.u-button-style.u-border-hover-color-4-light-1:hover,
a.u-button-style:hover > .u-border-hover-color-4-light-1,
a.u-button-style.u-border-hover-color-4-light-1:focus,
a.u-button-style.u-button-style.u-border-active-color-4-light-1:active,
a.u-button-style.u-button-style.u-border-active-color-4-light-1.active,
a.u-button-style.u-button-style.active > .u-border-active-color-4-light-1,
li.active > a.u-button-style.u-button-style.u-border-active-color-4-light-1 {
    color: #72efe9 !important;
    border-color: #72efe9 !important;
}
.u-link.u-border-color-4-light-1[class*="u-border-"] {
    border-color: #72efe9 !important;
}
.u-link.u-border-color-4-light-1[class*="u-border-"]:hover {
    border-color: #52ebe4 !important;
}
.u-border-color-4-light-2,
.u-separator-color-4-light-2:after {
    border-color: #adf6f2;
    stroke: #adf6f2;
}
.u-button-style.u-border-color-4-light-2 {
    border-color: #adf6f2 !important;
    color: #adf6f2 !important;
    background-color: transparent !important;
}
.u-button-style.u-border-color-4-light-2:hover,
.u-button-style.u-border-color-4-light-2:focus {
    border-color: transparent !important;
    color: #87f2ec !important;
    background-color: transparent !important;
}
.u-border-hover-color-4-light-2:hover,
.u-border-hover-color-4-light-2:focus,
.u-border-active-color-4-light-2.u-active.u-active,
a.u-button-style.u-border-hover-color-4-light-2:hover,
a.u-button-style:hover > .u-border-hover-color-4-light-2,
a.u-button-style.u-border-hover-color-4-light-2:focus,
a.u-button-style.u-button-style.u-border-active-color-4-light-2:active,
a.u-button-style.u-button-style.u-border-active-color-4-light-2.active,
a.u-button-style.u-button-style.active > .u-border-active-color-4-light-2,
li.active > a.u-button-style.u-button-style.u-border-active-color-4-light-2 {
    color: #adf6f2 !important;
    border-color: #adf6f2 !important;
}
.u-link.u-border-color-4-light-2[class*="u-border-"] {
    border-color: #adf6f2 !important;
}
.u-link.u-border-color-4-light-2[class*="u-border-"]:hover {
    border-color: #87f2ec !important;
}
.u-border-color-4-light-3,
.u-separator-color-4-light-3:after {
    border-color: #eafdfc;
    stroke: #eafdfc;
}
.u-button-style.u-border-color-4-light-3 {
    border-color: #eafdfc !important;
    color: #eafdfc !important;
    background-color: transparent !important;
}
.u-button-style.u-border-color-4-light-3:hover,
.u-button-style.u-border-color-4-light-3:focus {
    border-color: transparent !important;
    color: #bef9f6 !important;
    background-color: transparent !important;
}
.u-border-hover-color-4-light-3:hover,
.u-border-hover-color-4-light-3:focus,
.u-border-active-color-4-light-3.u-active.u-active,
a.u-button-style.u-border-hover-color-4-light-3:hover,
a.u-button-style:hover > .u-border-hover-color-4-light-3,
a.u-button-style.u-border-hover-color-4-light-3:focus,
a.u-button-style.u-button-style.u-border-active-color-4-light-3:active,
a.u-button-style.u-button-style.u-border-active-color-4-light-3.active,
a.u-button-style.u-button-style.active > .u-border-active-color-4-light-3,
li.active > a.u-button-style.u-button-style.u-border-active-color-4-light-3 {
    color: #eafdfc !important;
    border-color: #eafdfc !important;
}
.u-link.u-border-color-4-light-3[class*="u-border-"] {
    border-color: #eafdfc !important;
}
.u-link.u-border-color-4-light-3[class*="u-border-"]:hover {
    border-color: #bef9f6 !important;
}
.u-border-color-4-base,
.u-separator-color-4-base:after {
    border-color: #2cccc4;
    stroke: #2cccc4;
}
.u-button-style.u-border-color-4-base {
    border-color: #2cccc4 !important;
    color: #2cccc4 !important;
    background-color: transparent !important;
}
.u-button-style.u-border-color-4-base:hover,
.u-button-style.u-border-color-4-base:focus {
    border-color: transparent !important;
    color: #28b8b0 !important;
    background-color: transparent !important;
}
.u-border-hover-color-4-base:hover,
.u-border-hover-color-4-base:focus,
.u-border-active-color-4-base.u-active.u-active,
a.u-button-style.u-border-hover-color-4-base:hover,
a.u-button-style:hover > .u-border-hover-color-4-base,
a.u-button-style.u-border-hover-color-4-base:focus,
a.u-button-style.u-button-style.u-border-active-color-4-base:active,
a.u-button-style.u-button-style.u-border-active-color-4-base.active,
a.u-button-style.u-button-style.active > .u-border-active-color-4-base,
li.active > a.u-button-style.u-button-style.u-border-active-color-4-base {
    color: #2cccc4 !important;
    border-color: #2cccc4 !important;
}
.u-link.u-border-color-4-base[class*="u-border-"] {
    border-color: #2cccc4 !important;
}
.u-link.u-border-color-4-base[class*="u-border-"]:hover {
    border-color: #28b8b0 !important;
}
.u-border-color-5-dark-3,
.u-separator-color-5-dark-3:after {
    border-color: #292d33;
    stroke: #292d33;
}
.u-button-style.u-border-color-5-dark-3 {
    border-color: #292d33 !important;
    color: #292d33 !important;
    background-color: transparent !important;
}
.u-button-style.u-border-color-5-dark-3:hover,
.u-button-style.u-border-color-5-dark-3:focus {
    border-color: transparent !important;
    color: #25292e !important;
    background-color: transparent !important;
}
.u-border-hover-color-5-dark-3:hover,
.u-border-hover-color-5-dark-3:focus,
.u-border-active-color-5-dark-3.u-active.u-active,
a.u-button-style.u-border-hover-color-5-dark-3:hover,
a.u-button-style:hover > .u-border-hover-color-5-dark-3,
a.u-button-style.u-border-hover-color-5-dark-3:focus,
a.u-button-style.u-button-style.u-border-active-color-5-dark-3:active,
a.u-button-style.u-button-style.u-border-active-color-5-dark-3.active,
a.u-button-style.u-button-style.active > .u-border-active-color-5-dark-3,
li.active > a.u-button-style.u-button-style.u-border-active-color-5-dark-3 {
    color: #292d33 !important;
    border-color: #292d33 !important;
}
.u-link.u-border-color-5-dark-3[class*="u-border-"] {
    border-color: #292d33 !important;
}
.u-link.u-border-color-5-dark-3[class*="u-border-"]:hover {
    border-color: #25292e !important;
}
.u-border-color-5-dark-2,
.u-separator-color-5-dark-2:after {
    border-color: #555c66;
    stroke: #555c66;
}
.u-button-style.u-border-color-5-dark-2 {
    border-color: #555c66 !important;
    color: #555c66 !important;
    background-color: transparent !important;
}
.u-button-style.u-border-color-5-dark-2:hover,
.u-button-style.u-border-color-5-dark-2:focus {
    border-color: transparent !important;
    color: #4d535c !important;
    background-color: transparent !important;
}
.u-border-hover-color-5-dark-2:hover,
.u-border-hover-color-5-dark-2:focus,
.u-border-active-color-5-dark-2.u-active.u-active,
a.u-button-style.u-border-hover-color-5-dark-2:hover,
a.u-button-style:hover > .u-border-hover-color-5-dark-2,
a.u-button-style.u-border-hover-color-5-dark-2:focus,
a.u-button-style.u-button-style.u-border-active-color-5-dark-2:active,
a.u-button-style.u-button-style.u-border-active-color-5-dark-2.active,
a.u-button-style.u-button-style.active > .u-border-active-color-5-dark-2,
li.active > a.u-button-style.u-button-style.u-border-active-color-5-dark-2 {
    color: #555c66 !important;
    border-color: #555c66 !important;
}
.u-link.u-border-color-5-dark-2[class*="u-border-"] {
    border-color: #555c66 !important;
}
.u-link.u-border-color-5-dark-2[class*="u-border-"]:hover {
    border-color: #4d535c !important;
}
.u-border-color-5-dark-1,
.u-separator-color-5-dark-1:after {
    border-color: #858e99;
    stroke: #858e99;
}
.u-button-style.u-border-color-5-dark-1 {
    border-color: #858e99 !important;
    color: #858e99 !important;
    background-color: transparent !important;
}
.u-button-style.u-border-color-5-dark-1:hover,
.u-button-style.u-border-color-5-dark-1:focus {
    border-color: transparent !important;
    color: #75808c !important;
    background-color: transparent !important;
}
.u-border-hover-color-5-dark-1:hover,
.u-border-hover-color-5-dark-1:focus,
.u-border-active-color-5-dark-1.u-active.u-active,
a.u-button-style.u-border-hover-color-5-dark-1:hover,
a.u-button-style:hover > .u-border-hover-color-5-dark-1,
a.u-button-style.u-border-hover-color-5-dark-1:focus,
a.u-button-style.u-button-style.u-border-active-color-5-dark-1:active,
a.u-button-style.u-button-style.u-border-active-color-5-dark-1.active,
a.u-button-style.u-button-style.active > .u-border-active-color-5-dark-1,
li.active > a.u-button-style.u-button-style.u-border-active-color-5-dark-1 {
    color: #858e99 !important;
    border-color: #858e99 !important;
}
.u-link.u-border-color-5-dark-1[class*="u-border-"] {
    border-color: #858e99 !important;
}
.u-link.u-border-color-5-dark-1[class*="u-border-"]:hover {
    border-color: #75808c !important;
}
.u-border-color-5,
.u-separator-color-5:after {
    border-color: #b9c1cc;
    stroke: #b9c1cc;
}
.u-button-style.u-border-color-5 {
    border-color: #b9c1cc !important;
    color: #b9c1cc !important;
    background-color: transparent !important;
}
.u-button-style.u-border-color-5:hover,
.u-button-style.u-border-color-5:focus {
    border-color: transparent !important;
    color: #a2adbc !important;
    background-color: transparent !important;
}
.u-border-hover-color-5:hover,
.u-border-hover-color-5:focus,
.u-border-active-color-5.u-active.u-active,
a.u-button-style.u-border-hover-color-5:hover,
a.u-button-style:hover > .u-border-hover-color-5,
a.u-button-style.u-border-hover-color-5:focus,
a.u-button-style.u-button-style.u-border-active-color-5:active,
a.u-button-style.u-button-style.u-border-active-color-5.active,
a.u-button-style.u-button-style.active > .u-border-active-color-5,
li.active > a.u-button-style.u-button-style.u-border-active-color-5 {
    color: #b9c1cc !important;
    border-color: #b9c1cc !important;
}
.u-link.u-border-color-5[class*="u-border-"] {
    border-color: #b9c1cc !important;
}
.u-link.u-border-color-5[class*="u-border-"]:hover {
    border-color: #a2adbc !important;
}
.u-border-color-5-light-1,
.u-separator-color-5-light-1:after {
    border-color: #ccd3db;
    stroke: #ccd3db;
}
.u-button-style.u-border-color-5-light-1 {
    border-color: #ccd3db !important;
    color: #ccd3db !important;
    background-color: transparent !important;
}
.u-button-style.u-border-color-5-light-1:hover,
.u-button-style.u-border-color-5-light-1:focus {
    border-color: transparent !important;
    color: #b3bec9 !important;
    background-color: transparent !important;
}
.u-border-hover-color-5-light-1:hover,
.u-border-hover-color-5-light-1:focus,
.u-border-active-color-5-light-1.u-active.u-active,
a.u-button-style.u-border-hover-color-5-light-1:hover,
a.u-button-style:hover > .u-border-hover-color-5-light-1,
a.u-button-style.u-border-hover-color-5-light-1:focus,
a.u-button-style.u-button-style.u-border-active-color-5-light-1:active,
a.u-button-style.u-button-style.u-border-active-color-5-light-1.active,
a.u-button-style.u-button-style.active > .u-border-active-color-5-light-1,
li.active > a.u-button-style.u-button-style.u-border-active-color-5-light-1 {
    color: #ccd3db !important;
    border-color: #ccd3db !important;
}
.u-link.u-border-color-5-light-1[class*="u-border-"] {
    border-color: #ccd3db !important;
}
.u-link.u-border-color-5-light-1[class*="u-border-"]:hover {
    border-color: #b3bec9 !important;
}
.u-border-color-5-light-2,
.u-separator-color-5-light-2:after {
    border-color: #e0e5eb;
    stroke: #e0e5eb;
}
.u-button-style.u-border-color-5-light-2 {
    border-color: #e0e5eb !important;
    color: #e0e5eb !important;
    background-color: transparent !important;
}
.u-button-style.u-border-color-5-light-2:hover,
.u-button-style.u-border-color-5-light-2:focus {
    border-color: transparent !important;
    color: #c4ced9 !important;
    background-color: transparent !important;
}
.u-border-hover-color-5-light-2:hover,
.u-border-hover-color-5-light-2:focus,
.u-border-active-color-5-light-2.u-active.u-active,
a.u-button-style.u-border-hover-color-5-light-2:hover,
a.u-button-style:hover > .u-border-hover-color-5-light-2,
a.u-button-style.u-border-hover-color-5-light-2:focus,
a.u-button-style.u-button-style.u-border-active-color-5-light-2:active,
a.u-button-style.u-button-style.u-border-active-color-5-light-2.active,
a.u-button-style.u-button-style.active > .u-border-active-color-5-light-2,
li.active > a.u-button-style.u-button-style.u-border-active-color-5-light-2 {
    color: #e0e5eb !important;
    border-color: #e0e5eb !important;
}
.u-link.u-border-color-5-light-2[class*="u-border-"] {
    border-color: #e0e5eb !important;
}
.u-link.u-border-color-5-light-2[class*="u-border-"]:hover {
    border-color: #c4ced9 !important;
}
.u-border-color-5-light-3,
.u-separator-color-5-light-3:after {
    border-color: #f5f7fa;
    stroke: #f5f7fa;
}
.u-button-style.u-border-color-5-light-3 {
    border-color: #f5f7fa !important;
    color: #f5f7fa !important;
    background-color: transparent !important;
}
.u-button-style.u-border-color-5-light-3:hover,
.u-button-style.u-border-color-5-light-3:focus {
    border-color: transparent !important;
    color: #d4dde9 !important;
    background-color: transparent !important;
}
.u-border-hover-color-5-light-3:hover,
.u-border-hover-color-5-light-3:focus,
.u-border-active-color-5-light-3.u-active.u-active,
a.u-button-style.u-border-hover-color-5-light-3:hover,
a.u-button-style:hover > .u-border-hover-color-5-light-3,
a.u-button-style.u-border-hover-color-5-light-3:focus,
a.u-button-style.u-button-style.u-border-active-color-5-light-3:active,
a.u-button-style.u-button-style.u-border-active-color-5-light-3.active,
a.u-button-style.u-button-style.active > .u-border-active-color-5-light-3,
li.active > a.u-button-style.u-button-style.u-border-active-color-5-light-3 {
    color: #f5f7fa !important;
    border-color: #f5f7fa !important;
}
.u-link.u-border-color-5-light-3[class*="u-border-"] {
    border-color: #f5f7fa !important;
}
.u-link.u-border-color-5-light-3[class*="u-border-"]:hover {
    border-color: #d4dde9 !important;
}
.u-border-color-5-base,
.u-separator-color-5-base:after {
    border-color: #b9c1cc;
    stroke: #b9c1cc;
}
.u-button-style.u-border-color-5-base {
    border-color: #b9c1cc !important;
    color: #b9c1cc !important;
    background-color: transparent !important;
}
.u-button-style.u-border-color-5-base:hover,
.u-button-style.u-border-color-5-base:focus {
    border-color: transparent !important;
    color: #a2adbc !important;
    background-color: transparent !important;
}
.u-border-hover-color-5-base:hover,
.u-border-hover-color-5-base:focus,
.u-border-active-color-5-base.u-active.u-active,
a.u-button-style.u-border-hover-color-5-base:hover,
a.u-button-style:hover > .u-border-hover-color-5-base,
a.u-button-style.u-border-hover-color-5-base:focus,
a.u-button-style.u-button-style.u-border-active-color-5-base:active,
a.u-button-style.u-button-style.u-border-active-color-5-base.active,
a.u-button-style.u-button-style.active > .u-border-active-color-5-base,
li.active > a.u-button-style.u-button-style.u-border-active-color-5-base {
    color: #b9c1cc !important;
    border-color: #b9c1cc !important;
}
.u-link.u-border-color-5-base[class*="u-border-"] {
    border-color: #b9c1cc !important;
}
.u-link.u-border-color-5-base[class*="u-border-"]:hover {
    border-color: #a2adbc !important;
}
.u-border-palette-1-dark-3,
.u-separator-palette-1-dark-3:after {
    border-color: #292e33;
    stroke: #292e33;
}
.u-button-style.u-border-palette-1-dark-3 {
    border-color: #292e33 !important;
    color: #292e33 !important;
    background-color: transparent !important;
}
.u-button-style.u-border-palette-1-dark-3:hover,
.u-button-style.u-border-palette-1-dark-3:focus {
    border-color: transparent !important;
    color: #25292e !important;
    background-color: transparent !important;
}
.u-border-hover-palette-1-dark-3:hover,
.u-border-hover-palette-1-dark-3:focus,
.u-border-active-palette-1-dark-3.u-active.u-active,
a.u-button-style.u-border-hover-palette-1-dark-3:hover,
a.u-button-style:hover > .u-border-hover-palette-1-dark-3,
a.u-button-style.u-border-hover-palette-1-dark-3:focus,
a.u-button-style.u-button-style.u-border-active-palette-1-dark-3:active,
a.u-button-style.u-button-style.u-border-active-palette-1-dark-3.active,
a.u-button-style.u-button-style.active > .u-border-active-palette-1-dark-3,
li.active > a.u-button-style.u-button-style.u-border-active-palette-1-dark-3 {
    color: #292e33 !important;
    border-color: #292e33 !important;
}
.u-link.u-border-palette-1-dark-3[class*="u-border-"] {
    border-color: #292e33 !important;
}
.u-link.u-border-palette-1-dark-3[class*="u-border-"]:hover {
    border-color: #25292e !important;
}
.u-border-palette-1-dark-2,
.u-separator-palette-1-dark-2:after {
    border-color: #425465;
    stroke: #425465;
}
.u-button-style.u-border-palette-1-dark-2 {
    border-color: #425465 !important;
    color: #425465 !important;
    background-color: transparent !important;
}
.u-button-style.u-border-palette-1-dark-2:hover,
.u-button-style.u-border-palette-1-dark-2:focus {
    border-color: transparent !important;
    color: #3b4c5b !important;
    background-color: transparent !important;
}
.u-border-hover-palette-1-dark-2:hover,
.u-border-hover-palette-1-dark-2:focus,
.u-border-active-palette-1-dark-2.u-active.u-active,
a.u-button-style.u-border-hover-palette-1-dark-2:hover,
a.u-button-style:hover > .u-border-hover-palette-1-dark-2,
a.u-button-style.u-border-hover-palette-1-dark-2:focus,
a.u-button-style.u-button-style.u-border-active-palette-1-dark-2:active,
a.u-button-style.u-button-style.u-border-active-palette-1-dark-2.active,
a.u-button-style.u-button-style.active > .u-border-active-palette-1-dark-2,
li.active > a.u-button-style.u-button-style.u-border-active-palette-1-dark-2 {
    color: #425465 !important;
    border-color: #425465 !important;
}
.u-link.u-border-palette-1-dark-2[class*="u-border-"] {
    border-color: #425465 !important;
}
.u-link.u-border-palette-1-dark-2[class*="u-border-"]:hover {
    border-color: #3b4c5b !important;
}
.u-border-palette-1-dark-1,
.u-separator-palette-1-dark-1:after {
    border-color: #4c7397;
    stroke: #4c7397;
}
.u-button-style.u-border-palette-1-dark-1 {
    border-color: #4c7397 !important;
    color: #4c7397 !important;
    background-color: transparent !important;
}
.u-button-style.u-border-palette-1-dark-1:hover,
.u-button-style.u-border-palette-1-dark-1:focus {
    border-color: transparent !important;
    color: #446888 !important;
    background-color: transparent !important;
}
.u-border-hover-palette-1-dark-1:hover,
.u-border-hover-palette-1-dark-1:focus,
.u-border-active-palette-1-dark-1.u-active.u-active,
a.u-button-style.u-border-hover-palette-1-dark-1:hover,
a.u-button-style:hover > .u-border-hover-palette-1-dark-1,
a.u-button-style.u-border-hover-palette-1-dark-1:focus,
a.u-button-style.u-button-style.u-border-active-palette-1-dark-1:active,
a.u-button-style.u-button-style.u-border-active-palette-1-dark-1.active,
a.u-button-style.u-button-style.active > .u-border-active-palette-1-dark-1,
li.active > a.u-button-style.u-button-style.u-border-active-palette-1-dark-1 {
    color: #4c7397 !important;
    border-color: #4c7397 !important;
}
.u-link.u-border-palette-1-dark-1[class*="u-border-"] {
    border-color: #4c7397 !important;
}
.u-link.u-border-palette-1-dark-1[class*="u-border-"]:hover {
    border-color: #446888 !important;
}
.u-border-palette-1,
.u-separator-palette-1:after {
    border-color: #478ac9;
    stroke: #478ac9;
}
.u-button-style.u-border-palette-1 {
    border-color: #478ac9 !important;
    color: #478ac9 !important;
    background-color: transparent !important;
}
.u-button-style.u-border-palette-1:hover,
.u-button-style.u-border-palette-1:focus {
    border-color: transparent !important;
    color: #387cbd !important;
    background-color: transparent !important;
}
.u-border-hover-palette-1:hover,
.u-border-hover-palette-1:focus,
.u-border-active-palette-1.u-active.u-active,
a.u-button-style.u-border-hover-palette-1:hover,
a.u-button-style:hover > .u-border-hover-palette-1,
a.u-button-style.u-border-hover-palette-1:focus,
a.u-button-style.u-button-style.u-border-active-palette-1:active,
a.u-button-style.u-button-style.u-border-active-palette-1.active,
a.u-button-style.u-button-style.active > .u-border-active-palette-1,
li.active > a.u-button-style.u-button-style.u-border-active-palette-1 {
    color: #478ac9 !important;
    border-color: #478ac9 !important;
}
.u-link.u-border-palette-1[class*="u-border-"] {
    border-color: #478ac9 !important;
}
.u-link.u-border-palette-1[class*="u-border-"]:hover {
    border-color: #387cbd !important;
}
.u-border-palette-1-light-1,
.u-separator-palette-1-light-1:after {
    border-color: #77aad9;
    stroke: #77aad9;
}
.u-button-style.u-border-palette-1-light-1 {
    border-color: #77aad9 !important;
    color: #77aad9 !important;
    background-color: transparent !important;
}
.u-button-style.u-border-palette-1-light-1:hover,
.u-button-style.u-border-palette-1-light-1:focus {
    border-color: transparent !important;
    color: #5d9ad2 !important;
    background-color: transparent !important;
}
.u-border-hover-palette-1-light-1:hover,
.u-border-hover-palette-1-light-1:focus,
.u-border-active-palette-1-light-1.u-active.u-active,
a.u-button-style.u-border-hover-palette-1-light-1:hover,
a.u-button-style:hover > .u-border-hover-palette-1-light-1,
a.u-button-style.u-border-hover-palette-1-light-1:focus,
a.u-button-style.u-button-style.u-border-active-palette-1-light-1:active,
a.u-button-style.u-button-style.u-border-active-palette-1-light-1.active,
a.u-button-style.u-button-style.active > .u-border-active-palette-1-light-1,
li.active > a.u-button-style.u-button-style.u-border-active-palette-1-light-1 {
    color: #77aad9 !important;
    border-color: #77aad9 !important;
}
.u-link.u-border-palette-1-light-1[class*="u-border-"] {
    border-color: #77aad9 !important;
}
.u-link.u-border-palette-1-light-1[class*="u-border-"]:hover {
    border-color: #5d9ad2 !important;
}
.u-border-palette-1-light-2,
.u-separator-palette-1-light-2:after {
    border-color: #adcce9;
    stroke: #adcce9;
}
.u-button-style.u-border-palette-1-light-2 {
    border-color: #adcce9 !important;
    color: #adcce9 !important;
    background-color: transparent !important;
}
.u-button-style.u-border-palette-1-light-2:hover,
.u-button-style.u-border-palette-1-light-2:focus {
    border-color: transparent !important;
    color: #8db8e0 !important;
    background-color: transparent !important;
}
.u-border-hover-palette-1-light-2:hover,
.u-border-hover-palette-1-light-2:focus,
.u-border-active-palette-1-light-2.u-active.u-active,
a.u-button-style.u-border-hover-palette-1-light-2:hover,
a.u-button-style:hover > .u-border-hover-palette-1-light-2,
a.u-button-style.u-border-hover-palette-1-light-2:focus,
a.u-button-style.u-button-style.u-border-active-palette-1-light-2:active,
a.u-button-style.u-button-style.u-border-active-palette-1-light-2.active,
a.u-button-style.u-button-style.active > .u-border-active-palette-1-light-2,
li.active > a.u-button-style.u-button-style.u-border-active-palette-1-light-2 {
    color: #adcce9 !important;
    border-color: #adcce9 !important;
}
.u-link.u-border-palette-1-light-2[class*="u-border-"] {
    border-color: #adcce9 !important;
}
.u-link.u-border-palette-1-light-2[class*="u-border-"]:hover {
    border-color: #8db8e0 !important;
}
.u-border-palette-1-light-3,
.u-separator-palette-1-light-3:after {
    border-color: #e9f2fa;
    stroke: #e9f2fa;
}
.u-button-style.u-border-palette-1-light-3 {
    border-color: #e9f2fa !important;
    color: #e9f2fa !important;
    background-color: transparent !important;
}
.u-button-style.u-border-palette-1-light-3:hover,
.u-button-style.u-border-palette-1-light-3:focus {
    border-color: transparent !important;
    color: #c2dbf1 !important;
    background-color: transparent !important;
}
.u-border-hover-palette-1-light-3:hover,
.u-border-hover-palette-1-light-3:focus,
.u-border-active-palette-1-light-3.u-active.u-active,
a.u-button-style.u-border-hover-palette-1-light-3:hover,
a.u-button-style:hover > .u-border-hover-palette-1-light-3,
a.u-button-style.u-border-hover-palette-1-light-3:focus,
a.u-button-style.u-button-style.u-border-active-palette-1-light-3:active,
a.u-button-style.u-button-style.u-border-active-palette-1-light-3.active,
a.u-button-style.u-button-style.active > .u-border-active-palette-1-light-3,
li.active > a.u-button-style.u-button-style.u-border-active-palette-1-light-3 {
    color: #e9f2fa !important;
    border-color: #e9f2fa !important;
}
.u-link.u-border-palette-1-light-3[class*="u-border-"] {
    border-color: #e9f2fa !important;
}
.u-link.u-border-palette-1-light-3[class*="u-border-"]:hover {
    border-color: #c2dbf1 !important;
}
.u-border-palette-1-base,
.u-separator-palette-1-base:after {
    border-color: #478ac9;
    stroke: #478ac9;
}
.u-button-style.u-border-palette-1-base {
    border-color: #478ac9 !important;
    color: #478ac9 !important;
    background-color: transparent !important;
}
.u-button-style.u-border-palette-1-base:hover,
.u-button-style.u-border-palette-1-base:focus {
    border-color: transparent !important;
    color: #387cbd !important;
    background-color: transparent !important;
}
.u-border-hover-palette-1-base:hover,
.u-border-hover-palette-1-base:focus,
.u-border-active-palette-1-base.u-active.u-active,
a.u-button-style.u-border-hover-palette-1-base:hover,
a.u-button-style:hover > .u-border-hover-palette-1-base,
a.u-button-style.u-border-hover-palette-1-base:focus,
a.u-button-style.u-button-style.u-border-active-palette-1-base:active,
a.u-button-style.u-button-style.u-border-active-palette-1-base.active,
a.u-button-style.u-button-style.active > .u-border-active-palette-1-base,
li.active > a.u-button-style.u-button-style.u-border-active-palette-1-base {
    color: #478ac9 !important;
    border-color: #478ac9 !important;
}
.u-link.u-border-palette-1-base[class*="u-border-"] {
    border-color: #478ac9 !important;
}
.u-link.u-border-palette-1-base[class*="u-border-"]:hover {
    border-color: #387cbd !important;
}
.u-border-palette-2-dark-3,
.u-separator-palette-2-dark-3:after {
    border-color: #332929;
    stroke: #332929;
}
.u-button-style.u-border-palette-2-dark-3 {
    border-color: #332929 !important;
    color: #332929 !important;
    background-color: transparent !important;
}
.u-button-style.u-border-palette-2-dark-3:hover,
.u-button-style.u-border-palette-2-dark-3:focus {
    border-color: transparent !important;
    color: #2e2525 !important;
    background-color: transparent !important;
}
.u-border-hover-palette-2-dark-3:hover,
.u-border-hover-palette-2-dark-3:focus,
.u-border-active-palette-2-dark-3.u-active.u-active,
a.u-button-style.u-border-hover-palette-2-dark-3:hover,
a.u-button-style:hover > .u-border-hover-palette-2-dark-3,
a.u-button-style.u-border-hover-palette-2-dark-3:focus,
a.u-button-style.u-button-style.u-border-active-palette-2-dark-3:active,
a.u-button-style.u-button-style.u-border-active-palette-2-dark-3.active,
a.u-button-style.u-button-style.active > .u-border-active-palette-2-dark-3,
li.active > a.u-button-style.u-button-style.u-border-active-palette-2-dark-3 {
    color: #332929 !important;
    border-color: #332929 !important;
}
.u-link.u-border-palette-2-dark-3[class*="u-border-"] {
    border-color: #332929 !important;
}
.u-link.u-border-palette-2-dark-3[class*="u-border-"]:hover {
    border-color: #2e2525 !important;
}
.u-border-palette-2-dark-2,
.u-separator-palette-2-dark-2:after {
    border-color: #6b4748;
    stroke: #6b4748;
}
.u-button-style.u-border-palette-2-dark-2 {
    border-color: #6b4748 !important;
    color: #6b4748 !important;
    background-color: transparent !important;
}
.u-button-style.u-border-palette-2-dark-2:hover,
.u-button-style.u-border-palette-2-dark-2:focus {
    border-color: transparent !important;
    color: #604041 !important;
    background-color: transparent !important;
}
.u-border-hover-palette-2-dark-2:hover,
.u-border-hover-palette-2-dark-2:focus,
.u-border-active-palette-2-dark-2.u-active.u-active,
a.u-button-style.u-border-hover-palette-2-dark-2:hover,
a.u-button-style:hover > .u-border-hover-palette-2-dark-2,
a.u-button-style.u-border-hover-palette-2-dark-2:focus,
a.u-button-style.u-button-style.u-border-active-palette-2-dark-2:active,
a.u-button-style.u-button-style.u-border-active-palette-2-dark-2.active,
a.u-button-style.u-button-style.active > .u-border-active-palette-2-dark-2,
li.active > a.u-button-style.u-button-style.u-border-active-palette-2-dark-2 {
    color: #6b4748 !important;
    border-color: #6b4748 !important;
}
.u-link.u-border-palette-2-dark-2[class*="u-border-"] {
    border-color: #6b4748 !important;
}
.u-link.u-border-palette-2-dark-2[class*="u-border-"]:hover {
    border-color: #604041 !important;
}
.u-border-palette-2-dark-1,
.u-separator-palette-2-dark-1:after {
    border-color: #a35559;
    stroke: #a35559;
}
.u-button-style.u-border-palette-2-dark-1 {
    border-color: #a35559 !important;
    color: #a35559 !important;
    background-color: transparent !important;
}
.u-button-style.u-border-palette-2-dark-1:hover,
.u-button-style.u-border-palette-2-dark-1:focus {
    border-color: transparent !important;
    color: #934c50 !important;
    background-color: transparent !important;
}
.u-border-hover-palette-2-dark-1:hover,
.u-border-hover-palette-2-dark-1:focus,
.u-border-active-palette-2-dark-1.u-active.u-active,
a.u-button-style.u-border-hover-palette-2-dark-1:hover,
a.u-button-style:hover > .u-border-hover-palette-2-dark-1,
a.u-button-style.u-border-hover-palette-2-dark-1:focus,
a.u-button-style.u-button-style.u-border-active-palette-2-dark-1:active,
a.u-button-style.u-button-style.u-border-active-palette-2-dark-1.active,
a.u-button-style.u-button-style.active > .u-border-active-palette-2-dark-1,
li.active > a.u-button-style.u-button-style.u-border-active-palette-2-dark-1 {
    color: #a35559 !important;
    border-color: #a35559 !important;
}
.u-link.u-border-palette-2-dark-1[class*="u-border-"] {
    border-color: #a35559 !important;
}
.u-link.u-border-palette-2-dark-1[class*="u-border-"]:hover {
    border-color: #934c50 !important;
}
.u-border-palette-2,
.u-separator-palette-2:after {
    border-color: #db545a;
    stroke: #db545a;
}
.u-button-style.u-border-palette-2 {
    border-color: #db545a !important;
    color: #db545a !important;
    background-color: transparent !important;
}
.u-button-style.u-border-palette-2:hover,
.u-button-style.u-border-palette-2:focus {
    border-color: transparent !important;
    color: #d63b42 !important;
    background-color: transparent !important;
}
.u-border-hover-palette-2:hover,
.u-border-hover-palette-2:focus,
.u-border-active-palette-2.u-active.u-active,
a.u-button-style.u-border-hover-palette-2:hover,
a.u-button-style:hover > .u-border-hover-palette-2,
a.u-button-style.u-border-hover-palette-2:focus,
a.u-button-style.u-button-style.u-border-active-palette-2:active,
a.u-button-style.u-button-style.u-border-active-palette-2.active,
a.u-button-style.u-button-style.active > .u-border-active-palette-2,
li.active > a.u-button-style.u-button-style.u-border-active-palette-2 {
    color: #db545a !important;
    border-color: #db545a !important;
}
.u-link.u-border-palette-2[class*="u-border-"] {
    border-color: #db545a !important;
}
.u-link.u-border-palette-2[class*="u-border-"]:hover {
    border-color: #d63b42 !important;
}
.u-border-palette-2-light-1,
.u-separator-palette-2-light-1:after {
    border-color: #e68387;
    stroke: #e68387;
}
.u-button-style.u-border-palette-2-light-1 {
    border-color: #e68387 !important;
    color: #e68387 !important;
    background-color: transparent !important;
}
.u-button-style.u-border-palette-2-light-1:hover,
.u-button-style.u-border-palette-2-light-1:focus {
    border-color: transparent !important;
    color: #e0656a !important;
    background-color: transparent !important;
}
.u-border-hover-palette-2-light-1:hover,
.u-border-hover-palette-2-light-1:focus,
.u-border-active-palette-2-light-1.u-active.u-active,
a.u-button-style.u-border-hover-palette-2-light-1:hover,
a.u-button-style:hover > .u-border-hover-palette-2-light-1,
a.u-button-style.u-border-hover-palette-2-light-1:focus,
a.u-button-style.u-button-style.u-border-active-palette-2-light-1:active,
a.u-button-style.u-button-style.u-border-active-palette-2-light-1.active,
a.u-button-style.u-button-style.active > .u-border-active-palette-2-light-1,
li.active > a.u-button-style.u-button-style.u-border-active-palette-2-light-1 {
    color: #e68387 !important;
    border-color: #e68387 !important;
}
.u-link.u-border-palette-2-light-1[class*="u-border-"] {
    border-color: #e68387 !important;
}
.u-link.u-border-palette-2-light-1[class*="u-border-"]:hover {
    border-color: #e0656a !important;
}
.u-border-palette-2-light-2,
.u-separator-palette-2-light-2:after {
    border-color: #f1b5b8;
    stroke: #f1b5b8;
}
.u-button-style.u-border-palette-2-light-2 {
    border-color: #f1b5b8 !important;
    color: #f1b5b8 !important;
    background-color: transparent !important;
}
.u-button-style.u-border-palette-2-light-2:hover,
.u-button-style.u-border-palette-2-light-2:focus {
    border-color: transparent !important;
    color: #ea9296 !important;
    background-color: transparent !important;
}
.u-border-hover-palette-2-light-2:hover,
.u-border-hover-palette-2-light-2:focus,
.u-border-active-palette-2-light-2.u-active.u-active,
a.u-button-style.u-border-hover-palette-2-light-2:hover,
a.u-button-style:hover > .u-border-hover-palette-2-light-2,
a.u-button-style.u-border-hover-palette-2-light-2:focus,
a.u-button-style.u-button-style.u-border-active-palette-2-light-2:active,
a.u-button-style.u-button-style.u-border-active-palette-2-light-2.active,
a.u-button-style.u-button-style.active > .u-border-active-palette-2-light-2,
li.active > a.u-button-style.u-button-style.u-border-active-palette-2-light-2 {
    color: #f1b5b8 !important;
    border-color: #f1b5b8 !important;
}
.u-link.u-border-palette-2-light-2[class*="u-border-"] {
    border-color: #f1b5b8 !important;
}
.u-link.u-border-palette-2-light-2[class*="u-border-"]:hover {
    border-color: #ea9296 !important;
}
.u-border-palette-2-light-3,
.u-separator-palette-2-light-3:after {
    border-color: #fbeced;
    stroke: #fbeced;
}
.u-button-style.u-border-palette-2-light-3 {
    border-color: #fbeced !important;
    color: #fbeced !important;
    background-color: transparent !important;
}
.u-button-style.u-border-palette-2-light-3:hover,
.u-button-style.u-border-palette-2-light-3:focus {
    border-color: transparent !important;
    color: #f3c4c7 !important;
    background-color: transparent !important;
}
.u-border-hover-palette-2-light-3:hover,
.u-border-hover-palette-2-light-3:focus,
.u-border-active-palette-2-light-3.u-active.u-active,
a.u-button-style.u-border-hover-palette-2-light-3:hover,
a.u-button-style:hover > .u-border-hover-palette-2-light-3,
a.u-button-style.u-border-hover-palette-2-light-3:focus,
a.u-button-style.u-button-style.u-border-active-palette-2-light-3:active,
a.u-button-style.u-button-style.u-border-active-palette-2-light-3.active,
a.u-button-style.u-button-style.active > .u-border-active-palette-2-light-3,
li.active > a.u-button-style.u-button-style.u-border-active-palette-2-light-3 {
    color: #fbeced !important;
    border-color: #fbeced !important;
}
.u-link.u-border-palette-2-light-3[class*="u-border-"] {
    border-color: #fbeced !important;
}
.u-link.u-border-palette-2-light-3[class*="u-border-"]:hover {
    border-color: #f3c4c7 !important;
}
.u-border-palette-2-base,
.u-separator-palette-2-base:after {
    border-color: #db545a;
    stroke: #db545a;
}
.u-button-style.u-border-palette-2-base {
    border-color: #db545a !important;
    color: #db545a !important;
    background-color: transparent !important;
}
.u-button-style.u-border-palette-2-base:hover,
.u-button-style.u-border-palette-2-base:focus {
    border-color: transparent !important;
    color: #d63b42 !important;
    background-color: transparent !important;
}
.u-border-hover-palette-2-base:hover,
.u-border-hover-palette-2-base:focus,
.u-border-active-palette-2-base.u-active.u-active,
a.u-button-style.u-border-hover-palette-2-base:hover,
a.u-button-style:hover > .u-border-hover-palette-2-base,
a.u-button-style.u-border-hover-palette-2-base:focus,
a.u-button-style.u-button-style.u-border-active-palette-2-base:active,
a.u-button-style.u-button-style.u-border-active-palette-2-base.active,
a.u-button-style.u-button-style.active > .u-border-active-palette-2-base,
li.active > a.u-button-style.u-button-style.u-border-active-palette-2-base {
    color: #db545a !important;
    border-color: #db545a !important;
}
.u-link.u-border-palette-2-base[class*="u-border-"] {
    border-color: #db545a !important;
}
.u-link.u-border-palette-2-base[class*="u-border-"]:hover {
    border-color: #d63b42 !important;
}
.u-border-palette-3-dark-3,
.u-separator-palette-3-dark-3:after {
    border-color: #333129;
    stroke: #333129;
}
.u-button-style.u-border-palette-3-dark-3 {
    border-color: #333129 !important;
    color: #333129 !important;
    background-color: transparent !important;
}
.u-button-style.u-border-palette-3-dark-3:hover,
.u-button-style.u-border-palette-3-dark-3:focus {
    border-color: transparent !important;
    color: #2e2c25 !important;
    background-color: transparent !important;
}
.u-border-hover-palette-3-dark-3:hover,
.u-border-hover-palette-3-dark-3:focus,
.u-border-active-palette-3-dark-3.u-active.u-active,
a.u-button-style.u-border-hover-palette-3-dark-3:hover,
a.u-button-style:hover > .u-border-hover-palette-3-dark-3,
a.u-button-style.u-border-hover-palette-3-dark-3:focus,
a.u-button-style.u-button-style.u-border-active-palette-3-dark-3:active,
a.u-button-style.u-button-style.u-border-active-palette-3-dark-3.active,
a.u-button-style.u-button-style.active > .u-border-active-palette-3-dark-3,
li.active > a.u-button-style.u-button-style.u-border-active-palette-3-dark-3 {
    color: #333129 !important;
    border-color: #333129 !important;
}
.u-link.u-border-palette-3-dark-3[class*="u-border-"] {
    border-color: #333129 !important;
}
.u-link.u-border-palette-3-dark-3[class*="u-border-"]:hover {
    border-color: #2e2c25 !important;
}
.u-border-palette-3-dark-2,
.u-separator-palette-3-dark-2:after {
    border-color: #72683f;
    stroke: #72683f;
}
.u-button-style.u-border-palette-3-dark-2 {
    border-color: #72683f !important;
    color: #72683f !important;
    background-color: transparent !important;
}
.u-button-style.u-border-palette-3-dark-2:hover,
.u-button-style.u-border-palette-3-dark-2:focus {
    border-color: transparent !important;
    color: #675e39 !important;
    background-color: transparent !important;
}
.u-border-hover-palette-3-dark-2:hover,
.u-border-hover-palette-3-dark-2:focus,
.u-border-active-palette-3-dark-2.u-active.u-active,
a.u-button-style.u-border-hover-palette-3-dark-2:hover,
a.u-button-style:hover > .u-border-hover-palette-3-dark-2,
a.u-button-style.u-border-hover-palette-3-dark-2:focus,
a.u-button-style.u-button-style.u-border-active-palette-3-dark-2:active,
a.u-button-style.u-button-style.u-border-active-palette-3-dark-2.active,
a.u-button-style.u-button-style.active > .u-border-active-palette-3-dark-2,
li.active > a.u-button-style.u-button-style.u-border-active-palette-3-dark-2 {
    color: #72683f !important;
    border-color: #72683f !important;
}
.u-link.u-border-palette-3-dark-2[class*="u-border-"] {
    border-color: #72683f !important;
}
.u-link.u-border-palette-3-dark-2[class*="u-border-"]:hover {
    border-color: #675e39 !important;
}
.u-border-palette-3-dark-1,
.u-separator-palette-3-dark-1:after {
    border-color: #b29a36;
    stroke: #b29a36;
}
.u-button-style.u-border-palette-3-dark-1 {
    border-color: #b29a36 !important;
    color: #b29a36 !important;
    background-color: transparent !important;
}
.u-button-style.u-border-palette-3-dark-1:hover,
.u-button-style.u-border-palette-3-dark-1:focus {
    border-color: transparent !important;
    color: #a08b31 !important;
    background-color: transparent !important;
}
.u-border-hover-palette-3-dark-1:hover,
.u-border-hover-palette-3-dark-1:focus,
.u-border-active-palette-3-dark-1.u-active.u-active,
a.u-button-style.u-border-hover-palette-3-dark-1:hover,
a.u-button-style:hover > .u-border-hover-palette-3-dark-1,
a.u-button-style.u-border-hover-palette-3-dark-1:focus,
a.u-button-style.u-button-style.u-border-active-palette-3-dark-1:active,
a.u-button-style.u-button-style.u-border-active-palette-3-dark-1.active,
a.u-button-style.u-button-style.active > .u-border-active-palette-3-dark-1,
li.active > a.u-button-style.u-button-style.u-border-active-palette-3-dark-1 {
    color: #b29a36 !important;
    border-color: #b29a36 !important;
}
.u-link.u-border-palette-3-dark-1[class*="u-border-"] {
    border-color: #b29a36 !important;
}
.u-link.u-border-palette-3-dark-1[class*="u-border-"]:hover {
    border-color: #a08b31 !important;
}
.u-border-palette-3,
.u-separator-palette-3:after {
    border-color: #f1c50e;
    stroke: #f1c50e;
}
.u-button-style.u-border-palette-3 {
    border-color: #f1c50e !important;
    color: #f1c50e !important;
    background-color: transparent !important;
}
.u-button-style.u-border-palette-3:hover,
.u-button-style.u-border-palette-3:focus {
    border-color: transparent !important;
    color: #d9b10d !important;
    background-color: transparent !important;
}
.u-border-hover-palette-3:hover,
.u-border-hover-palette-3:focus,
.u-border-active-palette-3.u-active.u-active,
a.u-button-style.u-border-hover-palette-3:hover,
a.u-button-style:hover > .u-border-hover-palette-3,
a.u-button-style.u-border-hover-palette-3:focus,
a.u-button-style.u-button-style.u-border-active-palette-3:active,
a.u-button-style.u-button-style.u-border-active-palette-3.active,
a.u-button-style.u-button-style.active > .u-border-active-palette-3,
li.active > a.u-button-style.u-button-style.u-border-active-palette-3 {
    color: #f1c50e !important;
    border-color: #f1c50e !important;
}
.u-link.u-border-palette-3[class*="u-border-"] {
    border-color: #f1c50e !important;
}
.u-link.u-border-palette-3[class*="u-border-"]:hover {
    border-color: #d9b10d !important;
}
.u-border-palette-3-light-1,
.u-separator-palette-3-light-1:after {
    border-color: #f5d654;
    stroke: #f5d654;
}
.u-button-style.u-border-palette-3-light-1 {
    border-color: #f5d654 !important;
    color: #f5d654 !important;
    background-color: transparent !important;
}
.u-button-style.u-border-palette-3-light-1:hover,
.u-button-style.u-border-palette-3-light-1:focus {
    border-color: transparent !important;
    color: #f3cf35 !important;
    background-color: transparent !important;
}
.u-border-hover-palette-3-light-1:hover,
.u-border-hover-palette-3-light-1:focus,
.u-border-active-palette-3-light-1.u-active.u-active,
a.u-button-style.u-border-hover-palette-3-light-1:hover,
a.u-button-style:hover > .u-border-hover-palette-3-light-1,
a.u-button-style.u-border-hover-palette-3-light-1:focus,
a.u-button-style.u-button-style.u-border-active-palette-3-light-1:active,
a.u-button-style.u-button-style.u-border-active-palette-3-light-1.active,
a.u-button-style.u-button-style.active > .u-border-active-palette-3-light-1,
li.active > a.u-button-style.u-button-style.u-border-active-palette-3-light-1 {
    color: #f5d654 !important;
    border-color: #f5d654 !important;
}
.u-link.u-border-palette-3-light-1[class*="u-border-"] {
    border-color: #f5d654 !important;
}
.u-link.u-border-palette-3-light-1[class*="u-border-"]:hover {
    border-color: #f3cf35 !important;
}
.u-border-palette-3-light-2,
.u-separator-palette-3-light-2:after {
    border-color: #f9e79b;
    stroke: #f9e79b;
}
.u-button-style.u-border-palette-3-light-2 {
    border-color: #f9e79b !important;
    color: #f9e79b !important;
    background-color: transparent !important;
}
.u-button-style.u-border-palette-3-light-2:hover,
.u-button-style.u-border-palette-3-light-2:focus {
    border-color: transparent !important;
    color: #f7de75 !important;
    background-color: transparent !important;
}
.u-border-hover-palette-3-light-2:hover,
.u-border-hover-palette-3-light-2:focus,
.u-border-active-palette-3-light-2.u-active.u-active,
a.u-button-style.u-border-hover-palette-3-light-2:hover,
a.u-button-style:hover > .u-border-hover-palette-3-light-2,
a.u-button-style.u-border-hover-palette-3-light-2:focus,
a.u-button-style.u-button-style.u-border-active-palette-3-light-2:active,
a.u-button-style.u-button-style.u-border-active-palette-3-light-2.active,
a.u-button-style.u-button-style.active > .u-border-active-palette-3-light-2,
li.active > a.u-button-style.u-button-style.u-border-active-palette-3-light-2 {
    color: #f9e79b !important;
    border-color: #f9e79b !important;
}
.u-link.u-border-palette-3-light-2[class*="u-border-"] {
    border-color: #f9e79b !important;
}
.u-link.u-border-palette-3-light-2[class*="u-border-"]:hover {
    border-color: #f7de75 !important;
}
.u-border-palette-3-light-3,
.u-separator-palette-3-light-3:after {
    border-color: #fef9e6;
    stroke: #fef9e6;
}
.u-button-style.u-border-palette-3-light-3 {
    border-color: #fef9e6 !important;
    color: #fef9e6 !important;
    background-color: transparent !important;
}
.u-button-style.u-border-palette-3-light-3:hover,
.u-button-style.u-border-palette-3-light-3:focus {
    border-color: transparent !important;
    color: #fceeb7 !important;
    background-color: transparent !important;
}
.u-border-hover-palette-3-light-3:hover,
.u-border-hover-palette-3-light-3:focus,
.u-border-active-palette-3-light-3.u-active.u-active,
a.u-button-style.u-border-hover-palette-3-light-3:hover,
a.u-button-style:hover > .u-border-hover-palette-3-light-3,
a.u-button-style.u-border-hover-palette-3-light-3:focus,
a.u-button-style.u-button-style.u-border-active-palette-3-light-3:active,
a.u-button-style.u-button-style.u-border-active-palette-3-light-3.active,
a.u-button-style.u-button-style.active > .u-border-active-palette-3-light-3,
li.active > a.u-button-style.u-button-style.u-border-active-palette-3-light-3 {
    color: #fef9e6 !important;
    border-color: #fef9e6 !important;
}
.u-link.u-border-palette-3-light-3[class*="u-border-"] {
    border-color: #fef9e6 !important;
}
.u-link.u-border-palette-3-light-3[class*="u-border-"]:hover {
    border-color: #fceeb7 !important;
}
.u-border-palette-3-base,
.u-separator-palette-3-base:after {
    border-color: #f1c50e;
    stroke: #f1c50e;
}
.u-button-style.u-border-palette-3-base {
    border-color: #f1c50e !important;
    color: #f1c50e !important;
    background-color: transparent !important;
}
.u-button-style.u-border-palette-3-base:hover,
.u-button-style.u-border-palette-3-base:focus {
    border-color: transparent !important;
    color: #d9b10d !important;
    background-color: transparent !important;
}
.u-border-hover-palette-3-base:hover,
.u-border-hover-palette-3-base:focus,
.u-border-active-palette-3-base.u-active.u-active,
a.u-button-style.u-border-hover-palette-3-base:hover,
a.u-button-style:hover > .u-border-hover-palette-3-base,
a.u-button-style.u-border-hover-palette-3-base:focus,
a.u-button-style.u-button-style.u-border-active-palette-3-base:active,
a.u-button-style.u-button-style.u-border-active-palette-3-base.active,
a.u-button-style.u-button-style.active > .u-border-active-palette-3-base,
li.active > a.u-button-style.u-button-style.u-border-active-palette-3-base {
    color: #f1c50e !important;
    border-color: #f1c50e !important;
}
.u-link.u-border-palette-3-base[class*="u-border-"] {
    border-color: #f1c50e !important;
}
.u-link.u-border-palette-3-base[class*="u-border-"]:hover {
    border-color: #d9b10d !important;
}
.u-border-palette-4-dark-3,
.u-separator-palette-4-dark-3:after {
    border-color: #293332;
    stroke: #293332;
}
.u-button-style.u-border-palette-4-dark-3 {
    border-color: #293332 !important;
    color: #293332 !important;
    background-color: transparent !important;
}
.u-button-style.u-border-palette-4-dark-3:hover,
.u-button-style.u-border-palette-4-dark-3:focus {
    border-color: transparent !important;
    color: #252e2d !important;
    background-color: transparent !important;
}
.u-border-hover-palette-4-dark-3:hover,
.u-border-hover-palette-4-dark-3:focus,
.u-border-active-palette-4-dark-3.u-active.u-active,
a.u-button-style.u-border-hover-palette-4-dark-3:hover,
a.u-button-style:hover > .u-border-hover-palette-4-dark-3,
a.u-button-style.u-border-hover-palette-4-dark-3:focus,
a.u-button-style.u-button-style.u-border-active-palette-4-dark-3:active,
a.u-button-style.u-button-style.u-border-active-palette-4-dark-3.active,
a.u-button-style.u-button-style.active > .u-border-active-palette-4-dark-3,
li.active > a.u-button-style.u-button-style.u-border-active-palette-4-dark-3 {
    color: #293332 !important;
    border-color: #293332 !important;
}
.u-link.u-border-palette-4-dark-3[class*="u-border-"] {
    border-color: #293332 !important;
}
.u-link.u-border-palette-4-dark-3[class*="u-border-"]:hover {
    border-color: #252e2d !important;
}
.u-border-palette-4-dark-2,
.u-separator-palette-4-dark-2:after {
    border-color: #41807c;
    stroke: #41807c;
}
.u-button-style.u-border-palette-4-dark-2 {
    border-color: #41807c !important;
    color: #41807c !important;
    background-color: transparent !important;
}
.u-button-style.u-border-palette-4-dark-2:hover,
.u-button-style.u-border-palette-4-dark-2:focus {
    border-color: transparent !important;
    color: #3a7370 !important;
    background-color: transparent !important;
}
.u-border-hover-palette-4-dark-2:hover,
.u-border-hover-palette-4-dark-2:focus,
.u-border-active-palette-4-dark-2.u-active.u-active,
a.u-button-style.u-border-hover-palette-4-dark-2:hover,
a.u-button-style:hover > .u-border-hover-palette-4-dark-2,
a.u-button-style.u-border-hover-palette-4-dark-2:focus,
a.u-button-style.u-button-style.u-border-active-palette-4-dark-2:active,
a.u-button-style.u-button-style.u-border-active-palette-4-dark-2.active,
a.u-button-style.u-button-style.active > .u-border-active-palette-4-dark-2,
li.active > a.u-button-style.u-button-style.u-border-active-palette-4-dark-2 {
    color: #41807c !important;
    border-color: #41807c !important;
}
.u-link.u-border-palette-4-dark-2[class*="u-border-"] {
    border-color: #41807c !important;
}
.u-link.u-border-palette-4-dark-2[class*="u-border-"]:hover {
    border-color: #3a7370 !important;
}
.u-border-palette-4-dark-1,
.u-separator-palette-4-dark-1:after {
    border-color: #2cccc4;
    stroke: #2cccc4;
}
.u-button-style.u-border-palette-4-dark-1 {
    border-color: #2cccc4 !important;
    color: #2cccc4 !important;
    background-color: transparent !important;
}
.u-button-style.u-border-palette-4-dark-1:hover,
.u-button-style.u-border-palette-4-dark-1:focus {
    border-color: transparent !important;
    color: #28b8b0 !important;
    background-color: transparent !important;
}
.u-border-hover-palette-4-dark-1:hover,
.u-border-hover-palette-4-dark-1:focus,
.u-border-active-palette-4-dark-1.u-active.u-active,
a.u-button-style.u-border-hover-palette-4-dark-1:hover,
a.u-button-style:hover > .u-border-hover-palette-4-dark-1,
a.u-button-style.u-border-hover-palette-4-dark-1:focus,
a.u-button-style.u-button-style.u-border-active-palette-4-dark-1:active,
a.u-button-style.u-button-style.u-border-active-palette-4-dark-1.active,
a.u-button-style.u-button-style.active > .u-border-active-palette-4-dark-1,
li.active > a.u-button-style.u-button-style.u-border-active-palette-4-dark-1 {
    color: #2cccc4 !important;
    border-color: #2cccc4 !important;
}
.u-link.u-border-palette-4-dark-1[class*="u-border-"] {
    border-color: #2cccc4 !important;
}
.u-link.u-border-palette-4-dark-1[class*="u-border-"]:hover {
    border-color: #28b8b0 !important;
}
.u-border-palette-4,
.u-separator-palette-4:after {
    border-color: #3be8e0;
    stroke: #3be8e0;
}
.u-button-style.u-border-palette-4 {
    border-color: #3be8e0 !important;
    color: #3be8e0 !important;
    background-color: transparent !important;
}
.u-button-style.u-border-palette-4:hover,
.u-button-style.u-border-palette-4:focus {
    border-color: transparent !important;
    color: #21e5dc !important;
    background-color: transparent !important;
}
.u-border-hover-palette-4:hover,
.u-border-hover-palette-4:focus,
.u-border-active-palette-4.u-active.u-active,
a.u-button-style.u-border-hover-palette-4:hover,
a.u-button-style:hover > .u-border-hover-palette-4,
a.u-button-style.u-border-hover-palette-4:focus,
a.u-button-style.u-button-style.u-border-active-palette-4:active,
a.u-button-style.u-button-style.u-border-active-palette-4.active,
a.u-button-style.u-button-style.active > .u-border-active-palette-4,
li.active > a.u-button-style.u-button-style.u-border-active-palette-4 {
    color: #3be8e0 !important;
    border-color: #3be8e0 !important;
}
.u-link.u-border-palette-4[class*="u-border-"] {
    border-color: #3be8e0 !important;
}
.u-link.u-border-palette-4[class*="u-border-"]:hover {
    border-color: #21e5dc !important;
}
.u-border-palette-4-light-1,
.u-separator-palette-4-light-1:after {
    border-color: #72efe9;
    stroke: #72efe9;
}
.u-button-style.u-border-palette-4-light-1 {
    border-color: #72efe9 !important;
    color: #72efe9 !important;
    background-color: transparent !important;
}
.u-button-style.u-border-palette-4-light-1:hover,
.u-button-style.u-border-palette-4-light-1:focus {
    border-color: transparent !important;
    color: #52ebe4 !important;
    background-color: transparent !important;
}
.u-border-hover-palette-4-light-1:hover,
.u-border-hover-palette-4-light-1:focus,
.u-border-active-palette-4-light-1.u-active.u-active,
a.u-button-style.u-border-hover-palette-4-light-1:hover,
a.u-button-style:hover > .u-border-hover-palette-4-light-1,
a.u-button-style.u-border-hover-palette-4-light-1:focus,
a.u-button-style.u-button-style.u-border-active-palette-4-light-1:active,
a.u-button-style.u-button-style.u-border-active-palette-4-light-1.active,
a.u-button-style.u-button-style.active > .u-border-active-palette-4-light-1,
li.active > a.u-button-style.u-button-style.u-border-active-palette-4-light-1 {
    color: #72efe9 !important;
    border-color: #72efe9 !important;
}
.u-link.u-border-palette-4-light-1[class*="u-border-"] {
    border-color: #72efe9 !important;
}
.u-link.u-border-palette-4-light-1[class*="u-border-"]:hover {
    border-color: #52ebe4 !important;
}
.u-border-palette-4-light-2,
.u-separator-palette-4-light-2:after {
    border-color: #adf6f2;
    stroke: #adf6f2;
}
.u-button-style.u-border-palette-4-light-2 {
    border-color: #adf6f2 !important;
    color: #adf6f2 !important;
    background-color: transparent !important;
}
.u-button-style.u-border-palette-4-light-2:hover,
.u-button-style.u-border-palette-4-light-2:focus {
    border-color: transparent !important;
    color: #87f2ec !important;
    background-color: transparent !important;
}
.u-border-hover-palette-4-light-2:hover,
.u-border-hover-palette-4-light-2:focus,
.u-border-active-palette-4-light-2.u-active.u-active,
a.u-button-style.u-border-hover-palette-4-light-2:hover,
a.u-button-style:hover > .u-border-hover-palette-4-light-2,
a.u-button-style.u-border-hover-palette-4-light-2:focus,
a.u-button-style.u-button-style.u-border-active-palette-4-light-2:active,
a.u-button-style.u-button-style.u-border-active-palette-4-light-2.active,
a.u-button-style.u-button-style.active > .u-border-active-palette-4-light-2,
li.active > a.u-button-style.u-button-style.u-border-active-palette-4-light-2 {
    color: #adf6f2 !important;
    border-color: #adf6f2 !important;
}
.u-link.u-border-palette-4-light-2[class*="u-border-"] {
    border-color: #adf6f2 !important;
}
.u-link.u-border-palette-4-light-2[class*="u-border-"]:hover {
    border-color: #87f2ec !important;
}
.u-border-palette-4-light-3,
.u-separator-palette-4-light-3:after {
    border-color: #eafdfc;
    stroke: #eafdfc;
}
.u-button-style.u-border-palette-4-light-3 {
    border-color: #eafdfc !important;
    color: #eafdfc !important;
    background-color: transparent !important;
}
.u-button-style.u-border-palette-4-light-3:hover,
.u-button-style.u-border-palette-4-light-3:focus {
    border-color: transparent !important;
    color: #bef9f6 !important;
    background-color: transparent !important;
}
.u-border-hover-palette-4-light-3:hover,
.u-border-hover-palette-4-light-3:focus,
.u-border-active-palette-4-light-3.u-active.u-active,
a.u-button-style.u-border-hover-palette-4-light-3:hover,
a.u-button-style:hover > .u-border-hover-palette-4-light-3,
a.u-button-style.u-border-hover-palette-4-light-3:focus,
a.u-button-style.u-button-style.u-border-active-palette-4-light-3:active,
a.u-button-style.u-button-style.u-border-active-palette-4-light-3.active,
a.u-button-style.u-button-style.active > .u-border-active-palette-4-light-3,
li.active > a.u-button-style.u-button-style.u-border-active-palette-4-light-3 {
    color: #eafdfc !important;
    border-color: #eafdfc !important;
}
.u-link.u-border-palette-4-light-3[class*="u-border-"] {
    border-color: #eafdfc !important;
}
.u-link.u-border-palette-4-light-3[class*="u-border-"]:hover {
    border-color: #bef9f6 !important;
}
.u-border-palette-4-base,
.u-separator-palette-4-base:after {
    border-color: #2cccc4;
    stroke: #2cccc4;
}
.u-button-style.u-border-palette-4-base {
    border-color: #2cccc4 !important;
    color: #2cccc4 !important;
    background-color: transparent !important;
}
.u-button-style.u-border-palette-4-base:hover,
.u-button-style.u-border-palette-4-base:focus {
    border-color: transparent !important;
    color: #28b8b0 !important;
    background-color: transparent !important;
}
.u-border-hover-palette-4-base:hover,
.u-border-hover-palette-4-base:focus,
.u-border-active-palette-4-base.u-active.u-active,
a.u-button-style.u-border-hover-palette-4-base:hover,
a.u-button-style:hover > .u-border-hover-palette-4-base,
a.u-button-style.u-border-hover-palette-4-base:focus,
a.u-button-style.u-button-style.u-border-active-palette-4-base:active,
a.u-button-style.u-button-style.u-border-active-palette-4-base.active,
a.u-button-style.u-button-style.active > .u-border-active-palette-4-base,
li.active > a.u-button-style.u-button-style.u-border-active-palette-4-base {
    color: #2cccc4 !important;
    border-color: #2cccc4 !important;
}
.u-link.u-border-palette-4-base[class*="u-border-"] {
    border-color: #2cccc4 !important;
}
.u-link.u-border-palette-4-base[class*="u-border-"]:hover {
    border-color: #28b8b0 !important;
}
.u-border-palette-5-dark-3,
.u-separator-palette-5-dark-3:after {
    border-color: #292d33;
    stroke: #292d33;
}
.u-button-style.u-border-palette-5-dark-3 {
    border-color: #292d33 !important;
    color: #292d33 !important;
    background-color: transparent !important;
}
.u-button-style.u-border-palette-5-dark-3:hover,
.u-button-style.u-border-palette-5-dark-3:focus {
    border-color: transparent !important;
    color: #25292e !important;
    background-color: transparent !important;
}
.u-border-hover-palette-5-dark-3:hover,
.u-border-hover-palette-5-dark-3:focus,
.u-border-active-palette-5-dark-3.u-active.u-active,
a.u-button-style.u-border-hover-palette-5-dark-3:hover,
a.u-button-style:hover > .u-border-hover-palette-5-dark-3,
a.u-button-style.u-border-hover-palette-5-dark-3:focus,
a.u-button-style.u-button-style.u-border-active-palette-5-dark-3:active,
a.u-button-style.u-button-style.u-border-active-palette-5-dark-3.active,
a.u-button-style.u-button-style.active > .u-border-active-palette-5-dark-3,
li.active > a.u-button-style.u-button-style.u-border-active-palette-5-dark-3 {
    color: #292d33 !important;
    border-color: #292d33 !important;
}
.u-link.u-border-palette-5-dark-3[class*="u-border-"] {
    border-color: #292d33 !important;
}
.u-link.u-border-palette-5-dark-3[class*="u-border-"]:hover {
    border-color: #25292e !important;
}
.u-border-palette-5-dark-2,
.u-separator-palette-5-dark-2:after {
    border-color: #555c66;
    stroke: #555c66;
}
.u-button-style.u-border-palette-5-dark-2 {
    border-color: #555c66 !important;
    color: #555c66 !important;
    background-color: transparent !important;
}
.u-button-style.u-border-palette-5-dark-2:hover,
.u-button-style.u-border-palette-5-dark-2:focus {
    border-color: transparent !important;
    color: #4d535c !important;
    background-color: transparent !important;
}
.u-border-hover-palette-5-dark-2:hover,
.u-border-hover-palette-5-dark-2:focus,
.u-border-active-palette-5-dark-2.u-active.u-active,
a.u-button-style.u-border-hover-palette-5-dark-2:hover,
a.u-button-style:hover > .u-border-hover-palette-5-dark-2,
a.u-button-style.u-border-hover-palette-5-dark-2:focus,
a.u-button-style.u-button-style.u-border-active-palette-5-dark-2:active,
a.u-button-style.u-button-style.u-border-active-palette-5-dark-2.active,
a.u-button-style.u-button-style.active > .u-border-active-palette-5-dark-2,
li.active > a.u-button-style.u-button-style.u-border-active-palette-5-dark-2 {
    color: #555c66 !important;
    border-color: #555c66 !important;
}
.u-link.u-border-palette-5-dark-2[class*="u-border-"] {
    border-color: #555c66 !important;
}
.u-link.u-border-palette-5-dark-2[class*="u-border-"]:hover {
    border-color: #4d535c !important;
}
.u-border-palette-5-dark-1,
.u-separator-palette-5-dark-1:after {
    border-color: #858e99;
    stroke: #858e99;
}
.u-button-style.u-border-palette-5-dark-1 {
    border-color: #858e99 !important;
    color: #858e99 !important;
    background-color: transparent !important;
}
.u-button-style.u-border-palette-5-dark-1:hover,
.u-button-style.u-border-palette-5-dark-1:focus {
    border-color: transparent !important;
    color: #75808c !important;
    background-color: transparent !important;
}
.u-border-hover-palette-5-dark-1:hover,
.u-border-hover-palette-5-dark-1:focus,
.u-border-active-palette-5-dark-1.u-active.u-active,
a.u-button-style.u-border-hover-palette-5-dark-1:hover,
a.u-button-style:hover > .u-border-hover-palette-5-dark-1,
a.u-button-style.u-border-hover-palette-5-dark-1:focus,
a.u-button-style.u-button-style.u-border-active-palette-5-dark-1:active,
a.u-button-style.u-button-style.u-border-active-palette-5-dark-1.active,
a.u-button-style.u-button-style.active > .u-border-active-palette-5-dark-1,
li.active > a.u-button-style.u-button-style.u-border-active-palette-5-dark-1 {
    color: #858e99 !important;
    border-color: #858e99 !important;
}
.u-link.u-border-palette-5-dark-1[class*="u-border-"] {
    border-color: #858e99 !important;
}
.u-link.u-border-palette-5-dark-1[class*="u-border-"]:hover {
    border-color: #75808c !important;
}
.u-border-palette-5,
.u-separator-palette-5:after {
    border-color: #b9c1cc;
    stroke: #b9c1cc;
}
.u-button-style.u-border-palette-5 {
    border-color: #b9c1cc !important;
    color: #b9c1cc !important;
    background-color: transparent !important;
}
.u-button-style.u-border-palette-5:hover,
.u-button-style.u-border-palette-5:focus {
    border-color: transparent !important;
    color: #a2adbc !important;
    background-color: transparent !important;
}
.u-border-hover-palette-5:hover,
.u-border-hover-palette-5:focus,
.u-border-active-palette-5.u-active.u-active,
a.u-button-style.u-border-hover-palette-5:hover,
a.u-button-style:hover > .u-border-hover-palette-5,
a.u-button-style.u-border-hover-palette-5:focus,
a.u-button-style.u-button-style.u-border-active-palette-5:active,
a.u-button-style.u-button-style.u-border-active-palette-5.active,
a.u-button-style.u-button-style.active > .u-border-active-palette-5,
li.active > a.u-button-style.u-button-style.u-border-active-palette-5 {
    color: #b9c1cc !important;
    border-color: #b9c1cc !important;
}
.u-link.u-border-palette-5[class*="u-border-"] {
    border-color: #b9c1cc !important;
}
.u-link.u-border-palette-5[class*="u-border-"]:hover {
    border-color: #a2adbc !important;
}
.u-border-palette-5-light-1,
.u-separator-palette-5-light-1:after {
    border-color: #ccd3db;
    stroke: #ccd3db;
}
.u-button-style.u-border-palette-5-light-1 {
    border-color: #ccd3db !important;
    color: #ccd3db !important;
    background-color: transparent !important;
}
.u-button-style.u-border-palette-5-light-1:hover,
.u-button-style.u-border-palette-5-light-1:focus {
    border-color: transparent !important;
    color: #b3bec9 !important;
    background-color: transparent !important;
}
.u-border-hover-palette-5-light-1:hover,
.u-border-hover-palette-5-light-1:focus,
.u-border-active-palette-5-light-1.u-active.u-active,
a.u-button-style.u-border-hover-palette-5-light-1:hover,
a.u-button-style:hover > .u-border-hover-palette-5-light-1,
a.u-button-style.u-border-hover-palette-5-light-1:focus,
a.u-button-style.u-button-style.u-border-active-palette-5-light-1:active,
a.u-button-style.u-button-style.u-border-active-palette-5-light-1.active,
a.u-button-style.u-button-style.active > .u-border-active-palette-5-light-1,
li.active > a.u-button-style.u-button-style.u-border-active-palette-5-light-1 {
    color: #ccd3db !important;
    border-color: #ccd3db !important;
}
.u-link.u-border-palette-5-light-1[class*="u-border-"] {
    border-color: #ccd3db !important;
}
.u-link.u-border-palette-5-light-1[class*="u-border-"]:hover {
    border-color: #b3bec9 !important;
}
.u-border-palette-5-light-2,
.u-separator-palette-5-light-2:after {
    border-color: #e0e5eb;
    stroke: #e0e5eb;
}
.u-button-style.u-border-palette-5-light-2 {
    border-color: #e0e5eb !important;
    color: #e0e5eb !important;
    background-color: transparent !important;
}
.u-button-style.u-border-palette-5-light-2:hover,
.u-button-style.u-border-palette-5-light-2:focus {
    border-color: transparent !important;
    color: #c4ced9 !important;
    background-color: transparent !important;
}
.u-border-hover-palette-5-light-2:hover,
.u-border-hover-palette-5-light-2:focus,
.u-border-active-palette-5-light-2.u-active.u-active,
a.u-button-style.u-border-hover-palette-5-light-2:hover,
a.u-button-style:hover > .u-border-hover-palette-5-light-2,
a.u-button-style.u-border-hover-palette-5-light-2:focus,
a.u-button-style.u-button-style.u-border-active-palette-5-light-2:active,
a.u-button-style.u-button-style.u-border-active-palette-5-light-2.active,
a.u-button-style.u-button-style.active > .u-border-active-palette-5-light-2,
li.active > a.u-button-style.u-button-style.u-border-active-palette-5-light-2 {
    color: #e0e5eb !important;
    border-color: #e0e5eb !important;
}
.u-link.u-border-palette-5-light-2[class*="u-border-"] {
    border-color: #e0e5eb !important;
}
.u-link.u-border-palette-5-light-2[class*="u-border-"]:hover {
    border-color: #c4ced9 !important;
}
.u-border-palette-5-light-3,
.u-separator-palette-5-light-3:after {
    border-color: #f5f7fa;
    stroke: #f5f7fa;
}
.u-button-style.u-border-palette-5-light-3 {
    border-color: #f5f7fa !important;
    color: #f5f7fa !important;
    background-color: transparent !important;
}
.u-button-style.u-border-palette-5-light-3:hover,
.u-button-style.u-border-palette-5-light-3:focus {
    border-color: transparent !important;
    color: #d4dde9 !important;
    background-color: transparent !important;
}
.u-border-hover-palette-5-light-3:hover,
.u-border-hover-palette-5-light-3:focus,
.u-border-active-palette-5-light-3.u-active.u-active,
a.u-button-style.u-border-hover-palette-5-light-3:hover,
a.u-button-style:hover > .u-border-hover-palette-5-light-3,
a.u-button-style.u-border-hover-palette-5-light-3:focus,
a.u-button-style.u-button-style.u-border-active-palette-5-light-3:active,
a.u-button-style.u-button-style.u-border-active-palette-5-light-3.active,
a.u-button-style.u-button-style.active > .u-border-active-palette-5-light-3,
li.active > a.u-button-style.u-button-style.u-border-active-palette-5-light-3 {
    color: #f5f7fa !important;
    border-color: #f5f7fa !important;
}
.u-link.u-border-palette-5-light-3[class*="u-border-"] {
    border-color: #f5f7fa !important;
}
.u-link.u-border-palette-5-light-3[class*="u-border-"]:hover {
    border-color: #d4dde9 !important;
}
.u-border-palette-5-base,
.u-separator-palette-5-base:after {
    border-color: #b9c1cc;
    stroke: #b9c1cc;
}
.u-button-style.u-border-palette-5-base {
    border-color: #b9c1cc !important;
    color: #b9c1cc !important;
    background-color: transparent !important;
}
.u-button-style.u-border-palette-5-base:hover,
.u-button-style.u-border-palette-5-base:focus {
    border-color: transparent !important;
    color: #a2adbc !important;
    background-color: transparent !important;
}
.u-border-hover-palette-5-base:hover,
.u-border-hover-palette-5-base:focus,
.u-border-active-palette-5-base.u-active.u-active,
a.u-button-style.u-border-hover-palette-5-base:hover,
a.u-button-style:hover > .u-border-hover-palette-5-base,
a.u-button-style.u-border-hover-palette-5-base:focus,
a.u-button-style.u-button-style.u-border-active-palette-5-base:active,
a.u-button-style.u-button-style.u-border-active-palette-5-base.active,
a.u-button-style.u-button-style.active > .u-border-active-palette-5-base,
li.active > a.u-button-style.u-button-style.u-border-active-palette-5-base {
    color: #b9c1cc !important;
    border-color: #b9c1cc !important;
}
.u-link.u-border-palette-5-base[class*="u-border-"] {
    border-color: #b9c1cc !important;
}
.u-link.u-border-palette-5-base[class*="u-border-"]:hover {
    border-color: #a2adbc !important;
}
.u-border-grey-dark-3,
.u-separator-grey-dark-3:after {
    border-color: #212121;
    stroke: #212121;
}
.u-button-style.u-border-grey-dark-3 {
    border-color: #212121 !important;
    color: #212121 !important;
    background-color: transparent !important;
}
.u-button-style.u-border-grey-dark-3:hover,
.u-button-style.u-border-grey-dark-3:focus {
    border-color: transparent !important;
    color: #1e1e1e !important;
    background-color: transparent !important;
}
.u-border-hover-grey-dark-3:hover,
.u-border-hover-grey-dark-3:focus,
.u-border-active-grey-dark-3.u-active.u-active,
a.u-button-style.u-border-hover-grey-dark-3:hover,
a.u-button-style:hover > .u-border-hover-grey-dark-3,
a.u-button-style.u-border-hover-grey-dark-3:focus,
a.u-button-style.u-button-style.u-border-active-grey-dark-3:active,
a.u-button-style.u-button-style.u-border-active-grey-dark-3.active,
a.u-button-style.u-button-style.active > .u-border-active-grey-dark-3,
li.active > a.u-button-style.u-button-style.u-border-active-grey-dark-3 {
    color: #212121 !important;
    border-color: #212121 !important;
}
.u-link.u-border-grey-dark-3[class*="u-border-"] {
    border-color: #212121 !important;
}
.u-link.u-border-grey-dark-3[class*="u-border-"]:hover {
    border-color: #1e1e1e !important;
}
.u-border-grey-dark-2,
.u-separator-grey-dark-2:after {
    border-color: #333333;
    stroke: #333333;
}
.u-button-style.u-border-grey-dark-2 {
    border-color: #333333 !important;
    color: #333333 !important;
    background-color: transparent !important;
}
.u-button-style.u-border-grey-dark-2:hover,
.u-button-style.u-border-grey-dark-2:focus {
    border-color: transparent !important;
    color: #2e2e2e !important;
    background-color: transparent !important;
}
.u-border-hover-grey-dark-2:hover,
.u-border-hover-grey-dark-2:focus,
.u-border-active-grey-dark-2.u-active.u-active,
a.u-button-style.u-border-hover-grey-dark-2:hover,
a.u-button-style:hover > .u-border-hover-grey-dark-2,
a.u-button-style.u-border-hover-grey-dark-2:focus,
a.u-button-style.u-button-style.u-border-active-grey-dark-2:active,
a.u-button-style.u-button-style.u-border-active-grey-dark-2.active,
a.u-button-style.u-button-style.active > .u-border-active-grey-dark-2,
li.active > a.u-button-style.u-button-style.u-border-active-grey-dark-2 {
    color: #333333 !important;
    border-color: #333333 !important;
}
.u-link.u-border-grey-dark-2[class*="u-border-"] {
    border-color: #333333 !important;
}
.u-link.u-border-grey-dark-2[class*="u-border-"]:hover {
    border-color: #2e2e2e !important;
}
.u-border-grey-dark-1,
.u-separator-grey-dark-1:after {
    border-color: #454545;
    stroke: #454545;
}
.u-button-style.u-border-grey-dark-1 {
    border-color: #454545 !important;
    color: #454545 !important;
    background-color: transparent !important;
}
.u-button-style.u-border-grey-dark-1:hover,
.u-button-style.u-border-grey-dark-1:focus {
    border-color: transparent !important;
    color: #3e3e3e !important;
    background-color: transparent !important;
}
.u-border-hover-grey-dark-1:hover,
.u-border-hover-grey-dark-1:focus,
.u-border-active-grey-dark-1.u-active.u-active,
a.u-button-style.u-border-hover-grey-dark-1:hover,
a.u-button-style:hover > .u-border-hover-grey-dark-1,
a.u-button-style.u-border-hover-grey-dark-1:focus,
a.u-button-style.u-button-style.u-border-active-grey-dark-1:active,
a.u-button-style.u-button-style.u-border-active-grey-dark-1.active,
a.u-button-style.u-button-style.active > .u-border-active-grey-dark-1,
li.active > a.u-button-style.u-button-style.u-border-active-grey-dark-1 {
    color: #454545 !important;
    border-color: #454545 !important;
}
.u-link.u-border-grey-dark-1[class*="u-border-"] {
    border-color: #454545 !important;
}
.u-link.u-border-grey-dark-1[class*="u-border-"]:hover {
    border-color: #3e3e3e !important;
}
.u-border-grey,
.u-separator-grey:after {
    border-color: #b3b3b3;
    stroke: #b3b3b3;
}
.u-button-style.u-border-grey {
    border-color: #b3b3b3 !important;
    color: #b3b3b3 !important;
    background-color: transparent !important;
}
.u-button-style.u-border-grey:hover,
.u-button-style.u-border-grey:focus {
    border-color: transparent !important;
    color: #a1a1a1 !important;
    background-color: transparent !important;
}
.u-border-hover-grey:hover,
.u-border-hover-grey:focus,
.u-border-active-grey.u-active.u-active,
a.u-button-style.u-border-hover-grey:hover,
a.u-button-style:hover > .u-border-hover-grey,
a.u-button-style.u-border-hover-grey:focus,
a.u-button-style.u-button-style.u-border-active-grey:active,
a.u-button-style.u-button-style.u-border-active-grey.active,
a.u-button-style.u-button-style.active > .u-border-active-grey,
li.active > a.u-button-style.u-button-style.u-border-active-grey {
    color: #b3b3b3 !important;
    border-color: #b3b3b3 !important;
}
.u-link.u-border-grey[class*="u-border-"] {
    border-color: #b3b3b3 !important;
}
.u-link.u-border-grey[class*="u-border-"]:hover {
    border-color: #a1a1a1 !important;
}
.u-border-grey-light-1,
.u-separator-grey-light-1:after {
    border-color: #d9d9d9;
    stroke: #d9d9d9;
}
.u-button-style.u-border-grey-light-1 {
    border-color: #d9d9d9 !important;
    color: #d9d9d9 !important;
    background-color: transparent !important;
}
.u-button-style.u-border-grey-light-1:hover,
.u-button-style.u-border-grey-light-1:focus {
    border-color: transparent !important;
    color: #c3c3c3 !important;
    background-color: transparent !important;
}
.u-border-hover-grey-light-1:hover,
.u-border-hover-grey-light-1:focus,
.u-border-active-grey-light-1.u-active.u-active,
a.u-button-style.u-border-hover-grey-light-1:hover,
a.u-button-style:hover > .u-border-hover-grey-light-1,
a.u-button-style.u-border-hover-grey-light-1:focus,
a.u-button-style.u-button-style.u-border-active-grey-light-1:active,
a.u-button-style.u-button-style.u-border-active-grey-light-1.active,
a.u-button-style.u-button-style.active > .u-border-active-grey-light-1,
li.active > a.u-button-style.u-button-style.u-border-active-grey-light-1 {
    color: #d9d9d9 !important;
    border-color: #d9d9d9 !important;
}
.u-link.u-border-grey-light-1[class*="u-border-"] {
    border-color: #d9d9d9 !important;
}
.u-link.u-border-grey-light-1[class*="u-border-"]:hover {
    border-color: #c3c3c3 !important;
}
.u-border-grey-light-2,
.u-separator-grey-light-2:after {
    border-color: #eeeeee;
    stroke: #eeeeee;
}
.u-button-style.u-border-grey-light-2 {
    border-color: #eeeeee !important;
    color: #eeeeee !important;
    background-color: transparent !important;
}
.u-button-style.u-border-grey-light-2:hover,
.u-button-style.u-border-grey-light-2:focus {
    border-color: transparent !important;
    color: #d6d6d6 !important;
    background-color: transparent !important;
}
.u-border-hover-grey-light-2:hover,
.u-border-hover-grey-light-2:focus,
.u-border-active-grey-light-2.u-active.u-active,
a.u-button-style.u-border-hover-grey-light-2:hover,
a.u-button-style:hover > .u-border-hover-grey-light-2,
a.u-button-style.u-border-hover-grey-light-2:focus,
a.u-button-style.u-button-style.u-border-active-grey-light-2:active,
a.u-button-style.u-button-style.u-border-active-grey-light-2.active,
a.u-button-style.u-button-style.active > .u-border-active-grey-light-2,
li.active > a.u-button-style.u-button-style.u-border-active-grey-light-2 {
    color: #eeeeee !important;
    border-color: #eeeeee !important;
}
.u-link.u-border-grey-light-2[class*="u-border-"] {
    border-color: #eeeeee !important;
}
.u-link.u-border-grey-light-2[class*="u-border-"]:hover {
    border-color: #d6d6d6 !important;
}
.u-border-grey-light-3,
.u-separator-grey-light-3:after {
    border-color: #f6f6f6;
    stroke: #f6f6f6;
}
.u-button-style.u-border-grey-light-3 {
    border-color: #f6f6f6 !important;
    color: #f6f6f6 !important;
    background-color: transparent !important;
}
.u-button-style.u-border-grey-light-3:hover,
.u-button-style.u-border-grey-light-3:focus {
    border-color: transparent !important;
    color: #dddddd !important;
    background-color: transparent !important;
}
.u-border-hover-grey-light-3:hover,
.u-border-hover-grey-light-3:focus,
.u-border-active-grey-light-3.u-active.u-active,
a.u-button-style.u-border-hover-grey-light-3:hover,
a.u-button-style:hover > .u-border-hover-grey-light-3,
a.u-button-style.u-border-hover-grey-light-3:focus,
a.u-button-style.u-button-style.u-border-active-grey-light-3:active,
a.u-button-style.u-button-style.u-border-active-grey-light-3.active,
a.u-button-style.u-button-style.active > .u-border-active-grey-light-3,
li.active > a.u-button-style.u-button-style.u-border-active-grey-light-3 {
    color: #f6f6f6 !important;
    border-color: #f6f6f6 !important;
}
.u-link.u-border-grey-light-3[class*="u-border-"] {
    border-color: #f6f6f6 !important;
}
.u-link.u-border-grey-light-3[class*="u-border-"]:hover {
    border-color: #dddddd !important;
}
.u-border-white,
.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,
.u-border-active-white.u-active.u-active,
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,
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 {
    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;
}
.u-border-black,
.u-separator-black:after {
    border-color: #000000;
    stroke: #000000;
}
.u-button-style.u-border-black {
    border-color: #000000 !important;
    color: #000000 !important;
    background-color: transparent !important;
}
.u-button-style.u-border-black:hover,
.u-button-style.u-border-black:focus {
    border-color: transparent !important;
    color: #000000 !important;
    background-color: transparent !important;
}
.u-border-hover-black:hover,
.u-border-hover-black:focus,
.u-border-active-black.u-active.u-active,
a.u-button-style.u-border-hover-black:hover,
a.u-button-style:hover > .u-border-hover-black,
a.u-button-style.u-border-hover-black:focus,
a.u-button-style.u-button-style.u-border-active-black:active,
a.u-button-style.u-button-style.u-border-active-black.active,
a.u-button-style.u-button-style.active > .u-border-active-black,
li.active > a.u-button-style.u-button-style.u-border-active-black {
    color: #000000 !important;
    border-color: #000000 !important;
}
.u-link.u-border-black[class*="u-border-"] {
    border-color: #000000 !important;
}
.u-link.u-border-black[class*="u-border-"]:hover {
    border-color: #000000 !important;
}
.u-border-body-color,
.u-separator-body-color:after {
    border-color: #111111;
    stroke: #111111;
}
.u-button-style.u-border-body-color {
    border-color: #111111 !important;
    color: #111111 !important;
    background-color: transparent !important;
}
.u-button-style.u-border-body-color:hover,
.u-button-style.u-border-body-color:focus {
    border-color: transparent !important;
    color: #0f0f0f !important;
    background-color: transparent !important;
}
.u-border-hover-body-color:hover,
.u-border-hover-body-color:focus,
.u-border-active-body-color.u-active.u-active,
a.u-button-style.u-border-hover-body-color:hover,
a.u-button-style:hover > .u-border-hover-body-color,
a.u-button-style.u-border-hover-body-color:focus,
a.u-button-style.u-button-style.u-border-active-body-color:active,
a.u-button-style.u-button-style.u-border-active-body-color.active,
a.u-button-style.u-button-style.active > .u-border-active-body-color,
li.active > a.u-button-style.u-button-style.u-border-active-body-color {
    color: #111111 !important;
    border-color: #111111 !important;
}
.u-link.u-border-body-color[class*="u-border-"] {
    border-color: #111111 !important;
}
.u-link.u-border-body-color[class*="u-border-"]:hover {
    border-color: #0f0f0f !important;
}
.u-border-body-alt-color,
.u-separator-body-alt-color:after {
    border-color: #ffffff;
    stroke: #ffffff;
}
.u-button-style.u-border-body-alt-color {
    border-color: #ffffff !important;
    color: #ffffff !important;
    background-color: transparent !important;
}
.u-button-style.u-border-body-alt-color:hover,
.u-button-style.u-border-body-alt-color:focus {
    border-color: transparent !important;
    color: #e6e6e6 !important;
    background-color: transparent !important;
}
.u-border-hover-body-alt-color:hover,
.u-border-hover-body-alt-color:focus,
.u-border-active-body-alt-color.u-active.u-active,
a.u-button-style.u-border-hover-body-alt-color:hover,
a.u-button-style:hover > .u-border-hover-body-alt-color,
a.u-button-style.u-border-hover-body-alt-color:focus,
a.u-button-style.u-button-style.u-border-active-body-alt-color:active,
a.u-button-style.u-button-style.u-border-active-body-alt-color.active,
a.u-button-style.u-button-style.active > .u-border-active-body-alt-color,
li.active > a.u-button-style.u-button-style.u-border-active-body-alt-color {
    color: #ffffff !important;
    border-color: #ffffff !important;
}
.u-link.u-border-body-alt-color[class*="u-border-"] {
    border-color: #ffffff !important;
}
.u-link.u-border-body-alt-color[class*="u-border-"]:hover {
    border-color: #e6e6e6 !important;
}
.u-border-grey-25,
.u-separator-grey-25:after {
    border-color: #c0c0c0;
    stroke: #c0c0c0;
}
.u-button-style.u-border-grey-25 {
    border-color: #c0c0c0 !important;
    color: #c0c0c0 !important;
    background-color: transparent !important;
}
.u-button-style.u-border-grey-25:hover,
.u-button-style.u-border-grey-25:focus {
    border-color: transparent !important;
    color: #adadad !important;
    background-color: transparent !important;
}
.u-border-hover-grey-25:hover,
.u-border-hover-grey-25:focus,
.u-border-active-grey-25.u-active.u-active,
a.u-button-style.u-border-hover-grey-25:hover,
a.u-button-style:hover > .u-border-hover-grey-25,
a.u-button-style.u-border-hover-grey-25:focus,
a.u-button-style.u-button-style.u-border-active-grey-25:active,
a.u-button-style.u-button-style.u-border-active-grey-25.active,
a.u-button-style.u-button-style.active > .u-border-active-grey-25,
li.active > a.u-button-style.u-button-style.u-border-active-grey-25 {
    color: #c0c0c0 !important;
    border-color: #c0c0c0 !important;
}
.u-link.u-border-grey-25[class*="u-border-"] {
    border-color: #c0c0c0 !important;
}
.u-link.u-border-grey-25[class*="u-border-"]:hover {
    border-color: #adadad !important;
}
.u-border-grey-5,
.u-separator-grey-5:after {
    border-color: #f2f2f2;
    stroke: #f2f2f2;
}
.u-button-style.u-border-grey-5 {
    border-color: #f2f2f2 !important;
    color: #f2f2f2 !important;
    background-color: transparent !important;
}
.u-button-style.u-border-grey-5:hover,
.u-button-style.u-border-grey-5:focus {
    border-color: transparent !important;
    color: #dadada !important;
    background-color: transparent !important;
}
.u-border-hover-grey-5:hover,
.u-border-hover-grey-5:focus,
.u-border-active-grey-5.u-active.u-active,
a.u-button-style.u-border-hover-grey-5:hover,
a.u-button-style:hover > .u-border-hover-grey-5,
a.u-button-style.u-border-hover-grey-5:focus,
a.u-button-style.u-button-style.u-border-active-grey-5:active,
a.u-button-style.u-button-style.u-border-active-grey-5.active,
a.u-button-style.u-button-style.active > .u-border-active-grey-5,
li.active > a.u-button-style.u-button-style.u-border-active-grey-5 {
    color: #f2f2f2 !important;
    border-color: #f2f2f2 !important;
}
.u-link.u-border-grey-5[class*="u-border-"] {
    border-color: #f2f2f2 !important;
}
.u-link.u-border-grey-5[class*="u-border-"]:hover {
    border-color: #dadada !important;
}
.u-border-grey-10,
.u-separator-grey-10:after {
    border-color: #e5e5e5;
    stroke: #e5e5e5;
}
.u-button-style.u-border-grey-10 {
    border-color: #e5e5e5 !important;
    color: #e5e5e5 !important;
    background-color: transparent !important;
}
.u-button-style.u-border-grey-10:hover,
.u-button-style.u-border-grey-10:focus {
    border-color: transparent !important;
    color: #cecece !important;
    background-color: transparent !important;
}
.u-border-hover-grey-10:hover,
.u-border-hover-grey-10:focus,
.u-border-active-grey-10.u-active.u-active,
a.u-button-style.u-border-hover-grey-10:hover,
a.u-button-style:hover > .u-border-hover-grey-10,
a.u-button-style.u-border-hover-grey-10:focus,
a.u-button-style.u-button-style.u-border-active-grey-10:active,
a.u-button-style.u-button-style.u-border-active-grey-10.active,
a.u-button-style.u-button-style.active > .u-border-active-grey-10,
li.active > a.u-button-style.u-button-style.u-border-active-grey-10 {
    color: #e5e5e5 !important;
    border-color: #e5e5e5 !important;
}
.u-link.u-border-grey-10[class*="u-border-"] {
    border-color: #e5e5e5 !important;
}
.u-link.u-border-grey-10[class*="u-border-"]:hover {
    border-color: #cecece !important;
}
.u-border-grey-15,
.u-separator-grey-15:after {
    border-color: #d9d9d9;
    stroke: #d9d9d9;
}
.u-button-style.u-border-grey-15 {
    border-color: #d9d9d9 !important;
    color: #d9d9d9 !important;
    background-color: transparent !important;
}
.u-button-style.u-border-grey-15:hover,
.u-button-style.u-border-grey-15:focus {
    border-color: transparent !important;
    color: #c3c3c3 !important;
    background-color: transparent !important;
}
.u-border-hover-grey-15:hover,
.u-border-hover-grey-15:focus,
.u-border-active-grey-15.u-active.u-active,
a.u-button-style.u-border-hover-grey-15:hover,
a.u-button-style:hover > .u-border-hover-grey-15,
a.u-button-style.u-border-hover-grey-15:focus,
a.u-button-style.u-button-style.u-border-active-grey-15:active,
a.u-button-style.u-button-style.u-border-active-grey-15.active,
a.u-button-style.u-button-style.active > .u-border-active-grey-15,
li.active > a.u-button-style.u-button-style.u-border-active-grey-15 {
    color: #d9d9d9 !important;
    border-color: #d9d9d9 !important;
}
.u-link.u-border-grey-15[class*="u-border-"] {
    border-color: #d9d9d9 !important;
}
.u-link.u-border-grey-15[class*="u-border-"]:hover {
    border-color: #c3c3c3 !important;
}
.u-border-grey-25,
.u-separator-grey-25:after {
    border-color: #c0c0c0;
    stroke: #c0c0c0;
}
.u-button-style.u-border-grey-25 {
    border-color: #c0c0c0 !important;
    color: #c0c0c0 !important;
    background-color: transparent !important;
}
.u-button-style.u-border-grey-25:hover,
.u-button-style.u-border-grey-25:focus {
    border-color: transparent !important;
    color: #adadad !important;
    background-color: transparent !important;
}
.u-border-hover-grey-25:hover,
.u-border-hover-grey-25:focus,
.u-border-active-grey-25.u-active.u-active,
a.u-button-style.u-border-hover-grey-25:hover,
a.u-button-style:hover > .u-border-hover-grey-25,
a.u-button-style.u-border-hover-grey-25:focus,
a.u-button-style.u-button-style.u-border-active-grey-25:active,
a.u-button-style.u-button-style.u-border-active-grey-25.active,
a.u-button-style.u-button-style.active > .u-border-active-grey-25,
li.active > a.u-button-style.u-button-style.u-border-active-grey-25 {
    color: #c0c0c0 !important;
    border-color: #c0c0c0 !important;
}
.u-link.u-border-grey-25[class*="u-border-"] {
    border-color: #c0c0c0 !important;
}
.u-link.u-border-grey-25[class*="u-border-"]:hover {
    border-color: #adadad !important;
}
.u-border-grey-30,
.u-separator-grey-30:after {
    border-color: #b3b3b3;
    stroke: #b3b3b3;
}
.u-button-style.u-border-grey-30 {
    border-color: #b3b3b3 !important;
    color: #b3b3b3 !important;
    background-color: transparent !important;
}
.u-button-style.u-border-grey-30:hover,
.u-button-style.u-border-grey-30:focus {
    border-color: transparent !important;
    color: #a1a1a1 !important;
    background-color: transparent !important;
}
.u-border-hover-grey-30:hover,
.u-border-hover-grey-30:focus,
.u-border-active-grey-30.u-active.u-active,
a.u-button-style.u-border-hover-grey-30:hover,
a.u-button-style:hover > .u-border-hover-grey-30,
a.u-button-style.u-border-hover-grey-30:focus,
a.u-button-style.u-button-style.u-border-active-grey-30:active,
a.u-button-style.u-button-style.u-border-active-grey-30.active,
a.u-button-style.u-button-style.active > .u-border-active-grey-30,
li.active > a.u-button-style.u-button-style.u-border-active-grey-30 {
    color: #b3b3b3 !important;
    border-color: #b3b3b3 !important;
}
.u-link.u-border-grey-30[class*="u-border-"] {
    border-color: #b3b3b3 !important;
}
.u-link.u-border-grey-30[class*="u-border-"]:hover {
    border-color: #a1a1a1 !important;
}
.u-border-grey-40,
.u-separator-grey-40:after {
    border-color: #999999;
    stroke: #999999;
}
.u-button-style.u-border-grey-40 {
    border-color: #999999 !important;
    color: #999999 !important;
    background-color: transparent !important;
}
.u-button-style.u-border-grey-40:hover,
.u-button-style.u-border-grey-40:focus {
    border-color: transparent !important;
    color: #8a8a8a !important;
    background-color: transparent !important;
}
.u-border-hover-grey-40:hover,
.u-border-hover-grey-40:focus,
.u-border-active-grey-40.u-active.u-active,
a.u-button-style.u-border-hover-grey-40:hover,
a.u-button-style:hover > .u-border-hover-grey-40,
a.u-button-style.u-border-hover-grey-40:focus,
a.u-button-style.u-button-style.u-border-active-grey-40:active,
a.u-button-style.u-button-style.u-border-active-grey-40.active,
a.u-button-style.u-button-style.active > .u-border-active-grey-40,
li.active > a.u-button-style.u-button-style.u-border-active-grey-40 {
    color: #999999 !important;
    border-color: #999999 !important;
}
.u-link.u-border-grey-40[class*="u-border-"] {
    border-color: #999999 !important;
}
.u-link.u-border-grey-40[class*="u-border-"]:hover {
    border-color: #8a8a8a !important;
}
.u-border-grey-50,
.u-separator-grey-50:after {
    border-color: #808080;
    stroke: #808080;
}
.u-button-style.u-border-grey-50 {
    border-color: #808080 !important;
    color: #808080 !important;
    background-color: transparent !important;
}
.u-button-style.u-border-grey-50:hover,
.u-button-style.u-border-grey-50:focus {
    border-color: transparent !important;
    color: #737373 !important;
    background-color: transparent !important;
}
.u-border-hover-grey-50:hover,
.u-border-hover-grey-50:focus,
.u-border-active-grey-50.u-active.u-active,
a.u-button-style.u-border-hover-grey-50:hover,
a.u-button-style:hover > .u-border-hover-grey-50,
a.u-button-style.u-border-hover-grey-50:focus,
a.u-button-style.u-button-style.u-border-active-grey-50:active,
a.u-button-style.u-button-style.u-border-active-grey-50.active,
a.u-button-style.u-button-style.active > .u-border-active-grey-50,
li.active > a.u-button-style.u-button-style.u-border-active-grey-50 {
    color: #808080 !important;
    border-color: #808080 !important;
}
.u-link.u-border-grey-50[class*="u-border-"] {
    border-color: #808080 !important;
}
.u-link.u-border-grey-50[class*="u-border-"]:hover {
    border-color: #737373 !important;
}
.u-border-grey-60,
.u-separator-grey-60:after {
    border-color: #666666;
    stroke: #666666;
}
.u-button-style.u-border-grey-60 {
    border-color: #666666 !important;
    color: #666666 !important;
    background-color: transparent !important;
}
.u-button-style.u-border-grey-60:hover,
.u-button-style.u-border-grey-60:focus {
    border-color: transparent !important;
    color: #5c5c5c !important;
    background-color: transparent !important;
}
.u-border-hover-grey-60:hover,
.u-border-hover-grey-60:focus,
.u-border-active-grey-60.u-active.u-active,
a.u-button-style.u-border-hover-grey-60:hover,
a.u-button-style:hover > .u-border-hover-grey-60,
a.u-button-style.u-border-hover-grey-60:focus,
a.u-button-style.u-button-style.u-border-active-grey-60:active,
a.u-button-style.u-button-style.u-border-active-grey-60.active,
a.u-button-style.u-button-style.active > .u-border-active-grey-60,
li.active > a.u-button-style.u-button-style.u-border-active-grey-60 {
    color: #666666 !important;
    border-color: #666666 !important;
}
.u-link.u-border-grey-60[class*="u-border-"] {
    border-color: #666666 !important;
}
.u-link.u-border-grey-60[class*="u-border-"]:hover {
    border-color: #5c5c5c !important;
}
.u-border-grey-70,
.u-separator-grey-70:after {
    border-color: #4d4d4d;
    stroke: #4d4d4d;
}
.u-button-style.u-border-grey-70 {
    border-color: #4d4d4d !important;
    color: #4d4d4d !important;
    background-color: transparent !important;
}
.u-button-style.u-border-grey-70:hover,
.u-button-style.u-border-grey-70:focus {
    border-color: transparent !important;
    color: #454545 !important;
    background-color: transparent !important;
}
.u-border-hover-grey-70:hover,
.u-border-hover-grey-70:focus,
.u-border-active-grey-70.u-active.u-active,
a.u-button-style.u-border-hover-grey-70:hover,
a.u-button-style:hover > .u-border-hover-grey-70,
a.u-button-style.u-border-hover-grey-70:focus,
a.u-button-style.u-button-style.u-border-active-grey-70:active,
a.u-button-style.u-button-style.u-border-active-grey-70.active,
a.u-button-style.u-button-style.active > .u-border-active-grey-70,
li.active > a.u-button-style.u-button-style.u-border-active-grey-70 {
    color: #4d4d4d !important;
    border-color: #4d4d4d !important;
}
.u-link.u-border-grey-70[class*="u-border-"] {
    border-color: #4d4d4d !important;
}
.u-link.u-border-grey-70[class*="u-border-"]:hover {
    border-color: #454545 !important;
}
.u-border-grey-75,
.u-separator-grey-75:after {
    border-color: #404040;
    stroke: #404040;
}
.u-button-style.u-border-grey-75 {
    border-color: #404040 !important;
    color: #404040 !important;
    background-color: transparent !important;
}
.u-button-style.u-border-grey-75:hover,
.u-button-style.u-border-grey-75:focus {
    border-color: transparent !important;
    color: #3a3a3a !important;
    background-color: transparent !important;
}
.u-border-hover-grey-75:hover,
.u-border-hover-grey-75:focus,
.u-border-active-grey-75.u-active.u-active,
a.u-button-style.u-border-hover-grey-75:hover,
a.u-button-style:hover > .u-border-hover-grey-75,
a.u-button-style.u-border-hover-grey-75:focus,
a.u-button-style.u-button-style.u-border-active-grey-75:active,
a.u-button-style.u-button-style.u-border-active-grey-75.active,
a.u-button-style.u-button-style.active > .u-border-active-grey-75,
li.active > a.u-button-style.u-button-style.u-border-active-grey-75 {
    color: #404040 !important;
    border-color: #404040 !important;
}
.u-link.u-border-grey-75[class*="u-border-"] {
    border-color: #404040 !important;
}
.u-link.u-border-grey-75[class*="u-border-"]:hover {
    border-color: #3a3a3a !important;
}
.u-border-grey-80,
.u-separator-grey-80:after {
    border-color: #333333;
    stroke: #333333;
}
.u-button-style.u-border-grey-80 {
    border-color: #333333 !important;
    color: #333333 !important;
    background-color: transparent !important;
}
.u-button-style.u-border-grey-80:hover,
.u-button-style.u-border-grey-80:focus {
    border-color: transparent !important;
    color: #2e2e2e !important;
    background-color: transparent !important;
}
.u-border-hover-grey-80:hover,
.u-border-hover-grey-80:focus,
.u-border-active-grey-80.u-active.u-active,
a.u-button-style.u-border-hover-grey-80:hover,
a.u-button-style:hover > .u-border-hover-grey-80,
a.u-button-style.u-border-hover-grey-80:focus,
a.u-button-style.u-button-style.u-border-active-grey-80:active,
a.u-button-style.u-button-style.u-border-active-grey-80.active,
a.u-button-style.u-button-style.active > .u-border-active-grey-80,
li.active > a.u-button-style.u-button-style.u-border-active-grey-80 {
    color: #333333 !important;
    border-color: #333333 !important;
}
.u-link.u-border-grey-80[class*="u-border-"] {
    border-color: #333333 !important;
}
.u-link.u-border-grey-80[class*="u-border-"]:hover {
    border-color: #2e2e2e !important;
}
.u-border-grey-90,
.u-separator-grey-90:after {
    border-color: #1a1a1a;
    stroke: #1a1a1a;
}
.u-button-style.u-border-grey-90 {
    border-color: #1a1a1a !important;
    color: #1a1a1a !important;
    background-color: transparent !important;
}
.u-button-style.u-border-grey-90:hover,
.u-button-style.u-border-grey-90:focus {
    border-color: transparent !important;
    color: #171717 !important;
    background-color: transparent !important;
}
.u-border-hover-grey-90:hover,
.u-border-hover-grey-90:focus,
.u-border-active-grey-90.u-active.u-active,
a.u-button-style.u-border-hover-grey-90:hover,
a.u-button-style:hover > .u-border-hover-grey-90,
a.u-button-style.u-border-hover-grey-90:focus,
a.u-button-style.u-button-style.u-border-active-grey-90:active,
a.u-button-style.u-button-style.u-border-active-grey-90.active,
a.u-button-style.u-button-style.active > .u-border-active-grey-90,
li.active > a.u-button-style.u-button-style.u-border-active-grey-90 {
    color: #1a1a1a !important;
    border-color: #1a1a1a !important;
}
.u-link.u-border-grey-90[class*="u-border-"] {
    border-color: #1a1a1a !important;
}
.u-link.u-border-grey-90[class*="u-border-"]:hover {
    border-color: #171717 !important;
}
.u-text-color-1-dark-3,
a.u-button-style.u-text-color-1-dark-3,
a.u-button-style.u-text-color-1-dark-3[class*="u-border-"] {
    color: #292e33 !important;
}
a.u-button-style.u-text-color-1-dark-3:hover,
a.u-button-style.u-text-color-1-dark-3[class*="u-border-"]:hover,
a.u-button-style.u-text-color-1-dark-3:focus,
a.u-button-style.u-text-color-1-dark-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-color-1-dark-3:active,
a.u-button-style.u-button-style.u-text-color-1-dark-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-color-1-dark-3.active,
a.u-button-style.u-button-style.u-text-color-1-dark-3[class*="u-border-"].active {
    color: #25292e !important;
}
a.u-button-style:hover > .u-text-hover-color-1-dark-3,
a.u-button-style:hover > .u-text-hover-color-1-dark-3[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-color-1-dark-3:hover,
a.u-button-style.u-button-style.u-text-hover-color-1-dark-3[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-1-dark-3.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-1-dark-3[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-1-dark-3:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-1-dark-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-color-1-dark-3:focus,
a.u-button-style.u-button-style.u-text-hover-color-1-dark-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-1-dark-3:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-1-dark-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-1-dark-3.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-1-dark-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-color-1-dark-3,
a.u-button-style.u-button-style.active > .u-text-active-color-1-dark-3[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-color-1-dark-3:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-color-1-dark-3.active,
.u-popupmenu-items.u-text-hover-color-1-dark-3 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-1-dark-3 .u-nav-link.active {
    color: #292e33 !important;
}
.u-text-color-1-dark-3 .u-svg-link,
.u-text-hover-color-1-dark-3:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-color-1-dark-3 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-color-1-dark-3 .u-svg-link,
.u-text-hover-color-1-dark-3:focus .u-svg-link {
    fill: #292e33;
}
.u-link.u-text-color-1-dark-3:hover {
    color: #25292e !important;
}
a.u-link.u-text-hover-color-1-dark-3:hover {
    color: #292e33 !important;
}
.u-text-color-1-dark-2,
a.u-button-style.u-text-color-1-dark-2,
a.u-button-style.u-text-color-1-dark-2[class*="u-border-"] {
    color: #425465 !important;
}
a.u-button-style.u-text-color-1-dark-2:hover,
a.u-button-style.u-text-color-1-dark-2[class*="u-border-"]:hover,
a.u-button-style.u-text-color-1-dark-2:focus,
a.u-button-style.u-text-color-1-dark-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-color-1-dark-2:active,
a.u-button-style.u-button-style.u-text-color-1-dark-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-color-1-dark-2.active,
a.u-button-style.u-button-style.u-text-color-1-dark-2[class*="u-border-"].active {
    color: #3b4c5b !important;
}
a.u-button-style:hover > .u-text-hover-color-1-dark-2,
a.u-button-style:hover > .u-text-hover-color-1-dark-2[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-color-1-dark-2:hover,
a.u-button-style.u-button-style.u-text-hover-color-1-dark-2[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-1-dark-2.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-1-dark-2[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-1-dark-2:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-1-dark-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-color-1-dark-2:focus,
a.u-button-style.u-button-style.u-text-hover-color-1-dark-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-1-dark-2:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-1-dark-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-1-dark-2.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-1-dark-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-color-1-dark-2,
a.u-button-style.u-button-style.active > .u-text-active-color-1-dark-2[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-color-1-dark-2:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-color-1-dark-2.active,
.u-popupmenu-items.u-text-hover-color-1-dark-2 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-1-dark-2 .u-nav-link.active {
    color: #425465 !important;
}
.u-text-color-1-dark-2 .u-svg-link,
.u-text-hover-color-1-dark-2:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-color-1-dark-2 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-color-1-dark-2 .u-svg-link,
.u-text-hover-color-1-dark-2:focus .u-svg-link {
    fill: #425465;
}
.u-link.u-text-color-1-dark-2:hover {
    color: #3b4c5b !important;
}
a.u-link.u-text-hover-color-1-dark-2:hover {
    color: #425465 !important;
}
.u-text-color-1-dark-1,
a.u-button-style.u-text-color-1-dark-1,
a.u-button-style.u-text-color-1-dark-1[class*="u-border-"] {
    color: #4c7397 !important;
}
a.u-button-style.u-text-color-1-dark-1:hover,
a.u-button-style.u-text-color-1-dark-1[class*="u-border-"]:hover,
a.u-button-style.u-text-color-1-dark-1:focus,
a.u-button-style.u-text-color-1-dark-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-color-1-dark-1:active,
a.u-button-style.u-button-style.u-text-color-1-dark-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-color-1-dark-1.active,
a.u-button-style.u-button-style.u-text-color-1-dark-1[class*="u-border-"].active {
    color: #446888 !important;
}
a.u-button-style:hover > .u-text-hover-color-1-dark-1,
a.u-button-style:hover > .u-text-hover-color-1-dark-1[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-color-1-dark-1:hover,
a.u-button-style.u-button-style.u-text-hover-color-1-dark-1[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-1-dark-1.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-1-dark-1[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-1-dark-1:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-1-dark-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-color-1-dark-1:focus,
a.u-button-style.u-button-style.u-text-hover-color-1-dark-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-1-dark-1:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-1-dark-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-1-dark-1.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-1-dark-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-color-1-dark-1,
a.u-button-style.u-button-style.active > .u-text-active-color-1-dark-1[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-color-1-dark-1:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-color-1-dark-1.active,
.u-popupmenu-items.u-text-hover-color-1-dark-1 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-1-dark-1 .u-nav-link.active {
    color: #4c7397 !important;
}
.u-text-color-1-dark-1 .u-svg-link,
.u-text-hover-color-1-dark-1:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-color-1-dark-1 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-color-1-dark-1 .u-svg-link,
.u-text-hover-color-1-dark-1:focus .u-svg-link {
    fill: #4c7397;
}
.u-link.u-text-color-1-dark-1:hover {
    color: #446888 !important;
}
a.u-link.u-text-hover-color-1-dark-1:hover {
    color: #4c7397 !important;
}
.u-text-color-1,
a.u-button-style.u-text-color-1,
a.u-button-style.u-text-color-1[class*="u-border-"] {
    color: #478ac9 !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: #387cbd !important;
}
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,
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-text-hover-color-1:hover,
: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-text-hover-color-1 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-1 .u-nav-link.active {
    color: #478ac9 !important;
}
.u-text-color-1 .u-svg-link,
.u-text-hover-color-1:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-color-1 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-color-1 .u-svg-link,
.u-text-hover-color-1:focus .u-svg-link {
    fill: #478ac9;
}
.u-link.u-text-color-1:hover {
    color: #387cbd !important;
}
a.u-link.u-text-hover-color-1:hover {
    color: #478ac9 !important;
}
.u-text-color-1-light-1,
a.u-button-style.u-text-color-1-light-1,
a.u-button-style.u-text-color-1-light-1[class*="u-border-"] {
    color: #77aad9 !important;
}
a.u-button-style.u-text-color-1-light-1:hover,
a.u-button-style.u-text-color-1-light-1[class*="u-border-"]:hover,
a.u-button-style.u-text-color-1-light-1:focus,
a.u-button-style.u-text-color-1-light-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-color-1-light-1:active,
a.u-button-style.u-button-style.u-text-color-1-light-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-color-1-light-1.active,
a.u-button-style.u-button-style.u-text-color-1-light-1[class*="u-border-"].active {
    color: #5d9ad2 !important;
}
a.u-button-style:hover > .u-text-hover-color-1-light-1,
a.u-button-style:hover > .u-text-hover-color-1-light-1[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-color-1-light-1:hover,
a.u-button-style.u-button-style.u-text-hover-color-1-light-1[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-1-light-1.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-1-light-1[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-1-light-1:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-1-light-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-color-1-light-1:focus,
a.u-button-style.u-button-style.u-text-hover-color-1-light-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-1-light-1:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-1-light-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-1-light-1.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-1-light-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-color-1-light-1,
a.u-button-style.u-button-style.active > .u-text-active-color-1-light-1[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-color-1-light-1:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-color-1-light-1.active,
.u-popupmenu-items.u-text-hover-color-1-light-1 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-1-light-1 .u-nav-link.active {
    color: #77aad9 !important;
}
.u-text-color-1-light-1 .u-svg-link,
.u-text-hover-color-1-light-1:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-color-1-light-1 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-color-1-light-1 .u-svg-link,
.u-text-hover-color-1-light-1:focus .u-svg-link {
    fill: #77aad9;
}
.u-link.u-text-color-1-light-1:hover {
    color: #5d9ad2 !important;
}
a.u-link.u-text-hover-color-1-light-1:hover {
    color: #77aad9 !important;
}
.u-text-color-1-light-2,
a.u-button-style.u-text-color-1-light-2,
a.u-button-style.u-text-color-1-light-2[class*="u-border-"] {
    color: #adcce9 !important;
}
a.u-button-style.u-text-color-1-light-2:hover,
a.u-button-style.u-text-color-1-light-2[class*="u-border-"]:hover,
a.u-button-style.u-text-color-1-light-2:focus,
a.u-button-style.u-text-color-1-light-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-color-1-light-2:active,
a.u-button-style.u-button-style.u-text-color-1-light-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-color-1-light-2.active,
a.u-button-style.u-button-style.u-text-color-1-light-2[class*="u-border-"].active {
    color: #8db8e0 !important;
}
a.u-button-style:hover > .u-text-hover-color-1-light-2,
a.u-button-style:hover > .u-text-hover-color-1-light-2[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-color-1-light-2:hover,
a.u-button-style.u-button-style.u-text-hover-color-1-light-2[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-1-light-2.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-1-light-2[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-1-light-2:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-1-light-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-color-1-light-2:focus,
a.u-button-style.u-button-style.u-text-hover-color-1-light-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-1-light-2:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-1-light-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-1-light-2.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-1-light-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-color-1-light-2,
a.u-button-style.u-button-style.active > .u-text-active-color-1-light-2[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-color-1-light-2:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-color-1-light-2.active,
.u-popupmenu-items.u-text-hover-color-1-light-2 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-1-light-2 .u-nav-link.active {
    color: #adcce9 !important;
}
.u-text-color-1-light-2 .u-svg-link,
.u-text-hover-color-1-light-2:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-color-1-light-2 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-color-1-light-2 .u-svg-link,
.u-text-hover-color-1-light-2:focus .u-svg-link {
    fill: #adcce9;
}
.u-link.u-text-color-1-light-2:hover {
    color: #8db8e0 !important;
}
a.u-link.u-text-hover-color-1-light-2:hover {
    color: #adcce9 !important;
}
.u-text-color-1-light-3,
a.u-button-style.u-text-color-1-light-3,
a.u-button-style.u-text-color-1-light-3[class*="u-border-"] {
    color: #e9f2fa !important;
}
a.u-button-style.u-text-color-1-light-3:hover,
a.u-button-style.u-text-color-1-light-3[class*="u-border-"]:hover,
a.u-button-style.u-text-color-1-light-3:focus,
a.u-button-style.u-text-color-1-light-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-color-1-light-3:active,
a.u-button-style.u-button-style.u-text-color-1-light-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-color-1-light-3.active,
a.u-button-style.u-button-style.u-text-color-1-light-3[class*="u-border-"].active {
    color: #c2dbf1 !important;
}
a.u-button-style:hover > .u-text-hover-color-1-light-3,
a.u-button-style:hover > .u-text-hover-color-1-light-3[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-color-1-light-3:hover,
a.u-button-style.u-button-style.u-text-hover-color-1-light-3[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-1-light-3.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-1-light-3[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-1-light-3:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-1-light-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-color-1-light-3:focus,
a.u-button-style.u-button-style.u-text-hover-color-1-light-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-1-light-3:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-1-light-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-1-light-3.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-1-light-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-color-1-light-3,
a.u-button-style.u-button-style.active > .u-text-active-color-1-light-3[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-color-1-light-3:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-color-1-light-3.active,
.u-popupmenu-items.u-text-hover-color-1-light-3 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-1-light-3 .u-nav-link.active {
    color: #e9f2fa !important;
}
.u-text-color-1-light-3 .u-svg-link,
.u-text-hover-color-1-light-3:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-color-1-light-3 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-color-1-light-3 .u-svg-link,
.u-text-hover-color-1-light-3:focus .u-svg-link {
    fill: #e9f2fa;
}
.u-link.u-text-color-1-light-3:hover {
    color: #c2dbf1 !important;
}
a.u-link.u-text-hover-color-1-light-3:hover {
    color: #e9f2fa !important;
}
.u-text-color-1-base,
a.u-button-style.u-text-color-1-base,
a.u-button-style.u-text-color-1-base[class*="u-border-"] {
    color: #478ac9 !important;
}
a.u-button-style.u-text-color-1-base:hover,
a.u-button-style.u-text-color-1-base[class*="u-border-"]:hover,
a.u-button-style.u-text-color-1-base:focus,
a.u-button-style.u-text-color-1-base[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-color-1-base:active,
a.u-button-style.u-button-style.u-text-color-1-base[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-color-1-base.active,
a.u-button-style.u-button-style.u-text-color-1-base[class*="u-border-"].active {
    color: #387cbd !important;
}
a.u-button-style:hover > .u-text-hover-color-1-base,
a.u-button-style:hover > .u-text-hover-color-1-base[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-color-1-base:hover,
a.u-button-style.u-button-style.u-text-hover-color-1-base[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-1-base.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-1-base[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-1-base:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-1-base[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-color-1-base:focus,
a.u-button-style.u-button-style.u-text-hover-color-1-base[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-1-base:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-1-base[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-1-base.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-1-base[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-color-1-base,
a.u-button-style.u-button-style.active > .u-text-active-color-1-base[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-color-1-base:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-color-1-base.active,
.u-popupmenu-items.u-text-hover-color-1-base .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-1-base .u-nav-link.active {
    color: #478ac9 !important;
}
.u-text-color-1-base .u-svg-link,
.u-text-hover-color-1-base:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-color-1-base .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-color-1-base .u-svg-link,
.u-text-hover-color-1-base:focus .u-svg-link {
    fill: #478ac9;
}
.u-link.u-text-color-1-base:hover {
    color: #387cbd !important;
}
a.u-link.u-text-hover-color-1-base:hover {
    color: #478ac9 !important;
}
.u-text-color-2-dark-3,
a.u-button-style.u-text-color-2-dark-3,
a.u-button-style.u-text-color-2-dark-3[class*="u-border-"] {
    color: #332929 !important;
}
a.u-button-style.u-text-color-2-dark-3:hover,
a.u-button-style.u-text-color-2-dark-3[class*="u-border-"]:hover,
a.u-button-style.u-text-color-2-dark-3:focus,
a.u-button-style.u-text-color-2-dark-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-color-2-dark-3:active,
a.u-button-style.u-button-style.u-text-color-2-dark-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-color-2-dark-3.active,
a.u-button-style.u-button-style.u-text-color-2-dark-3[class*="u-border-"].active {
    color: #2e2525 !important;
}
a.u-button-style:hover > .u-text-hover-color-2-dark-3,
a.u-button-style:hover > .u-text-hover-color-2-dark-3[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-color-2-dark-3:hover,
a.u-button-style.u-button-style.u-text-hover-color-2-dark-3[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-2-dark-3.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-2-dark-3[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-2-dark-3:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-2-dark-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-color-2-dark-3:focus,
a.u-button-style.u-button-style.u-text-hover-color-2-dark-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-2-dark-3:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-2-dark-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-2-dark-3.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-2-dark-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-color-2-dark-3,
a.u-button-style.u-button-style.active > .u-text-active-color-2-dark-3[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-color-2-dark-3:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-color-2-dark-3.active,
.u-popupmenu-items.u-text-hover-color-2-dark-3 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-2-dark-3 .u-nav-link.active {
    color: #332929 !important;
}
.u-text-color-2-dark-3 .u-svg-link,
.u-text-hover-color-2-dark-3:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-color-2-dark-3 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-color-2-dark-3 .u-svg-link,
.u-text-hover-color-2-dark-3:focus .u-svg-link {
    fill: #332929;
}
.u-link.u-text-color-2-dark-3:hover {
    color: #2e2525 !important;
}
a.u-link.u-text-hover-color-2-dark-3:hover {
    color: #332929 !important;
}
.u-text-color-2-dark-2,
a.u-button-style.u-text-color-2-dark-2,
a.u-button-style.u-text-color-2-dark-2[class*="u-border-"] {
    color: #6b4748 !important;
}
a.u-button-style.u-text-color-2-dark-2:hover,
a.u-button-style.u-text-color-2-dark-2[class*="u-border-"]:hover,
a.u-button-style.u-text-color-2-dark-2:focus,
a.u-button-style.u-text-color-2-dark-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-color-2-dark-2:active,
a.u-button-style.u-button-style.u-text-color-2-dark-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-color-2-dark-2.active,
a.u-button-style.u-button-style.u-text-color-2-dark-2[class*="u-border-"].active {
    color: #604041 !important;
}
a.u-button-style:hover > .u-text-hover-color-2-dark-2,
a.u-button-style:hover > .u-text-hover-color-2-dark-2[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-color-2-dark-2:hover,
a.u-button-style.u-button-style.u-text-hover-color-2-dark-2[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-2-dark-2.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-2-dark-2[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-2-dark-2:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-2-dark-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-color-2-dark-2:focus,
a.u-button-style.u-button-style.u-text-hover-color-2-dark-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-2-dark-2:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-2-dark-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-2-dark-2.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-2-dark-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-color-2-dark-2,
a.u-button-style.u-button-style.active > .u-text-active-color-2-dark-2[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-color-2-dark-2:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-color-2-dark-2.active,
.u-popupmenu-items.u-text-hover-color-2-dark-2 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-2-dark-2 .u-nav-link.active {
    color: #6b4748 !important;
}
.u-text-color-2-dark-2 .u-svg-link,
.u-text-hover-color-2-dark-2:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-color-2-dark-2 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-color-2-dark-2 .u-svg-link,
.u-text-hover-color-2-dark-2:focus .u-svg-link {
    fill: #6b4748;
}
.u-link.u-text-color-2-dark-2:hover {
    color: #604041 !important;
}
a.u-link.u-text-hover-color-2-dark-2:hover {
    color: #6b4748 !important;
}
.u-text-color-2-dark-1,
a.u-button-style.u-text-color-2-dark-1,
a.u-button-style.u-text-color-2-dark-1[class*="u-border-"] {
    color: #a35559 !important;
}
a.u-button-style.u-text-color-2-dark-1:hover,
a.u-button-style.u-text-color-2-dark-1[class*="u-border-"]:hover,
a.u-button-style.u-text-color-2-dark-1:focus,
a.u-button-style.u-text-color-2-dark-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-color-2-dark-1:active,
a.u-button-style.u-button-style.u-text-color-2-dark-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-color-2-dark-1.active,
a.u-button-style.u-button-style.u-text-color-2-dark-1[class*="u-border-"].active {
    color: #934c50 !important;
}
a.u-button-style:hover > .u-text-hover-color-2-dark-1,
a.u-button-style:hover > .u-text-hover-color-2-dark-1[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-color-2-dark-1:hover,
a.u-button-style.u-button-style.u-text-hover-color-2-dark-1[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-2-dark-1.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-2-dark-1[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-2-dark-1:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-2-dark-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-color-2-dark-1:focus,
a.u-button-style.u-button-style.u-text-hover-color-2-dark-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-2-dark-1:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-2-dark-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-2-dark-1.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-2-dark-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-color-2-dark-1,
a.u-button-style.u-button-style.active > .u-text-active-color-2-dark-1[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-color-2-dark-1:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-color-2-dark-1.active,
.u-popupmenu-items.u-text-hover-color-2-dark-1 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-2-dark-1 .u-nav-link.active {
    color: #a35559 !important;
}
.u-text-color-2-dark-1 .u-svg-link,
.u-text-hover-color-2-dark-1:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-color-2-dark-1 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-color-2-dark-1 .u-svg-link,
.u-text-hover-color-2-dark-1:focus .u-svg-link {
    fill: #a35559;
}
.u-link.u-text-color-2-dark-1:hover {
    color: #934c50 !important;
}
a.u-link.u-text-hover-color-2-dark-1:hover {
    color: #a35559 !important;
}
.u-text-color-2,
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;
}
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,
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-text-hover-color-2:hover,
: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-text-hover-color-2 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-2 .u-nav-link.active {
    color: #db545a !important;
}
.u-text-color-2 .u-svg-link,
.u-text-hover-color-2:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-color-2 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-color-2 .u-svg-link,
.u-text-hover-color-2:focus .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;
}
.u-text-color-2-light-1,
a.u-button-style.u-text-color-2-light-1,
a.u-button-style.u-text-color-2-light-1[class*="u-border-"] {
    color: #e68387 !important;
}
a.u-button-style.u-text-color-2-light-1:hover,
a.u-button-style.u-text-color-2-light-1[class*="u-border-"]:hover,
a.u-button-style.u-text-color-2-light-1:focus,
a.u-button-style.u-text-color-2-light-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-color-2-light-1:active,
a.u-button-style.u-button-style.u-text-color-2-light-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-color-2-light-1.active,
a.u-button-style.u-button-style.u-text-color-2-light-1[class*="u-border-"].active {
    color: #e0656a !important;
}
a.u-button-style:hover > .u-text-hover-color-2-light-1,
a.u-button-style:hover > .u-text-hover-color-2-light-1[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-color-2-light-1:hover,
a.u-button-style.u-button-style.u-text-hover-color-2-light-1[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-2-light-1.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-2-light-1[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-2-light-1:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-2-light-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-color-2-light-1:focus,
a.u-button-style.u-button-style.u-text-hover-color-2-light-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-2-light-1:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-2-light-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-2-light-1.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-2-light-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-color-2-light-1,
a.u-button-style.u-button-style.active > .u-text-active-color-2-light-1[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-color-2-light-1:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-color-2-light-1.active,
.u-popupmenu-items.u-text-hover-color-2-light-1 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-2-light-1 .u-nav-link.active {
    color: #e68387 !important;
}
.u-text-color-2-light-1 .u-svg-link,
.u-text-hover-color-2-light-1:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-color-2-light-1 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-color-2-light-1 .u-svg-link,
.u-text-hover-color-2-light-1:focus .u-svg-link {
    fill: #e68387;
}
.u-link.u-text-color-2-light-1:hover {
    color: #e0656a !important;
}
a.u-link.u-text-hover-color-2-light-1:hover {
    color: #e68387 !important;
}
.u-text-color-2-light-2,
a.u-button-style.u-text-color-2-light-2,
a.u-button-style.u-text-color-2-light-2[class*="u-border-"] {
    color: #f1b5b8 !important;
}
a.u-button-style.u-text-color-2-light-2:hover,
a.u-button-style.u-text-color-2-light-2[class*="u-border-"]:hover,
a.u-button-style.u-text-color-2-light-2:focus,
a.u-button-style.u-text-color-2-light-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-color-2-light-2:active,
a.u-button-style.u-button-style.u-text-color-2-light-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-color-2-light-2.active,
a.u-button-style.u-button-style.u-text-color-2-light-2[class*="u-border-"].active {
    color: #ea9296 !important;
}
a.u-button-style:hover > .u-text-hover-color-2-light-2,
a.u-button-style:hover > .u-text-hover-color-2-light-2[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-color-2-light-2:hover,
a.u-button-style.u-button-style.u-text-hover-color-2-light-2[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-2-light-2.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-2-light-2[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-2-light-2:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-2-light-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-color-2-light-2:focus,
a.u-button-style.u-button-style.u-text-hover-color-2-light-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-2-light-2:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-2-light-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-2-light-2.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-2-light-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-color-2-light-2,
a.u-button-style.u-button-style.active > .u-text-active-color-2-light-2[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-color-2-light-2:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-color-2-light-2.active,
.u-popupmenu-items.u-text-hover-color-2-light-2 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-2-light-2 .u-nav-link.active {
    color: #f1b5b8 !important;
}
.u-text-color-2-light-2 .u-svg-link,
.u-text-hover-color-2-light-2:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-color-2-light-2 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-color-2-light-2 .u-svg-link,
.u-text-hover-color-2-light-2:focus .u-svg-link {
    fill: #f1b5b8;
}
.u-link.u-text-color-2-light-2:hover {
    color: #ea9296 !important;
}
a.u-link.u-text-hover-color-2-light-2:hover {
    color: #f1b5b8 !important;
}
.u-text-color-2-light-3,
a.u-button-style.u-text-color-2-light-3,
a.u-button-style.u-text-color-2-light-3[class*="u-border-"] {
    color: #fbeced !important;
}
a.u-button-style.u-text-color-2-light-3:hover,
a.u-button-style.u-text-color-2-light-3[class*="u-border-"]:hover,
a.u-button-style.u-text-color-2-light-3:focus,
a.u-button-style.u-text-color-2-light-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-color-2-light-3:active,
a.u-button-style.u-button-style.u-text-color-2-light-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-color-2-light-3.active,
a.u-button-style.u-button-style.u-text-color-2-light-3[class*="u-border-"].active {
    color: #f3c4c7 !important;
}
a.u-button-style:hover > .u-text-hover-color-2-light-3,
a.u-button-style:hover > .u-text-hover-color-2-light-3[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-color-2-light-3:hover,
a.u-button-style.u-button-style.u-text-hover-color-2-light-3[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-2-light-3.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-2-light-3[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-2-light-3:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-2-light-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-color-2-light-3:focus,
a.u-button-style.u-button-style.u-text-hover-color-2-light-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-2-light-3:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-2-light-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-2-light-3.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-2-light-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-color-2-light-3,
a.u-button-style.u-button-style.active > .u-text-active-color-2-light-3[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-color-2-light-3:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-color-2-light-3.active,
.u-popupmenu-items.u-text-hover-color-2-light-3 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-2-light-3 .u-nav-link.active {
    color: #fbeced !important;
}
.u-text-color-2-light-3 .u-svg-link,
.u-text-hover-color-2-light-3:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-color-2-light-3 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-color-2-light-3 .u-svg-link,
.u-text-hover-color-2-light-3:focus .u-svg-link {
    fill: #fbeced;
}
.u-link.u-text-color-2-light-3:hover {
    color: #f3c4c7 !important;
}
a.u-link.u-text-hover-color-2-light-3:hover {
    color: #fbeced !important;
}
.u-text-color-2-base,
a.u-button-style.u-text-color-2-base,
a.u-button-style.u-text-color-2-base[class*="u-border-"] {
    color: #db545a !important;
}
a.u-button-style.u-text-color-2-base:hover,
a.u-button-style.u-text-color-2-base[class*="u-border-"]:hover,
a.u-button-style.u-text-color-2-base:focus,
a.u-button-style.u-text-color-2-base[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-color-2-base:active,
a.u-button-style.u-button-style.u-text-color-2-base[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-color-2-base.active,
a.u-button-style.u-button-style.u-text-color-2-base[class*="u-border-"].active {
    color: #d63b42 !important;
}
a.u-button-style:hover > .u-text-hover-color-2-base,
a.u-button-style:hover > .u-text-hover-color-2-base[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-color-2-base:hover,
a.u-button-style.u-button-style.u-text-hover-color-2-base[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-2-base.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-2-base[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-2-base:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-2-base[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-color-2-base:focus,
a.u-button-style.u-button-style.u-text-hover-color-2-base[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-2-base:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-2-base[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-2-base.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-2-base[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-color-2-base,
a.u-button-style.u-button-style.active > .u-text-active-color-2-base[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-color-2-base:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-color-2-base.active,
.u-popupmenu-items.u-text-hover-color-2-base .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-2-base .u-nav-link.active {
    color: #db545a !important;
}
.u-text-color-2-base .u-svg-link,
.u-text-hover-color-2-base:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-color-2-base .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-color-2-base .u-svg-link,
.u-text-hover-color-2-base:focus .u-svg-link {
    fill: #db545a;
}
.u-link.u-text-color-2-base:hover {
    color: #d63b42 !important;
}
a.u-link.u-text-hover-color-2-base:hover {
    color: #db545a !important;
}
.u-text-color-3-dark-3,
a.u-button-style.u-text-color-3-dark-3,
a.u-button-style.u-text-color-3-dark-3[class*="u-border-"] {
    color: #333129 !important;
}
a.u-button-style.u-text-color-3-dark-3:hover,
a.u-button-style.u-text-color-3-dark-3[class*="u-border-"]:hover,
a.u-button-style.u-text-color-3-dark-3:focus,
a.u-button-style.u-text-color-3-dark-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-color-3-dark-3:active,
a.u-button-style.u-button-style.u-text-color-3-dark-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-color-3-dark-3.active,
a.u-button-style.u-button-style.u-text-color-3-dark-3[class*="u-border-"].active {
    color: #2e2c25 !important;
}
a.u-button-style:hover > .u-text-hover-color-3-dark-3,
a.u-button-style:hover > .u-text-hover-color-3-dark-3[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-color-3-dark-3:hover,
a.u-button-style.u-button-style.u-text-hover-color-3-dark-3[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-3-dark-3.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-3-dark-3[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-3-dark-3:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-3-dark-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-color-3-dark-3:focus,
a.u-button-style.u-button-style.u-text-hover-color-3-dark-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-3-dark-3:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-3-dark-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-3-dark-3.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-3-dark-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-color-3-dark-3,
a.u-button-style.u-button-style.active > .u-text-active-color-3-dark-3[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-color-3-dark-3:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-color-3-dark-3.active,
.u-popupmenu-items.u-text-hover-color-3-dark-3 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-3-dark-3 .u-nav-link.active {
    color: #333129 !important;
}
.u-text-color-3-dark-3 .u-svg-link,
.u-text-hover-color-3-dark-3:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-color-3-dark-3 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-color-3-dark-3 .u-svg-link,
.u-text-hover-color-3-dark-3:focus .u-svg-link {
    fill: #333129;
}
.u-link.u-text-color-3-dark-3:hover {
    color: #2e2c25 !important;
}
a.u-link.u-text-hover-color-3-dark-3:hover {
    color: #333129 !important;
}
.u-text-color-3-dark-2,
a.u-button-style.u-text-color-3-dark-2,
a.u-button-style.u-text-color-3-dark-2[class*="u-border-"] {
    color: #72683f !important;
}
a.u-button-style.u-text-color-3-dark-2:hover,
a.u-button-style.u-text-color-3-dark-2[class*="u-border-"]:hover,
a.u-button-style.u-text-color-3-dark-2:focus,
a.u-button-style.u-text-color-3-dark-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-color-3-dark-2:active,
a.u-button-style.u-button-style.u-text-color-3-dark-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-color-3-dark-2.active,
a.u-button-style.u-button-style.u-text-color-3-dark-2[class*="u-border-"].active {
    color: #675e39 !important;
}
a.u-button-style:hover > .u-text-hover-color-3-dark-2,
a.u-button-style:hover > .u-text-hover-color-3-dark-2[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-color-3-dark-2:hover,
a.u-button-style.u-button-style.u-text-hover-color-3-dark-2[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-3-dark-2.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-3-dark-2[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-3-dark-2:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-3-dark-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-color-3-dark-2:focus,
a.u-button-style.u-button-style.u-text-hover-color-3-dark-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-3-dark-2:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-3-dark-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-3-dark-2.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-3-dark-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-color-3-dark-2,
a.u-button-style.u-button-style.active > .u-text-active-color-3-dark-2[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-color-3-dark-2:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-color-3-dark-2.active,
.u-popupmenu-items.u-text-hover-color-3-dark-2 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-3-dark-2 .u-nav-link.active {
    color: #72683f !important;
}
.u-text-color-3-dark-2 .u-svg-link,
.u-text-hover-color-3-dark-2:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-color-3-dark-2 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-color-3-dark-2 .u-svg-link,
.u-text-hover-color-3-dark-2:focus .u-svg-link {
    fill: #72683f;
}
.u-link.u-text-color-3-dark-2:hover {
    color: #675e39 !important;
}
a.u-link.u-text-hover-color-3-dark-2:hover {
    color: #72683f !important;
}
.u-text-color-3-dark-1,
a.u-button-style.u-text-color-3-dark-1,
a.u-button-style.u-text-color-3-dark-1[class*="u-border-"] {
    color: #b29a36 !important;
}
a.u-button-style.u-text-color-3-dark-1:hover,
a.u-button-style.u-text-color-3-dark-1[class*="u-border-"]:hover,
a.u-button-style.u-text-color-3-dark-1:focus,
a.u-button-style.u-text-color-3-dark-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-color-3-dark-1:active,
a.u-button-style.u-button-style.u-text-color-3-dark-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-color-3-dark-1.active,
a.u-button-style.u-button-style.u-text-color-3-dark-1[class*="u-border-"].active {
    color: #a08b31 !important;
}
a.u-button-style:hover > .u-text-hover-color-3-dark-1,
a.u-button-style:hover > .u-text-hover-color-3-dark-1[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-color-3-dark-1:hover,
a.u-button-style.u-button-style.u-text-hover-color-3-dark-1[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-3-dark-1.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-3-dark-1[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-3-dark-1:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-3-dark-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-color-3-dark-1:focus,
a.u-button-style.u-button-style.u-text-hover-color-3-dark-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-3-dark-1:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-3-dark-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-3-dark-1.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-3-dark-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-color-3-dark-1,
a.u-button-style.u-button-style.active > .u-text-active-color-3-dark-1[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-color-3-dark-1:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-color-3-dark-1.active,
.u-popupmenu-items.u-text-hover-color-3-dark-1 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-3-dark-1 .u-nav-link.active {
    color: #b29a36 !important;
}
.u-text-color-3-dark-1 .u-svg-link,
.u-text-hover-color-3-dark-1:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-color-3-dark-1 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-color-3-dark-1 .u-svg-link,
.u-text-hover-color-3-dark-1:focus .u-svg-link {
    fill: #b29a36;
}
.u-link.u-text-color-3-dark-1:hover {
    color: #a08b31 !important;
}
a.u-link.u-text-hover-color-3-dark-1:hover {
    color: #b29a36 !important;
}
.u-text-color-3,
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;
}
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,
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-text-hover-color-3:hover,
: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-text-hover-color-3 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-3 .u-nav-link.active {
    color: #f1c50e !important;
}
.u-text-color-3 .u-svg-link,
.u-text-hover-color-3:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-color-3 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-color-3 .u-svg-link,
.u-text-hover-color-3:focus .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;
}
.u-text-color-3-light-1,
a.u-button-style.u-text-color-3-light-1,
a.u-button-style.u-text-color-3-light-1[class*="u-border-"] {
    color: #f5d654 !important;
}
a.u-button-style.u-text-color-3-light-1:hover,
a.u-button-style.u-text-color-3-light-1[class*="u-border-"]:hover,
a.u-button-style.u-text-color-3-light-1:focus,
a.u-button-style.u-text-color-3-light-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-color-3-light-1:active,
a.u-button-style.u-button-style.u-text-color-3-light-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-color-3-light-1.active,
a.u-button-style.u-button-style.u-text-color-3-light-1[class*="u-border-"].active {
    color: #f3cf35 !important;
}
a.u-button-style:hover > .u-text-hover-color-3-light-1,
a.u-button-style:hover > .u-text-hover-color-3-light-1[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-color-3-light-1:hover,
a.u-button-style.u-button-style.u-text-hover-color-3-light-1[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-3-light-1.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-3-light-1[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-3-light-1:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-3-light-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-color-3-light-1:focus,
a.u-button-style.u-button-style.u-text-hover-color-3-light-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-3-light-1:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-3-light-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-3-light-1.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-3-light-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-color-3-light-1,
a.u-button-style.u-button-style.active > .u-text-active-color-3-light-1[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-color-3-light-1:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-color-3-light-1.active,
.u-popupmenu-items.u-text-hover-color-3-light-1 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-3-light-1 .u-nav-link.active {
    color: #f5d654 !important;
}
.u-text-color-3-light-1 .u-svg-link,
.u-text-hover-color-3-light-1:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-color-3-light-1 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-color-3-light-1 .u-svg-link,
.u-text-hover-color-3-light-1:focus .u-svg-link {
    fill: #f5d654;
}
.u-link.u-text-color-3-light-1:hover {
    color: #f3cf35 !important;
}
a.u-link.u-text-hover-color-3-light-1:hover {
    color: #f5d654 !important;
}
.u-text-color-3-light-2,
a.u-button-style.u-text-color-3-light-2,
a.u-button-style.u-text-color-3-light-2[class*="u-border-"] {
    color: #f9e79b !important;
}
a.u-button-style.u-text-color-3-light-2:hover,
a.u-button-style.u-text-color-3-light-2[class*="u-border-"]:hover,
a.u-button-style.u-text-color-3-light-2:focus,
a.u-button-style.u-text-color-3-light-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-color-3-light-2:active,
a.u-button-style.u-button-style.u-text-color-3-light-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-color-3-light-2.active,
a.u-button-style.u-button-style.u-text-color-3-light-2[class*="u-border-"].active {
    color: #f7de75 !important;
}
a.u-button-style:hover > .u-text-hover-color-3-light-2,
a.u-button-style:hover > .u-text-hover-color-3-light-2[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-color-3-light-2:hover,
a.u-button-style.u-button-style.u-text-hover-color-3-light-2[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-3-light-2.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-3-light-2[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-3-light-2:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-3-light-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-color-3-light-2:focus,
a.u-button-style.u-button-style.u-text-hover-color-3-light-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-3-light-2:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-3-light-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-3-light-2.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-3-light-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-color-3-light-2,
a.u-button-style.u-button-style.active > .u-text-active-color-3-light-2[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-color-3-light-2:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-color-3-light-2.active,
.u-popupmenu-items.u-text-hover-color-3-light-2 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-3-light-2 .u-nav-link.active {
    color: #f9e79b !important;
}
.u-text-color-3-light-2 .u-svg-link,
.u-text-hover-color-3-light-2:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-color-3-light-2 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-color-3-light-2 .u-svg-link,
.u-text-hover-color-3-light-2:focus .u-svg-link {
    fill: #f9e79b;
}
.u-link.u-text-color-3-light-2:hover {
    color: #f7de75 !important;
}
a.u-link.u-text-hover-color-3-light-2:hover {
    color: #f9e79b !important;
}
.u-text-color-3-light-3,
a.u-button-style.u-text-color-3-light-3,
a.u-button-style.u-text-color-3-light-3[class*="u-border-"] {
    color: #fef9e6 !important;
}
a.u-button-style.u-text-color-3-light-3:hover,
a.u-button-style.u-text-color-3-light-3[class*="u-border-"]:hover,
a.u-button-style.u-text-color-3-light-3:focus,
a.u-button-style.u-text-color-3-light-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-color-3-light-3:active,
a.u-button-style.u-button-style.u-text-color-3-light-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-color-3-light-3.active,
a.u-button-style.u-button-style.u-text-color-3-light-3[class*="u-border-"].active {
    color: #fceeb7 !important;
}
a.u-button-style:hover > .u-text-hover-color-3-light-3,
a.u-button-style:hover > .u-text-hover-color-3-light-3[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-color-3-light-3:hover,
a.u-button-style.u-button-style.u-text-hover-color-3-light-3[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-3-light-3.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-3-light-3[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-3-light-3:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-3-light-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-color-3-light-3:focus,
a.u-button-style.u-button-style.u-text-hover-color-3-light-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-3-light-3:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-3-light-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-3-light-3.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-3-light-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-color-3-light-3,
a.u-button-style.u-button-style.active > .u-text-active-color-3-light-3[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-color-3-light-3:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-color-3-light-3.active,
.u-popupmenu-items.u-text-hover-color-3-light-3 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-3-light-3 .u-nav-link.active {
    color: #fef9e6 !important;
}
.u-text-color-3-light-3 .u-svg-link,
.u-text-hover-color-3-light-3:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-color-3-light-3 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-color-3-light-3 .u-svg-link,
.u-text-hover-color-3-light-3:focus .u-svg-link {
    fill: #fef9e6;
}
.u-link.u-text-color-3-light-3:hover {
    color: #fceeb7 !important;
}
a.u-link.u-text-hover-color-3-light-3:hover {
    color: #fef9e6 !important;
}
.u-text-color-3-base,
a.u-button-style.u-text-color-3-base,
a.u-button-style.u-text-color-3-base[class*="u-border-"] {
    color: #f1c50e !important;
}
a.u-button-style.u-text-color-3-base:hover,
a.u-button-style.u-text-color-3-base[class*="u-border-"]:hover,
a.u-button-style.u-text-color-3-base:focus,
a.u-button-style.u-text-color-3-base[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-color-3-base:active,
a.u-button-style.u-button-style.u-text-color-3-base[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-color-3-base.active,
a.u-button-style.u-button-style.u-text-color-3-base[class*="u-border-"].active {
    color: #d9b10d !important;
}
a.u-button-style:hover > .u-text-hover-color-3-base,
a.u-button-style:hover > .u-text-hover-color-3-base[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-color-3-base:hover,
a.u-button-style.u-button-style.u-text-hover-color-3-base[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-3-base.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-3-base[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-3-base:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-3-base[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-color-3-base:focus,
a.u-button-style.u-button-style.u-text-hover-color-3-base[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-3-base:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-3-base[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-3-base.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-3-base[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-color-3-base,
a.u-button-style.u-button-style.active > .u-text-active-color-3-base[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-color-3-base:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-color-3-base.active,
.u-popupmenu-items.u-text-hover-color-3-base .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-3-base .u-nav-link.active {
    color: #f1c50e !important;
}
.u-text-color-3-base .u-svg-link,
.u-text-hover-color-3-base:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-color-3-base .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-color-3-base .u-svg-link,
.u-text-hover-color-3-base:focus .u-svg-link {
    fill: #f1c50e;
}
.u-link.u-text-color-3-base:hover {
    color: #d9b10d !important;
}
a.u-link.u-text-hover-color-3-base:hover {
    color: #f1c50e !important;
}
.u-text-color-4-dark-3,
a.u-button-style.u-text-color-4-dark-3,
a.u-button-style.u-text-color-4-dark-3[class*="u-border-"] {
    color: #293332 !important;
}
a.u-button-style.u-text-color-4-dark-3:hover,
a.u-button-style.u-text-color-4-dark-3[class*="u-border-"]:hover,
a.u-button-style.u-text-color-4-dark-3:focus,
a.u-button-style.u-text-color-4-dark-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-color-4-dark-3:active,
a.u-button-style.u-button-style.u-text-color-4-dark-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-color-4-dark-3.active,
a.u-button-style.u-button-style.u-text-color-4-dark-3[class*="u-border-"].active {
    color: #252e2d !important;
}
a.u-button-style:hover > .u-text-hover-color-4-dark-3,
a.u-button-style:hover > .u-text-hover-color-4-dark-3[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-color-4-dark-3:hover,
a.u-button-style.u-button-style.u-text-hover-color-4-dark-3[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-4-dark-3.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-4-dark-3[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-4-dark-3:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-4-dark-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-color-4-dark-3:focus,
a.u-button-style.u-button-style.u-text-hover-color-4-dark-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-4-dark-3:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-4-dark-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-4-dark-3.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-4-dark-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-color-4-dark-3,
a.u-button-style.u-button-style.active > .u-text-active-color-4-dark-3[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-color-4-dark-3:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-color-4-dark-3.active,
.u-popupmenu-items.u-text-hover-color-4-dark-3 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-4-dark-3 .u-nav-link.active {
    color: #293332 !important;
}
.u-text-color-4-dark-3 .u-svg-link,
.u-text-hover-color-4-dark-3:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-color-4-dark-3 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-color-4-dark-3 .u-svg-link,
.u-text-hover-color-4-dark-3:focus .u-svg-link {
    fill: #293332;
}
.u-link.u-text-color-4-dark-3:hover {
    color: #252e2d !important;
}
a.u-link.u-text-hover-color-4-dark-3:hover {
    color: #293332 !important;
}
.u-text-color-4-dark-2,
a.u-button-style.u-text-color-4-dark-2,
a.u-button-style.u-text-color-4-dark-2[class*="u-border-"] {
    color: #41807c !important;
}
a.u-button-style.u-text-color-4-dark-2:hover,
a.u-button-style.u-text-color-4-dark-2[class*="u-border-"]:hover,
a.u-button-style.u-text-color-4-dark-2:focus,
a.u-button-style.u-text-color-4-dark-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-color-4-dark-2:active,
a.u-button-style.u-button-style.u-text-color-4-dark-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-color-4-dark-2.active,
a.u-button-style.u-button-style.u-text-color-4-dark-2[class*="u-border-"].active {
    color: #3a7370 !important;
}
a.u-button-style:hover > .u-text-hover-color-4-dark-2,
a.u-button-style:hover > .u-text-hover-color-4-dark-2[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-color-4-dark-2:hover,
a.u-button-style.u-button-style.u-text-hover-color-4-dark-2[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-4-dark-2.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-4-dark-2[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-4-dark-2:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-4-dark-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-color-4-dark-2:focus,
a.u-button-style.u-button-style.u-text-hover-color-4-dark-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-4-dark-2:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-4-dark-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-4-dark-2.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-4-dark-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-color-4-dark-2,
a.u-button-style.u-button-style.active > .u-text-active-color-4-dark-2[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-color-4-dark-2:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-color-4-dark-2.active,
.u-popupmenu-items.u-text-hover-color-4-dark-2 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-4-dark-2 .u-nav-link.active {
    color: #41807c !important;
}
.u-text-color-4-dark-2 .u-svg-link,
.u-text-hover-color-4-dark-2:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-color-4-dark-2 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-color-4-dark-2 .u-svg-link,
.u-text-hover-color-4-dark-2:focus .u-svg-link {
    fill: #41807c;
}
.u-link.u-text-color-4-dark-2:hover {
    color: #3a7370 !important;
}
a.u-link.u-text-hover-color-4-dark-2:hover {
    color: #41807c !important;
}
.u-text-color-4-dark-1,
a.u-button-style.u-text-color-4-dark-1,
a.u-button-style.u-text-color-4-dark-1[class*="u-border-"] {
    color: #2cccc4 !important;
}
a.u-button-style.u-text-color-4-dark-1:hover,
a.u-button-style.u-text-color-4-dark-1[class*="u-border-"]:hover,
a.u-button-style.u-text-color-4-dark-1:focus,
a.u-button-style.u-text-color-4-dark-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-color-4-dark-1:active,
a.u-button-style.u-button-style.u-text-color-4-dark-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-color-4-dark-1.active,
a.u-button-style.u-button-style.u-text-color-4-dark-1[class*="u-border-"].active {
    color: #28b8b0 !important;
}
a.u-button-style:hover > .u-text-hover-color-4-dark-1,
a.u-button-style:hover > .u-text-hover-color-4-dark-1[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-color-4-dark-1:hover,
a.u-button-style.u-button-style.u-text-hover-color-4-dark-1[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-4-dark-1.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-4-dark-1[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-4-dark-1:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-4-dark-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-color-4-dark-1:focus,
a.u-button-style.u-button-style.u-text-hover-color-4-dark-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-4-dark-1:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-4-dark-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-4-dark-1.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-4-dark-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-color-4-dark-1,
a.u-button-style.u-button-style.active > .u-text-active-color-4-dark-1[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-color-4-dark-1:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-color-4-dark-1.active,
.u-popupmenu-items.u-text-hover-color-4-dark-1 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-4-dark-1 .u-nav-link.active {
    color: #2cccc4 !important;
}
.u-text-color-4-dark-1 .u-svg-link,
.u-text-hover-color-4-dark-1:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-color-4-dark-1 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-color-4-dark-1 .u-svg-link,
.u-text-hover-color-4-dark-1:focus .u-svg-link {
    fill: #2cccc4;
}
.u-link.u-text-color-4-dark-1:hover {
    color: #28b8b0 !important;
}
a.u-link.u-text-hover-color-4-dark-1:hover {
    color: #2cccc4 !important;
}
.u-text-color-4,
a.u-button-style.u-text-color-4,
a.u-button-style.u-text-color-4[class*="u-border-"] {
    color: #3be8e0 !important;
}
a.u-button-style.u-text-color-4:hover,
a.u-button-style.u-text-color-4[class*="u-border-"]:hover,
a.u-button-style.u-text-color-4:focus,
a.u-button-style.u-text-color-4[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-color-4:active,
a.u-button-style.u-button-style.u-text-color-4[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-color-4.active,
a.u-button-style.u-button-style.u-text-color-4[class*="u-border-"].active {
    color: #21e5dc !important;
}
a.u-button-style:hover > .u-text-hover-color-4,
a.u-button-style:hover > .u-text-hover-color-4[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-color-4:hover,
a.u-button-style.u-button-style.u-text-hover-color-4[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-4.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-4[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-4:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-4[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-color-4:focus,
a.u-button-style.u-button-style.u-text-hover-color-4[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-4:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-4[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-4.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-4[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-color-4,
a.u-button-style.u-button-style.active > .u-text-active-color-4[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-color-4:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-color-4.active,
.u-popupmenu-items.u-text-hover-color-4 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-4 .u-nav-link.active {
    color: #3be8e0 !important;
}
.u-text-color-4 .u-svg-link,
.u-text-hover-color-4:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-color-4 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-color-4 .u-svg-link,
.u-text-hover-color-4:focus .u-svg-link {
    fill: #3be8e0;
}
.u-link.u-text-color-4:hover {
    color: #21e5dc !important;
}
a.u-link.u-text-hover-color-4:hover {
    color: #3be8e0 !important;
}
.u-text-color-4-light-1,
a.u-button-style.u-text-color-4-light-1,
a.u-button-style.u-text-color-4-light-1[class*="u-border-"] {
    color: #72efe9 !important;
}
a.u-button-style.u-text-color-4-light-1:hover,
a.u-button-style.u-text-color-4-light-1[class*="u-border-"]:hover,
a.u-button-style.u-text-color-4-light-1:focus,
a.u-button-style.u-text-color-4-light-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-color-4-light-1:active,
a.u-button-style.u-button-style.u-text-color-4-light-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-color-4-light-1.active,
a.u-button-style.u-button-style.u-text-color-4-light-1[class*="u-border-"].active {
    color: #52ebe4 !important;
}
a.u-button-style:hover > .u-text-hover-color-4-light-1,
a.u-button-style:hover > .u-text-hover-color-4-light-1[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-color-4-light-1:hover,
a.u-button-style.u-button-style.u-text-hover-color-4-light-1[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-4-light-1.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-4-light-1[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-4-light-1:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-4-light-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-color-4-light-1:focus,
a.u-button-style.u-button-style.u-text-hover-color-4-light-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-4-light-1:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-4-light-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-4-light-1.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-4-light-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-color-4-light-1,
a.u-button-style.u-button-style.active > .u-text-active-color-4-light-1[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-color-4-light-1:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-color-4-light-1.active,
.u-popupmenu-items.u-text-hover-color-4-light-1 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-4-light-1 .u-nav-link.active {
    color: #72efe9 !important;
}
.u-text-color-4-light-1 .u-svg-link,
.u-text-hover-color-4-light-1:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-color-4-light-1 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-color-4-light-1 .u-svg-link,
.u-text-hover-color-4-light-1:focus .u-svg-link {
    fill: #72efe9;
}
.u-link.u-text-color-4-light-1:hover {
    color: #52ebe4 !important;
}
a.u-link.u-text-hover-color-4-light-1:hover {
    color: #72efe9 !important;
}
.u-text-color-4-light-2,
a.u-button-style.u-text-color-4-light-2,
a.u-button-style.u-text-color-4-light-2[class*="u-border-"] {
    color: #adf6f2 !important;
}
a.u-button-style.u-text-color-4-light-2:hover,
a.u-button-style.u-text-color-4-light-2[class*="u-border-"]:hover,
a.u-button-style.u-text-color-4-light-2:focus,
a.u-button-style.u-text-color-4-light-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-color-4-light-2:active,
a.u-button-style.u-button-style.u-text-color-4-light-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-color-4-light-2.active,
a.u-button-style.u-button-style.u-text-color-4-light-2[class*="u-border-"].active {
    color: #87f2ec !important;
}
a.u-button-style:hover > .u-text-hover-color-4-light-2,
a.u-button-style:hover > .u-text-hover-color-4-light-2[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-color-4-light-2:hover,
a.u-button-style.u-button-style.u-text-hover-color-4-light-2[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-4-light-2.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-4-light-2[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-4-light-2:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-4-light-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-color-4-light-2:focus,
a.u-button-style.u-button-style.u-text-hover-color-4-light-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-4-light-2:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-4-light-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-4-light-2.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-4-light-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-color-4-light-2,
a.u-button-style.u-button-style.active > .u-text-active-color-4-light-2[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-color-4-light-2:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-color-4-light-2.active,
.u-popupmenu-items.u-text-hover-color-4-light-2 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-4-light-2 .u-nav-link.active {
    color: #adf6f2 !important;
}
.u-text-color-4-light-2 .u-svg-link,
.u-text-hover-color-4-light-2:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-color-4-light-2 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-color-4-light-2 .u-svg-link,
.u-text-hover-color-4-light-2:focus .u-svg-link {
    fill: #adf6f2;
}
.u-link.u-text-color-4-light-2:hover {
    color: #87f2ec !important;
}
a.u-link.u-text-hover-color-4-light-2:hover {
    color: #adf6f2 !important;
}
.u-text-color-4-light-3,
a.u-button-style.u-text-color-4-light-3,
a.u-button-style.u-text-color-4-light-3[class*="u-border-"] {
    color: #eafdfc !important;
}
a.u-button-style.u-text-color-4-light-3:hover,
a.u-button-style.u-text-color-4-light-3[class*="u-border-"]:hover,
a.u-button-style.u-text-color-4-light-3:focus,
a.u-button-style.u-text-color-4-light-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-color-4-light-3:active,
a.u-button-style.u-button-style.u-text-color-4-light-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-color-4-light-3.active,
a.u-button-style.u-button-style.u-text-color-4-light-3[class*="u-border-"].active {
    color: #bef9f6 !important;
}
a.u-button-style:hover > .u-text-hover-color-4-light-3,
a.u-button-style:hover > .u-text-hover-color-4-light-3[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-color-4-light-3:hover,
a.u-button-style.u-button-style.u-text-hover-color-4-light-3[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-4-light-3.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-4-light-3[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-4-light-3:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-4-light-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-color-4-light-3:focus,
a.u-button-style.u-button-style.u-text-hover-color-4-light-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-4-light-3:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-4-light-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-4-light-3.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-4-light-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-color-4-light-3,
a.u-button-style.u-button-style.active > .u-text-active-color-4-light-3[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-color-4-light-3:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-color-4-light-3.active,
.u-popupmenu-items.u-text-hover-color-4-light-3 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-4-light-3 .u-nav-link.active {
    color: #eafdfc !important;
}
.u-text-color-4-light-3 .u-svg-link,
.u-text-hover-color-4-light-3:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-color-4-light-3 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-color-4-light-3 .u-svg-link,
.u-text-hover-color-4-light-3:focus .u-svg-link {
    fill: #eafdfc;
}
.u-link.u-text-color-4-light-3:hover {
    color: #bef9f6 !important;
}
a.u-link.u-text-hover-color-4-light-3:hover {
    color: #eafdfc !important;
}
.u-text-color-4-base,
a.u-button-style.u-text-color-4-base,
a.u-button-style.u-text-color-4-base[class*="u-border-"] {
    color: #2cccc4 !important;
}
a.u-button-style.u-text-color-4-base:hover,
a.u-button-style.u-text-color-4-base[class*="u-border-"]:hover,
a.u-button-style.u-text-color-4-base:focus,
a.u-button-style.u-text-color-4-base[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-color-4-base:active,
a.u-button-style.u-button-style.u-text-color-4-base[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-color-4-base.active,
a.u-button-style.u-button-style.u-text-color-4-base[class*="u-border-"].active {
    color: #28b8b0 !important;
}
a.u-button-style:hover > .u-text-hover-color-4-base,
a.u-button-style:hover > .u-text-hover-color-4-base[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-color-4-base:hover,
a.u-button-style.u-button-style.u-text-hover-color-4-base[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-4-base.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-4-base[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-4-base:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-4-base[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-color-4-base:focus,
a.u-button-style.u-button-style.u-text-hover-color-4-base[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-4-base:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-4-base[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-4-base.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-4-base[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-color-4-base,
a.u-button-style.u-button-style.active > .u-text-active-color-4-base[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-color-4-base:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-color-4-base.active,
.u-popupmenu-items.u-text-hover-color-4-base .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-4-base .u-nav-link.active {
    color: #2cccc4 !important;
}
.u-text-color-4-base .u-svg-link,
.u-text-hover-color-4-base:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-color-4-base .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-color-4-base .u-svg-link,
.u-text-hover-color-4-base:focus .u-svg-link {
    fill: #2cccc4;
}
.u-link.u-text-color-4-base:hover {
    color: #28b8b0 !important;
}
a.u-link.u-text-hover-color-4-base:hover {
    color: #2cccc4 !important;
}
.u-text-color-5-dark-3,
a.u-button-style.u-text-color-5-dark-3,
a.u-button-style.u-text-color-5-dark-3[class*="u-border-"] {
    color: #292d33 !important;
}
a.u-button-style.u-text-color-5-dark-3:hover,
a.u-button-style.u-text-color-5-dark-3[class*="u-border-"]:hover,
a.u-button-style.u-text-color-5-dark-3:focus,
a.u-button-style.u-text-color-5-dark-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-color-5-dark-3:active,
a.u-button-style.u-button-style.u-text-color-5-dark-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-color-5-dark-3.active,
a.u-button-style.u-button-style.u-text-color-5-dark-3[class*="u-border-"].active {
    color: #25292e !important;
}
a.u-button-style:hover > .u-text-hover-color-5-dark-3,
a.u-button-style:hover > .u-text-hover-color-5-dark-3[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-color-5-dark-3:hover,
a.u-button-style.u-button-style.u-text-hover-color-5-dark-3[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-5-dark-3.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-5-dark-3[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-5-dark-3:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-5-dark-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-color-5-dark-3:focus,
a.u-button-style.u-button-style.u-text-hover-color-5-dark-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-5-dark-3:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-5-dark-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-5-dark-3.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-5-dark-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-color-5-dark-3,
a.u-button-style.u-button-style.active > .u-text-active-color-5-dark-3[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-color-5-dark-3:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-color-5-dark-3.active,
.u-popupmenu-items.u-text-hover-color-5-dark-3 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-5-dark-3 .u-nav-link.active {
    color: #292d33 !important;
}
.u-text-color-5-dark-3 .u-svg-link,
.u-text-hover-color-5-dark-3:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-color-5-dark-3 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-color-5-dark-3 .u-svg-link,
.u-text-hover-color-5-dark-3:focus .u-svg-link {
    fill: #292d33;
}
.u-link.u-text-color-5-dark-3:hover {
    color: #25292e !important;
}
a.u-link.u-text-hover-color-5-dark-3:hover {
    color: #292d33 !important;
}
.u-text-color-5-dark-2,
a.u-button-style.u-text-color-5-dark-2,
a.u-button-style.u-text-color-5-dark-2[class*="u-border-"] {
    color: #555c66 !important;
}
a.u-button-style.u-text-color-5-dark-2:hover,
a.u-button-style.u-text-color-5-dark-2[class*="u-border-"]:hover,
a.u-button-style.u-text-color-5-dark-2:focus,
a.u-button-style.u-text-color-5-dark-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-color-5-dark-2:active,
a.u-button-style.u-button-style.u-text-color-5-dark-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-color-5-dark-2.active,
a.u-button-style.u-button-style.u-text-color-5-dark-2[class*="u-border-"].active {
    color: #4d535c !important;
}
a.u-button-style:hover > .u-text-hover-color-5-dark-2,
a.u-button-style:hover > .u-text-hover-color-5-dark-2[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-color-5-dark-2:hover,
a.u-button-style.u-button-style.u-text-hover-color-5-dark-2[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-5-dark-2.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-5-dark-2[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-5-dark-2:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-5-dark-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-color-5-dark-2:focus,
a.u-button-style.u-button-style.u-text-hover-color-5-dark-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-5-dark-2:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-5-dark-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-5-dark-2.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-5-dark-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-color-5-dark-2,
a.u-button-style.u-button-style.active > .u-text-active-color-5-dark-2[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-color-5-dark-2:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-color-5-dark-2.active,
.u-popupmenu-items.u-text-hover-color-5-dark-2 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-5-dark-2 .u-nav-link.active {
    color: #555c66 !important;
}
.u-text-color-5-dark-2 .u-svg-link,
.u-text-hover-color-5-dark-2:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-color-5-dark-2 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-color-5-dark-2 .u-svg-link,
.u-text-hover-color-5-dark-2:focus .u-svg-link {
    fill: #555c66;
}
.u-link.u-text-color-5-dark-2:hover {
    color: #4d535c !important;
}
a.u-link.u-text-hover-color-5-dark-2:hover {
    color: #555c66 !important;
}
.u-text-color-5-dark-1,
a.u-button-style.u-text-color-5-dark-1,
a.u-button-style.u-text-color-5-dark-1[class*="u-border-"] {
    color: #858e99 !important;
}
a.u-button-style.u-text-color-5-dark-1:hover,
a.u-button-style.u-text-color-5-dark-1[class*="u-border-"]:hover,
a.u-button-style.u-text-color-5-dark-1:focus,
a.u-button-style.u-text-color-5-dark-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-color-5-dark-1:active,
a.u-button-style.u-button-style.u-text-color-5-dark-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-color-5-dark-1.active,
a.u-button-style.u-button-style.u-text-color-5-dark-1[class*="u-border-"].active {
    color: #75808c !important;
}
a.u-button-style:hover > .u-text-hover-color-5-dark-1,
a.u-button-style:hover > .u-text-hover-color-5-dark-1[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-color-5-dark-1:hover,
a.u-button-style.u-button-style.u-text-hover-color-5-dark-1[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-5-dark-1.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-5-dark-1[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-5-dark-1:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-5-dark-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-color-5-dark-1:focus,
a.u-button-style.u-button-style.u-text-hover-color-5-dark-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-5-dark-1:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-5-dark-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-5-dark-1.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-5-dark-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-color-5-dark-1,
a.u-button-style.u-button-style.active > .u-text-active-color-5-dark-1[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-color-5-dark-1:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-color-5-dark-1.active,
.u-popupmenu-items.u-text-hover-color-5-dark-1 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-5-dark-1 .u-nav-link.active {
    color: #858e99 !important;
}
.u-text-color-5-dark-1 .u-svg-link,
.u-text-hover-color-5-dark-1:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-color-5-dark-1 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-color-5-dark-1 .u-svg-link,
.u-text-hover-color-5-dark-1:focus .u-svg-link {
    fill: #858e99;
}
.u-link.u-text-color-5-dark-1:hover {
    color: #75808c !important;
}
a.u-link.u-text-hover-color-5-dark-1:hover {
    color: #858e99 !important;
}
.u-text-color-5,
a.u-button-style.u-text-color-5,
a.u-button-style.u-text-color-5[class*="u-border-"] {
    color: #b9c1cc !important;
}
a.u-button-style.u-text-color-5:hover,
a.u-button-style.u-text-color-5[class*="u-border-"]:hover,
a.u-button-style.u-text-color-5:focus,
a.u-button-style.u-text-color-5[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-color-5:active,
a.u-button-style.u-button-style.u-text-color-5[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-color-5.active,
a.u-button-style.u-button-style.u-text-color-5[class*="u-border-"].active {
    color: #a2adbc !important;
}
a.u-button-style:hover > .u-text-hover-color-5,
a.u-button-style:hover > .u-text-hover-color-5[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-color-5:hover,
a.u-button-style.u-button-style.u-text-hover-color-5[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-5.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-5[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-5:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-5[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-color-5:focus,
a.u-button-style.u-button-style.u-text-hover-color-5[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-5:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-5[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-5.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-5[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-color-5,
a.u-button-style.u-button-style.active > .u-text-active-color-5[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-color-5:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-color-5.active,
.u-popupmenu-items.u-text-hover-color-5 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-5 .u-nav-link.active {
    color: #b9c1cc !important;
}
.u-text-color-5 .u-svg-link,
.u-text-hover-color-5:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-color-5 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-color-5 .u-svg-link,
.u-text-hover-color-5:focus .u-svg-link {
    fill: #b9c1cc;
}
.u-link.u-text-color-5:hover {
    color: #a2adbc !important;
}
a.u-link.u-text-hover-color-5:hover {
    color: #b9c1cc !important;
}
.u-text-color-5-light-1,
a.u-button-style.u-text-color-5-light-1,
a.u-button-style.u-text-color-5-light-1[class*="u-border-"] {
    color: #ccd3db !important;
}
a.u-button-style.u-text-color-5-light-1:hover,
a.u-button-style.u-text-color-5-light-1[class*="u-border-"]:hover,
a.u-button-style.u-text-color-5-light-1:focus,
a.u-button-style.u-text-color-5-light-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-color-5-light-1:active,
a.u-button-style.u-button-style.u-text-color-5-light-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-color-5-light-1.active,
a.u-button-style.u-button-style.u-text-color-5-light-1[class*="u-border-"].active {
    color: #b3bec9 !important;
}
a.u-button-style:hover > .u-text-hover-color-5-light-1,
a.u-button-style:hover > .u-text-hover-color-5-light-1[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-color-5-light-1:hover,
a.u-button-style.u-button-style.u-text-hover-color-5-light-1[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-5-light-1.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-5-light-1[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-5-light-1:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-5-light-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-color-5-light-1:focus,
a.u-button-style.u-button-style.u-text-hover-color-5-light-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-5-light-1:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-5-light-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-5-light-1.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-5-light-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-color-5-light-1,
a.u-button-style.u-button-style.active > .u-text-active-color-5-light-1[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-color-5-light-1:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-color-5-light-1.active,
.u-popupmenu-items.u-text-hover-color-5-light-1 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-5-light-1 .u-nav-link.active {
    color: #ccd3db !important;
}
.u-text-color-5-light-1 .u-svg-link,
.u-text-hover-color-5-light-1:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-color-5-light-1 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-color-5-light-1 .u-svg-link,
.u-text-hover-color-5-light-1:focus .u-svg-link {
    fill: #ccd3db;
}
.u-link.u-text-color-5-light-1:hover {
    color: #b3bec9 !important;
}
a.u-link.u-text-hover-color-5-light-1:hover {
    color: #ccd3db !important;
}
.u-text-color-5-light-2,
a.u-button-style.u-text-color-5-light-2,
a.u-button-style.u-text-color-5-light-2[class*="u-border-"] {
    color: #e0e5eb !important;
}
a.u-button-style.u-text-color-5-light-2:hover,
a.u-button-style.u-text-color-5-light-2[class*="u-border-"]:hover,
a.u-button-style.u-text-color-5-light-2:focus,
a.u-button-style.u-text-color-5-light-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-color-5-light-2:active,
a.u-button-style.u-button-style.u-text-color-5-light-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-color-5-light-2.active,
a.u-button-style.u-button-style.u-text-color-5-light-2[class*="u-border-"].active {
    color: #c4ced9 !important;
}
a.u-button-style:hover > .u-text-hover-color-5-light-2,
a.u-button-style:hover > .u-text-hover-color-5-light-2[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-color-5-light-2:hover,
a.u-button-style.u-button-style.u-text-hover-color-5-light-2[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-5-light-2.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-5-light-2[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-5-light-2:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-5-light-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-color-5-light-2:focus,
a.u-button-style.u-button-style.u-text-hover-color-5-light-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-5-light-2:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-5-light-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-5-light-2.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-5-light-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-color-5-light-2,
a.u-button-style.u-button-style.active > .u-text-active-color-5-light-2[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-color-5-light-2:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-color-5-light-2.active,
.u-popupmenu-items.u-text-hover-color-5-light-2 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-5-light-2 .u-nav-link.active {
    color: #e0e5eb !important;
}
.u-text-color-5-light-2 .u-svg-link,
.u-text-hover-color-5-light-2:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-color-5-light-2 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-color-5-light-2 .u-svg-link,
.u-text-hover-color-5-light-2:focus .u-svg-link {
    fill: #e0e5eb;
}
.u-link.u-text-color-5-light-2:hover {
    color: #c4ced9 !important;
}
a.u-link.u-text-hover-color-5-light-2:hover {
    color: #e0e5eb !important;
}
.u-text-color-5-light-3,
a.u-button-style.u-text-color-5-light-3,
a.u-button-style.u-text-color-5-light-3[class*="u-border-"] {
    color: #f5f7fa !important;
}
a.u-button-style.u-text-color-5-light-3:hover,
a.u-button-style.u-text-color-5-light-3[class*="u-border-"]:hover,
a.u-button-style.u-text-color-5-light-3:focus,
a.u-button-style.u-text-color-5-light-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-color-5-light-3:active,
a.u-button-style.u-button-style.u-text-color-5-light-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-color-5-light-3.active,
a.u-button-style.u-button-style.u-text-color-5-light-3[class*="u-border-"].active {
    color: #d4dde9 !important;
}
a.u-button-style:hover > .u-text-hover-color-5-light-3,
a.u-button-style:hover > .u-text-hover-color-5-light-3[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-color-5-light-3:hover,
a.u-button-style.u-button-style.u-text-hover-color-5-light-3[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-5-light-3.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-5-light-3[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-5-light-3:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-5-light-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-color-5-light-3:focus,
a.u-button-style.u-button-style.u-text-hover-color-5-light-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-5-light-3:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-5-light-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-5-light-3.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-5-light-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-color-5-light-3,
a.u-button-style.u-button-style.active > .u-text-active-color-5-light-3[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-color-5-light-3:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-color-5-light-3.active,
.u-popupmenu-items.u-text-hover-color-5-light-3 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-5-light-3 .u-nav-link.active {
    color: #f5f7fa !important;
}
.u-text-color-5-light-3 .u-svg-link,
.u-text-hover-color-5-light-3:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-color-5-light-3 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-color-5-light-3 .u-svg-link,
.u-text-hover-color-5-light-3:focus .u-svg-link {
    fill: #f5f7fa;
}
.u-link.u-text-color-5-light-3:hover {
    color: #d4dde9 !important;
}
a.u-link.u-text-hover-color-5-light-3:hover {
    color: #f5f7fa !important;
}
.u-text-color-5-base,
a.u-button-style.u-text-color-5-base,
a.u-button-style.u-text-color-5-base[class*="u-border-"] {
    color: #b9c1cc !important;
}
a.u-button-style.u-text-color-5-base:hover,
a.u-button-style.u-text-color-5-base[class*="u-border-"]:hover,
a.u-button-style.u-text-color-5-base:focus,
a.u-button-style.u-text-color-5-base[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-color-5-base:active,
a.u-button-style.u-button-style.u-text-color-5-base[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-color-5-base.active,
a.u-button-style.u-button-style.u-text-color-5-base[class*="u-border-"].active {
    color: #a2adbc !important;
}
a.u-button-style:hover > .u-text-hover-color-5-base,
a.u-button-style:hover > .u-text-hover-color-5-base[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-color-5-base:hover,
a.u-button-style.u-button-style.u-text-hover-color-5-base[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-5-base.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-5-base[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-5-base:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-5-base[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-color-5-base:focus,
a.u-button-style.u-button-style.u-text-hover-color-5-base[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-5-base:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-5-base[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-5-base.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-5-base[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-color-5-base,
a.u-button-style.u-button-style.active > .u-text-active-color-5-base[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-color-5-base:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-color-5-base.active,
.u-popupmenu-items.u-text-hover-color-5-base .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-5-base .u-nav-link.active {
    color: #b9c1cc !important;
}
.u-text-color-5-base .u-svg-link,
.u-text-hover-color-5-base:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-color-5-base .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-color-5-base .u-svg-link,
.u-text-hover-color-5-base:focus .u-svg-link {
    fill: #b9c1cc;
}
.u-link.u-text-color-5-base:hover {
    color: #a2adbc !important;
}
a.u-link.u-text-hover-color-5-base:hover {
    color: #b9c1cc !important;
}
.u-text-palette-1-dark-3,
a.u-button-style.u-text-palette-1-dark-3,
a.u-button-style.u-text-palette-1-dark-3[class*="u-border-"] {
    color: #292e33 !important;
}
a.u-button-style.u-text-palette-1-dark-3:hover,
a.u-button-style.u-text-palette-1-dark-3[class*="u-border-"]:hover,
a.u-button-style.u-text-palette-1-dark-3:focus,
a.u-button-style.u-text-palette-1-dark-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-palette-1-dark-3:active,
a.u-button-style.u-button-style.u-text-palette-1-dark-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-palette-1-dark-3.active,
a.u-button-style.u-button-style.u-text-palette-1-dark-3[class*="u-border-"].active {
    color: #25292e !important;
}
a.u-button-style:hover > .u-text-hover-palette-1-dark-3,
a.u-button-style:hover > .u-text-hover-palette-1-dark-3[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-palette-1-dark-3:hover,
a.u-button-style.u-button-style.u-text-hover-palette-1-dark-3[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-1-dark-3.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-1-dark-3[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-1-dark-3:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-1-dark-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-palette-1-dark-3:focus,
a.u-button-style.u-button-style.u-text-hover-palette-1-dark-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-1-dark-3:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-1-dark-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-1-dark-3.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-1-dark-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-palette-1-dark-3,
a.u-button-style.u-button-style.active > .u-text-active-palette-1-dark-3[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-palette-1-dark-3:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-palette-1-dark-3.active,
.u-popupmenu-items.u-text-hover-palette-1-dark-3 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-1-dark-3 .u-nav-link.active {
    color: #292e33 !important;
}
.u-text-palette-1-dark-3 .u-svg-link,
.u-text-hover-palette-1-dark-3:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-palette-1-dark-3 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-palette-1-dark-3 .u-svg-link,
.u-text-hover-palette-1-dark-3:focus .u-svg-link {
    fill: #292e33;
}
.u-link.u-text-palette-1-dark-3:hover {
    color: #25292e !important;
}
a.u-link.u-text-hover-palette-1-dark-3:hover {
    color: #292e33 !important;
}
.u-text-palette-1-dark-2,
a.u-button-style.u-text-palette-1-dark-2,
a.u-button-style.u-text-palette-1-dark-2[class*="u-border-"] {
    color: #425465 !important;
}
a.u-button-style.u-text-palette-1-dark-2:hover,
a.u-button-style.u-text-palette-1-dark-2[class*="u-border-"]:hover,
a.u-button-style.u-text-palette-1-dark-2:focus,
a.u-button-style.u-text-palette-1-dark-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-palette-1-dark-2:active,
a.u-button-style.u-button-style.u-text-palette-1-dark-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-palette-1-dark-2.active,
a.u-button-style.u-button-style.u-text-palette-1-dark-2[class*="u-border-"].active {
    color: #3b4c5b !important;
}
a.u-button-style:hover > .u-text-hover-palette-1-dark-2,
a.u-button-style:hover > .u-text-hover-palette-1-dark-2[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-palette-1-dark-2:hover,
a.u-button-style.u-button-style.u-text-hover-palette-1-dark-2[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-1-dark-2.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-1-dark-2[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-1-dark-2:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-1-dark-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-palette-1-dark-2:focus,
a.u-button-style.u-button-style.u-text-hover-palette-1-dark-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-1-dark-2:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-1-dark-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-1-dark-2.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-1-dark-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-palette-1-dark-2,
a.u-button-style.u-button-style.active > .u-text-active-palette-1-dark-2[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-palette-1-dark-2:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-palette-1-dark-2.active,
.u-popupmenu-items.u-text-hover-palette-1-dark-2 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-1-dark-2 .u-nav-link.active {
    color: #425465 !important;
}
.u-text-palette-1-dark-2 .u-svg-link,
.u-text-hover-palette-1-dark-2:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-palette-1-dark-2 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-palette-1-dark-2 .u-svg-link,
.u-text-hover-palette-1-dark-2:focus .u-svg-link {
    fill: #425465;
}
.u-link.u-text-palette-1-dark-2:hover {
    color: #3b4c5b !important;
}
a.u-link.u-text-hover-palette-1-dark-2:hover {
    color: #425465 !important;
}
.u-text-palette-1-dark-1,
a.u-button-style.u-text-palette-1-dark-1,
a.u-button-style.u-text-palette-1-dark-1[class*="u-border-"] {
    color: #4c7397 !important;
}
a.u-button-style.u-text-palette-1-dark-1:hover,
a.u-button-style.u-text-palette-1-dark-1[class*="u-border-"]:hover,
a.u-button-style.u-text-palette-1-dark-1:focus,
a.u-button-style.u-text-palette-1-dark-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-palette-1-dark-1:active,
a.u-button-style.u-button-style.u-text-palette-1-dark-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-palette-1-dark-1.active,
a.u-button-style.u-button-style.u-text-palette-1-dark-1[class*="u-border-"].active {
    color: #446888 !important;
}
a.u-button-style:hover > .u-text-hover-palette-1-dark-1,
a.u-button-style:hover > .u-text-hover-palette-1-dark-1[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-palette-1-dark-1:hover,
a.u-button-style.u-button-style.u-text-hover-palette-1-dark-1[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-1-dark-1.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-1-dark-1[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-1-dark-1:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-1-dark-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-palette-1-dark-1:focus,
a.u-button-style.u-button-style.u-text-hover-palette-1-dark-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-1-dark-1:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-1-dark-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-1-dark-1.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-1-dark-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-palette-1-dark-1,
a.u-button-style.u-button-style.active > .u-text-active-palette-1-dark-1[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-palette-1-dark-1:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-palette-1-dark-1.active,
.u-popupmenu-items.u-text-hover-palette-1-dark-1 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-1-dark-1 .u-nav-link.active {
    color: #4c7397 !important;
}
.u-text-palette-1-dark-1 .u-svg-link,
.u-text-hover-palette-1-dark-1:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-palette-1-dark-1 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-palette-1-dark-1 .u-svg-link,
.u-text-hover-palette-1-dark-1:focus .u-svg-link {
    fill: #4c7397;
}
.u-link.u-text-palette-1-dark-1:hover {
    color: #446888 !important;
}
a.u-link.u-text-hover-palette-1-dark-1:hover {
    color: #4c7397 !important;
}
.u-text-palette-1,
a.u-button-style.u-text-palette-1,
a.u-button-style.u-text-palette-1[class*="u-border-"] {
    color: #478ac9 !important;
}
a.u-button-style.u-text-palette-1:hover,
a.u-button-style.u-text-palette-1[class*="u-border-"]:hover,
a.u-button-style.u-text-palette-1:focus,
a.u-button-style.u-text-palette-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-palette-1:active,
a.u-button-style.u-button-style.u-text-palette-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-palette-1.active,
a.u-button-style.u-button-style.u-text-palette-1[class*="u-border-"].active {
    color: #387cbd !important;
}
a.u-button-style:hover > .u-text-hover-palette-1,
a.u-button-style:hover > .u-text-hover-palette-1[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-palette-1:hover,
a.u-button-style.u-button-style.u-text-hover-palette-1[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-1.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-1[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-1:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-palette-1:focus,
a.u-button-style.u-button-style.u-text-hover-palette-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-1:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-1.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-palette-1,
a.u-button-style.u-button-style.active > .u-text-active-palette-1[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-palette-1:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-palette-1.active,
.u-popupmenu-items.u-text-hover-palette-1 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-1 .u-nav-link.active {
    color: #478ac9 !important;
}
.u-text-palette-1 .u-svg-link,
.u-text-hover-palette-1:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-palette-1 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-palette-1 .u-svg-link,
.u-text-hover-palette-1:focus .u-svg-link {
    fill: #478ac9;
}
.u-link.u-text-palette-1:hover {
    color: #387cbd !important;
}
a.u-link.u-text-hover-palette-1:hover {
    color: #478ac9 !important;
}
.u-text-palette-1-light-1,
a.u-button-style.u-text-palette-1-light-1,
a.u-button-style.u-text-palette-1-light-1[class*="u-border-"] {
    color: #77aad9 !important;
}
a.u-button-style.u-text-palette-1-light-1:hover,
a.u-button-style.u-text-palette-1-light-1[class*="u-border-"]:hover,
a.u-button-style.u-text-palette-1-light-1:focus,
a.u-button-style.u-text-palette-1-light-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-palette-1-light-1:active,
a.u-button-style.u-button-style.u-text-palette-1-light-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-palette-1-light-1.active,
a.u-button-style.u-button-style.u-text-palette-1-light-1[class*="u-border-"].active {
    color: #5d9ad2 !important;
}
a.u-button-style:hover > .u-text-hover-palette-1-light-1,
a.u-button-style:hover > .u-text-hover-palette-1-light-1[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-palette-1-light-1:hover,
a.u-button-style.u-button-style.u-text-hover-palette-1-light-1[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-1-light-1.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-1-light-1[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-1-light-1:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-1-light-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-palette-1-light-1:focus,
a.u-button-style.u-button-style.u-text-hover-palette-1-light-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-1-light-1:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-1-light-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-1-light-1.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-1-light-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-palette-1-light-1,
a.u-button-style.u-button-style.active > .u-text-active-palette-1-light-1[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-palette-1-light-1:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-palette-1-light-1.active,
.u-popupmenu-items.u-text-hover-palette-1-light-1 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-1-light-1 .u-nav-link.active {
    color: #77aad9 !important;
}
.u-text-palette-1-light-1 .u-svg-link,
.u-text-hover-palette-1-light-1:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-palette-1-light-1 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-palette-1-light-1 .u-svg-link,
.u-text-hover-palette-1-light-1:focus .u-svg-link {
    fill: #77aad9;
}
.u-link.u-text-palette-1-light-1:hover {
    color: #5d9ad2 !important;
}
a.u-link.u-text-hover-palette-1-light-1:hover {
    color: #77aad9 !important;
}
.u-text-palette-1-light-2,
a.u-button-style.u-text-palette-1-light-2,
a.u-button-style.u-text-palette-1-light-2[class*="u-border-"] {
    color: #adcce9 !important;
}
a.u-button-style.u-text-palette-1-light-2:hover,
a.u-button-style.u-text-palette-1-light-2[class*="u-border-"]:hover,
a.u-button-style.u-text-palette-1-light-2:focus,
a.u-button-style.u-text-palette-1-light-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-palette-1-light-2:active,
a.u-button-style.u-button-style.u-text-palette-1-light-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-palette-1-light-2.active,
a.u-button-style.u-button-style.u-text-palette-1-light-2[class*="u-border-"].active {
    color: #8db8e0 !important;
}
a.u-button-style:hover > .u-text-hover-palette-1-light-2,
a.u-button-style:hover > .u-text-hover-palette-1-light-2[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-palette-1-light-2:hover,
a.u-button-style.u-button-style.u-text-hover-palette-1-light-2[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-1-light-2.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-1-light-2[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-1-light-2:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-1-light-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-palette-1-light-2:focus,
a.u-button-style.u-button-style.u-text-hover-palette-1-light-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-1-light-2:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-1-light-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-1-light-2.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-1-light-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-palette-1-light-2,
a.u-button-style.u-button-style.active > .u-text-active-palette-1-light-2[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-palette-1-light-2:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-palette-1-light-2.active,
.u-popupmenu-items.u-text-hover-palette-1-light-2 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-1-light-2 .u-nav-link.active {
    color: #adcce9 !important;
}
.u-text-palette-1-light-2 .u-svg-link,
.u-text-hover-palette-1-light-2:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-palette-1-light-2 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-palette-1-light-2 .u-svg-link,
.u-text-hover-palette-1-light-2:focus .u-svg-link {
    fill: #adcce9;
}
.u-link.u-text-palette-1-light-2:hover {
    color: #8db8e0 !important;
}
a.u-link.u-text-hover-palette-1-light-2:hover {
    color: #adcce9 !important;
}
.u-text-palette-1-light-3,
a.u-button-style.u-text-palette-1-light-3,
a.u-button-style.u-text-palette-1-light-3[class*="u-border-"] {
    color: #e9f2fa !important;
}
a.u-button-style.u-text-palette-1-light-3:hover,
a.u-button-style.u-text-palette-1-light-3[class*="u-border-"]:hover,
a.u-button-style.u-text-palette-1-light-3:focus,
a.u-button-style.u-text-palette-1-light-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-palette-1-light-3:active,
a.u-button-style.u-button-style.u-text-palette-1-light-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-palette-1-light-3.active,
a.u-button-style.u-button-style.u-text-palette-1-light-3[class*="u-border-"].active {
    color: #c2dbf1 !important;
}
a.u-button-style:hover > .u-text-hover-palette-1-light-3,
a.u-button-style:hover > .u-text-hover-palette-1-light-3[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-palette-1-light-3:hover,
a.u-button-style.u-button-style.u-text-hover-palette-1-light-3[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-1-light-3.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-1-light-3[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-1-light-3:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-1-light-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-palette-1-light-3:focus,
a.u-button-style.u-button-style.u-text-hover-palette-1-light-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-1-light-3:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-1-light-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-1-light-3.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-1-light-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-palette-1-light-3,
a.u-button-style.u-button-style.active > .u-text-active-palette-1-light-3[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-palette-1-light-3:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-palette-1-light-3.active,
.u-popupmenu-items.u-text-hover-palette-1-light-3 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-1-light-3 .u-nav-link.active {
    color: #e9f2fa !important;
}
.u-text-palette-1-light-3 .u-svg-link,
.u-text-hover-palette-1-light-3:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-palette-1-light-3 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-palette-1-light-3 .u-svg-link,
.u-text-hover-palette-1-light-3:focus .u-svg-link {
    fill: #e9f2fa;
}
.u-link.u-text-palette-1-light-3:hover {
    color: #c2dbf1 !important;
}
a.u-link.u-text-hover-palette-1-light-3:hover {
    color: #e9f2fa !important;
}
.u-text-palette-1-base,
a.u-button-style.u-text-palette-1-base,
a.u-button-style.u-text-palette-1-base[class*="u-border-"] {
    color: #478ac9 !important;
}
a.u-button-style.u-text-palette-1-base:hover,
a.u-button-style.u-text-palette-1-base[class*="u-border-"]:hover,
a.u-button-style.u-text-palette-1-base:focus,
a.u-button-style.u-text-palette-1-base[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-palette-1-base:active,
a.u-button-style.u-button-style.u-text-palette-1-base[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-palette-1-base.active,
a.u-button-style.u-button-style.u-text-palette-1-base[class*="u-border-"].active {
    color: #387cbd !important;
}
a.u-button-style:hover > .u-text-hover-palette-1-base,
a.u-button-style:hover > .u-text-hover-palette-1-base[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-palette-1-base:hover,
a.u-button-style.u-button-style.u-text-hover-palette-1-base[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-1-base.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-1-base[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-1-base:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-1-base[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-palette-1-base:focus,
a.u-button-style.u-button-style.u-text-hover-palette-1-base[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-1-base:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-1-base[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-1-base.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-1-base[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-palette-1-base,
a.u-button-style.u-button-style.active > .u-text-active-palette-1-base[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-palette-1-base:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-palette-1-base.active,
.u-popupmenu-items.u-text-hover-palette-1-base .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-1-base .u-nav-link.active {
    color: #478ac9 !important;
}
.u-text-palette-1-base .u-svg-link,
.u-text-hover-palette-1-base:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-palette-1-base .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-palette-1-base .u-svg-link,
.u-text-hover-palette-1-base:focus .u-svg-link {
    fill: #478ac9;
}
.u-link.u-text-palette-1-base:hover {
    color: #387cbd !important;
}
a.u-link.u-text-hover-palette-1-base:hover {
    color: #478ac9 !important;
}
.u-text-palette-2-dark-3,
a.u-button-style.u-text-palette-2-dark-3,
a.u-button-style.u-text-palette-2-dark-3[class*="u-border-"] {
    color: #332929 !important;
}
a.u-button-style.u-text-palette-2-dark-3:hover,
a.u-button-style.u-text-palette-2-dark-3[class*="u-border-"]:hover,
a.u-button-style.u-text-palette-2-dark-3:focus,
a.u-button-style.u-text-palette-2-dark-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-palette-2-dark-3:active,
a.u-button-style.u-button-style.u-text-palette-2-dark-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-palette-2-dark-3.active,
a.u-button-style.u-button-style.u-text-palette-2-dark-3[class*="u-border-"].active {
    color: #2e2525 !important;
}
a.u-button-style:hover > .u-text-hover-palette-2-dark-3,
a.u-button-style:hover > .u-text-hover-palette-2-dark-3[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-palette-2-dark-3:hover,
a.u-button-style.u-button-style.u-text-hover-palette-2-dark-3[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-2-dark-3.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-2-dark-3[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-2-dark-3:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-2-dark-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-palette-2-dark-3:focus,
a.u-button-style.u-button-style.u-text-hover-palette-2-dark-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-2-dark-3:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-2-dark-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-2-dark-3.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-2-dark-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-palette-2-dark-3,
a.u-button-style.u-button-style.active > .u-text-active-palette-2-dark-3[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-palette-2-dark-3:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-palette-2-dark-3.active,
.u-popupmenu-items.u-text-hover-palette-2-dark-3 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-2-dark-3 .u-nav-link.active {
    color: #332929 !important;
}
.u-text-palette-2-dark-3 .u-svg-link,
.u-text-hover-palette-2-dark-3:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-palette-2-dark-3 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-palette-2-dark-3 .u-svg-link,
.u-text-hover-palette-2-dark-3:focus .u-svg-link {
    fill: #332929;
}
.u-link.u-text-palette-2-dark-3:hover {
    color: #2e2525 !important;
}
a.u-link.u-text-hover-palette-2-dark-3:hover {
    color: #332929 !important;
}
.u-text-palette-2-dark-2,
a.u-button-style.u-text-palette-2-dark-2,
a.u-button-style.u-text-palette-2-dark-2[class*="u-border-"] {
    color: #6b4748 !important;
}
a.u-button-style.u-text-palette-2-dark-2:hover,
a.u-button-style.u-text-palette-2-dark-2[class*="u-border-"]:hover,
a.u-button-style.u-text-palette-2-dark-2:focus,
a.u-button-style.u-text-palette-2-dark-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-palette-2-dark-2:active,
a.u-button-style.u-button-style.u-text-palette-2-dark-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-palette-2-dark-2.active,
a.u-button-style.u-button-style.u-text-palette-2-dark-2[class*="u-border-"].active {
    color: #604041 !important;
}
a.u-button-style:hover > .u-text-hover-palette-2-dark-2,
a.u-button-style:hover > .u-text-hover-palette-2-dark-2[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-palette-2-dark-2:hover,
a.u-button-style.u-button-style.u-text-hover-palette-2-dark-2[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-2-dark-2.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-2-dark-2[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-2-dark-2:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-2-dark-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-palette-2-dark-2:focus,
a.u-button-style.u-button-style.u-text-hover-palette-2-dark-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-2-dark-2:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-2-dark-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-2-dark-2.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-2-dark-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-palette-2-dark-2,
a.u-button-style.u-button-style.active > .u-text-active-palette-2-dark-2[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-palette-2-dark-2:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-palette-2-dark-2.active,
.u-popupmenu-items.u-text-hover-palette-2-dark-2 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-2-dark-2 .u-nav-link.active {
    color: #6b4748 !important;
}
.u-text-palette-2-dark-2 .u-svg-link,
.u-text-hover-palette-2-dark-2:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-palette-2-dark-2 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-palette-2-dark-2 .u-svg-link,
.u-text-hover-palette-2-dark-2:focus .u-svg-link {
    fill: #6b4748;
}
.u-link.u-text-palette-2-dark-2:hover {
    color: #604041 !important;
}
a.u-link.u-text-hover-palette-2-dark-2:hover {
    color: #6b4748 !important;
}
.u-text-palette-2-dark-1,
a.u-button-style.u-text-palette-2-dark-1,
a.u-button-style.u-text-palette-2-dark-1[class*="u-border-"] {
    color: #a35559 !important;
}
a.u-button-style.u-text-palette-2-dark-1:hover,
a.u-button-style.u-text-palette-2-dark-1[class*="u-border-"]:hover,
a.u-button-style.u-text-palette-2-dark-1:focus,
a.u-button-style.u-text-palette-2-dark-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-palette-2-dark-1:active,
a.u-button-style.u-button-style.u-text-palette-2-dark-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-palette-2-dark-1.active,
a.u-button-style.u-button-style.u-text-palette-2-dark-1[class*="u-border-"].active {
    color: #934c50 !important;
}
a.u-button-style:hover > .u-text-hover-palette-2-dark-1,
a.u-button-style:hover > .u-text-hover-palette-2-dark-1[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-palette-2-dark-1:hover,
a.u-button-style.u-button-style.u-text-hover-palette-2-dark-1[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-2-dark-1.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-2-dark-1[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-2-dark-1:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-2-dark-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-palette-2-dark-1:focus,
a.u-button-style.u-button-style.u-text-hover-palette-2-dark-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-2-dark-1:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-2-dark-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-2-dark-1.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-2-dark-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-palette-2-dark-1,
a.u-button-style.u-button-style.active > .u-text-active-palette-2-dark-1[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-palette-2-dark-1:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-palette-2-dark-1.active,
.u-popupmenu-items.u-text-hover-palette-2-dark-1 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-2-dark-1 .u-nav-link.active {
    color: #a35559 !important;
}
.u-text-palette-2-dark-1 .u-svg-link,
.u-text-hover-palette-2-dark-1:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-palette-2-dark-1 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-palette-2-dark-1 .u-svg-link,
.u-text-hover-palette-2-dark-1:focus .u-svg-link {
    fill: #a35559;
}
.u-link.u-text-palette-2-dark-1:hover {
    color: #934c50 !important;
}
a.u-link.u-text-hover-palette-2-dark-1:hover {
    color: #a35559 !important;
}
.u-text-palette-2,
a.u-button-style.u-text-palette-2,
a.u-button-style.u-text-palette-2[class*="u-border-"] {
    color: #db545a !important;
}
a.u-button-style.u-text-palette-2:hover,
a.u-button-style.u-text-palette-2[class*="u-border-"]:hover,
a.u-button-style.u-text-palette-2:focus,
a.u-button-style.u-text-palette-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-palette-2:active,
a.u-button-style.u-button-style.u-text-palette-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-palette-2.active,
a.u-button-style.u-button-style.u-text-palette-2[class*="u-border-"].active {
    color: #d63b42 !important;
}
a.u-button-style:hover > .u-text-hover-palette-2,
a.u-button-style:hover > .u-text-hover-palette-2[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-palette-2:hover,
a.u-button-style.u-button-style.u-text-hover-palette-2[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-2.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-2[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-2:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-palette-2:focus,
a.u-button-style.u-button-style.u-text-hover-palette-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-2:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-2.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-palette-2,
a.u-button-style.u-button-style.active > .u-text-active-palette-2[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-palette-2:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-palette-2.active,
.u-popupmenu-items.u-text-hover-palette-2 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-2 .u-nav-link.active {
    color: #db545a !important;
}
.u-text-palette-2 .u-svg-link,
.u-text-hover-palette-2:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-palette-2 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-palette-2 .u-svg-link,
.u-text-hover-palette-2:focus .u-svg-link {
    fill: #db545a;
}
.u-link.u-text-palette-2:hover {
    color: #d63b42 !important;
}
a.u-link.u-text-hover-palette-2:hover {
    color: #db545a !important;
}
.u-text-palette-2-light-1,
a.u-button-style.u-text-palette-2-light-1,
a.u-button-style.u-text-palette-2-light-1[class*="u-border-"] {
    color: #e68387 !important;
}
a.u-button-style.u-text-palette-2-light-1:hover,
a.u-button-style.u-text-palette-2-light-1[class*="u-border-"]:hover,
a.u-button-style.u-text-palette-2-light-1:focus,
a.u-button-style.u-text-palette-2-light-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-palette-2-light-1:active,
a.u-button-style.u-button-style.u-text-palette-2-light-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-palette-2-light-1.active,
a.u-button-style.u-button-style.u-text-palette-2-light-1[class*="u-border-"].active {
    color: #e0656a !important;
}
a.u-button-style:hover > .u-text-hover-palette-2-light-1,
a.u-button-style:hover > .u-text-hover-palette-2-light-1[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-palette-2-light-1:hover,
a.u-button-style.u-button-style.u-text-hover-palette-2-light-1[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-2-light-1.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-2-light-1[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-2-light-1:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-2-light-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-palette-2-light-1:focus,
a.u-button-style.u-button-style.u-text-hover-palette-2-light-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-2-light-1:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-2-light-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-2-light-1.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-2-light-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-palette-2-light-1,
a.u-button-style.u-button-style.active > .u-text-active-palette-2-light-1[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-palette-2-light-1:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-palette-2-light-1.active,
.u-popupmenu-items.u-text-hover-palette-2-light-1 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-2-light-1 .u-nav-link.active {
    color: #e68387 !important;
}
.u-text-palette-2-light-1 .u-svg-link,
.u-text-hover-palette-2-light-1:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-palette-2-light-1 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-palette-2-light-1 .u-svg-link,
.u-text-hover-palette-2-light-1:focus .u-svg-link {
    fill: #e68387;
}
.u-link.u-text-palette-2-light-1:hover {
    color: #e0656a !important;
}
a.u-link.u-text-hover-palette-2-light-1:hover {
    color: #e68387 !important;
}
.u-text-palette-2-light-2,
a.u-button-style.u-text-palette-2-light-2,
a.u-button-style.u-text-palette-2-light-2[class*="u-border-"] {
    color: #f1b5b8 !important;
}
a.u-button-style.u-text-palette-2-light-2:hover,
a.u-button-style.u-text-palette-2-light-2[class*="u-border-"]:hover,
a.u-button-style.u-text-palette-2-light-2:focus,
a.u-button-style.u-text-palette-2-light-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-palette-2-light-2:active,
a.u-button-style.u-button-style.u-text-palette-2-light-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-palette-2-light-2.active,
a.u-button-style.u-button-style.u-text-palette-2-light-2[class*="u-border-"].active {
    color: #ea9296 !important;
}
a.u-button-style:hover > .u-text-hover-palette-2-light-2,
a.u-button-style:hover > .u-text-hover-palette-2-light-2[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-palette-2-light-2:hover,
a.u-button-style.u-button-style.u-text-hover-palette-2-light-2[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-2-light-2.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-2-light-2[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-2-light-2:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-2-light-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-palette-2-light-2:focus,
a.u-button-style.u-button-style.u-text-hover-palette-2-light-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-2-light-2:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-2-light-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-2-light-2.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-2-light-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-palette-2-light-2,
a.u-button-style.u-button-style.active > .u-text-active-palette-2-light-2[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-palette-2-light-2:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-palette-2-light-2.active,
.u-popupmenu-items.u-text-hover-palette-2-light-2 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-2-light-2 .u-nav-link.active {
    color: #f1b5b8 !important;
}
.u-text-palette-2-light-2 .u-svg-link,
.u-text-hover-palette-2-light-2:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-palette-2-light-2 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-palette-2-light-2 .u-svg-link,
.u-text-hover-palette-2-light-2:focus .u-svg-link {
    fill: #f1b5b8;
}
.u-link.u-text-palette-2-light-2:hover {
    color: #ea9296 !important;
}
a.u-link.u-text-hover-palette-2-light-2:hover {
    color: #f1b5b8 !important;
}
.u-text-palette-2-light-3,
a.u-button-style.u-text-palette-2-light-3,
a.u-button-style.u-text-palette-2-light-3[class*="u-border-"] {
    color: #fbeced !important;
}
a.u-button-style.u-text-palette-2-light-3:hover,
a.u-button-style.u-text-palette-2-light-3[class*="u-border-"]:hover,
a.u-button-style.u-text-palette-2-light-3:focus,
a.u-button-style.u-text-palette-2-light-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-palette-2-light-3:active,
a.u-button-style.u-button-style.u-text-palette-2-light-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-palette-2-light-3.active,
a.u-button-style.u-button-style.u-text-palette-2-light-3[class*="u-border-"].active {
    color: #f3c4c7 !important;
}
a.u-button-style:hover > .u-text-hover-palette-2-light-3,
a.u-button-style:hover > .u-text-hover-palette-2-light-3[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-palette-2-light-3:hover,
a.u-button-style.u-button-style.u-text-hover-palette-2-light-3[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-2-light-3.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-2-light-3[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-2-light-3:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-2-light-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-palette-2-light-3:focus,
a.u-button-style.u-button-style.u-text-hover-palette-2-light-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-2-light-3:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-2-light-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-2-light-3.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-2-light-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-palette-2-light-3,
a.u-button-style.u-button-style.active > .u-text-active-palette-2-light-3[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-palette-2-light-3:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-palette-2-light-3.active,
.u-popupmenu-items.u-text-hover-palette-2-light-3 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-2-light-3 .u-nav-link.active {
    color: #fbeced !important;
}
.u-text-palette-2-light-3 .u-svg-link,
.u-text-hover-palette-2-light-3:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-palette-2-light-3 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-palette-2-light-3 .u-svg-link,
.u-text-hover-palette-2-light-3:focus .u-svg-link {
    fill: #fbeced;
}
.u-link.u-text-palette-2-light-3:hover {
    color: #f3c4c7 !important;
}
a.u-link.u-text-hover-palette-2-light-3:hover {
    color: #fbeced !important;
}
.u-text-palette-2-base,
a.u-button-style.u-text-palette-2-base,
a.u-button-style.u-text-palette-2-base[class*="u-border-"] {
    color: #db545a !important;
}
a.u-button-style.u-text-palette-2-base:hover,
a.u-button-style.u-text-palette-2-base[class*="u-border-"]:hover,
a.u-button-style.u-text-palette-2-base:focus,
a.u-button-style.u-text-palette-2-base[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-palette-2-base:active,
a.u-button-style.u-button-style.u-text-palette-2-base[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-palette-2-base.active,
a.u-button-style.u-button-style.u-text-palette-2-base[class*="u-border-"].active {
    color: #d63b42 !important;
}
a.u-button-style:hover > .u-text-hover-palette-2-base,
a.u-button-style:hover > .u-text-hover-palette-2-base[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-palette-2-base:hover,
a.u-button-style.u-button-style.u-text-hover-palette-2-base[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-2-base.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-2-base[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-2-base:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-2-base[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-palette-2-base:focus,
a.u-button-style.u-button-style.u-text-hover-palette-2-base[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-2-base:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-2-base[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-2-base.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-2-base[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-palette-2-base,
a.u-button-style.u-button-style.active > .u-text-active-palette-2-base[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-palette-2-base:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-palette-2-base.active,
.u-popupmenu-items.u-text-hover-palette-2-base .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-2-base .u-nav-link.active {
    color: #db545a !important;
}
.u-text-palette-2-base .u-svg-link,
.u-text-hover-palette-2-base:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-palette-2-base .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-palette-2-base .u-svg-link,
.u-text-hover-palette-2-base:focus .u-svg-link {
    fill: #db545a;
}
.u-link.u-text-palette-2-base:hover {
    color: #d63b42 !important;
}
a.u-link.u-text-hover-palette-2-base:hover {
    color: #db545a !important;
}
.u-text-palette-3-dark-3,
a.u-button-style.u-text-palette-3-dark-3,
a.u-button-style.u-text-palette-3-dark-3[class*="u-border-"] {
    color: #333129 !important;
}
a.u-button-style.u-text-palette-3-dark-3:hover,
a.u-button-style.u-text-palette-3-dark-3[class*="u-border-"]:hover,
a.u-button-style.u-text-palette-3-dark-3:focus,
a.u-button-style.u-text-palette-3-dark-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-palette-3-dark-3:active,
a.u-button-style.u-button-style.u-text-palette-3-dark-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-palette-3-dark-3.active,
a.u-button-style.u-button-style.u-text-palette-3-dark-3[class*="u-border-"].active {
    color: #2e2c25 !important;
}
a.u-button-style:hover > .u-text-hover-palette-3-dark-3,
a.u-button-style:hover > .u-text-hover-palette-3-dark-3[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-palette-3-dark-3:hover,
a.u-button-style.u-button-style.u-text-hover-palette-3-dark-3[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-3-dark-3.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-3-dark-3[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-3-dark-3:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-3-dark-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-palette-3-dark-3:focus,
a.u-button-style.u-button-style.u-text-hover-palette-3-dark-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-3-dark-3:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-3-dark-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-3-dark-3.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-3-dark-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-palette-3-dark-3,
a.u-button-style.u-button-style.active > .u-text-active-palette-3-dark-3[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-palette-3-dark-3:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-palette-3-dark-3.active,
.u-popupmenu-items.u-text-hover-palette-3-dark-3 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-3-dark-3 .u-nav-link.active {
    color: #333129 !important;
}
.u-text-palette-3-dark-3 .u-svg-link,
.u-text-hover-palette-3-dark-3:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-palette-3-dark-3 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-palette-3-dark-3 .u-svg-link,
.u-text-hover-palette-3-dark-3:focus .u-svg-link {
    fill: #333129;
}
.u-link.u-text-palette-3-dark-3:hover {
    color: #2e2c25 !important;
}
a.u-link.u-text-hover-palette-3-dark-3:hover {
    color: #333129 !important;
}
.u-text-palette-3-dark-2,
a.u-button-style.u-text-palette-3-dark-2,
a.u-button-style.u-text-palette-3-dark-2[class*="u-border-"] {
    color: #72683f !important;
}
a.u-button-style.u-text-palette-3-dark-2:hover,
a.u-button-style.u-text-palette-3-dark-2[class*="u-border-"]:hover,
a.u-button-style.u-text-palette-3-dark-2:focus,
a.u-button-style.u-text-palette-3-dark-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-palette-3-dark-2:active,
a.u-button-style.u-button-style.u-text-palette-3-dark-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-palette-3-dark-2.active,
a.u-button-style.u-button-style.u-text-palette-3-dark-2[class*="u-border-"].active {
    color: #675e39 !important;
}
a.u-button-style:hover > .u-text-hover-palette-3-dark-2,
a.u-button-style:hover > .u-text-hover-palette-3-dark-2[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-palette-3-dark-2:hover,
a.u-button-style.u-button-style.u-text-hover-palette-3-dark-2[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-3-dark-2.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-3-dark-2[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-3-dark-2:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-3-dark-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-palette-3-dark-2:focus,
a.u-button-style.u-button-style.u-text-hover-palette-3-dark-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-3-dark-2:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-3-dark-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-3-dark-2.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-3-dark-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-palette-3-dark-2,
a.u-button-style.u-button-style.active > .u-text-active-palette-3-dark-2[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-palette-3-dark-2:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-palette-3-dark-2.active,
.u-popupmenu-items.u-text-hover-palette-3-dark-2 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-3-dark-2 .u-nav-link.active {
    color: #72683f !important;
}
.u-text-palette-3-dark-2 .u-svg-link,
.u-text-hover-palette-3-dark-2:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-palette-3-dark-2 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-palette-3-dark-2 .u-svg-link,
.u-text-hover-palette-3-dark-2:focus .u-svg-link {
    fill: #72683f;
}
.u-link.u-text-palette-3-dark-2:hover {
    color: #675e39 !important;
}
a.u-link.u-text-hover-palette-3-dark-2:hover {
    color: #72683f !important;
}
.u-text-palette-3-dark-1,
a.u-button-style.u-text-palette-3-dark-1,
a.u-button-style.u-text-palette-3-dark-1[class*="u-border-"] {
    color: #b29a36 !important;
}
a.u-button-style.u-text-palette-3-dark-1:hover,
a.u-button-style.u-text-palette-3-dark-1[class*="u-border-"]:hover,
a.u-button-style.u-text-palette-3-dark-1:focus,
a.u-button-style.u-text-palette-3-dark-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-palette-3-dark-1:active,
a.u-button-style.u-button-style.u-text-palette-3-dark-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-palette-3-dark-1.active,
a.u-button-style.u-button-style.u-text-palette-3-dark-1[class*="u-border-"].active {
    color: #a08b31 !important;
}
a.u-button-style:hover > .u-text-hover-palette-3-dark-1,
a.u-button-style:hover > .u-text-hover-palette-3-dark-1[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-palette-3-dark-1:hover,
a.u-button-style.u-button-style.u-text-hover-palette-3-dark-1[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-3-dark-1.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-3-dark-1[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-3-dark-1:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-3-dark-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-palette-3-dark-1:focus,
a.u-button-style.u-button-style.u-text-hover-palette-3-dark-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-3-dark-1:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-3-dark-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-3-dark-1.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-3-dark-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-palette-3-dark-1,
a.u-button-style.u-button-style.active > .u-text-active-palette-3-dark-1[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-palette-3-dark-1:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-palette-3-dark-1.active,
.u-popupmenu-items.u-text-hover-palette-3-dark-1 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-3-dark-1 .u-nav-link.active {
    color: #b29a36 !important;
}
.u-text-palette-3-dark-1 .u-svg-link,
.u-text-hover-palette-3-dark-1:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-palette-3-dark-1 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-palette-3-dark-1 .u-svg-link,
.u-text-hover-palette-3-dark-1:focus .u-svg-link {
    fill: #b29a36;
}
.u-link.u-text-palette-3-dark-1:hover {
    color: #a08b31 !important;
}
a.u-link.u-text-hover-palette-3-dark-1:hover {
    color: #b29a36 !important;
}
.u-text-palette-3,
a.u-button-style.u-text-palette-3,
a.u-button-style.u-text-palette-3[class*="u-border-"] {
    color: #f1c50e !important;
}
a.u-button-style.u-text-palette-3:hover,
a.u-button-style.u-text-palette-3[class*="u-border-"]:hover,
a.u-button-style.u-text-palette-3:focus,
a.u-button-style.u-text-palette-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-palette-3:active,
a.u-button-style.u-button-style.u-text-palette-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-palette-3.active,
a.u-button-style.u-button-style.u-text-palette-3[class*="u-border-"].active {
    color: #d9b10d !important;
}
a.u-button-style:hover > .u-text-hover-palette-3,
a.u-button-style:hover > .u-text-hover-palette-3[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-palette-3:hover,
a.u-button-style.u-button-style.u-text-hover-palette-3[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-3.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-3[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-3:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-palette-3:focus,
a.u-button-style.u-button-style.u-text-hover-palette-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-3:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-3.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-palette-3,
a.u-button-style.u-button-style.active > .u-text-active-palette-3[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-palette-3:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-palette-3.active,
.u-popupmenu-items.u-text-hover-palette-3 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-3 .u-nav-link.active {
    color: #f1c50e !important;
}
.u-text-palette-3 .u-svg-link,
.u-text-hover-palette-3:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-palette-3 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-palette-3 .u-svg-link,
.u-text-hover-palette-3:focus .u-svg-link {
    fill: #f1c50e;
}
.u-link.u-text-palette-3:hover {
    color: #d9b10d !important;
}
a.u-link.u-text-hover-palette-3:hover {
    color: #f1c50e !important;
}
.u-text-palette-3-light-1,
a.u-button-style.u-text-palette-3-light-1,
a.u-button-style.u-text-palette-3-light-1[class*="u-border-"] {
    color: #f5d654 !important;
}
a.u-button-style.u-text-palette-3-light-1:hover,
a.u-button-style.u-text-palette-3-light-1[class*="u-border-"]:hover,
a.u-button-style.u-text-palette-3-light-1:focus,
a.u-button-style.u-text-palette-3-light-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-palette-3-light-1:active,
a.u-button-style.u-button-style.u-text-palette-3-light-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-palette-3-light-1.active,
a.u-button-style.u-button-style.u-text-palette-3-light-1[class*="u-border-"].active {
    color: #f3cf35 !important;
}
a.u-button-style:hover > .u-text-hover-palette-3-light-1,
a.u-button-style:hover > .u-text-hover-palette-3-light-1[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-palette-3-light-1:hover,
a.u-button-style.u-button-style.u-text-hover-palette-3-light-1[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-3-light-1.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-3-light-1[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-3-light-1:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-3-light-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-palette-3-light-1:focus,
a.u-button-style.u-button-style.u-text-hover-palette-3-light-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-3-light-1:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-3-light-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-3-light-1.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-3-light-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-palette-3-light-1,
a.u-button-style.u-button-style.active > .u-text-active-palette-3-light-1[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-palette-3-light-1:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-palette-3-light-1.active,
.u-popupmenu-items.u-text-hover-palette-3-light-1 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-3-light-1 .u-nav-link.active {
    color: #f5d654 !important;
}
.u-text-palette-3-light-1 .u-svg-link,
.u-text-hover-palette-3-light-1:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-palette-3-light-1 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-palette-3-light-1 .u-svg-link,
.u-text-hover-palette-3-light-1:focus .u-svg-link {
    fill: #f5d654;
}
.u-link.u-text-palette-3-light-1:hover {
    color: #f3cf35 !important;
}
a.u-link.u-text-hover-palette-3-light-1:hover {
    color: #f5d654 !important;
}
.u-text-palette-3-light-2,
a.u-button-style.u-text-palette-3-light-2,
a.u-button-style.u-text-palette-3-light-2[class*="u-border-"] {
    color: #f9e79b !important;
}
a.u-button-style.u-text-palette-3-light-2:hover,
a.u-button-style.u-text-palette-3-light-2[class*="u-border-"]:hover,
a.u-button-style.u-text-palette-3-light-2:focus,
a.u-button-style.u-text-palette-3-light-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-palette-3-light-2:active,
a.u-button-style.u-button-style.u-text-palette-3-light-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-palette-3-light-2.active,
a.u-button-style.u-button-style.u-text-palette-3-light-2[class*="u-border-"].active {
    color: #f7de75 !important;
}
a.u-button-style:hover > .u-text-hover-palette-3-light-2,
a.u-button-style:hover > .u-text-hover-palette-3-light-2[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-palette-3-light-2:hover,
a.u-button-style.u-button-style.u-text-hover-palette-3-light-2[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-3-light-2.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-3-light-2[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-3-light-2:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-3-light-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-palette-3-light-2:focus,
a.u-button-style.u-button-style.u-text-hover-palette-3-light-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-3-light-2:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-3-light-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-3-light-2.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-3-light-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-palette-3-light-2,
a.u-button-style.u-button-style.active > .u-text-active-palette-3-light-2[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-palette-3-light-2:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-palette-3-light-2.active,
.u-popupmenu-items.u-text-hover-palette-3-light-2 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-3-light-2 .u-nav-link.active {
    color: #f9e79b !important;
}
.u-text-palette-3-light-2 .u-svg-link,
.u-text-hover-palette-3-light-2:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-palette-3-light-2 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-palette-3-light-2 .u-svg-link,
.u-text-hover-palette-3-light-2:focus .u-svg-link {
    fill: #f9e79b;
}
.u-link.u-text-palette-3-light-2:hover {
    color: #f7de75 !important;
}
a.u-link.u-text-hover-palette-3-light-2:hover {
    color: #f9e79b !important;
}
.u-text-palette-3-light-3,
a.u-button-style.u-text-palette-3-light-3,
a.u-button-style.u-text-palette-3-light-3[class*="u-border-"] {
    color: #fef9e6 !important;
}
a.u-button-style.u-text-palette-3-light-3:hover,
a.u-button-style.u-text-palette-3-light-3[class*="u-border-"]:hover,
a.u-button-style.u-text-palette-3-light-3:focus,
a.u-button-style.u-text-palette-3-light-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-palette-3-light-3:active,
a.u-button-style.u-button-style.u-text-palette-3-light-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-palette-3-light-3.active,
a.u-button-style.u-button-style.u-text-palette-3-light-3[class*="u-border-"].active {
    color: #fceeb7 !important;
}
a.u-button-style:hover > .u-text-hover-palette-3-light-3,
a.u-button-style:hover > .u-text-hover-palette-3-light-3[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-palette-3-light-3:hover,
a.u-button-style.u-button-style.u-text-hover-palette-3-light-3[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-3-light-3.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-3-light-3[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-3-light-3:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-3-light-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-palette-3-light-3:focus,
a.u-button-style.u-button-style.u-text-hover-palette-3-light-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-3-light-3:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-3-light-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-3-light-3.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-3-light-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-palette-3-light-3,
a.u-button-style.u-button-style.active > .u-text-active-palette-3-light-3[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-palette-3-light-3:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-palette-3-light-3.active,
.u-popupmenu-items.u-text-hover-palette-3-light-3 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-3-light-3 .u-nav-link.active {
    color: #fef9e6 !important;
}
.u-text-palette-3-light-3 .u-svg-link,
.u-text-hover-palette-3-light-3:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-palette-3-light-3 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-palette-3-light-3 .u-svg-link,
.u-text-hover-palette-3-light-3:focus .u-svg-link {
    fill: #fef9e6;
}
.u-link.u-text-palette-3-light-3:hover {
    color: #fceeb7 !important;
}
a.u-link.u-text-hover-palette-3-light-3:hover {
    color: #fef9e6 !important;
}
.u-text-palette-3-base,
a.u-button-style.u-text-palette-3-base,
a.u-button-style.u-text-palette-3-base[class*="u-border-"] {
    color: #f1c50e !important;
}
a.u-button-style.u-text-palette-3-base:hover,
a.u-button-style.u-text-palette-3-base[class*="u-border-"]:hover,
a.u-button-style.u-text-palette-3-base:focus,
a.u-button-style.u-text-palette-3-base[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-palette-3-base:active,
a.u-button-style.u-button-style.u-text-palette-3-base[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-palette-3-base.active,
a.u-button-style.u-button-style.u-text-palette-3-base[class*="u-border-"].active {
    color: #d9b10d !important;
}
a.u-button-style:hover > .u-text-hover-palette-3-base,
a.u-button-style:hover > .u-text-hover-palette-3-base[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-palette-3-base:hover,
a.u-button-style.u-button-style.u-text-hover-palette-3-base[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-3-base.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-3-base[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-3-base:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-3-base[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-palette-3-base:focus,
a.u-button-style.u-button-style.u-text-hover-palette-3-base[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-3-base:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-3-base[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-3-base.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-3-base[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-palette-3-base,
a.u-button-style.u-button-style.active > .u-text-active-palette-3-base[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-palette-3-base:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-palette-3-base.active,
.u-popupmenu-items.u-text-hover-palette-3-base .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-3-base .u-nav-link.active {
    color: #f1c50e !important;
}
.u-text-palette-3-base .u-svg-link,
.u-text-hover-palette-3-base:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-palette-3-base .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-palette-3-base .u-svg-link,
.u-text-hover-palette-3-base:focus .u-svg-link {
    fill: #f1c50e;
}
.u-link.u-text-palette-3-base:hover {
    color: #d9b10d !important;
}
a.u-link.u-text-hover-palette-3-base:hover {
    color: #f1c50e !important;
}
.u-text-palette-4-dark-3,
a.u-button-style.u-text-palette-4-dark-3,
a.u-button-style.u-text-palette-4-dark-3[class*="u-border-"] {
    color: #293332 !important;
}
a.u-button-style.u-text-palette-4-dark-3:hover,
a.u-button-style.u-text-palette-4-dark-3[class*="u-border-"]:hover,
a.u-button-style.u-text-palette-4-dark-3:focus,
a.u-button-style.u-text-palette-4-dark-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-palette-4-dark-3:active,
a.u-button-style.u-button-style.u-text-palette-4-dark-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-palette-4-dark-3.active,
a.u-button-style.u-button-style.u-text-palette-4-dark-3[class*="u-border-"].active {
    color: #252e2d !important;
}
a.u-button-style:hover > .u-text-hover-palette-4-dark-3,
a.u-button-style:hover > .u-text-hover-palette-4-dark-3[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-palette-4-dark-3:hover,
a.u-button-style.u-button-style.u-text-hover-palette-4-dark-3[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-4-dark-3.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-4-dark-3[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-4-dark-3:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-4-dark-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-palette-4-dark-3:focus,
a.u-button-style.u-button-style.u-text-hover-palette-4-dark-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-4-dark-3:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-4-dark-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-4-dark-3.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-4-dark-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-palette-4-dark-3,
a.u-button-style.u-button-style.active > .u-text-active-palette-4-dark-3[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-palette-4-dark-3:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-palette-4-dark-3.active,
.u-popupmenu-items.u-text-hover-palette-4-dark-3 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-4-dark-3 .u-nav-link.active {
    color: #293332 !important;
}
.u-text-palette-4-dark-3 .u-svg-link,
.u-text-hover-palette-4-dark-3:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-palette-4-dark-3 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-palette-4-dark-3 .u-svg-link,
.u-text-hover-palette-4-dark-3:focus .u-svg-link {
    fill: #293332;
}
.u-link.u-text-palette-4-dark-3:hover {
    color: #252e2d !important;
}
a.u-link.u-text-hover-palette-4-dark-3:hover {
    color: #293332 !important;
}
.u-text-palette-4-dark-2,
a.u-button-style.u-text-palette-4-dark-2,
a.u-button-style.u-text-palette-4-dark-2[class*="u-border-"] {
    color: #41807c !important;
}
a.u-button-style.u-text-palette-4-dark-2:hover,
a.u-button-style.u-text-palette-4-dark-2[class*="u-border-"]:hover,
a.u-button-style.u-text-palette-4-dark-2:focus,
a.u-button-style.u-text-palette-4-dark-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-palette-4-dark-2:active,
a.u-button-style.u-button-style.u-text-palette-4-dark-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-palette-4-dark-2.active,
a.u-button-style.u-button-style.u-text-palette-4-dark-2[class*="u-border-"].active {
    color: #3a7370 !important;
}
a.u-button-style:hover > .u-text-hover-palette-4-dark-2,
a.u-button-style:hover > .u-text-hover-palette-4-dark-2[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-palette-4-dark-2:hover,
a.u-button-style.u-button-style.u-text-hover-palette-4-dark-2[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-4-dark-2.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-4-dark-2[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-4-dark-2:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-4-dark-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-palette-4-dark-2:focus,
a.u-button-style.u-button-style.u-text-hover-palette-4-dark-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-4-dark-2:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-4-dark-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-4-dark-2.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-4-dark-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-palette-4-dark-2,
a.u-button-style.u-button-style.active > .u-text-active-palette-4-dark-2[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-palette-4-dark-2:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-palette-4-dark-2.active,
.u-popupmenu-items.u-text-hover-palette-4-dark-2 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-4-dark-2 .u-nav-link.active {
    color: #41807c !important;
}
.u-text-palette-4-dark-2 .u-svg-link,
.u-text-hover-palette-4-dark-2:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-palette-4-dark-2 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-palette-4-dark-2 .u-svg-link,
.u-text-hover-palette-4-dark-2:focus .u-svg-link {
    fill: #41807c;
}
.u-link.u-text-palette-4-dark-2:hover {
    color: #3a7370 !important;
}
a.u-link.u-text-hover-palette-4-dark-2:hover {
    color: #41807c !important;
}
.u-text-palette-4-dark-1,
a.u-button-style.u-text-palette-4-dark-1,
a.u-button-style.u-text-palette-4-dark-1[class*="u-border-"] {
    color: #2cccc4 !important;
}
a.u-button-style.u-text-palette-4-dark-1:hover,
a.u-button-style.u-text-palette-4-dark-1[class*="u-border-"]:hover,
a.u-button-style.u-text-palette-4-dark-1:focus,
a.u-button-style.u-text-palette-4-dark-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-palette-4-dark-1:active,
a.u-button-style.u-button-style.u-text-palette-4-dark-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-palette-4-dark-1.active,
a.u-button-style.u-button-style.u-text-palette-4-dark-1[class*="u-border-"].active {
    color: #28b8b0 !important;
}
a.u-button-style:hover > .u-text-hover-palette-4-dark-1,
a.u-button-style:hover > .u-text-hover-palette-4-dark-1[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-palette-4-dark-1:hover,
a.u-button-style.u-button-style.u-text-hover-palette-4-dark-1[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-4-dark-1.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-4-dark-1[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-4-dark-1:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-4-dark-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-palette-4-dark-1:focus,
a.u-button-style.u-button-style.u-text-hover-palette-4-dark-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-4-dark-1:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-4-dark-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-4-dark-1.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-4-dark-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-palette-4-dark-1,
a.u-button-style.u-button-style.active > .u-text-active-palette-4-dark-1[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-palette-4-dark-1:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-palette-4-dark-1.active,
.u-popupmenu-items.u-text-hover-palette-4-dark-1 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-4-dark-1 .u-nav-link.active {
    color: #2cccc4 !important;
}
.u-text-palette-4-dark-1 .u-svg-link,
.u-text-hover-palette-4-dark-1:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-palette-4-dark-1 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-palette-4-dark-1 .u-svg-link,
.u-text-hover-palette-4-dark-1:focus .u-svg-link {
    fill: #2cccc4;
}
.u-link.u-text-palette-4-dark-1:hover {
    color: #28b8b0 !important;
}
a.u-link.u-text-hover-palette-4-dark-1:hover {
    color: #2cccc4 !important;
}
.u-text-palette-4,
a.u-button-style.u-text-palette-4,
a.u-button-style.u-text-palette-4[class*="u-border-"] {
    color: #3be8e0 !important;
}
a.u-button-style.u-text-palette-4:hover,
a.u-button-style.u-text-palette-4[class*="u-border-"]:hover,
a.u-button-style.u-text-palette-4:focus,
a.u-button-style.u-text-palette-4[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-palette-4:active,
a.u-button-style.u-button-style.u-text-palette-4[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-palette-4.active,
a.u-button-style.u-button-style.u-text-palette-4[class*="u-border-"].active {
    color: #21e5dc !important;
}
a.u-button-style:hover > .u-text-hover-palette-4,
a.u-button-style:hover > .u-text-hover-palette-4[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-palette-4:hover,
a.u-button-style.u-button-style.u-text-hover-palette-4[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-4.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-4[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-4:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-4[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-palette-4:focus,
a.u-button-style.u-button-style.u-text-hover-palette-4[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-4:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-4[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-4.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-4[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-palette-4,
a.u-button-style.u-button-style.active > .u-text-active-palette-4[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-palette-4:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-palette-4.active,
.u-popupmenu-items.u-text-hover-palette-4 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-4 .u-nav-link.active {
    color: #3be8e0 !important;
}
.u-text-palette-4 .u-svg-link,
.u-text-hover-palette-4:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-palette-4 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-palette-4 .u-svg-link,
.u-text-hover-palette-4:focus .u-svg-link {
    fill: #3be8e0;
}
.u-link.u-text-palette-4:hover {
    color: #21e5dc !important;
}
a.u-link.u-text-hover-palette-4:hover {
    color: #3be8e0 !important;
}
.u-text-palette-4-light-1,
a.u-button-style.u-text-palette-4-light-1,
a.u-button-style.u-text-palette-4-light-1[class*="u-border-"] {
    color: #72efe9 !important;
}
a.u-button-style.u-text-palette-4-light-1:hover,
a.u-button-style.u-text-palette-4-light-1[class*="u-border-"]:hover,
a.u-button-style.u-text-palette-4-light-1:focus,
a.u-button-style.u-text-palette-4-light-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-palette-4-light-1:active,
a.u-button-style.u-button-style.u-text-palette-4-light-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-palette-4-light-1.active,
a.u-button-style.u-button-style.u-text-palette-4-light-1[class*="u-border-"].active {
    color: #52ebe4 !important;
}
a.u-button-style:hover > .u-text-hover-palette-4-light-1,
a.u-button-style:hover > .u-text-hover-palette-4-light-1[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-palette-4-light-1:hover,
a.u-button-style.u-button-style.u-text-hover-palette-4-light-1[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-4-light-1.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-4-light-1[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-4-light-1:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-4-light-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-palette-4-light-1:focus,
a.u-button-style.u-button-style.u-text-hover-palette-4-light-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-4-light-1:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-4-light-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-4-light-1.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-4-light-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-palette-4-light-1,
a.u-button-style.u-button-style.active > .u-text-active-palette-4-light-1[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-palette-4-light-1:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-palette-4-light-1.active,
.u-popupmenu-items.u-text-hover-palette-4-light-1 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-4-light-1 .u-nav-link.active {
    color: #72efe9 !important;
}
.u-text-palette-4-light-1 .u-svg-link,
.u-text-hover-palette-4-light-1:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-palette-4-light-1 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-palette-4-light-1 .u-svg-link,
.u-text-hover-palette-4-light-1:focus .u-svg-link {
    fill: #72efe9;
}
.u-link.u-text-palette-4-light-1:hover {
    color: #52ebe4 !important;
}
a.u-link.u-text-hover-palette-4-light-1:hover {
    color: #72efe9 !important;
}
.u-text-palette-4-light-2,
a.u-button-style.u-text-palette-4-light-2,
a.u-button-style.u-text-palette-4-light-2[class*="u-border-"] {
    color: #adf6f2 !important;
}
a.u-button-style.u-text-palette-4-light-2:hover,
a.u-button-style.u-text-palette-4-light-2[class*="u-border-"]:hover,
a.u-button-style.u-text-palette-4-light-2:focus,
a.u-button-style.u-text-palette-4-light-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-palette-4-light-2:active,
a.u-button-style.u-button-style.u-text-palette-4-light-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-palette-4-light-2.active,
a.u-button-style.u-button-style.u-text-palette-4-light-2[class*="u-border-"].active {
    color: #87f2ec !important;
}
a.u-button-style:hover > .u-text-hover-palette-4-light-2,
a.u-button-style:hover > .u-text-hover-palette-4-light-2[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-palette-4-light-2:hover,
a.u-button-style.u-button-style.u-text-hover-palette-4-light-2[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-4-light-2.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-4-light-2[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-4-light-2:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-4-light-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-palette-4-light-2:focus,
a.u-button-style.u-button-style.u-text-hover-palette-4-light-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-4-light-2:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-4-light-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-4-light-2.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-4-light-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-palette-4-light-2,
a.u-button-style.u-button-style.active > .u-text-active-palette-4-light-2[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-palette-4-light-2:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-palette-4-light-2.active,
.u-popupmenu-items.u-text-hover-palette-4-light-2 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-4-light-2 .u-nav-link.active {
    color: #adf6f2 !important;
}
.u-text-palette-4-light-2 .u-svg-link,
.u-text-hover-palette-4-light-2:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-palette-4-light-2 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-palette-4-light-2 .u-svg-link,
.u-text-hover-palette-4-light-2:focus .u-svg-link {
    fill: #adf6f2;
}
.u-link.u-text-palette-4-light-2:hover {
    color: #87f2ec !important;
}
a.u-link.u-text-hover-palette-4-light-2:hover {
    color: #adf6f2 !important;
}
.u-text-palette-4-light-3,
a.u-button-style.u-text-palette-4-light-3,
a.u-button-style.u-text-palette-4-light-3[class*="u-border-"] {
    color: #eafdfc !important;
}
a.u-button-style.u-text-palette-4-light-3:hover,
a.u-button-style.u-text-palette-4-light-3[class*="u-border-"]:hover,
a.u-button-style.u-text-palette-4-light-3:focus,
a.u-button-style.u-text-palette-4-light-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-palette-4-light-3:active,
a.u-button-style.u-button-style.u-text-palette-4-light-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-palette-4-light-3.active,
a.u-button-style.u-button-style.u-text-palette-4-light-3[class*="u-border-"].active {
    color: #bef9f6 !important;
}
a.u-button-style:hover > .u-text-hover-palette-4-light-3,
a.u-button-style:hover > .u-text-hover-palette-4-light-3[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-palette-4-light-3:hover,
a.u-button-style.u-button-style.u-text-hover-palette-4-light-3[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-4-light-3.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-4-light-3[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-4-light-3:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-4-light-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-palette-4-light-3:focus,
a.u-button-style.u-button-style.u-text-hover-palette-4-light-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-4-light-3:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-4-light-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-4-light-3.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-4-light-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-palette-4-light-3,
a.u-button-style.u-button-style.active > .u-text-active-palette-4-light-3[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-palette-4-light-3:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-palette-4-light-3.active,
.u-popupmenu-items.u-text-hover-palette-4-light-3 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-4-light-3 .u-nav-link.active {
    color: #eafdfc !important;
}
.u-text-palette-4-light-3 .u-svg-link,
.u-text-hover-palette-4-light-3:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-palette-4-light-3 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-palette-4-light-3 .u-svg-link,
.u-text-hover-palette-4-light-3:focus .u-svg-link {
    fill: #eafdfc;
}
.u-link.u-text-palette-4-light-3:hover {
    color: #bef9f6 !important;
}
a.u-link.u-text-hover-palette-4-light-3:hover {
    color: #eafdfc !important;
}
.u-text-palette-4-base,
a.u-button-style.u-text-palette-4-base,
a.u-button-style.u-text-palette-4-base[class*="u-border-"] {
    color: #2cccc4 !important;
}
a.u-button-style.u-text-palette-4-base:hover,
a.u-button-style.u-text-palette-4-base[class*="u-border-"]:hover,
a.u-button-style.u-text-palette-4-base:focus,
a.u-button-style.u-text-palette-4-base[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-palette-4-base:active,
a.u-button-style.u-button-style.u-text-palette-4-base[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-palette-4-base.active,
a.u-button-style.u-button-style.u-text-palette-4-base[class*="u-border-"].active {
    color: #28b8b0 !important;
}
a.u-button-style:hover > .u-text-hover-palette-4-base,
a.u-button-style:hover > .u-text-hover-palette-4-base[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-palette-4-base:hover,
a.u-button-style.u-button-style.u-text-hover-palette-4-base[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-4-base.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-4-base[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-4-base:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-4-base[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-palette-4-base:focus,
a.u-button-style.u-button-style.u-text-hover-palette-4-base[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-4-base:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-4-base[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-4-base.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-4-base[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-palette-4-base,
a.u-button-style.u-button-style.active > .u-text-active-palette-4-base[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-palette-4-base:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-palette-4-base.active,
.u-popupmenu-items.u-text-hover-palette-4-base .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-4-base .u-nav-link.active {
    color: #2cccc4 !important;
}
.u-text-palette-4-base .u-svg-link,
.u-text-hover-palette-4-base:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-palette-4-base .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-palette-4-base .u-svg-link,
.u-text-hover-palette-4-base:focus .u-svg-link {
    fill: #2cccc4;
}
.u-link.u-text-palette-4-base:hover {
    color: #28b8b0 !important;
}
a.u-link.u-text-hover-palette-4-base:hover {
    color: #2cccc4 !important;
}
.u-text-palette-5-dark-3,
a.u-button-style.u-text-palette-5-dark-3,
a.u-button-style.u-text-palette-5-dark-3[class*="u-border-"] {
    color: #292d33 !important;
}
a.u-button-style.u-text-palette-5-dark-3:hover,
a.u-button-style.u-text-palette-5-dark-3[class*="u-border-"]:hover,
a.u-button-style.u-text-palette-5-dark-3:focus,
a.u-button-style.u-text-palette-5-dark-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-palette-5-dark-3:active,
a.u-button-style.u-button-style.u-text-palette-5-dark-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-palette-5-dark-3.active,
a.u-button-style.u-button-style.u-text-palette-5-dark-3[class*="u-border-"].active {
    color: #25292e !important;
}
a.u-button-style:hover > .u-text-hover-palette-5-dark-3,
a.u-button-style:hover > .u-text-hover-palette-5-dark-3[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-palette-5-dark-3:hover,
a.u-button-style.u-button-style.u-text-hover-palette-5-dark-3[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-5-dark-3.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-5-dark-3[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-5-dark-3:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-5-dark-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-palette-5-dark-3:focus,
a.u-button-style.u-button-style.u-text-hover-palette-5-dark-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-5-dark-3:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-5-dark-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-5-dark-3.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-5-dark-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-palette-5-dark-3,
a.u-button-style.u-button-style.active > .u-text-active-palette-5-dark-3[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-palette-5-dark-3:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-palette-5-dark-3.active,
.u-popupmenu-items.u-text-hover-palette-5-dark-3 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-5-dark-3 .u-nav-link.active {
    color: #292d33 !important;
}
.u-text-palette-5-dark-3 .u-svg-link,
.u-text-hover-palette-5-dark-3:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-palette-5-dark-3 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-palette-5-dark-3 .u-svg-link,
.u-text-hover-palette-5-dark-3:focus .u-svg-link {
    fill: #292d33;
}
.u-link.u-text-palette-5-dark-3:hover {
    color: #25292e !important;
}
a.u-link.u-text-hover-palette-5-dark-3:hover {
    color: #292d33 !important;
}
.u-text-palette-5-dark-2,
a.u-button-style.u-text-palette-5-dark-2,
a.u-button-style.u-text-palette-5-dark-2[class*="u-border-"] {
    color: #555c66 !important;
}
a.u-button-style.u-text-palette-5-dark-2:hover,
a.u-button-style.u-text-palette-5-dark-2[class*="u-border-"]:hover,
a.u-button-style.u-text-palette-5-dark-2:focus,
a.u-button-style.u-text-palette-5-dark-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-palette-5-dark-2:active,
a.u-button-style.u-button-style.u-text-palette-5-dark-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-palette-5-dark-2.active,
a.u-button-style.u-button-style.u-text-palette-5-dark-2[class*="u-border-"].active {
    color: #4d535c !important;
}
a.u-button-style:hover > .u-text-hover-palette-5-dark-2,
a.u-button-style:hover > .u-text-hover-palette-5-dark-2[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-palette-5-dark-2:hover,
a.u-button-style.u-button-style.u-text-hover-palette-5-dark-2[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-5-dark-2.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-5-dark-2[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-5-dark-2:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-5-dark-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-palette-5-dark-2:focus,
a.u-button-style.u-button-style.u-text-hover-palette-5-dark-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-5-dark-2:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-5-dark-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-5-dark-2.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-5-dark-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-palette-5-dark-2,
a.u-button-style.u-button-style.active > .u-text-active-palette-5-dark-2[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-palette-5-dark-2:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-palette-5-dark-2.active,
.u-popupmenu-items.u-text-hover-palette-5-dark-2 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-5-dark-2 .u-nav-link.active {
    color: #555c66 !important;
}
.u-text-palette-5-dark-2 .u-svg-link,
.u-text-hover-palette-5-dark-2:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-palette-5-dark-2 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-palette-5-dark-2 .u-svg-link,
.u-text-hover-palette-5-dark-2:focus .u-svg-link {
    fill: #555c66;
}
.u-link.u-text-palette-5-dark-2:hover {
    color: #4d535c !important;
}
a.u-link.u-text-hover-palette-5-dark-2:hover {
    color: #555c66 !important;
}
.u-text-palette-5-dark-1,
a.u-button-style.u-text-palette-5-dark-1,
a.u-button-style.u-text-palette-5-dark-1[class*="u-border-"] {
    color: #858e99 !important;
}
a.u-button-style.u-text-palette-5-dark-1:hover,
a.u-button-style.u-text-palette-5-dark-1[class*="u-border-"]:hover,
a.u-button-style.u-text-palette-5-dark-1:focus,
a.u-button-style.u-text-palette-5-dark-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-palette-5-dark-1:active,
a.u-button-style.u-button-style.u-text-palette-5-dark-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-palette-5-dark-1.active,
a.u-button-style.u-button-style.u-text-palette-5-dark-1[class*="u-border-"].active {
    color: #75808c !important;
}
a.u-button-style:hover > .u-text-hover-palette-5-dark-1,
a.u-button-style:hover > .u-text-hover-palette-5-dark-1[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-palette-5-dark-1:hover,
a.u-button-style.u-button-style.u-text-hover-palette-5-dark-1[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-5-dark-1.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-5-dark-1[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-5-dark-1:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-5-dark-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-palette-5-dark-1:focus,
a.u-button-style.u-button-style.u-text-hover-palette-5-dark-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-5-dark-1:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-5-dark-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-5-dark-1.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-5-dark-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-palette-5-dark-1,
a.u-button-style.u-button-style.active > .u-text-active-palette-5-dark-1[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-palette-5-dark-1:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-palette-5-dark-1.active,
.u-popupmenu-items.u-text-hover-palette-5-dark-1 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-5-dark-1 .u-nav-link.active {
    color: #858e99 !important;
}
.u-text-palette-5-dark-1 .u-svg-link,
.u-text-hover-palette-5-dark-1:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-palette-5-dark-1 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-palette-5-dark-1 .u-svg-link,
.u-text-hover-palette-5-dark-1:focus .u-svg-link {
    fill: #858e99;
}
.u-link.u-text-palette-5-dark-1:hover {
    color: #75808c !important;
}
a.u-link.u-text-hover-palette-5-dark-1:hover {
    color: #858e99 !important;
}
.u-text-palette-5,
a.u-button-style.u-text-palette-5,
a.u-button-style.u-text-palette-5[class*="u-border-"] {
    color: #b9c1cc !important;
}
a.u-button-style.u-text-palette-5:hover,
a.u-button-style.u-text-palette-5[class*="u-border-"]:hover,
a.u-button-style.u-text-palette-5:focus,
a.u-button-style.u-text-palette-5[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-palette-5:active,
a.u-button-style.u-button-style.u-text-palette-5[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-palette-5.active,
a.u-button-style.u-button-style.u-text-palette-5[class*="u-border-"].active {
    color: #a2adbc !important;
}
a.u-button-style:hover > .u-text-hover-palette-5,
a.u-button-style:hover > .u-text-hover-palette-5[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-palette-5:hover,
a.u-button-style.u-button-style.u-text-hover-palette-5[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-5.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-5[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-5:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-5[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-palette-5:focus,
a.u-button-style.u-button-style.u-text-hover-palette-5[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-5:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-5[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-5.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-5[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-palette-5,
a.u-button-style.u-button-style.active > .u-text-active-palette-5[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-palette-5:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-palette-5.active,
.u-popupmenu-items.u-text-hover-palette-5 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-5 .u-nav-link.active {
    color: #b9c1cc !important;
}
.u-text-palette-5 .u-svg-link,
.u-text-hover-palette-5:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-palette-5 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-palette-5 .u-svg-link,
.u-text-hover-palette-5:focus .u-svg-link {
    fill: #b9c1cc;
}
.u-link.u-text-palette-5:hover {
    color: #a2adbc !important;
}
a.u-link.u-text-hover-palette-5:hover {
    color: #b9c1cc !important;
}
.u-text-palette-5-light-1,
a.u-button-style.u-text-palette-5-light-1,
a.u-button-style.u-text-palette-5-light-1[class*="u-border-"] {
    color: #ccd3db !important;
}
a.u-button-style.u-text-palette-5-light-1:hover,
a.u-button-style.u-text-palette-5-light-1[class*="u-border-"]:hover,
a.u-button-style.u-text-palette-5-light-1:focus,
a.u-button-style.u-text-palette-5-light-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-palette-5-light-1:active,
a.u-button-style.u-button-style.u-text-palette-5-light-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-palette-5-light-1.active,
a.u-button-style.u-button-style.u-text-palette-5-light-1[class*="u-border-"].active {
    color: #b3bec9 !important;
}
a.u-button-style:hover > .u-text-hover-palette-5-light-1,
a.u-button-style:hover > .u-text-hover-palette-5-light-1[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-palette-5-light-1:hover,
a.u-button-style.u-button-style.u-text-hover-palette-5-light-1[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-5-light-1.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-5-light-1[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-5-light-1:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-5-light-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-palette-5-light-1:focus,
a.u-button-style.u-button-style.u-text-hover-palette-5-light-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-5-light-1:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-5-light-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-5-light-1.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-5-light-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-palette-5-light-1,
a.u-button-style.u-button-style.active > .u-text-active-palette-5-light-1[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-palette-5-light-1:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-palette-5-light-1.active,
.u-popupmenu-items.u-text-hover-palette-5-light-1 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-5-light-1 .u-nav-link.active {
    color: #ccd3db !important;
}
.u-text-palette-5-light-1 .u-svg-link,
.u-text-hover-palette-5-light-1:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-palette-5-light-1 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-palette-5-light-1 .u-svg-link,
.u-text-hover-palette-5-light-1:focus .u-svg-link {
    fill: #ccd3db;
}
.u-link.u-text-palette-5-light-1:hover {
    color: #b3bec9 !important;
}
a.u-link.u-text-hover-palette-5-light-1:hover {
    color: #ccd3db !important;
}
.u-text-palette-5-light-2,
a.u-button-style.u-text-palette-5-light-2,
a.u-button-style.u-text-palette-5-light-2[class*="u-border-"] {
    color: #e0e5eb !important;
}
a.u-button-style.u-text-palette-5-light-2:hover,
a.u-button-style.u-text-palette-5-light-2[class*="u-border-"]:hover,
a.u-button-style.u-text-palette-5-light-2:focus,
a.u-button-style.u-text-palette-5-light-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-palette-5-light-2:active,
a.u-button-style.u-button-style.u-text-palette-5-light-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-palette-5-light-2.active,
a.u-button-style.u-button-style.u-text-palette-5-light-2[class*="u-border-"].active {
    color: #c4ced9 !important;
}
a.u-button-style:hover > .u-text-hover-palette-5-light-2,
a.u-button-style:hover > .u-text-hover-palette-5-light-2[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-palette-5-light-2:hover,
a.u-button-style.u-button-style.u-text-hover-palette-5-light-2[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-5-light-2.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-5-light-2[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-5-light-2:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-5-light-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-palette-5-light-2:focus,
a.u-button-style.u-button-style.u-text-hover-palette-5-light-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-5-light-2:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-5-light-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-5-light-2.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-5-light-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-palette-5-light-2,
a.u-button-style.u-button-style.active > .u-text-active-palette-5-light-2[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-palette-5-light-2:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-palette-5-light-2.active,
.u-popupmenu-items.u-text-hover-palette-5-light-2 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-5-light-2 .u-nav-link.active {
    color: #e0e5eb !important;
}
.u-text-palette-5-light-2 .u-svg-link,
.u-text-hover-palette-5-light-2:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-palette-5-light-2 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-palette-5-light-2 .u-svg-link,
.u-text-hover-palette-5-light-2:focus .u-svg-link {
    fill: #e0e5eb;
}
.u-link.u-text-palette-5-light-2:hover {
    color: #c4ced9 !important;
}
a.u-link.u-text-hover-palette-5-light-2:hover {
    color: #e0e5eb !important;
}
.u-text-palette-5-light-3,
a.u-button-style.u-text-palette-5-light-3,
a.u-button-style.u-text-palette-5-light-3[class*="u-border-"] {
    color: #f5f7fa !important;
}
a.u-button-style.u-text-palette-5-light-3:hover,
a.u-button-style.u-text-palette-5-light-3[class*="u-border-"]:hover,
a.u-button-style.u-text-palette-5-light-3:focus,
a.u-button-style.u-text-palette-5-light-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-palette-5-light-3:active,
a.u-button-style.u-button-style.u-text-palette-5-light-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-palette-5-light-3.active,
a.u-button-style.u-button-style.u-text-palette-5-light-3[class*="u-border-"].active {
    color: #d4dde9 !important;
}
a.u-button-style:hover > .u-text-hover-palette-5-light-3,
a.u-button-style:hover > .u-text-hover-palette-5-light-3[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-palette-5-light-3:hover,
a.u-button-style.u-button-style.u-text-hover-palette-5-light-3[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-5-light-3.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-5-light-3[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-5-light-3:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-5-light-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-palette-5-light-3:focus,
a.u-button-style.u-button-style.u-text-hover-palette-5-light-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-5-light-3:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-5-light-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-5-light-3.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-5-light-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-palette-5-light-3,
a.u-button-style.u-button-style.active > .u-text-active-palette-5-light-3[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-palette-5-light-3:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-palette-5-light-3.active,
.u-popupmenu-items.u-text-hover-palette-5-light-3 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-5-light-3 .u-nav-link.active {
    color: #f5f7fa !important;
}
.u-text-palette-5-light-3 .u-svg-link,
.u-text-hover-palette-5-light-3:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-palette-5-light-3 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-palette-5-light-3 .u-svg-link,
.u-text-hover-palette-5-light-3:focus .u-svg-link {
    fill: #f5f7fa;
}
.u-link.u-text-palette-5-light-3:hover {
    color: #d4dde9 !important;
}
a.u-link.u-text-hover-palette-5-light-3:hover {
    color: #f5f7fa !important;
}
.u-text-palette-5-base,
a.u-button-style.u-text-palette-5-base,
a.u-button-style.u-text-palette-5-base[class*="u-border-"] {
    color: #b9c1cc !important;
}
a.u-button-style.u-text-palette-5-base:hover,
a.u-button-style.u-text-palette-5-base[class*="u-border-"]:hover,
a.u-button-style.u-text-palette-5-base:focus,
a.u-button-style.u-text-palette-5-base[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-palette-5-base:active,
a.u-button-style.u-button-style.u-text-palette-5-base[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-palette-5-base.active,
a.u-button-style.u-button-style.u-text-palette-5-base[class*="u-border-"].active {
    color: #a2adbc !important;
}
a.u-button-style:hover > .u-text-hover-palette-5-base,
a.u-button-style:hover > .u-text-hover-palette-5-base[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-palette-5-base:hover,
a.u-button-style.u-button-style.u-text-hover-palette-5-base[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-5-base.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-5-base[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-5-base:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-palette-5-base[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-palette-5-base:focus,
a.u-button-style.u-button-style.u-text-hover-palette-5-base[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-5-base:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-5-base[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-5-base.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-palette-5-base[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-palette-5-base,
a.u-button-style.u-button-style.active > .u-text-active-palette-5-base[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-palette-5-base:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-palette-5-base.active,
.u-popupmenu-items.u-text-hover-palette-5-base .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-5-base .u-nav-link.active {
    color: #b9c1cc !important;
}
.u-text-palette-5-base .u-svg-link,
.u-text-hover-palette-5-base:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-palette-5-base .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-palette-5-base .u-svg-link,
.u-text-hover-palette-5-base:focus .u-svg-link {
    fill: #b9c1cc;
}
.u-link.u-text-palette-5-base:hover {
    color: #a2adbc !important;
}
a.u-link.u-text-hover-palette-5-base:hover {
    color: #b9c1cc !important;
}
.u-text-grey-dark-3,
a.u-button-style.u-text-grey-dark-3,
a.u-button-style.u-text-grey-dark-3[class*="u-border-"] {
    color: #212121 !important;
}
a.u-button-style.u-text-grey-dark-3:hover,
a.u-button-style.u-text-grey-dark-3[class*="u-border-"]:hover,
a.u-button-style.u-text-grey-dark-3:focus,
a.u-button-style.u-text-grey-dark-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-grey-dark-3:active,
a.u-button-style.u-button-style.u-text-grey-dark-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-grey-dark-3.active,
a.u-button-style.u-button-style.u-text-grey-dark-3[class*="u-border-"].active {
    color: #1e1e1e !important;
}
a.u-button-style:hover > .u-text-hover-grey-dark-3,
a.u-button-style:hover > .u-text-hover-grey-dark-3[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-grey-dark-3:hover,
a.u-button-style.u-button-style.u-text-hover-grey-dark-3[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-dark-3.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-dark-3[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-dark-3:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-dark-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-grey-dark-3:focus,
a.u-button-style.u-button-style.u-text-hover-grey-dark-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-dark-3:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-dark-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-dark-3.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-dark-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-grey-dark-3,
a.u-button-style.u-button-style.active > .u-text-active-grey-dark-3[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-grey-dark-3:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-grey-dark-3.active,
.u-popupmenu-items.u-text-hover-grey-dark-3 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-grey-dark-3 .u-nav-link.active {
    color: #212121 !important;
}
.u-text-grey-dark-3 .u-svg-link,
.u-text-hover-grey-dark-3:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-grey-dark-3 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-grey-dark-3 .u-svg-link,
.u-text-hover-grey-dark-3:focus .u-svg-link {
    fill: #212121;
}
.u-link.u-text-grey-dark-3:hover {
    color: #1e1e1e !important;
}
a.u-link.u-text-hover-grey-dark-3:hover {
    color: #212121 !important;
}
.u-text-grey-dark-2,
a.u-button-style.u-text-grey-dark-2,
a.u-button-style.u-text-grey-dark-2[class*="u-border-"] {
    color: #333333 !important;
}
a.u-button-style.u-text-grey-dark-2:hover,
a.u-button-style.u-text-grey-dark-2[class*="u-border-"]:hover,
a.u-button-style.u-text-grey-dark-2:focus,
a.u-button-style.u-text-grey-dark-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-grey-dark-2:active,
a.u-button-style.u-button-style.u-text-grey-dark-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-grey-dark-2.active,
a.u-button-style.u-button-style.u-text-grey-dark-2[class*="u-border-"].active {
    color: #2e2e2e !important;
}
a.u-button-style:hover > .u-text-hover-grey-dark-2,
a.u-button-style:hover > .u-text-hover-grey-dark-2[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-grey-dark-2:hover,
a.u-button-style.u-button-style.u-text-hover-grey-dark-2[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-dark-2.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-dark-2[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-dark-2:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-dark-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-grey-dark-2:focus,
a.u-button-style.u-button-style.u-text-hover-grey-dark-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-dark-2:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-dark-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-dark-2.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-dark-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-grey-dark-2,
a.u-button-style.u-button-style.active > .u-text-active-grey-dark-2[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-grey-dark-2:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-grey-dark-2.active,
.u-popupmenu-items.u-text-hover-grey-dark-2 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-grey-dark-2 .u-nav-link.active {
    color: #333333 !important;
}
.u-text-grey-dark-2 .u-svg-link,
.u-text-hover-grey-dark-2:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-grey-dark-2 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-grey-dark-2 .u-svg-link,
.u-text-hover-grey-dark-2:focus .u-svg-link {
    fill: #333333;
}
.u-link.u-text-grey-dark-2:hover {
    color: #2e2e2e !important;
}
a.u-link.u-text-hover-grey-dark-2:hover {
    color: #333333 !important;
}
.u-text-grey-dark-1,
a.u-button-style.u-text-grey-dark-1,
a.u-button-style.u-text-grey-dark-1[class*="u-border-"] {
    color: #454545 !important;
}
a.u-button-style.u-text-grey-dark-1:hover,
a.u-button-style.u-text-grey-dark-1[class*="u-border-"]:hover,
a.u-button-style.u-text-grey-dark-1:focus,
a.u-button-style.u-text-grey-dark-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-grey-dark-1:active,
a.u-button-style.u-button-style.u-text-grey-dark-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-grey-dark-1.active,
a.u-button-style.u-button-style.u-text-grey-dark-1[class*="u-border-"].active {
    color: #3e3e3e !important;
}
a.u-button-style:hover > .u-text-hover-grey-dark-1,
a.u-button-style:hover > .u-text-hover-grey-dark-1[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-grey-dark-1:hover,
a.u-button-style.u-button-style.u-text-hover-grey-dark-1[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-dark-1.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-dark-1[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-dark-1:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-dark-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-grey-dark-1:focus,
a.u-button-style.u-button-style.u-text-hover-grey-dark-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-dark-1:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-dark-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-dark-1.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-dark-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-grey-dark-1,
a.u-button-style.u-button-style.active > .u-text-active-grey-dark-1[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-grey-dark-1:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-grey-dark-1.active,
.u-popupmenu-items.u-text-hover-grey-dark-1 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-grey-dark-1 .u-nav-link.active {
    color: #454545 !important;
}
.u-text-grey-dark-1 .u-svg-link,
.u-text-hover-grey-dark-1:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-grey-dark-1 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-grey-dark-1 .u-svg-link,
.u-text-hover-grey-dark-1:focus .u-svg-link {
    fill: #454545;
}
.u-link.u-text-grey-dark-1:hover {
    color: #3e3e3e !important;
}
a.u-link.u-text-hover-grey-dark-1:hover {
    color: #454545 !important;
}
.u-text-grey,
a.u-button-style.u-text-grey,
a.u-button-style.u-text-grey[class*="u-border-"] {
    color: #b3b3b3 !important;
}
a.u-button-style.u-text-grey:hover,
a.u-button-style.u-text-grey[class*="u-border-"]:hover,
a.u-button-style.u-text-grey:focus,
a.u-button-style.u-text-grey[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-grey:active,
a.u-button-style.u-button-style.u-text-grey[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-grey.active,
a.u-button-style.u-button-style.u-text-grey[class*="u-border-"].active {
    color: #a1a1a1 !important;
}
a.u-button-style:hover > .u-text-hover-grey,
a.u-button-style:hover > .u-text-hover-grey[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-grey:hover,
a.u-button-style.u-button-style.u-text-hover-grey[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-grey:focus,
a.u-button-style.u-button-style.u-text-hover-grey[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-grey,
a.u-button-style.u-button-style.active > .u-text-active-grey[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-grey:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-grey.active,
.u-popupmenu-items.u-text-hover-grey .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-grey .u-nav-link.active {
    color: #b3b3b3 !important;
}
.u-text-grey .u-svg-link,
.u-text-hover-grey:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-grey .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-grey .u-svg-link,
.u-text-hover-grey:focus .u-svg-link {
    fill: #b3b3b3;
}
.u-link.u-text-grey:hover {
    color: #a1a1a1 !important;
}
a.u-link.u-text-hover-grey:hover {
    color: #b3b3b3 !important;
}
.u-text-grey-light-1,
a.u-button-style.u-text-grey-light-1,
a.u-button-style.u-text-grey-light-1[class*="u-border-"] {
    color: #d9d9d9 !important;
}
a.u-button-style.u-text-grey-light-1:hover,
a.u-button-style.u-text-grey-light-1[class*="u-border-"]:hover,
a.u-button-style.u-text-grey-light-1:focus,
a.u-button-style.u-text-grey-light-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-grey-light-1:active,
a.u-button-style.u-button-style.u-text-grey-light-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-grey-light-1.active,
a.u-button-style.u-button-style.u-text-grey-light-1[class*="u-border-"].active {
    color: #c3c3c3 !important;
}
a.u-button-style:hover > .u-text-hover-grey-light-1,
a.u-button-style:hover > .u-text-hover-grey-light-1[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-grey-light-1:hover,
a.u-button-style.u-button-style.u-text-hover-grey-light-1[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-light-1.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-light-1[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-light-1:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-light-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-grey-light-1:focus,
a.u-button-style.u-button-style.u-text-hover-grey-light-1[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-light-1:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-light-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-light-1.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-light-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-grey-light-1,
a.u-button-style.u-button-style.active > .u-text-active-grey-light-1[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-grey-light-1:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-grey-light-1.active,
.u-popupmenu-items.u-text-hover-grey-light-1 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-grey-light-1 .u-nav-link.active {
    color: #d9d9d9 !important;
}
.u-text-grey-light-1 .u-svg-link,
.u-text-hover-grey-light-1:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-grey-light-1 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-grey-light-1 .u-svg-link,
.u-text-hover-grey-light-1:focus .u-svg-link {
    fill: #d9d9d9;
}
.u-link.u-text-grey-light-1:hover {
    color: #c3c3c3 !important;
}
a.u-link.u-text-hover-grey-light-1:hover {
    color: #d9d9d9 !important;
}
.u-text-grey-light-2,
a.u-button-style.u-text-grey-light-2,
a.u-button-style.u-text-grey-light-2[class*="u-border-"] {
    color: #eeeeee !important;
}
a.u-button-style.u-text-grey-light-2:hover,
a.u-button-style.u-text-grey-light-2[class*="u-border-"]:hover,
a.u-button-style.u-text-grey-light-2:focus,
a.u-button-style.u-text-grey-light-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-grey-light-2:active,
a.u-button-style.u-button-style.u-text-grey-light-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-grey-light-2.active,
a.u-button-style.u-button-style.u-text-grey-light-2[class*="u-border-"].active {
    color: #d6d6d6 !important;
}
a.u-button-style:hover > .u-text-hover-grey-light-2,
a.u-button-style:hover > .u-text-hover-grey-light-2[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-grey-light-2:hover,
a.u-button-style.u-button-style.u-text-hover-grey-light-2[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-light-2.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-light-2[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-light-2:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-light-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-grey-light-2:focus,
a.u-button-style.u-button-style.u-text-hover-grey-light-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-light-2:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-light-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-light-2.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-light-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-grey-light-2,
a.u-button-style.u-button-style.active > .u-text-active-grey-light-2[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-grey-light-2:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-grey-light-2.active,
.u-popupmenu-items.u-text-hover-grey-light-2 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-grey-light-2 .u-nav-link.active {
    color: #eeeeee !important;
}
.u-text-grey-light-2 .u-svg-link,
.u-text-hover-grey-light-2:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-grey-light-2 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-grey-light-2 .u-svg-link,
.u-text-hover-grey-light-2:focus .u-svg-link {
    fill: #eeeeee;
}
.u-link.u-text-grey-light-2:hover {
    color: #d6d6d6 !important;
}
a.u-link.u-text-hover-grey-light-2:hover {
    color: #eeeeee !important;
}
.u-text-grey-light-3,
a.u-button-style.u-text-grey-light-3,
a.u-button-style.u-text-grey-light-3[class*="u-border-"] {
    color: #f6f6f6 !important;
}
a.u-button-style.u-text-grey-light-3:hover,
a.u-button-style.u-text-grey-light-3[class*="u-border-"]:hover,
a.u-button-style.u-text-grey-light-3:focus,
a.u-button-style.u-text-grey-light-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-grey-light-3:active,
a.u-button-style.u-button-style.u-text-grey-light-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-grey-light-3.active,
a.u-button-style.u-button-style.u-text-grey-light-3[class*="u-border-"].active {
    color: #dddddd !important;
}
a.u-button-style:hover > .u-text-hover-grey-light-3,
a.u-button-style:hover > .u-text-hover-grey-light-3[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-grey-light-3:hover,
a.u-button-style.u-button-style.u-text-hover-grey-light-3[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-light-3.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-light-3[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-light-3:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-light-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-grey-light-3:focus,
a.u-button-style.u-button-style.u-text-hover-grey-light-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-light-3:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-light-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-light-3.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-light-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-grey-light-3,
a.u-button-style.u-button-style.active > .u-text-active-grey-light-3[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-grey-light-3:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-grey-light-3.active,
.u-popupmenu-items.u-text-hover-grey-light-3 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-grey-light-3 .u-nav-link.active {
    color: #f6f6f6 !important;
}
.u-text-grey-light-3 .u-svg-link,
.u-text-hover-grey-light-3:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-grey-light-3 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-grey-light-3 .u-svg-link,
.u-text-hover-grey-light-3:focus .u-svg-link {
    fill: #f6f6f6;
}
.u-link.u-text-grey-light-3:hover {
    color: #dddddd !important;
}
a.u-link.u-text-hover-grey-light-3:hover {
    color: #f6f6f6 !important;
}
.u-text-white,
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;
}
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,
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-text-hover-white:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-white.active,
.u-popupmenu-items.u-text-hover-white .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-white .u-nav-link.active {
    color: #ffffff !important;
}
.u-text-white .u-svg-link,
.u-text-hover-white:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-white .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-white .u-svg-link,
.u-text-hover-white:focus .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;
}
.u-text-black,
a.u-button-style.u-text-black,
a.u-button-style.u-text-black[class*="u-border-"] {
    color: #000000 !important;
}
a.u-button-style.u-text-black:hover,
a.u-button-style.u-text-black[class*="u-border-"]:hover,
a.u-button-style.u-text-black:focus,
a.u-button-style.u-text-black[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-black:active,
a.u-button-style.u-button-style.u-text-black[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-black.active,
a.u-button-style.u-button-style.u-text-black[class*="u-border-"].active {
    color: #000000 !important;
}
a.u-button-style:hover > .u-text-hover-black,
a.u-button-style:hover > .u-text-hover-black[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-black:hover,
a.u-button-style.u-button-style.u-text-hover-black[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-black.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-black[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-black:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-black[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-black:focus,
a.u-button-style.u-button-style.u-text-hover-black[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-black:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-black[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-black.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-black[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-black,
a.u-button-style.u-button-style.active > .u-text-active-black[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-black:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-black.active,
.u-popupmenu-items.u-text-hover-black .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-black .u-nav-link.active {
    color: #000000 !important;
}
.u-text-black .u-svg-link,
.u-text-hover-black:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-black .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-black .u-svg-link,
.u-text-hover-black:focus .u-svg-link {
    fill: #000000;
}
.u-link.u-text-black:hover {
    color: #000000 !important;
}
a.u-link.u-text-hover-black:hover {
    color: #000000 !important;
}
.u-text-body-color,
a.u-button-style.u-text-body-color,
a.u-button-style.u-text-body-color[class*="u-border-"] {
    color: #111111 !important;
}
a.u-button-style.u-text-body-color:hover,
a.u-button-style.u-text-body-color[class*="u-border-"]:hover,
a.u-button-style.u-text-body-color:focus,
a.u-button-style.u-text-body-color[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-body-color:active,
a.u-button-style.u-button-style.u-text-body-color[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-body-color.active,
a.u-button-style.u-button-style.u-text-body-color[class*="u-border-"].active {
    color: #0f0f0f !important;
}
a.u-button-style:hover > .u-text-hover-body-color,
a.u-button-style:hover > .u-text-hover-body-color[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-body-color:hover,
a.u-button-style.u-button-style.u-text-hover-body-color[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-body-color.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-body-color[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-body-color:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-body-color[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-body-color:focus,
a.u-button-style.u-button-style.u-text-hover-body-color[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-body-color:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-body-color[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-body-color.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-body-color[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-body-color,
a.u-button-style.u-button-style.active > .u-text-active-body-color[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-body-color:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-body-color.active,
.u-popupmenu-items.u-text-hover-body-color .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-body-color .u-nav-link.active {
    color: #111111 !important;
}
.u-text-body-color .u-svg-link,
.u-text-hover-body-color:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-body-color .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-body-color .u-svg-link,
.u-text-hover-body-color:focus .u-svg-link {
    fill: #111111;
}
.u-link.u-text-body-color:hover {
    color: #0f0f0f !important;
}
a.u-link.u-text-hover-body-color:hover {
    color: #111111 !important;
}
.u-text-body-alt-color,
a.u-button-style.u-text-body-alt-color,
a.u-button-style.u-text-body-alt-color[class*="u-border-"] {
    color: #ffffff !important;
}
a.u-button-style.u-text-body-alt-color:hover,
a.u-button-style.u-text-body-alt-color[class*="u-border-"]:hover,
a.u-button-style.u-text-body-alt-color:focus,
a.u-button-style.u-text-body-alt-color[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-body-alt-color:active,
a.u-button-style.u-button-style.u-text-body-alt-color[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-body-alt-color.active,
a.u-button-style.u-button-style.u-text-body-alt-color[class*="u-border-"].active {
    color: #e6e6e6 !important;
}
a.u-button-style:hover > .u-text-hover-body-alt-color,
a.u-button-style:hover > .u-text-hover-body-alt-color[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-body-alt-color:hover,
a.u-button-style.u-button-style.u-text-hover-body-alt-color[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-body-alt-color.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-body-alt-color[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-body-alt-color:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-body-alt-color[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-body-alt-color:focus,
a.u-button-style.u-button-style.u-text-hover-body-alt-color[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-body-alt-color:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-body-alt-color[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-body-alt-color.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-body-alt-color[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-body-alt-color,
a.u-button-style.u-button-style.active > .u-text-active-body-alt-color[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-body-alt-color:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-body-alt-color.active,
.u-popupmenu-items.u-text-hover-body-alt-color .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-body-alt-color .u-nav-link.active {
    color: #ffffff !important;
}
.u-text-body-alt-color .u-svg-link,
.u-text-hover-body-alt-color:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-body-alt-color .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-body-alt-color .u-svg-link,
.u-text-hover-body-alt-color:focus .u-svg-link {
    fill: #ffffff;
}
.u-link.u-text-body-alt-color:hover {
    color: #e6e6e6 !important;
}
a.u-link.u-text-hover-body-alt-color:hover {
    color: #ffffff !important;
}
.u-text-grey-25,
a.u-button-style.u-text-grey-25,
a.u-button-style.u-text-grey-25[class*="u-border-"] {
    color: #c0c0c0 !important;
}
a.u-button-style.u-text-grey-25:hover,
a.u-button-style.u-text-grey-25[class*="u-border-"]:hover,
a.u-button-style.u-text-grey-25:focus,
a.u-button-style.u-text-grey-25[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-grey-25:active,
a.u-button-style.u-button-style.u-text-grey-25[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-grey-25.active,
a.u-button-style.u-button-style.u-text-grey-25[class*="u-border-"].active {
    color: #adadad !important;
}
a.u-button-style:hover > .u-text-hover-grey-25,
a.u-button-style:hover > .u-text-hover-grey-25[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-grey-25:hover,
a.u-button-style.u-button-style.u-text-hover-grey-25[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-25.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-25[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-25:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-25[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-grey-25:focus,
a.u-button-style.u-button-style.u-text-hover-grey-25[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-25:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-25[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-25.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-25[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-grey-25,
a.u-button-style.u-button-style.active > .u-text-active-grey-25[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-grey-25:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-grey-25.active,
.u-popupmenu-items.u-text-hover-grey-25 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-grey-25 .u-nav-link.active {
    color: #c0c0c0 !important;
}
.u-text-grey-25 .u-svg-link,
.u-text-hover-grey-25:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-grey-25 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-grey-25 .u-svg-link,
.u-text-hover-grey-25:focus .u-svg-link {
    fill: #c0c0c0;
}
.u-link.u-text-grey-25:hover {
    color: #adadad !important;
}
a.u-link.u-text-hover-grey-25:hover {
    color: #c0c0c0 !important;
}
.u-text-grey-5,
a.u-button-style.u-text-grey-5,
a.u-button-style.u-text-grey-5[class*="u-border-"] {
    color: #f2f2f2 !important;
}
a.u-button-style.u-text-grey-5:hover,
a.u-button-style.u-text-grey-5[class*="u-border-"]:hover,
a.u-button-style.u-text-grey-5:focus,
a.u-button-style.u-text-grey-5[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-grey-5:active,
a.u-button-style.u-button-style.u-text-grey-5[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-grey-5.active,
a.u-button-style.u-button-style.u-text-grey-5[class*="u-border-"].active {
    color: #dadada !important;
}
a.u-button-style:hover > .u-text-hover-grey-5,
a.u-button-style:hover > .u-text-hover-grey-5[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-grey-5:hover,
a.u-button-style.u-button-style.u-text-hover-grey-5[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-5.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-5[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-5:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-5[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-grey-5:focus,
a.u-button-style.u-button-style.u-text-hover-grey-5[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-5:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-5[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-5.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-5[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-grey-5,
a.u-button-style.u-button-style.active > .u-text-active-grey-5[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-grey-5:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-grey-5.active,
.u-popupmenu-items.u-text-hover-grey-5 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-grey-5 .u-nav-link.active {
    color: #f2f2f2 !important;
}
.u-text-grey-5 .u-svg-link,
.u-text-hover-grey-5:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-grey-5 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-grey-5 .u-svg-link,
.u-text-hover-grey-5:focus .u-svg-link {
    fill: #f2f2f2;
}
.u-link.u-text-grey-5:hover {
    color: #dadada !important;
}
a.u-link.u-text-hover-grey-5:hover {
    color: #f2f2f2 !important;
}
.u-text-grey-10,
a.u-button-style.u-text-grey-10,
a.u-button-style.u-text-grey-10[class*="u-border-"] {
    color: #e5e5e5 !important;
}
a.u-button-style.u-text-grey-10:hover,
a.u-button-style.u-text-grey-10[class*="u-border-"]:hover,
a.u-button-style.u-text-grey-10:focus,
a.u-button-style.u-text-grey-10[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-grey-10:active,
a.u-button-style.u-button-style.u-text-grey-10[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-grey-10.active,
a.u-button-style.u-button-style.u-text-grey-10[class*="u-border-"].active {
    color: #cecece !important;
}
a.u-button-style:hover > .u-text-hover-grey-10,
a.u-button-style:hover > .u-text-hover-grey-10[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-grey-10:hover,
a.u-button-style.u-button-style.u-text-hover-grey-10[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-10.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-10[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-10:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-10[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-grey-10:focus,
a.u-button-style.u-button-style.u-text-hover-grey-10[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-10:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-10[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-10.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-10[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-grey-10,
a.u-button-style.u-button-style.active > .u-text-active-grey-10[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-grey-10:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-grey-10.active,
.u-popupmenu-items.u-text-hover-grey-10 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-grey-10 .u-nav-link.active {
    color: #e5e5e5 !important;
}
.u-text-grey-10 .u-svg-link,
.u-text-hover-grey-10:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-grey-10 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-grey-10 .u-svg-link,
.u-text-hover-grey-10:focus .u-svg-link {
    fill: #e5e5e5;
}
.u-link.u-text-grey-10:hover {
    color: #cecece !important;
}
a.u-link.u-text-hover-grey-10:hover {
    color: #e5e5e5 !important;
}
.u-text-grey-15,
a.u-button-style.u-text-grey-15,
a.u-button-style.u-text-grey-15[class*="u-border-"] {
    color: #d9d9d9 !important;
}
a.u-button-style.u-text-grey-15:hover,
a.u-button-style.u-text-grey-15[class*="u-border-"]:hover,
a.u-button-style.u-text-grey-15:focus,
a.u-button-style.u-text-grey-15[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-grey-15:active,
a.u-button-style.u-button-style.u-text-grey-15[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-grey-15.active,
a.u-button-style.u-button-style.u-text-grey-15[class*="u-border-"].active {
    color: #c3c3c3 !important;
}
a.u-button-style:hover > .u-text-hover-grey-15,
a.u-button-style:hover > .u-text-hover-grey-15[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-grey-15:hover,
a.u-button-style.u-button-style.u-text-hover-grey-15[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-15.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-15[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-15:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-15[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-grey-15:focus,
a.u-button-style.u-button-style.u-text-hover-grey-15[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-15:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-15[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-15.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-15[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-grey-15,
a.u-button-style.u-button-style.active > .u-text-active-grey-15[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-grey-15:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-grey-15.active,
.u-popupmenu-items.u-text-hover-grey-15 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-grey-15 .u-nav-link.active {
    color: #d9d9d9 !important;
}
.u-text-grey-15 .u-svg-link,
.u-text-hover-grey-15:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-grey-15 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-grey-15 .u-svg-link,
.u-text-hover-grey-15:focus .u-svg-link {
    fill: #d9d9d9;
}
.u-link.u-text-grey-15:hover {
    color: #c3c3c3 !important;
}
a.u-link.u-text-hover-grey-15:hover {
    color: #d9d9d9 !important;
}
.u-text-grey-25,
a.u-button-style.u-text-grey-25,
a.u-button-style.u-text-grey-25[class*="u-border-"] {
    color: #c0c0c0 !important;
}
a.u-button-style.u-text-grey-25:hover,
a.u-button-style.u-text-grey-25[class*="u-border-"]:hover,
a.u-button-style.u-text-grey-25:focus,
a.u-button-style.u-text-grey-25[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-grey-25:active,
a.u-button-style.u-button-style.u-text-grey-25[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-grey-25.active,
a.u-button-style.u-button-style.u-text-grey-25[class*="u-border-"].active {
    color: #adadad !important;
}
a.u-button-style:hover > .u-text-hover-grey-25,
a.u-button-style:hover > .u-text-hover-grey-25[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-grey-25:hover,
a.u-button-style.u-button-style.u-text-hover-grey-25[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-25.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-25[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-25:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-25[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-grey-25:focus,
a.u-button-style.u-button-style.u-text-hover-grey-25[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-25:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-25[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-25.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-25[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-grey-25,
a.u-button-style.u-button-style.active > .u-text-active-grey-25[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-grey-25:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-grey-25.active,
.u-popupmenu-items.u-text-hover-grey-25 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-grey-25 .u-nav-link.active {
    color: #c0c0c0 !important;
}
.u-text-grey-25 .u-svg-link,
.u-text-hover-grey-25:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-grey-25 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-grey-25 .u-svg-link,
.u-text-hover-grey-25:focus .u-svg-link {
    fill: #c0c0c0;
}
.u-link.u-text-grey-25:hover {
    color: #adadad !important;
}
a.u-link.u-text-hover-grey-25:hover {
    color: #c0c0c0 !important;
}
.u-text-grey-30,
a.u-button-style.u-text-grey-30,
a.u-button-style.u-text-grey-30[class*="u-border-"] {
    color: #b3b3b3 !important;
}
a.u-button-style.u-text-grey-30:hover,
a.u-button-style.u-text-grey-30[class*="u-border-"]:hover,
a.u-button-style.u-text-grey-30:focus,
a.u-button-style.u-text-grey-30[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-grey-30:active,
a.u-button-style.u-button-style.u-text-grey-30[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-grey-30.active,
a.u-button-style.u-button-style.u-text-grey-30[class*="u-border-"].active {
    color: #a1a1a1 !important;
}
a.u-button-style:hover > .u-text-hover-grey-30,
a.u-button-style:hover > .u-text-hover-grey-30[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-grey-30:hover,
a.u-button-style.u-button-style.u-text-hover-grey-30[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-30.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-30[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-30:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-30[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-grey-30:focus,
a.u-button-style.u-button-style.u-text-hover-grey-30[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-30:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-30[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-30.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-30[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-grey-30,
a.u-button-style.u-button-style.active > .u-text-active-grey-30[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-grey-30:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-grey-30.active,
.u-popupmenu-items.u-text-hover-grey-30 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-grey-30 .u-nav-link.active {
    color: #b3b3b3 !important;
}
.u-text-grey-30 .u-svg-link,
.u-text-hover-grey-30:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-grey-30 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-grey-30 .u-svg-link,
.u-text-hover-grey-30:focus .u-svg-link {
    fill: #b3b3b3;
}
.u-link.u-text-grey-30:hover {
    color: #a1a1a1 !important;
}
a.u-link.u-text-hover-grey-30:hover {
    color: #b3b3b3 !important;
}
.u-text-grey-40,
a.u-button-style.u-text-grey-40,
a.u-button-style.u-text-grey-40[class*="u-border-"] {
    color: #999999 !important;
}
a.u-button-style.u-text-grey-40:hover,
a.u-button-style.u-text-grey-40[class*="u-border-"]:hover,
a.u-button-style.u-text-grey-40:focus,
a.u-button-style.u-text-grey-40[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-grey-40:active,
a.u-button-style.u-button-style.u-text-grey-40[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-grey-40.active,
a.u-button-style.u-button-style.u-text-grey-40[class*="u-border-"].active {
    color: #8a8a8a !important;
}
a.u-button-style:hover > .u-text-hover-grey-40,
a.u-button-style:hover > .u-text-hover-grey-40[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-grey-40:hover,
a.u-button-style.u-button-style.u-text-hover-grey-40[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-40.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-40[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-40:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-40[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-grey-40:focus,
a.u-button-style.u-button-style.u-text-hover-grey-40[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-40:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-40[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-40.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-40[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-grey-40,
a.u-button-style.u-button-style.active > .u-text-active-grey-40[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-grey-40:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-grey-40.active,
.u-popupmenu-items.u-text-hover-grey-40 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-grey-40 .u-nav-link.active {
    color: #999999 !important;
}
.u-text-grey-40 .u-svg-link,
.u-text-hover-grey-40:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-grey-40 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-grey-40 .u-svg-link,
.u-text-hover-grey-40:focus .u-svg-link {
    fill: #999999;
}
.u-link.u-text-grey-40:hover {
    color: #8a8a8a !important;
}
a.u-link.u-text-hover-grey-40:hover {
    color: #999999 !important;
}
.u-text-grey-50,
a.u-button-style.u-text-grey-50,
a.u-button-style.u-text-grey-50[class*="u-border-"] {
    color: #808080 !important;
}
a.u-button-style.u-text-grey-50:hover,
a.u-button-style.u-text-grey-50[class*="u-border-"]:hover,
a.u-button-style.u-text-grey-50:focus,
a.u-button-style.u-text-grey-50[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-grey-50:active,
a.u-button-style.u-button-style.u-text-grey-50[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-grey-50.active,
a.u-button-style.u-button-style.u-text-grey-50[class*="u-border-"].active {
    color: #737373 !important;
}
a.u-button-style:hover > .u-text-hover-grey-50,
a.u-button-style:hover > .u-text-hover-grey-50[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-grey-50:hover,
a.u-button-style.u-button-style.u-text-hover-grey-50[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-50.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-50[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-50:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-50[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-grey-50:focus,
a.u-button-style.u-button-style.u-text-hover-grey-50[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-50:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-50[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-50.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-50[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-grey-50,
a.u-button-style.u-button-style.active > .u-text-active-grey-50[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-grey-50:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-grey-50.active,
.u-popupmenu-items.u-text-hover-grey-50 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-grey-50 .u-nav-link.active {
    color: #808080 !important;
}
.u-text-grey-50 .u-svg-link,
.u-text-hover-grey-50:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-grey-50 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-grey-50 .u-svg-link,
.u-text-hover-grey-50:focus .u-svg-link {
    fill: #808080;
}
.u-link.u-text-grey-50:hover {
    color: #737373 !important;
}
a.u-link.u-text-hover-grey-50:hover {
    color: #808080 !important;
}
.u-text-grey-60,
a.u-button-style.u-text-grey-60,
a.u-button-style.u-text-grey-60[class*="u-border-"] {
    color: #666666 !important;
}
a.u-button-style.u-text-grey-60:hover,
a.u-button-style.u-text-grey-60[class*="u-border-"]:hover,
a.u-button-style.u-text-grey-60:focus,
a.u-button-style.u-text-grey-60[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-grey-60:active,
a.u-button-style.u-button-style.u-text-grey-60[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-grey-60.active,
a.u-button-style.u-button-style.u-text-grey-60[class*="u-border-"].active {
    color: #5c5c5c !important;
}
a.u-button-style:hover > .u-text-hover-grey-60,
a.u-button-style:hover > .u-text-hover-grey-60[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-grey-60:hover,
a.u-button-style.u-button-style.u-text-hover-grey-60[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-60.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-60[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-60:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-60[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-grey-60:focus,
a.u-button-style.u-button-style.u-text-hover-grey-60[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-60:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-60[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-60.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-60[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-grey-60,
a.u-button-style.u-button-style.active > .u-text-active-grey-60[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-grey-60:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-grey-60.active,
.u-popupmenu-items.u-text-hover-grey-60 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-grey-60 .u-nav-link.active {
    color: #666666 !important;
}
.u-text-grey-60 .u-svg-link,
.u-text-hover-grey-60:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-grey-60 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-grey-60 .u-svg-link,
.u-text-hover-grey-60:focus .u-svg-link {
    fill: #666666;
}
.u-link.u-text-grey-60:hover {
    color: #5c5c5c !important;
}
a.u-link.u-text-hover-grey-60:hover {
    color: #666666 !important;
}
.u-text-grey-70,
a.u-button-style.u-text-grey-70,
a.u-button-style.u-text-grey-70[class*="u-border-"] {
    color: #4d4d4d !important;
}
a.u-button-style.u-text-grey-70:hover,
a.u-button-style.u-text-grey-70[class*="u-border-"]:hover,
a.u-button-style.u-text-grey-70:focus,
a.u-button-style.u-text-grey-70[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-grey-70:active,
a.u-button-style.u-button-style.u-text-grey-70[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-grey-70.active,
a.u-button-style.u-button-style.u-text-grey-70[class*="u-border-"].active {
    color: #454545 !important;
}
a.u-button-style:hover > .u-text-hover-grey-70,
a.u-button-style:hover > .u-text-hover-grey-70[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-grey-70:hover,
a.u-button-style.u-button-style.u-text-hover-grey-70[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-70.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-70[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-70:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-70[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-grey-70:focus,
a.u-button-style.u-button-style.u-text-hover-grey-70[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-70:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-70[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-70.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-70[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-grey-70,
a.u-button-style.u-button-style.active > .u-text-active-grey-70[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-grey-70:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-grey-70.active,
.u-popupmenu-items.u-text-hover-grey-70 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-grey-70 .u-nav-link.active {
    color: #4d4d4d !important;
}
.u-text-grey-70 .u-svg-link,
.u-text-hover-grey-70:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-grey-70 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-grey-70 .u-svg-link,
.u-text-hover-grey-70:focus .u-svg-link {
    fill: #4d4d4d;
}
.u-link.u-text-grey-70:hover {
    color: #454545 !important;
}
a.u-link.u-text-hover-grey-70:hover {
    color: #4d4d4d !important;
}
.u-text-grey-75,
a.u-button-style.u-text-grey-75,
a.u-button-style.u-text-grey-75[class*="u-border-"] {
    color: #404040 !important;
}
a.u-button-style.u-text-grey-75:hover,
a.u-button-style.u-text-grey-75[class*="u-border-"]:hover,
a.u-button-style.u-text-grey-75:focus,
a.u-button-style.u-text-grey-75[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-grey-75:active,
a.u-button-style.u-button-style.u-text-grey-75[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-grey-75.active,
a.u-button-style.u-button-style.u-text-grey-75[class*="u-border-"].active {
    color: #3a3a3a !important;
}
a.u-button-style:hover > .u-text-hover-grey-75,
a.u-button-style:hover > .u-text-hover-grey-75[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-grey-75:hover,
a.u-button-style.u-button-style.u-text-hover-grey-75[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-75.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-75[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-75:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-75[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-grey-75:focus,
a.u-button-style.u-button-style.u-text-hover-grey-75[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-75:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-75[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-75.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-75[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-grey-75,
a.u-button-style.u-button-style.active > .u-text-active-grey-75[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-grey-75:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-grey-75.active,
.u-popupmenu-items.u-text-hover-grey-75 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-grey-75 .u-nav-link.active {
    color: #404040 !important;
}
.u-text-grey-75 .u-svg-link,
.u-text-hover-grey-75:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-grey-75 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-grey-75 .u-svg-link,
.u-text-hover-grey-75:focus .u-svg-link {
    fill: #404040;
}
.u-link.u-text-grey-75:hover {
    color: #3a3a3a !important;
}
a.u-link.u-text-hover-grey-75:hover {
    color: #404040 !important;
}
.u-text-grey-80,
a.u-button-style.u-text-grey-80,
a.u-button-style.u-text-grey-80[class*="u-border-"] {
    color: #333333 !important;
}
a.u-button-style.u-text-grey-80:hover,
a.u-button-style.u-text-grey-80[class*="u-border-"]:hover,
a.u-button-style.u-text-grey-80:focus,
a.u-button-style.u-text-grey-80[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-grey-80:active,
a.u-button-style.u-button-style.u-text-grey-80[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-grey-80.active,
a.u-button-style.u-button-style.u-text-grey-80[class*="u-border-"].active {
    color: #2e2e2e !important;
}
a.u-button-style:hover > .u-text-hover-grey-80,
a.u-button-style:hover > .u-text-hover-grey-80[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-grey-80:hover,
a.u-button-style.u-button-style.u-text-hover-grey-80[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-80.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-80[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-80:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-80[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-grey-80:focus,
a.u-button-style.u-button-style.u-text-hover-grey-80[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-80:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-80[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-80.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-80[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-grey-80,
a.u-button-style.u-button-style.active > .u-text-active-grey-80[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-grey-80:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-grey-80.active,
.u-popupmenu-items.u-text-hover-grey-80 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-grey-80 .u-nav-link.active {
    color: #333333 !important;
}
.u-text-grey-80 .u-svg-link,
.u-text-hover-grey-80:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-grey-80 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-grey-80 .u-svg-link,
.u-text-hover-grey-80:focus .u-svg-link {
    fill: #333333;
}
.u-link.u-text-grey-80:hover {
    color: #2e2e2e !important;
}
a.u-link.u-text-hover-grey-80:hover {
    color: #333333 !important;
}
.u-text-grey-90,
a.u-button-style.u-text-grey-90,
a.u-button-style.u-text-grey-90[class*="u-border-"] {
    color: #1a1a1a !important;
}
a.u-button-style.u-text-grey-90:hover,
a.u-button-style.u-text-grey-90[class*="u-border-"]:hover,
a.u-button-style.u-text-grey-90:focus,
a.u-button-style.u-text-grey-90[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-grey-90:active,
a.u-button-style.u-button-style.u-text-grey-90[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-grey-90.active,
a.u-button-style.u-button-style.u-text-grey-90[class*="u-border-"].active {
    color: #171717 !important;
}
a.u-button-style:hover > .u-text-hover-grey-90,
a.u-button-style:hover > .u-text-hover-grey-90[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-grey-90:hover,
a.u-button-style.u-button-style.u-text-hover-grey-90[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-90.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-90[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-90:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-grey-90[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-grey-90:focus,
a.u-button-style.u-button-style.u-text-hover-grey-90[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-90:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-90[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-90.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-grey-90[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-grey-90,
a.u-button-style.u-button-style.active > .u-text-active-grey-90[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-grey-90:hover,
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-nav-link.u-text-active-grey-90.active,
.u-popupmenu-items.u-text-hover-grey-90 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-grey-90 .u-nav-link.active {
    color: #1a1a1a !important;
}
.u-text-grey-90 .u-svg-link,
.u-text-hover-grey-90:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-grey-90 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-grey-90 .u-svg-link,
.u-text-hover-grey-90:focus .u-svg-link {
    fill: #1a1a1a;
}
.u-link.u-text-grey-90:hover {
    color: #171717 !important;
}
a.u-link.u-text-hover-grey-90:hover {
    color: #1a1a1a !important;
}
/*end-variables colors*/

/*begin-variables sitestylecss*/

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

.u-button-style.u-custom-color-1,
.u-button-style.u-custom-color-1[class*="u-border-"]
{
    color: #ffffff !important;
    background-color: #e762dd !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: #e345d7 !important;
}

.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,
.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-hover-custom-color-1: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,
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-"]
{
    color: #ffffff !important;
    background-color: #e762dd !important;
}

a.u-link.u-hover-custom-color-1:hover {
    color: #e762dd !important;
}



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

.u-button-style.u-custom-color-2,
.u-button-style.u-custom-color-2[class*="u-border-"]
{
    color: #ffffff !important;
    background-color: #e852a5 !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: #e43697 !important;
}

.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,
.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-hover-custom-color-2: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,
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-"]
{
    color: #ffffff !important;
    background-color: #e852a5 !important;
}

a.u-link.u-hover-custom-color-2:hover {
    color: #e852a5 !important;
}



.u-custom-color-3,
.u-body.u-custom-color-3,
.u-container-style.u-custom-color-3:before,
.u-container-layout.u-custom-color-3:before,
.u-table-alt-custom-color-3 tr:nth-child(even)
{
    color: #ffffff;
    background-color: #0d3b58;
}

.u-button-style.u-custom-color-3,
.u-button-style.u-custom-color-3[class*="u-border-"]
{
    color: #ffffff !important;
    background-color: #0d3b58 !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: #0c354f !important;
}

.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,
.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-hover-custom-color-3: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,
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-"]
{
    color: #ffffff !important;
    background-color: #0d3b58 !important;
}

a.u-link.u-hover-custom-color-3:hover {
    color: #0d3b58 !important;
}




.u-border-custom-color-1,
.u-separator-custom-color-1:after
{
    border-color: #e762dd;
    stroke: #e762dd;
}

.u-button-style.u-border-custom-color-1
{
    border-color: #e762dd !important;
    color: #e762dd !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: #e345d7 !important;
    background-color: transparent !important;
}

.u-border-hover-custom-color-1:hover,
.u-border-hover-custom-color-1:focus,
.u-border-active-custom-color-1.u-active.u-active,
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,
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
{
    color: #e762dd !important;
    border-color: #e762dd !important;
}

.u-link.u-border-custom-color-1[class*="u-border-"]
{
    border-color: #e762dd !important;
}

.u-link.u-border-custom-color-1[class*="u-border-"]:hover
{
    border-color: #e345d7 !important;
}


.u-border-custom-color-2,
.u-separator-custom-color-2:after
{
    border-color: #e852a5;
    stroke: #e852a5;
}

.u-button-style.u-border-custom-color-2
{
    border-color: #e852a5 !important;
    color: #e852a5 !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: #e43697 !important;
    background-color: transparent !important;
}

.u-border-hover-custom-color-2:hover,
.u-border-hover-custom-color-2:focus,
.u-border-active-custom-color-2.u-active.u-active,
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,
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
{
    color: #e852a5 !important;
    border-color: #e852a5 !important;
}

.u-link.u-border-custom-color-2[class*="u-border-"]
{
    border-color: #e852a5 !important;
}

.u-link.u-border-custom-color-2[class*="u-border-"]:hover
{
    border-color: #e43697 !important;
}


.u-border-custom-color-3,
.u-separator-custom-color-3:after
{
    border-color: #0d3b58;
    stroke: #0d3b58;
}

.u-button-style.u-border-custom-color-3
{
    border-color: #0d3b58 !important;
    color: #0d3b58 !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: #0c354f !important;
    background-color: transparent !important;
}

.u-border-hover-custom-color-3:hover,
.u-border-hover-custom-color-3:focus,
.u-border-active-custom-color-3.u-active.u-active,
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,
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
{
    color: #0d3b58 !important;
    border-color: #0d3b58 !important;
}

.u-link.u-border-custom-color-3[class*="u-border-"]
{
    border-color: #0d3b58 !important;
}

.u-link.u-border-custom-color-3[class*="u-border-"]:hover
{
    border-color: #0c354f !important;
}



.u-text-custom-color-1,
a.u-button-style.u-text-custom-color-1,
a.u-button-style.u-text-custom-color-1[class*="u-border-"]
{
    color: #e762dd !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: #e345d7 !important;
}

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,
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-text-hover-custom-color-1:hover,
: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-text-hover-custom-color-1 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-custom-color-1 .u-nav-link.active
{
    color: #e762dd !important;
}

.u-text-custom-color-1 .u-svg-link,
.u-text-hover-custom-color-1:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-custom-color-1 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-custom-color-1 .u-svg-link,
.u-text-hover-custom-color-1:focus .u-svg-link
{
    fill: #e762dd;
}

.u-link.u-text-custom-color-1:hover
{
    color: #e345d7 !important;
}

a.u-link.u-text-hover-custom-color-1:hover
{
    color: #e762dd !important;
}


.u-text-custom-color-2,
a.u-button-style.u-text-custom-color-2,
a.u-button-style.u-text-custom-color-2[class*="u-border-"]
{
    color: #e852a5 !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: #e43697 !important;
}

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,
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-text-hover-custom-color-2:hover,
: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-text-hover-custom-color-2 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-custom-color-2 .u-nav-link.active
{
    color: #e852a5 !important;
}

.u-text-custom-color-2 .u-svg-link,
.u-text-hover-custom-color-2:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-custom-color-2 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-custom-color-2 .u-svg-link,
.u-text-hover-custom-color-2:focus .u-svg-link
{
    fill: #e852a5;
}

.u-link.u-text-custom-color-2:hover
{
    color: #e43697 !important;
}

a.u-link.u-text-hover-custom-color-2:hover
{
    color: #e852a5 !important;
}


.u-text-custom-color-3,
a.u-button-style.u-text-custom-color-3,
a.u-button-style.u-text-custom-color-3[class*="u-border-"]
{
    color: #0d3b58 !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: #0c354f !important;
}

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,
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-text-hover-custom-color-3:hover,
: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-text-hover-custom-color-3 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-custom-color-3 .u-nav-link.active
{
    color: #0d3b58 !important;
}

.u-text-custom-color-3 .u-svg-link,
.u-text-hover-custom-color-3:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-custom-color-3 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-custom-color-3 .u-svg-link,
.u-text-hover-custom-color-3:focus .u-svg-link
{
    fill: #0d3b58;
}

.u-link.u-text-custom-color-3:hover
{
    color: #0c354f !important;
}

a.u-link.u-text-hover-custom-color-3:hover
{
    color: #0d3b58 !important;
}



/** common-rules **/
h1.u-title
{
    font-weight: 400;
    font-size: 4.5rem;
    line-height: 1.1;
    margin-top: 20px;
    margin-bottom: 20px;
}
h2.u-subtitle
{
    font-weight: 400;
    font-size: 2.25rem;
    line-height: 1.1;
    margin-top: 20px;
    margin-bottom: 20px;
}
h1:not(.u-title)
{
    font-weight: 400;
    font-size: 3rem;
    line-height: 1.1;
    margin-top: 20px;
    margin-bottom: 20px;
}
h2:not(.u-subtitle)
{
    font-weight: 400;
    font-size: 2.25rem;
    line-height: 1.1;
    margin-top: 20px;
    margin-bottom: 20px;
}
h3
{
    font-weight: 400;
    font-size: 1.875rem;
    line-height: 1.2;
    margin-top: 20px;
    margin-bottom: 20px;
}
h4
{
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.2;
    margin-top: 20px;
    margin-bottom: 20px;
}
h5
{
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.2;
    margin-top: 20px;
    margin-bottom: 20px;
}
h6
{
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.2;
    margin-top: 20px;
    margin-bottom: 20px;
}
p.u-large-text
{
    font-size: 1.25rem;
    margin-top: 20px;
    margin-bottom: 20px;
}
p.u-small-text
{
    font-size: 0.875rem;
    margin-top: 20px;
    margin-bottom: 20px;
}
.u-btn
{
    margin-top: 20px;
    margin-bottom: 20px;
}
.u-metadata
{
    margin-top: 20px;
    margin-bottom: 20px;
}

.u-post-content
{
    margin-top: 20px;
    margin-bottom: 20px;
}
/** common-rules **/

/** publish-rules **/
/*begin-media rules*/
@media (max-width: 767px) {
    h1.u-title
    {
        font-size: 3.75rem;
    }
}
@media (max-width: 575px) {
    h1.u-title
    {
        font-size: 3rem;
    }
}
@media (max-width: 575px) {
    h2.u-subtitle
    {
        font-size: 1.5rem;
    }
}
@media (max-width: 575px) {
    h1:not(.u-title)
    {
        font-size: 1.875rem;
    }
}
@media (max-width: 575px) {
    h2:not(.u-subtitle)
    {
        font-size: 1.5rem;
    }
}
@media (max-width: 575px) {
    h3
    {
        font-size: 1.5rem;
    }
}
/*end-media rules*/
/** publish-rules **/



/** cms-rules **/
/*begin-responsive rules*/
.u-sm h1.u-title
{
    font-size: 3.75rem;
}
.u-xs h1.u-title
{
    font-size: 3rem;
}
.u-xs h2.u-subtitle
{
    font-size: 1.5rem;
}
.u-xs h1:not(.u-title)
{
    font-size: 1.875rem;
}
.u-xs h2:not(.u-subtitle)
{
    font-size: 1.5rem;
}
.u-xs h3
{
    font-size: 1.5rem;
}
/*end-responsive rules*/
/** cms-rules **/

/** color-rules **/
.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: #478ac9;
}
.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: palette-1-base-darker;
}
.u-overlap.u-overlap-transparent:not(.u-overlap-contrast) .u-header :not(.u-nav-item) > .u-btn,
.u-gradient > .u-container-layout > .u-btn,
.u-image:not(.u-shading) > .u-container-layout > .u-btn,
.u-btn
{
    background-color: #478ac9;
    color: #ffffff;
}
.u-overlap.u-overlap-transparent:not(.u-overlap-contrast) .u-header :not(.u-nav-item) > .u-btn:hover,
.u-gradient > .u-container-layout > .u-btn:hover,
.u-image:not(.u-shading) > .u-container-layout > .u-btn:hover,
.u-btn:hover
{
    background-color: palette-1-base-darker;
    color: white-darker;
}
.u-overlap.u-overlap-transparent:not(.u-overlap-contrast) .u-header :not(.u-nav-item) > .u-btn:focus,
.u-gradient > .u-container-layout > .u-btn:focus,
.u-image:not(.u-shading) > .u-container-layout > .u-btn:focus,
.u-btn:focus
{
    background-color: palette-1-base-darker;
    color: white-darker;
}
.u-overlap.u-overlap-transparent:not(.u-overlap-contrast) .u-header :not(.u-nav-item) > .u-btn:active,
.u-gradient > .u-container-layout > .u-btn:active,
.u-image:not(.u-shading) > .u-container-layout > .u-btn:active,
.u-btn:active
{
    background-color: palette-1-base-darker;
    color: white-darker;
}
.u-overlap.u-overlap-transparent:not(.u-overlap-contrast) .u-header :not(.u-nav-item) > blockquote,
.u-gradient > .u-container-layout > blockquote,
.u-image:not(.u-shading) > .u-container-layout > blockquote,
blockquote
{
    border-color: #478ac9;
}
/** color-rules **/

/** alt-color-rules **/
.u-custom-color-1 a,.u-custom-color-2 a,.u-custom-color-3 a,.u-body-color a,.u-palette-1-base a,.u-palette-1-dark-3 a,.u-palette-1-dark-2 a,.u-palette-1-dark-1 a,.u-palette-1 a,.u-palette-1-light-1 a,.u-palette-2-base a,.u-palette-2-dark-3 a,.u-palette-2-dark-2 a,.u-palette-2-dark-1 a,.u-palette-2 a,.u-palette-2-light-1 a,.u-palette-3-dark-3 a,.u-palette-3-dark-2 a,.u-palette-3-dark-1 a,.u-palette-4-base a,.u-palette-4-dark-3 a,.u-palette-4-dark-2 a,.u-palette-4-dark-1 a,.u-palette-5-dark-3 a,.u-palette-5-dark-2 a,.u-palette-5-dark-1 a,.u-grey-40 a,.u-grey-30 a,.u-grey-90 a,.u-grey-80 a,.u-grey-75 a,.u-black a,.u-grey-70 a,.u-grey-60 a,.u-grey-50 a,.u-grey-dark-3 a,.u-grey-dark-2 a,.u-grey-dark-1 a,.u-grey a,.u-shading a,.u-overlap-contrast .u-header a:not(.u-nav-link):not(.u-btn)
{
    color: #adcce9;
}
.u-custom-color-1 a:hover,.u-custom-color-2 a:hover,.u-custom-color-3 a:hover,.u-body-color a:hover,.u-palette-1-base a:hover,.u-palette-1-dark-3 a:hover,.u-palette-1-dark-2 a:hover,.u-palette-1-dark-1 a:hover,.u-palette-1 a:hover,.u-palette-1-light-1 a:hover,.u-palette-2-base a:hover,.u-palette-2-dark-3 a:hover,.u-palette-2-dark-2 a:hover,.u-palette-2-dark-1 a:hover,.u-palette-2 a:hover,.u-palette-2-light-1 a:hover,.u-palette-3-dark-3 a:hover,.u-palette-3-dark-2 a:hover,.u-palette-3-dark-1 a:hover,.u-palette-4-base a:hover,.u-palette-4-dark-3 a:hover,.u-palette-4-dark-2 a:hover,.u-palette-4-dark-1 a:hover,.u-palette-5-dark-3 a:hover,.u-palette-5-dark-2 a:hover,.u-palette-5-dark-1 a:hover,.u-grey-40 a:hover,.u-grey-30 a:hover,.u-grey-90 a:hover,.u-grey-80 a:hover,.u-grey-75 a:hover,.u-black a:hover,.u-grey-70 a:hover,.u-grey-60 a:hover,.u-grey-50 a:hover,.u-grey-dark-3 a:hover,.u-grey-dark-2 a:hover,.u-grey-dark-1 a:hover,.u-grey a:hover
{
    color: grey-30-darker;
}
.u-custom-color-1 .u-btn,.u-custom-color-2 .u-btn,.u-custom-color-3 .u-btn,.u-body-color .u-btn,.u-palette-1-base .u-btn,.u-palette-1-dark-3 .u-btn,.u-palette-1-dark-2 .u-btn,.u-palette-1-dark-1 .u-btn,.u-palette-1 .u-btn,.u-palette-1-light-1 .u-btn,.u-palette-2-base .u-btn,.u-palette-2-dark-3 .u-btn,.u-palette-2-dark-2 .u-btn,.u-palette-2-dark-1 .u-btn,.u-palette-2 .u-btn,.u-palette-2-light-1 .u-btn,.u-palette-3-dark-3 .u-btn,.u-palette-3-dark-2 .u-btn,.u-palette-3-dark-1 .u-btn,.u-palette-4-base .u-btn,.u-palette-4-dark-3 .u-btn,.u-palette-4-dark-2 .u-btn,.u-palette-4-dark-1 .u-btn,.u-palette-5-dark-3 .u-btn,.u-palette-5-dark-2 .u-btn,.u-palette-5-dark-1 .u-btn,.u-grey-40 .u-btn,.u-grey-30 .u-btn,.u-grey-90 .u-btn,.u-grey-80 .u-btn,.u-grey-75 .u-btn,.u-black .u-btn,.u-grey-70 .u-btn,.u-grey-60 .u-btn,.u-grey-50 .u-btn,.u-grey-dark-3 .u-btn,.u-grey-dark-2 .u-btn,.u-grey-dark-1 .u-btn,.u-grey .u-btn,.u-shading .u-btn,.u-overlap-contrast .u-header .u-btn
{
    background-color: #adcce9;
    color: #000000;
}
.u-custom-color-1 .u-btn:hover,.u-custom-color-2 .u-btn:hover,.u-custom-color-3 .u-btn:hover,.u-body-color .u-btn:hover,.u-palette-1-base .u-btn:hover,.u-palette-1-dark-3 .u-btn:hover,.u-palette-1-dark-2 .u-btn:hover,.u-palette-1-dark-1 .u-btn:hover,.u-palette-1 .u-btn:hover,.u-palette-1-light-1 .u-btn:hover,.u-palette-2-base .u-btn:hover,.u-palette-2-dark-3 .u-btn:hover,.u-palette-2-dark-2 .u-btn:hover,.u-palette-2-dark-1 .u-btn:hover,.u-palette-2 .u-btn:hover,.u-palette-2-light-1 .u-btn:hover,.u-palette-3-dark-3 .u-btn:hover,.u-palette-3-dark-2 .u-btn:hover,.u-palette-3-dark-1 .u-btn:hover,.u-palette-4-base .u-btn:hover,.u-palette-4-dark-3 .u-btn:hover,.u-palette-4-dark-2 .u-btn:hover,.u-palette-4-dark-1 .u-btn:hover,.u-palette-5-dark-3 .u-btn:hover,.u-palette-5-dark-2 .u-btn:hover,.u-palette-5-dark-1 .u-btn:hover,.u-grey-40 .u-btn:hover,.u-grey-30 .u-btn:hover,.u-grey-90 .u-btn:hover,.u-grey-80 .u-btn:hover,.u-grey-75 .u-btn:hover,.u-black .u-btn:hover,.u-grey-70 .u-btn:hover,.u-grey-60 .u-btn:hover,.u-grey-50 .u-btn:hover,.u-grey-dark-3 .u-btn:hover,.u-grey-dark-2 .u-btn:hover,.u-grey-dark-1 .u-btn:hover,.u-grey .u-btn:hover,.u-shading .u-btn:hover,.u-overlap-contrast .u-header .u-btn:hover
{
    background-color: palette-1-light-2-darker;
    color: #ffffff;
}
.u-custom-color-1 .u-btn:active,.u-custom-color-2 .u-btn:active,.u-custom-color-3 .u-btn:active,.u-body-color .u-btn:active,.u-palette-1-base .u-btn:active,.u-palette-1-dark-3 .u-btn:active,.u-palette-1-dark-2 .u-btn:active,.u-palette-1-dark-1 .u-btn:active,.u-palette-1 .u-btn:active,.u-palette-1-light-1 .u-btn:active,.u-palette-2-base .u-btn:active,.u-palette-2-dark-3 .u-btn:active,.u-palette-2-dark-2 .u-btn:active,.u-palette-2-dark-1 .u-btn:active,.u-palette-2 .u-btn:active,.u-palette-2-light-1 .u-btn:active,.u-palette-3-dark-3 .u-btn:active,.u-palette-3-dark-2 .u-btn:active,.u-palette-3-dark-1 .u-btn:active,.u-palette-4-base .u-btn:active,.u-palette-4-dark-3 .u-btn:active,.u-palette-4-dark-2 .u-btn:active,.u-palette-4-dark-1 .u-btn:active,.u-palette-5-dark-3 .u-btn:active,.u-palette-5-dark-2 .u-btn:active,.u-palette-5-dark-1 .u-btn:active,.u-grey-40 .u-btn:active,.u-grey-30 .u-btn:active,.u-grey-90 .u-btn:active,.u-grey-80 .u-btn:active,.u-grey-75 .u-btn:active,.u-black .u-btn:active,.u-grey-70 .u-btn:active,.u-grey-60 .u-btn:active,.u-grey-50 .u-btn:active,.u-grey-dark-3 .u-btn:active,.u-grey-dark-2 .u-btn:active,.u-grey-dark-1 .u-btn:active,.u-grey .u-btn:active,.u-shading .u-btn:active,.u-overlap-contrast .u-header .u-btn:active
{
    background-color: palette-1-light-2-darker;
    color: #ffffff;
}
/** alt-color-rules **/


/*ONE  PAGE CSS*/


.u-section-1 {
    background-image: url("../images/designservice/website-comingsoon5-Copy.png");
    background-position: 50% 50%;
}

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

.u-section-1 .u-text-1 {
    font-size: 3rem;
    font-weight: 700;
    margin: 52px 456px 0 40px;
}

.u-section-1 .u-text-2 {
    margin: 30px 456px 60px 40px;
}

@media (max-width: 1199px) {
    .u-section-1 .u-sheet-1 {
        min-height: 219px;
    }

    .u-section-1 .u-text-1 {
        margin-left: 0;
        margin-right: 296px;
        width: 645px;
    }

    .u-section-1 .u-text-2 {
        margin-right: 296px;
        margin-left: 0;
    }
}

@media (max-width: 991px) {
    .u-section-1 .u-sheet-1 {
        min-height: 168px;
    }

    .u-section-1 .u-text-1 {
        margin-right: 76px;
    }

    .u-section-1 .u-text-2 {
        margin-right: 76px;
    }
}

@media (max-width: 767px) {
    .u-section-1 .u-sheet-1 {
        min-height: 126px;
    }

    .u-section-1 .u-text-1 {
        margin-right: 0;
        font-size: 6rem;
        width: 540px;
    }

    .u-section-1 .u-text-2 {
        margin-right: 0;
    }
}

@media (max-width: 575px) {
    .u-section-1 .u-sheet-1 {
        min-height: 79px;
    }

    .u-section-1 .u-text-1 {
        width: auto;
        font-size: 3rem;
    }
} .u-section-2 {
      background-image: none;
  }

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

.u-section-2 .u-text-1 {
    font-size: 2.25rem;
    margin: 59px auto 0;
}

.u-section-2 .u-text-2 {
    font-size: 1.125rem;
    margin: 20px 161px 0 178px;
}

.u-section-2 .u-list-1 {
    margin: 20px 0 60px;
}

.u-section-2 .u-repeater-1 {
    grid-template-columns: calc(20% - 16px) calc(20% - 16px) calc(20% - 16px) calc(20% - 16px) calc(20% - 16px);
    min-height: 514px;
    grid-gap: 20px 20px;
}

.u-section-2 .u-list-item-1 {
    background-image: none;
    animation-duration: 1000ms;
}

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

.u-section-2 .u-icon-1 {
    height: 160px;
    width: 160px;
    margin: 18px 10px 0 auto;
}

.u-section-2 .u-text-3 {
    text-transform: none;
    font-size: 1.125rem;
    font-family: "Open Sans", sans-serif;
    margin: 12px 18px 0;
}

.u-section-2 .u-list-item-2 {
    animation-duration: 1000ms;
}

.u-section-2 .u-container-layout-2 {
    padding: 19px 12px;
}

.u-section-2 .u-icon-2 {
    height: 160px;
    width: 160px;
    margin: 18px 10px 0 auto;
}

.u-section-2 .u-text-4 {
    text-transform: none;
    font-size: 1.125rem;
    font-family: "Open Sans", sans-serif;
    margin: 12px 18px 0;
}

.u-section-2 .u-list-item-3 {
    animation-duration: 1000ms;
}

.u-section-2 .u-container-layout-3 {
    padding: 19px 12px;
}

.u-section-2 .u-icon-3 {
    height: 160px;
    width: 160px;
    margin: 18px 10px 0 auto;
}

.u-section-2 .u-text-5 {
    text-transform: none;
    font-size: 1.125rem;
    font-family: "Open Sans", sans-serif;
    margin: 12px 18px 0;
}

.u-section-2 .u-list-item-4 {
    animation-duration: 1000ms;
}

.u-section-2 .u-container-layout-4 {
    padding: 19px 12px;
}

.u-section-2 .u-icon-4 {
    height: 160px;
    width: 160px;
    margin: 18px 10px 0 auto;
}

.u-section-2 .u-text-6 {
    text-transform: none;
    font-size: 1.125rem;
    font-family: "Open Sans", sans-serif;
    margin: 12px 18px 0;
}

.u-section-2 .u-list-item-5 {
    animation-duration: 1000ms;
}

.u-section-2 .u-container-layout-5 {
    padding: 19px 12px;
}

.u-section-2 .u-icon-5 {
    height: 160px;
    width: 160px;
    margin: 18px 10px 0 auto;
}

.u-section-2 .u-text-7 {
    text-transform: none;
    font-size: 1.125rem;
    font-family: "Open Sans", sans-serif;
    margin: 12px 18px 0;
}

.u-section-2 .u-list-item-6 {
    animation-duration: 1000ms;
}

.u-section-2 .u-container-layout-6 {
    padding: 19px 12px;
}

.u-section-2 .u-icon-6 {
    height: 160px;
    width: 160px;
    margin: 18px 10px 0 auto;
}

.u-section-2 .u-text-8 {
    text-transform: none;
    font-size: 1.125rem;
    font-family: "Open Sans", sans-serif;
    margin: 12px 18px 0;
}

.u-section-2 .u-list-item-7 {
    animation-duration: 1000ms;
}

.u-section-2 .u-container-layout-7 {
    padding: 19px 12px;
}

.u-section-2 .u-icon-7 {
    height: 160px;
    width: 160px;
    margin: 18px 10px 0 auto;
}

.u-section-2 .u-text-9 {
    text-transform: none;
    font-size: 1.125rem;
    font-family: "Open Sans", sans-serif;
    margin: 12px 18px 0;
}

.u-section-2 .u-list-item-8 {
    animation-duration: 1000ms;
}

.u-section-2 .u-container-layout-8 {
    padding: 19px 12px;
}

.u-section-2 .u-icon-8 {
    height: 160px;
    width: 160px;
    margin: 18px 10px 0 auto;
}

.u-section-2 .u-text-10 {
    text-transform: none;
    font-size: 1.125rem;
    font-family: "Open Sans", sans-serif;
    margin: 12px 18px 0;
}

.u-section-2 .u-list-item-9 {
    animation-duration: 1000ms;
}

.u-section-2 .u-container-layout-9 {
    padding: 19px 12px;
}

.u-section-2 .u-icon-9 {
    height: 160px;
    width: 160px;
    margin: 18px 10px 0 auto;
}

.u-section-2 .u-text-11 {
    text-transform: none;
    font-size: 1.125rem;
    font-family: "Open Sans", sans-serif;
    margin: 12px 18px 0;
}

.u-section-2 .u-list-item-10 {
    animation-duration: 1000ms;
}

.u-section-2 .u-container-layout-10 {
    padding: 19px 12px;
}

.u-section-2 .u-icon-10 {
    height: 160px;
    width: 160px;
    margin: 18px 10px 0 auto;
}

.u-section-2 .u-text-12 {
    text-transform: none;
    font-size: 1.125rem;
    font-family: "Open Sans", sans-serif;
    margin: 12px 18px 0;
}

@media (max-width: 1199px) {
    .u-section-2 .u-text-2 {
        margin-right: 61px;
        margin-left: 78px;
    }

    .u-section-2 .u-list-1 {
        margin-right: initial;
        margin-left: initial;
    }

    .u-section-2 .u-repeater-1 {
        grid-template-columns: calc(33.3333% - 13.3333px) calc(33.3333% - 13.3333px) calc(33.3333% - 13.3333px);
        min-height: 424px;
    }

    .u-section-2 .u-icon-1 {
        margin-top: 23px;
    }

    .u-section-2 .u-text-3 {
        margin-left: 0;
        margin-right: 0;
    }

    .u-section-2 .u-list-item-2 {
        background-size: auto;
    }

    .u-section-2 .u-icon-2 {
        margin-top: 23px;
    }

    .u-section-2 .u-text-4 {
        margin-left: 0;
        margin-right: 0;
    }

    .u-section-2 .u-list-item-3 {
        background-size: auto;
    }

    .u-section-2 .u-icon-3 {
        margin-top: 23px;
    }

    .u-section-2 .u-text-5 {
        margin-left: 0;
        margin-right: 0;
    }

    .u-section-2 .u-list-item-4 {
        background-size: auto;
    }

    .u-section-2 .u-icon-4 {
        margin-top: 23px;
    }

    .u-section-2 .u-text-6 {
        margin-left: 0;
        margin-right: 0;
    }

    .u-section-2 .u-list-item-5 {
        background-size: auto;
    }

    .u-section-2 .u-icon-5 {
        margin-top: 23px;
    }

    .u-section-2 .u-text-7 {
        margin-left: 0;
        margin-right: 0;
    }

    .u-section-2 .u-list-item-6 {
        background-size: auto;
    }

    .u-section-2 .u-icon-6 {
        margin-top: 23px;
    }

    .u-section-2 .u-text-8 {
        margin-left: 0;
        margin-right: 0;
    }

    .u-section-2 .u-list-item-7 {
        background-size: auto;
    }

    .u-section-2 .u-icon-7 {
        margin-top: 23px;
    }

    .u-section-2 .u-text-9 {
        margin-left: 0;
        margin-right: 0;
    }

    .u-section-2 .u-list-item-8 {
        background-size: auto;
    }

    .u-section-2 .u-icon-8 {
        margin-top: 23px;
    }

    .u-section-2 .u-text-10 {
        margin-left: 0;
        margin-right: 0;
    }

    .u-section-2 .u-list-item-9 {
        background-size: auto;
    }

    .u-section-2 .u-icon-9 {
        margin-top: 23px;
    }

    .u-section-2 .u-text-11 {
        margin-left: 0;
        margin-right: 0;
    }

    .u-section-2 .u-list-item-10 {
        background-size: auto;
    }

    .u-section-2 .u-icon-10 {
        margin-top: 23px;
    }

    .u-section-2 .u-text-12 {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 991px) {
    .u-section-2 .u-text-2 {
        margin-right: 0;
        margin-left: 0;
    }

    .u-section-2 .u-repeater-1 {
        grid-template-columns: calc(50% - 10px) calc(50% - 10px);
        min-height: 1083px;
    }
}

@media (max-width: 767px) {
    .u-section-2 .u-repeater-1 {
        min-height: 1523px;
    }

    .u-section-2 .u-container-layout-1 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .u-section-2 .u-container-layout-2 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .u-section-2 .u-container-layout-3 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .u-section-2 .u-container-layout-4 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .u-section-2 .u-container-layout-5 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .u-section-2 .u-container-layout-6 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .u-section-2 .u-container-layout-7 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .u-section-2 .u-container-layout-8 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .u-section-2 .u-container-layout-9 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .u-section-2 .u-container-layout-10 {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 575px) {
    .u-section-2 .u-text-1 {
        font-size: 1.875rem;
    }

    .u-section-2 .u-repeater-1 {
        min-height: 1202px;
    }

    .u-section-2 .u-container-layout-1 {
        padding-top: 17px;
        padding-left: 0;
        padding-right: 0;
    }

    .u-section-2 .u-icon-1 {
        height: 150px;
        width: 150px;
        margin-top: 18px;
        margin-left: 4px;
    }

    .u-section-2 .u-text-3 {
        width: auto;
        margin-top: 7px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .u-section-2 .u-container-layout-2 {
        padding-top: 17px;
        padding-left: 0;
        padding-right: 0;
    }

    .u-section-2 .u-icon-2 {
        height: 150px;
        width: 150px;
        margin-top: 18px;
        margin-left: 4px;
    }

    .u-section-2 .u-text-4 {
        width: auto;
        margin-top: 7px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .u-section-2 .u-container-layout-3 {
        padding-top: 17px;
        padding-left: 0;
        padding-right: 0;
    }

    .u-section-2 .u-icon-3 {
        height: 150px;
        width: 150px;
        margin-top: 18px;
        margin-left: 4px;
    }

    .u-section-2 .u-text-5 {
        width: auto;
        margin-top: 7px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .u-section-2 .u-container-layout-4 {
        padding-top: 17px;
        padding-left: 0;
        padding-right: 0;
    }

    .u-section-2 .u-icon-4 {
        height: 150px;
        width: 150px;
        margin-top: 18px;
        margin-left: 4px;
    }

    .u-section-2 .u-text-6 {
        width: auto;
        margin-top: 7px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .u-section-2 .u-container-layout-5 {
        padding-top: 17px;
        padding-left: 0;
        padding-right: 0;
    }

    .u-section-2 .u-icon-5 {
        height: 150px;
        width: 150px;
        margin-top: 18px;
        margin-left: 4px;
    }

    .u-section-2 .u-text-7 {
        width: auto;
        margin-top: 7px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .u-section-2 .u-container-layout-6 {
        padding-top: 17px;
        padding-left: 0;
        padding-right: 0;
    }

    .u-section-2 .u-icon-6 {
        height: 150px;
        width: 150px;
        margin-top: 18px;
        margin-left: 4px;
    }

    .u-section-2 .u-text-8 {
        width: auto;
        margin-top: 7px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .u-section-2 .u-container-layout-7 {
        padding-top: 17px;
        padding-left: 0;
        padding-right: 0;
    }

    .u-section-2 .u-icon-7 {
        height: 150px;
        width: 150px;
        margin-top: 18px;
        margin-left: 4px;
    }

    .u-section-2 .u-text-9 {
        width: auto;
        margin-top: 7px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .u-section-2 .u-container-layout-8 {
        padding-top: 17px;
        padding-left: 0;
        padding-right: 0;
    }

    .u-section-2 .u-icon-8 {
        height: 150px;
        width: 150px;
        margin-top: 18px;
        margin-left: 4px;
    }

    .u-section-2 .u-text-10 {
        width: auto;
        margin-top: 7px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .u-section-2 .u-container-layout-9 {
        padding-top: 17px;
        padding-left: 0;
        padding-right: 0;
    }

    .u-section-2 .u-icon-9 {
        height: 150px;
        width: 150px;
        margin-top: 18px;
        margin-left: 4px;
    }

    .u-section-2 .u-text-11 {
        width: auto;
        margin-top: 7px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .u-section-2 .u-container-layout-10 {
        padding-top: 17px;
        padding-left: 0;
        padding-right: 0;
    }

    .u-section-2 .u-icon-10 {
        height: 150px;
        width: 150px;
        margin-top: 18px;
        margin-left: 4px;
    }

    .u-section-2 .u-text-12 {
        width: auto;
        margin-top: 7px;
        margin-left: 10px;
        margin-right: 10px;
    }
}.u-section-3 .u-sheet-1 {
     min-height: 630px;
 }

.u-section-3 .u-text-1 {
    margin: 50px auto 0;
}

.u-section-3 .u-list-1 {
    grid-template-rows: auto;
    width: 1140px;
    margin: 36px auto 26px;
}

.u-section-3 .u-repeater-1 {
    grid-template-columns: calc(33.3333% - 6.66667px) calc(33.3333% - 6.66667px) calc(33.3333% - 6.66667px);
    min-height: 315px;
    grid-gap: 10px 10px;
}

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

.u-section-3 .u-icon-1 {
    height: 90px;
    width: 90px;
    margin: 0 auto;
}

.u-section-3 .u-text-2 {
    font-size: 1.5rem;
    margin: 4px auto 0;
}

.u-section-3 .u-text-3 {
    margin: 20px auto 0 0;
}

.u-section-3 .u-list-icon-1 {
    color: rgb(17, 17, 17) !important;
}

.u-section-3 .u-list-icon-1 {
    color: rgb(17, 17, 17) !important;
}

.u-section-3 .u-list-icon-1 {
    color: rgb(17, 17, 17) !important;
}

.u-section-3 .u-text-4 {
    margin: 20px auto 0 0;
}

.u-section-3 .u-list-icon-4 {
    color: rgb(244, 67, 54) !important;
}

.u-section-3 .u-list-icon-5 {
    color: rgb(244, 67, 54) !important;
}

.u-section-3 .u-list-icon-4 {
    color: rgb(244, 67, 54) !important;
}

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

.u-section-3 .u-icon-2 {
    height: 90px;
    width: 90px;
    margin: 0 auto;
}

.u-section-3 .u-text-5 {
    font-size: 1.5rem;
    margin: 4px auto 0;
}

.u-section-3 .u-text-6 {
    margin: 20px auto 0 0;
}

.u-section-3 .u-list-icon-7 {
    color: rgb(17, 17, 17) !important;
}

.u-section-3 .u-list-icon-7 {
    color: rgb(17, 17, 17) !important;
}

.u-section-3 .u-list-icon-7 {
    color: rgb(17, 17, 17) !important;
}

.u-section-3 .u-text-7 {
    margin: 20px auto 0 0;
}

.u-section-3 .u-list-icon-10 {
    color: rgb(244, 67, 54) !important;
}

.u-section-3 .u-list-icon-10 {
    color: rgb(244, 67, 54) !important;
}

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

.u-section-3 .u-icon-3 {
    height: 90px;
    width: 90px;
    margin: 0 auto;
}

.u-section-3 .u-text-8 {
    font-size: 1.5rem;
    margin: 4px auto 0;
}

.u-section-3 .u-text-9 {
    margin: 20px auto 0 0;
}

.u-section-3 .u-list-icon-12 {
    color: rgb(17, 17, 17) !important;
}

.u-section-3 .u-list-icon-12 {
    color: rgb(17, 17, 17) !important;
}

.u-section-3 .u-list-icon-12 {
    color: rgb(17, 17, 17) !important;
}

.u-section-3 .u-text-10 {
    margin: 20px auto 0 0;
}

.u-section-3 .u-list-icon-15 {
    color: rgb(244, 67, 54) !important;
}

.u-section-3 .u-list-icon-15 {
    color: rgb(244, 67, 54) !important;
}

@media (max-width: 1199px) {
    .u-section-3 .u-sheet-1 {
        min-height: 484px;
    }

    .u-section-3 .u-list-1 {
        height: auto;
        width: 940px;
    }

    .u-section-3 .u-repeater-1 {
        grid-template-columns: repeat(3, calc(33.3333% - 6.66667px));
    }
}

@media (max-width: 991px) {
    .u-section-3 .u-sheet-1 {
        min-height: 820px;
    }

    .u-section-3 .u-list-1 {
        width: 720px;
    }

    .u-section-3 .u-repeater-1 {
        grid-template-columns: repeat(2, calc(50% - 5px));
    }
}

@media (max-width: 767px) {
    .u-section-3 .u-list-1 {
        width: 540px;
    }

    .u-section-3 .u-repeater-1 {
        grid-template-columns: repeat(1, 100%);
    }

    .u-section-3 .u-container-layout-1 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .u-section-3 .u-container-layout-2 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .u-section-3 .u-container-layout-3 {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 575px) {
    .u-section-3 .u-list-1 {
        width: 340px;
    }
} .u-section-4 {
      background-image: none;
  }

.u-section-4 .u-sheet-1 {
    min-height: 754px;
}

.u-section-4 .u-text-1 {
    font-size: 2.25rem;
    margin: 60px auto 0;
}

.u-section-4 .u-text-2 {
    font-size: 1.125rem;
    margin: 20px 151px 0 138px;
}

.u-section-4 .u-list-1 {
    grid-template-rows: auto;
    margin-top: 45px;
    margin-bottom: 60px;
}

.u-section-4 .u-repeater-1 {
    grid-template-columns: calc(25% - 18px) calc(25% - 18px) calc(25% - 18px) calc(25% - 18px);
    min-height: 429px;
    grid-gap: 24px 24px;
}

.u-section-4 .u-list-item-1 {
    background-image: none;
}

.u-section-4 .u-container-layout-1 {
    padding: 30px 20px 22px;
}

.u-section-4 .u-icon-1 {
    height: 161px;
    width: 161px;
    margin: 7px auto 0;
}

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

.u-section-4 .u-container-layout-2 {
    padding: 30px 20px 22px;
}

.u-section-4 .u-icon-2 {
    height: 161px;
    width: 161px;
    margin: 7px auto 0;
}

.u-section-4 .u-list-item-3 {
    background-image: none;
}

.u-section-4 .u-container-layout-3 {
    padding: 30px 20px 22px;
}

.u-section-4 .u-icon-3 {
    height: 161px;
    width: 161px;
    margin: 7px auto 0;
}

.u-section-4 .u-list-item-4 {
    background-image: none;
}

.u-section-4 .u-container-layout-4 {
    padding: 30px 20px 22px;
}

.u-section-4 .u-icon-4 {
    height: 161px;
    width: 161px;
    margin: 7px auto 0;
}

.u-section-4 .u-list-item-5 {
    background-image: none;
}

.u-section-4 .u-container-layout-5 {
    padding: 30px 20px 22px;
}

.u-section-4 .u-icon-5 {
    height: 161px;
    width: 161px;
    margin: 7px auto 0;
}

.u-section-4 .u-list-item-6 {
    background-image: none;
}

.u-section-4 .u-container-layout-6 {
    padding: 30px 20px 22px;
}

.u-section-4 .u-icon-6 {
    height: 161px;
    width: 161px;
    margin: 7px auto 0;
}

.u-section-4 .u-list-item-7 {
    background-image: none;
}

.u-section-4 .u-container-layout-7 {
    padding: 30px 20px 22px;
}

.u-section-4 .u-icon-7 {
    height: 161px;
    width: 161px;
    margin: 7px auto 0;
}

.u-section-4 .u-list-item-8 {
    background-image: none;
}

.u-section-4 .u-container-layout-8 {
    padding: 30px 20px 22px;
}

.u-section-4 .u-icon-8 {
    height: 161px;
    width: 161px;
    margin: 7px auto 0;
}

@media (max-width: 1199px) {
    .u-section-4 .u-sheet-1 {
        min-height: 535px;
    }

    .u-section-4 .u-text-2 {
        margin-left: 38px;
        margin-right: 51px;
    }

    .u-section-4 .u-repeater-1 {
        grid-template-columns: repeat(4, calc(25% - 18px));
        min-height: 312px;
    }
}

@media (max-width: 991px) {
    .u-section-4 .u-sheet-1 {
        min-height: 944px;
    }

    .u-section-4 .u-text-2 {
        margin-left: 0;
        margin-right: 0;
    }

    .u-section-4 .u-list-1 {
        height: auto;
    }

    .u-section-4 .u-repeater-1 {
        grid-template-columns: repeat(2, calc(50% - 12px));
    }
}

@media (max-width: 767px) {
    .u-section-4 .u-repeater-1 {
        grid-template-columns: repeat(1, 100%);
    }

    .u-section-4 .u-container-layout-1 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .u-section-4 .u-container-layout-2 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .u-section-4 .u-container-layout-3 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .u-section-4 .u-container-layout-4 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .u-section-4 .u-container-layout-5 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .u-section-4 .u-container-layout-6 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .u-section-4 .u-container-layout-7 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .u-section-4 .u-container-layout-8 {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 575px) {
    .u-section-4 .u-sheet-1 {
        min-height: 1042px;
    }

    .u-section-4 .u-text-1 {
        width: auto;
        margin-left: 0;
        margin-right: 0;
        font-size: 1.875rem;
    }

    .u-section-4 .u-list-1 {
        margin-top: 28px;
    }

    .u-section-4 .u-repeater-1 {
        grid-template-columns: calc(50% - 12px) calc(50% - 12px);
        min-height: 700px;
    }

    .u-section-4 .u-container-layout-1 {
        padding: 14px 0 15px;
    }

    .u-section-4 .u-icon-1 {
        height: 122px;
        width: 122px;
        margin-top: 0;
    }

    .u-section-4 .u-container-layout-2 {
        padding: 14px 0 15px;
    }

    .u-section-4 .u-icon-2 {
        height: 122px;
        width: 122px;
        margin-top: 0;
    }

    .u-section-4 .u-container-layout-3 {
        padding: 14px 0 15px;
    }

    .u-section-4 .u-icon-3 {
        height: 122px;
        width: 122px;
        margin-top: 0;
    }

    .u-section-4 .u-container-layout-4 {
        padding: 14px 0 15px;
    }

    .u-section-4 .u-icon-4 {
        height: 122px;
        width: 122px;
        margin-top: 0;
    }

    .u-section-4 .u-container-layout-5 {
        padding: 14px 0 15px;
    }

    .u-section-4 .u-icon-5 {
        height: 122px;
        width: 122px;
        margin-top: 0;
    }

    .u-section-4 .u-container-layout-6 {
        padding: 14px 0 15px;
    }

    .u-section-4 .u-icon-6 {
        height: 122px;
        width: 122px;
        margin-top: 0;
    }

    .u-section-4 .u-container-layout-7 {
        padding: 14px 0 15px;
    }

    .u-section-4 .u-icon-7 {
        height: 122px;
        width: 122px;
        margin-top: 0;
    }

    .u-section-4 .u-container-layout-8 {
        padding: 14px 0 15px;
    }

    .u-section-4 .u-icon-8 {
        height: 122px;
        width: 122px;
        margin-top: 0;
    }
}.u-section-5 .u-sheet-1 {
     min-height: 501px;
 }

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

.u-section-5 .u-text-2 {
    font-size: 1.125rem;
    margin: 20px auto 0;
}

.u-section-5 .u-form-1 {
    width: 570px;
    margin: 20px auto 59px;
}

@media (max-width: 767px) {
    .u-section-5 .u-form-1 {
        width: 540px;
    }
}

@media (max-width: 575px) {
    .u-section-5 .u-form-1 {
        width: 340px;
    }
} .u-section-6 {
      background-image: none;
  }

.u-section-6 .u-sheet-1 {
    min-height: 541px;
}

.u-section-6 .u-layout-wrap-1 {
    margin: 60px auto 60px 0;
}

.u-section-6 .u-layout-cell-1 {
    min-height: 431px;
}

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

.u-section-6 .u-text-1 {
    background-image: none;
    font-weight: 700;
    margin: 32px auto 0;
}

.u-section-6 .u-text-2 {
    font-size: 1.125rem;
    margin: 34px 0 0;
}

.u-section-6 .u-image-1 {
    min-height: 431px;
    background-image: url("../images/designservice/abe7b855214785.598b3cd007e55.jpg");
    background-position: 52.84% 100%;
    background-size: auto 135%;
}

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

@media (max-width: 1199px) {
    .u-section-6 .u-sheet-1 {
        min-height: 100px;
    }

    .u-section-6 .u-layout-wrap-1 {
        margin-right: initial;
        margin-left: initial;
    }

    .u-section-6 .u-layout-cell-1 {
        min-height: 355px;
    }

    .u-section-6 .u-image-1 {
        min-height: 355px;
    }
}

@media (max-width: 991px) {
    .u-section-6 .u-layout-cell-1 {
        min-height: 100px;
    }

    .u-section-6 .u-container-layout-1 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .u-section-6 .u-image-1 {
        min-height: 272px;
    }

    .u-section-6 .u-container-layout-2 {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 767px) {
    .u-section-6 .u-container-layout-1 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .u-section-6 .u-image-1 {
        min-height: 408px;
    }

    .u-section-6 .u-container-layout-2 {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 575px) {
    .u-section-6 .u-sheet-1 {
        min-height: 659px;
    }

    .u-section-6 .u-layout-wrap-1 {
        margin-top: 14px;
        margin-right: initial;
        margin-left: initial;
    }

    .u-section-6 .u-image-1 {
        min-height: 257px;
    }
}