.fr-view img.fr-rounded,
.fr-view .fr-img-caption.fr-rounded img {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.fr-view img.fr-shadow,
.fr-view .fr-img-caption.fr-shadow img {
  -webkit-box-shadow: 10px 10px 5px 0px #cccccc;
  -moz-box-shadow: 10px 10px 5px 0px #cccccc;
  box-shadow: 10px 10px 5px 0px #cccccc;
}

.fr-view img.fr-bordered,
.fr-view .fr-img-caption.fr-bordered img {
  border: solid 5px #CCC;
}

.fr-view img.fr-bordered {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.fr-view .fr-img-caption.fr-bordered img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.fr-view span[style~="color:"] a {
  color: inherit;
}

.fr-view img {
  position: relative;
  max-width: 100%;
}

.fr-view img.fr-dib {
  margin: 10px auto;
  display: block;
  float: none;
  vertical-align: top;
}

.fr-view img.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}

.fr-view img.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}

.fr-view img.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px));
}

.fr-view img.fr-dii.fr-fil {
  float: left;
  margin: 10px 15px 10px 0;
  max-width: calc(100% - 5px);
}

.fr-view img.fr-dii.fr-fir {
  float: right;
  margin: 10px 0 10px 15px;
  max-width: calc(100% - 5px);
}

.fr-view a.fr-strong {
  font-weight: 700;
}

.fr-view a.fr-green {
  color: green;
}

.fr-view .fr-img-caption .fr-img-wrap a {
  display: block;
}

.fr-view .fr-img-caption .fr-img-wrap img {
  display: block;
  margin: auto;
  width: 100%;
}

a.fr-view.fr-strong {
  font-weight: 700;
}

a.fr-view.fr-green {
  color: green;
}

img.fr-view {
  position: relative;
  max-width: 100%;
}

img.fr-view.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}

img.fr-view.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}

img.fr-view.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}

img.fr-view.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px));
}

img.fr-view.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
}

img.fr-view.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

footer,
header,
nav,
section {
  display: block;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

img {
  border-style: none;
}

html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

ul {
  padding-left: 20px;
}

.u-background-effect~.u-container-layout {
  cursor: pointer;
}

.u-effect-hover-liftUp:hover>.u-container-layout {
  z-index: 2;
}

.u-btn {

  display: table;

  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: none !important;
  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;
  --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-button-style.u-border-no-right.u-border-no-left.u-border-no-bottom,
.u-button-style.u-border-no-top.u-border-no-left.u-border-no-bottom,
.u-button-style.u-border-no-top.u-border-no-right.u-border-no-bottom,
.u-button-style.u-border-no-top.u-border-no-right.u-border-no-left {
  border-radius: 0 !important;
}

.u-button-style {
  transition-property: background-color, color, border-color;
}

.u-text a,
.u-post-content a,
.u-product-control.u-text a {
  font-size: inherit !important;
  font-family: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
  text-transform: inherit !important;
}

.u-filter-item a,
.u-nav-link {
  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):not(.u-checkout-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):not(.u-checkout-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):not(.u-checkout-block-content) a:hover {
  text-decoration: none;
}

a {
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 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: none !important;
  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-label-left label+div.u-input {
  flex-grow: 1;
}

.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-field-label:last-child a,
.u-form .u-form-group.u-form-agree label.u-field-label:last-child a,
.u-form .u-form-group.u-form-checkbox label.u-label:last-child a,
.u-form .u-form-group.u-form-agree label.u-label:last-child a {
  margin-top: 0;
  margin-bottom: 0;
}

.u-form .u-form-horizontal input[type="checkbox"] {
  width: 13px;
  max-width: 13px;
  margin-bottom: 3px;
  min-width: 13px;
}

.u-form-text.u-text {
  margin-top: 0;
  margin-bottom: 0;
}

.u-form-file-upload input[type="file"] {
  display: none !important;
}

@keyframes loaderIconRotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.u-form-number input[type="number"] {
  width: var(--number-width);
}

.u-form-number input[type="range"] {
  -webkit-appearance: none;
  padding-left: 0;
  padding-right: 0;
  border: 0;
}

.u-form-number-layout-range.u-form-number input[type="range"] {
  flex-shrink: 1;
  width: var(--range-width);
}

.u-form-number-layout-range-number.u-form-number input[type="range"] {
  flex: 1 1 0;
}

.u-form-number input[type="range"]:focus {
  outline: none;
}

.u-form-number input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: var(--thumb-size);
  height: var(--thumb-size);
  border-radius: var(--thumb-radius);
  background: var(--thumb-color);
  border: var(--thumb-border-width) solid var(--thumb-border-color);
  box-shadow: var(--thumb-shadow);
  margin-top: -6px;
}

.u-form-number input[type="range"]::-webkit-slider-thumb:hover {
  background: var(--thumb-hover-color);
}

.u-form-number input[type="range"]::-webkit-slider-runnable-track {
  height: 2px;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.u-form-number input[type="range"]::-webkit-slider-runnable-track {
  background: linear-gradient(var(--track-active-color), var(--track-active-color)) 0/var(--progress) 100% no-repeat, var(--track-color);
}

.u-form-number input[type="range"]::-moz-range-thumb {
  width: var(--thumb-size);
  height: var(--thumb-size);
  transform: translateY(-1px);
  border-radius: var(--thumb-radius);
  background: var(--thumb-color);
  border: var(--thumb-border-width) solid var(--thumb-border-color);
  box-shadow: var(--thumb-shadow);
}

.u-form-number input[type="range"]::-moz-range-thumb:hover {
  background: var(--thumb-hover-color);
}

.u-form-number input[type="range"]::-moz-range-track {
  height: 2px;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.u-form-number input[type="range"]::-moz-range-track {
  background: linear-gradient(var(--track-active-color), var(--track-active-color)) 0/var(--progress) 100% no-repeat, var(--track-color);
}

.u-form.u-carousel .u-form-submit .u-btn {
  margin-left: 0;
  margin-right: 12px;
}

.u-form.u-carousel .u-form-submit.u-align-right .u-btn {
  margin-left: 12px;
  margin-right: 0;
}

.u-form-progress-icon.u-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: .5s;
  counter-increment: step;
  background-color: var(--step-icon-default-color);
  border: var(--step-icon-border-width) solid var(--step-icon-border-color);
  border-radius: var(--step-icon-border-radius);
  color: var(--step-icon-text-default-color);
  width: var(--step-icon-size);
  height: var(--step-icon-size);
}

.u-form-progress-icon.u-icon svg:first-child {
  width: 100% !important;
  height: 100% !important;
}

.u-form-progress-icon.u-icon img {
  height: 100% !important;
  width: auto !important;
}

.u-form-progress-icon.u-icon:empty:before {
  line-height: normal;
}

.u-form-progress-icon-text .u-form-progress-step .u-form-progress-icon.u-icon {
  transform: none;
}

.u-form-progress-icon-text .u-form-progress-step .u-form-progress-icon.u-icon:empty:before {
  content: counter(step);
}

@media (min-width: 1200px) {
  .u-xl-mode .u-progress-text-hidden-xl .u-form-progress-inner {
    margin-bottom: 0;
  }

  .u-xl-mode .u-progress-text-hidden-xl .u-form-progress-text {
    display: none !important;
  }
}

html {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

body {
  height: auto;
  min-height: 100%;
  overflow-x: clip;
}

body,
section,
header,
footer {
  position: relative;
}

section>*,
header>*,
footer>*,
.u-sheet>* {
  position: relative;
}

a {
  color: #259bca;
  text-decoration: none;
}

a:hover {
  color: #0676a4;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

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

.u-clearfix:after {
  clear: both;
}

.u-form-vertical .u-label-left .u-spacing-10.u-field-label,
.u-form-vertical .u-label-left .u-spacing-10.u-label,
.u-rating-icons.u-spacing-10>.u-form-rating-item {
  margin-right: 10px;
}

.u-backlink a:first-letter {
  text-transform: capitalize;
}

.u-backlink a,
.u-backlink p {
  display: inline-block;
}

@media (min-width: 1200px) {
  .u-xl-mode .u-hidden-xl {
    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-border-none:not([class*="u-border-hover-"]):not([class*="u-border-active-"]),
.u-border-none:not(:hover):not(.hover)[class*="u-border-hover-"],
.u-border-none:not(:active):not(.active)[class*="u-border-active-"] {
  border-width: 0 !important;
}

.u-button-style[class*="u-border-"].u-border-no-top,
[class*="u-border-"].u-border-no-top {
  border-top-width: 0;
  border-top-style: none;
}

.u-button-style[class*="u-border-"].u-border-no-right,
[class*="u-border-"].u-border-no-right {
  border-right-width: 0;
  border-right-style: none;
}

.u-button-style[class*="u-border-"].u-border-no-bottom,
[class*="u-border-"].u-border-no-bottom {
  border-bottom-width: 0;
  border-bottom-style: none;
}

.u-button-style[class*="u-border-"].u-border-no-left,
[class*="u-border-"].u-border-no-left {
  border-left-width: 0;
  border-left-style: none;
}

.u-text.u-indent-none {
  padding-left: 0 !important;
}

.u-text-default {
  display: table;
  align-self: flex-start;
  width: -webkit-fit-content;
  width: fit-content;
  width: -moz-fit-content;
}

.u-text-default:empty {
  display: block;
  width: 15px;
}

@media (min-width: 1200px) {
  .u-xl-mode .u-text-default-xl {
    display: table;
    align-self: flex-start;
    width: -webkit-fit-content;
    width: fit-content;
    width: -moz-fit-content;
  }

  .u-xl-mode .u-text-default-xl:empty {
    display: block;
    width: 15px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .u-xxl-mode .u-text-default-xl {
    display: table;
    align-self: flex-start;
    width: -webkit-fit-content;
    width: fit-content;
    width: -moz-fit-content;
  }

  .u-xxl-mode .u-text-default-xl:empty {
    display: block;
    width: 15px;
  }
}

.u-hover-feature.u-container-style {
  overflow: hidden;
}

img.u-image {
  overflow: hidden;
}

.u-image.u-image-contain {
  object-fit: contain;
  background-size: contain;
}

.u-image.u-image-tiles {
  background-size: initial;
  background-repeat: repeat;
  background-position: top left !important;
}

.u-image:where(:not(img):not(.u-hover-box)) {
  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-sheet {
  position: relative;
  margin: 0 auto;
}

.u-xl-mode .u-sheet {
  width: var(--theme-sheet-width-xl);
}

.u-xxl-mode .u-sheet {
  width: var(--theme-sheet-width-xxl);
}

@media (min-width: 1400px) {
  .u-sheet {
    width: var(--theme-sheet-width-xxl) !important;
  }
}

@media (min-width: 1200px) {
  .u-xl-mode .u-sheet {
    width: var(--theme-sheet-width-xl) !important;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .u-xxl-mode .u-sheet {
    width: var(--theme-sheet-width-xl) !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .u-sheet {
    width: var(--theme-sheet-width-lg) !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .u-sheet {
    width: var(--theme-sheet-width-md) !important;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .u-sheet {
    width: var(--theme-sheet-width-sm) !important;
  }
}

@media (max-width: 575px) {
  .u-sheet {
    width: var(--theme-sheet-width-xs) !important;
  }
}

.u-body .u-sheet .u-sheet {
  width: 100% !important;
}

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

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

.u-expanded {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.u-expanded-width {
  width: 100% !important;
}

@media (min-width: 1200px) {
  .u-xl-mode .u-expanded-width-xl {
    width: 100% !important;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .u-xxl-mode .u-expanded-width-xl {
    width: 100% !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .u-expanded-width-lg {
    width: 100% !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .u-expanded-width-md {
    width: 100% !important;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .u-expanded-width-sm {
    width: 100% !important;
  }
}

@media (max-width: 575px) {
  .u-expanded-width-xs {
    width: 100% !important;
  }
}

.u-expanded-width:not(.custom-expanded) {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media (min-width: 1400px) {
  .u-expanded-width:not(.custom-expanded)-xxl {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (min-width: 1200px) {
  .u-xl-mode .u-expanded-width:not(.custom-expanded)-xl {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .u-xxl-mode .u-expanded-width:not(.custom-expanded)-xl {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .u-expanded-width:not(.custom-expanded)-lg {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .u-expanded-width:not(.custom-expanded)-md {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .u-expanded-width:not(.custom-expanded)-sm {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (max-width: 575px) {
  .u-expanded-width:not(.custom-expanded)-xs {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.u-preserve-proportions.u-expanded-width>* {
  position: absolute !important;
}

.u-preserve-proportions.u-expanded-width-xl>* {
  position: absolute !important;
}

.u-preserve-proportions.u-expanded-width-lg>* {
  position: absolute !important;
}

.u-preserve-proportions.u-expanded-width-md>* {
  position: absolute !important;
}

.u-preserve-proportions.u-expanded-width-sm>* {
  position: absolute !important;
}

.u-preserve-proportions.u-expanded-width-xs>* {
  position: absolute !important;
}

.u-preserve-proportions.u-expanded-width>.u-preserve-proportions-child {
  position: relative !important;
}

.u-preserve-proportions.u-expanded-width-xl>.u-preserve-proportions-child {
  position: relative !important;
}

.u-preserve-proportions.u-expanded-width-lg>.u-preserve-proportions-child {
  position: relative !important;
}

.u-preserve-proportions.u-expanded-width-md>.u-preserve-proportions-child {
  position: relative !important;
}

.u-preserve-proportions.u-expanded-width-sm>.u-preserve-proportions-child {
  position: relative !important;
}

.u-preserve-proportions.u-expanded-width-xs>.u-preserve-proportions-child {
  position: relative !important;
}

.u-expanded-height {
  position: absolute !important;
  height: 100% !important;
}

@media (min-width: 1200px) {
  .u-xl-mode .u-expanded-height-xl {
    position: absolute !important;
    height: 100% !important;
  }
}

.u-expanded-height:not(.custom-expanded) {
  top: 0 !important;
}

@media (min-width: 1400px) {
  .u-expanded-height:not(.custom-expanded)-xxl {
    top: 0 !important;
  }
}

@media (min-width: 1200px) {
  .u-xl-mode .u-expanded-height:not(.custom-expanded)-xl {
    top: 0 !important;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .u-xxl-mode .u-expanded-height:not(.custom-expanded)-xl {
    top: 0 !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .u-expanded-height:not(.custom-expanded)-lg {
    top: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .u-expanded-height:not(.custom-expanded)-md {
    top: 0 !important;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .u-expanded-height:not(.custom-expanded)-sm {
    top: 0 !important;
  }
}

@media (max-width: 575px) {
  .u-expanded-height:not(.custom-expanded)-xs {
    top: 0 !important;
  }
}

@media (min-width: 1200px) {

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

@media (min-width: 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: 576px) and (max-width: 767px) {

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

.u-valign-middle>*,
.u-valign-top>* {
  flex-shrink: 0;
}

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

@media (min-width: 1200px) {
  .u-xl-mode .u-valign-middle-xl {
    justify-content: center;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .u-xxl-mode .u-valign-middle-xl {
    justify-content: center;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .u-valign-middle-lg {
    justify-content: center;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .u-valign-middle-md {
    justify-content: center;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .u-valign-middle-sm {
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .u-valign-middle-xs {
    justify-content: center;
  }
}

.u-valign-top {
  justify-content: flex-start;
}

@media (min-width: 1200px) {
  .u-xl-mode .u-valign-top-xl {
    justify-content: flex-start;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .u-valign-top-lg {
    justify-content: flex-start;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .u-valign-top-md {
    justify-content: flex-start;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .u-valign-top-sm {
    justify-content: flex-start;
  }
}

@media (max-width: 575px) {
  .u-valign-top-xs {
    justify-content: flex-start;
  }
}

@media (min-width: 1200px) {
  .u-xl-mode .u-valign-bottom-xl {
    justify-content: flex-end;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .u-valign-bottom-lg {
    justify-content: flex-end;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .u-valign-bottom-sm {
    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;
  }
}

@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-layout-row>.u-size-60 {
  flex: 0 0 100%;
  max-width: 100%;
  min-width: 100%;
}

.u-layout-col>.u-size-60 {
  flex: 60 0 auto;
}

.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 auto;
}

.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 auto;
}

.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 auto;
}

.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 auto;
}

.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 auto;
}

.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 auto;
}

.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 auto;
}

.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 auto;
}

.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 auto;
}

.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 auto;
}

.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 auto;
}

.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 auto;
}

.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 auto;
}

.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 auto;
}

.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 auto;
}

.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 auto;
}

.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 auto;
}

.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 auto;
}

.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 auto;
}

.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 auto;
}

.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 auto;
}

.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 auto;
}

.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 auto;
}

.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 auto;
}

.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 auto;
}

.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 auto;
}

.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 auto;
}

.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 auto;
}

.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 auto;
}

.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 auto;
}

.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 auto;
}

.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 auto;
}

.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 auto;
}

.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 auto;
}

.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 auto;
}

.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 auto;
}

.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 auto;
}

.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 auto;
}

.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 auto;
}

.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 auto;
}

.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 auto;
}

.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 auto;
}

.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 auto;
}

.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 auto;
}

.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 auto;
}

.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 auto;
}

.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 auto;
}

.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 auto;
}

.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 auto;
}

.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 auto;
}

.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 auto;
}

.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 auto;
}

.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 auto;
}

.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 auto;
}

.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 auto;
}

.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 auto;
}

.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 auto;
}

.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 auto;
}

.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 auto;
}

.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 auto;
}

@media (min-width: 1400px) {
  .u-layout-row>.u-size-60-xxl {
    flex: 0 0 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .u-layout-col>.u-size-60-xxl {
    flex: 60 0 auto;
  }

  .u-layout-row>.u-size-59-xxl {
    flex: 0 0 98.33333333%;
    max-width: 98.33333333%;
    min-width: 98.33333333%;
  }

  .u-layout-col>.u-size-59-xxl {
    flex: 59 0 auto;
  }

  .u-layout-row>.u-size-58-xxl {
    flex: 0 0 96.66666667%;
    max-width: 96.66666667%;
    min-width: 96.66666667%;
  }

  .u-layout-col>.u-size-58-xxl {
    flex: 58 0 auto;
  }

  .u-layout-row>.u-size-57-xxl {
    flex: 0 0 95%;
    max-width: 95%;
    min-width: 95%;
  }

  .u-layout-col>.u-size-57-xxl {
    flex: 57 0 auto;
  }

  .u-layout-row>.u-size-56-xxl {
    flex: 0 0 93.33333333%;
    max-width: 93.33333333%;
    min-width: 93.33333333%;
  }

  .u-layout-col>.u-size-56-xxl {
    flex: 56 0 auto;
  }

  .u-layout-row>.u-size-55-xxl {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
    min-width: 91.66666667%;
  }

  .u-layout-col>.u-size-55-xxl {
    flex: 55 0 auto;
  }

  .u-layout-row>.u-size-54-xxl {
    flex: 0 0 90%;
    max-width: 90%;
    min-width: 90%;
  }

  .u-layout-col>.u-size-54-xxl {
    flex: 54 0 auto;
  }

  .u-layout-row>.u-size-53-xxl {
    flex: 0 0 88.33333333%;
    max-width: 88.33333333%;
    min-width: 88.33333333%;
  }

  .u-layout-col>.u-size-53-xxl {
    flex: 53 0 auto;
  }

  .u-layout-row>.u-size-52-xxl {
    flex: 0 0 86.66666667%;
    max-width: 86.66666667%;
    min-width: 86.66666667%;
  }

  .u-layout-col>.u-size-52-xxl {
    flex: 52 0 auto;
  }

  .u-layout-row>.u-size-51-xxl {
    flex: 0 0 85%;
    max-width: 85%;
    min-width: 85%;
  }

  .u-layout-col>.u-size-51-xxl {
    flex: 51 0 auto;
  }

  .u-layout-row>.u-size-50-xxl {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
    min-width: 83.33333333%;
  }

  .u-layout-col>.u-size-50-xxl {
    flex: 50 0 auto;
  }

  .u-layout-row>.u-size-49-xxl {
    flex: 0 0 81.66666667%;
    max-width: 81.66666667%;
    min-width: 81.66666667%;
  }

  .u-layout-col>.u-size-49-xxl {
    flex: 49 0 auto;
  }

  .u-layout-row>.u-size-48-xxl {
    flex: 0 0 80%;
    max-width: 80%;
    min-width: 80%;
  }

  .u-layout-col>.u-size-48-xxl {
    flex: 48 0 auto;
  }

  .u-layout-row>.u-size-47-xxl {
    flex: 0 0 78.33333333%;
    max-width: 78.33333333%;
    min-width: 78.33333333%;
  }

  .u-layout-col>.u-size-47-xxl {
    flex: 47 0 auto;
  }

  .u-layout-row>.u-size-46-xxl {
    flex: 0 0 76.66666667%;
    max-width: 76.66666667%;
    min-width: 76.66666667%;
  }

  .u-layout-col>.u-size-46-xxl {
    flex: 46 0 auto;
  }

  .u-layout-row>.u-size-45-xxl {
    flex: 0 0 75%;
    max-width: 75%;
    min-width: 75%;
  }

  .u-layout-col>.u-size-45-xxl {
    flex: 45 0 auto;
  }

  .u-layout-row>.u-size-44-xxl {
    flex: 0 0 73.33333333%;
    max-width: 73.33333333%;
    min-width: 73.33333333%;
  }

  .u-layout-col>.u-size-44-xxl {
    flex: 44 0 auto;
  }

  .u-layout-row>.u-size-43-xxl {
    flex: 0 0 71.66666667%;
    max-width: 71.66666667%;
    min-width: 71.66666667%;
  }

  .u-layout-col>.u-size-43-xxl {
    flex: 43 0 auto;
  }

  .u-layout-row>.u-size-42-xxl {
    flex: 0 0 70%;
    max-width: 70%;
    min-width: 70%;
  }

  .u-layout-col>.u-size-42-xxl {
    flex: 42 0 auto;
  }

  .u-layout-row>.u-size-41-xxl {
    flex: 0 0 68.33333333%;
    max-width: 68.33333333%;
    min-width: 68.33333333%;
  }

  .u-layout-col>.u-size-41-xxl {
    flex: 41 0 auto;
  }

  .u-layout-row>.u-size-40-xxl {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
    min-width: 66.66666667%;
  }

  .u-layout-col>.u-size-40-xxl {
    flex: 40 0 auto;
  }

  .u-layout-row>.u-size-39-xxl {
    flex: 0 0 65%;
    max-width: 65%;
    min-width: 65%;
  }

  .u-layout-col>.u-size-39-xxl {
    flex: 39 0 auto;
  }

  .u-layout-row>.u-size-38-xxl {
    flex: 0 0 63.33333333%;
    max-width: 63.33333333%;
    min-width: 63.33333333%;
  }

  .u-layout-col>.u-size-38-xxl {
    flex: 38 0 auto;
  }

  .u-layout-row>.u-size-37-xxl {
    flex: 0 0 61.66666667%;
    max-width: 61.66666667%;
    min-width: 61.66666667%;
  }

  .u-layout-col>.u-size-37-xxl {
    flex: 37 0 auto;
  }

  .u-layout-row>.u-size-36-xxl {
    flex: 0 0 60%;
    max-width: 60%;
    min-width: 60%;
  }

  .u-layout-col>.u-size-36-xxl {
    flex: 36 0 auto;
  }

  .u-layout-row>.u-size-35-xxl {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
    min-width: 58.33333333%;
  }

  .u-layout-col>.u-size-35-xxl {
    flex: 35 0 auto;
  }

  .u-layout-row>.u-size-34-xxl {
    flex: 0 0 56.66666667%;
    max-width: 56.66666667%;
    min-width: 56.66666667%;
  }

  .u-layout-col>.u-size-34-xxl {
    flex: 34 0 auto;
  }

  .u-layout-row>.u-size-33-xxl {
    flex: 0 0 55%;
    max-width: 55%;
    min-width: 55%;
  }

  .u-layout-col>.u-size-33-xxl {
    flex: 33 0 auto;
  }

  .u-layout-row>.u-size-32-xxl {
    flex: 0 0 53.33333333%;
    max-width: 53.33333333%;
    min-width: 53.33333333%;
  }

  .u-layout-col>.u-size-32-xxl {
    flex: 32 0 auto;
  }

  .u-layout-row>.u-size-31-xxl {
    flex: 0 0 51.66666667%;
    max-width: 51.66666667%;
    min-width: 51.66666667%;
  }

  .u-layout-col>.u-size-31-xxl {
    flex: 31 0 auto;
  }

  .u-layout-row>.u-size-30-xxl {
    flex: 0 0 50%;
    max-width: 50%;
    min-width: 50%;
  }

  .u-layout-col>.u-size-30-xxl {
    flex: 30 0 auto;
  }

  .u-layout-row>.u-size-29-xxl {
    flex: 0 0 48.33333333%;
    max-width: 48.33333333%;
    min-width: 48.33333333%;
  }

  .u-layout-col>.u-size-29-xxl {
    flex: 29 0 auto;
  }

  .u-layout-row>.u-size-28-xxl {
    flex: 0 0 46.66666667%;
    max-width: 46.66666667%;
    min-width: 46.66666667%;
  }

  .u-layout-col>.u-size-28-xxl {
    flex: 28 0 auto;
  }

  .u-layout-row>.u-size-27-xxl {
    flex: 0 0 45%;
    max-width: 45%;
    min-width: 45%;
  }

  .u-layout-col>.u-size-27-xxl {
    flex: 27 0 auto;
  }

  .u-layout-row>.u-size-26-xxl {
    flex: 0 0 43.33333333%;
    max-width: 43.33333333%;
    min-width: 43.33333333%;
  }

  .u-layout-col>.u-size-26-xxl {
    flex: 26 0 auto;
  }

  .u-layout-row>.u-size-25-xxl {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
    min-width: 41.66666667%;
  }

  .u-layout-col>.u-size-25-xxl {
    flex: 25 0 auto;
  }

  .u-layout-row>.u-size-24-xxl {
    flex: 0 0 40%;
    max-width: 40%;
    min-width: 40%;
  }

  .u-layout-col>.u-size-24-xxl {
    flex: 24 0 auto;
  }

  .u-layout-row>.u-size-23-xxl {
    flex: 0 0 38.33333333%;
    max-width: 38.33333333%;
    min-width: 38.33333333%;
  }

  .u-layout-col>.u-size-23-xxl {
    flex: 23 0 auto;
  }

  .u-layout-row>.u-size-22-xxl {
    flex: 0 0 36.66666667%;
    max-width: 36.66666667%;
    min-width: 36.66666667%;
  }

  .u-layout-col>.u-size-22-xxl {
    flex: 22 0 auto;
  }

  .u-layout-row>.u-size-21-xxl {
    flex: 0 0 35%;
    max-width: 35%;
    min-width: 35%;
  }

  .u-layout-col>.u-size-21-xxl {
    flex: 21 0 auto;
  }

  .u-layout-row>.u-size-20-xxl {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
    min-width: 33.33333333%;
  }

  .u-layout-col>.u-size-20-xxl {
    flex: 20 0 auto;
  }

  .u-layout-row>.u-size-19-xxl {
    flex: 0 0 31.66666667%;
    max-width: 31.66666667%;
    min-width: 31.66666667%;
  }

  .u-layout-col>.u-size-19-xxl {
    flex: 19 0 auto;
  }

  .u-layout-row>.u-size-18-xxl {
    flex: 0 0 30%;
    max-width: 30%;
    min-width: 30%;
  }

  .u-layout-col>.u-size-18-xxl {
    flex: 18 0 auto;
  }

  .u-layout-row>.u-size-17-xxl {
    flex: 0 0 28.33333333%;
    max-width: 28.33333333%;
    min-width: 28.33333333%;
  }

  .u-layout-col>.u-size-17-xxl {
    flex: 17 0 auto;
  }

  .u-layout-row>.u-size-16-xxl {
    flex: 0 0 26.66666667%;
    max-width: 26.66666667%;
    min-width: 26.66666667%;
  }

  .u-layout-col>.u-size-16-xxl {
    flex: 16 0 auto;
  }

  .u-layout-row>.u-size-15-xxl {
    flex: 0 0 25%;
    max-width: 25%;
    min-width: 25%;
  }

  .u-layout-col>.u-size-15-xxl {
    flex: 15 0 auto;
  }

  .u-layout-row>.u-size-14-xxl {
    flex: 0 0 23.33333333%;
    max-width: 23.33333333%;
    min-width: 23.33333333%;
  }

  .u-layout-col>.u-size-14-xxl {
    flex: 14 0 auto;
  }

  .u-layout-row>.u-size-13-xxl {
    flex: 0 0 21.66666667%;
    max-width: 21.66666667%;
    min-width: 21.66666667%;
  }

  .u-layout-col>.u-size-13-xxl {
    flex: 13 0 auto;
  }

  .u-layout-row>.u-size-12-xxl {
    flex: 0 0 20%;
    max-width: 20%;
    min-width: 20%;
  }

  .u-layout-col>.u-size-12-xxl {
    flex: 12 0 auto;
  }

  .u-layout-row>.u-size-11-xxl {
    flex: 0 0 18.33333333%;
    max-width: 18.33333333%;
    min-width: 18.33333333%;
  }

  .u-layout-col>.u-size-11-xxl {
    flex: 11 0 auto;
  }

  .u-layout-row>.u-size-10-xxl {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
    min-width: 16.66666667%;
  }

  .u-layout-col>.u-size-10-xxl {
    flex: 10 0 auto;
  }

  .u-layout-row>.u-size-9-xxl {
    flex: 0 0 15%;
    max-width: 15%;
    min-width: 15%;
  }

  .u-layout-col>.u-size-9-xxl {
    flex: 9 0 auto;
  }

  .u-layout-row>.u-size-8-xxl {
    flex: 0 0 13.33333333%;
    max-width: 13.33333333%;
    min-width: 13.33333333%;
  }

  .u-layout-col>.u-size-8-xxl {
    flex: 8 0 auto;
  }

  .u-layout-row>.u-size-7-xxl {
    flex: 0 0 11.66666667%;
    max-width: 11.66666667%;
    min-width: 11.66666667%;
  }

  .u-layout-col>.u-size-7-xxl {
    flex: 7 0 auto;
  }

  .u-layout-row>.u-size-6-xxl {
    flex: 0 0 10%;
    max-width: 10%;
    min-width: 10%;
  }

  .u-layout-col>.u-size-6-xxl {
    flex: 6 0 auto;
  }

  .u-layout-row>.u-size-5-xxl {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
    min-width: 8.33333333%;
  }

  .u-layout-col>.u-size-5-xxl {
    flex: 5 0 auto;
  }

  .u-layout-row>.u-size-4-xxl {
    flex: 0 0 6.66666667%;
    max-width: 6.66666667%;
    min-width: 6.66666667%;
  }

  .u-layout-col>.u-size-4-xxl {
    flex: 4 0 auto;
  }

  .u-layout-row>.u-size-3-xxl {
    flex: 0 0 5%;
    max-width: 5%;
    min-width: 5%;
  }

  .u-layout-col>.u-size-3-xxl {
    flex: 3 0 auto;
  }

  .u-layout-row>.u-size-2-xxl {
    flex: 0 0 3.33333333%;
    max-width: 3.33333333%;
    min-width: 3.33333333%;
  }

  .u-layout-col>.u-size-2-xxl {
    flex: 2 0 auto;
  }

  .u-layout-row>.u-size-1-xxl {
    flex: 0 0 1.66666667%;
    max-width: 1.66666667%;
    min-width: 1.66666667%;
  }

  .u-layout-col>.u-size-1-xxl {
    flex: 1 0 auto;
  }

  .u-layout-row>.u-size-0-xxl {
    flex: 0 0 0%;
    max-width: 0%;
    min-width: 0%;
  }

  .u-layout-col>.u-size-0-xxl {
    flex: 0 0 auto;
  }
}

@media (min-width: 1200px) {
  .u-xl-mode .u-layout-row>.u-size-60-xl {
    flex: 0 0 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .u-xl-mode .u-layout-col>.u-size-60-xl {
    flex: 60 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-59-xl {
    flex: 0 0 98.33333333%;
    max-width: 98.33333333%;
    min-width: 98.33333333%;
  }

  .u-xl-mode .u-layout-col>.u-size-59-xl {
    flex: 59 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-58-xl {
    flex: 0 0 96.66666667%;
    max-width: 96.66666667%;
    min-width: 96.66666667%;
  }

  .u-xl-mode .u-layout-col>.u-size-58-xl {
    flex: 58 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-57-xl {
    flex: 0 0 95%;
    max-width: 95%;
    min-width: 95%;
  }

  .u-xl-mode .u-layout-col>.u-size-57-xl {
    flex: 57 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-56-xl {
    flex: 0 0 93.33333333%;
    max-width: 93.33333333%;
    min-width: 93.33333333%;
  }

  .u-xl-mode .u-layout-col>.u-size-56-xl {
    flex: 56 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-55-xl {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
    min-width: 91.66666667%;
  }

  .u-xl-mode .u-layout-col>.u-size-55-xl {
    flex: 55 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-54-xl {
    flex: 0 0 90%;
    max-width: 90%;
    min-width: 90%;
  }

  .u-xl-mode .u-layout-col>.u-size-54-xl {
    flex: 54 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-53-xl {
    flex: 0 0 88.33333333%;
    max-width: 88.33333333%;
    min-width: 88.33333333%;
  }

  .u-xl-mode .u-layout-col>.u-size-53-xl {
    flex: 53 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-52-xl {
    flex: 0 0 86.66666667%;
    max-width: 86.66666667%;
    min-width: 86.66666667%;
  }

  .u-xl-mode .u-layout-col>.u-size-52-xl {
    flex: 52 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-51-xl {
    flex: 0 0 85%;
    max-width: 85%;
    min-width: 85%;
  }

  .u-xl-mode .u-layout-col>.u-size-51-xl {
    flex: 51 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-50-xl {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
    min-width: 83.33333333%;
  }

  .u-xl-mode .u-layout-col>.u-size-50-xl {
    flex: 50 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-49-xl {
    flex: 0 0 81.66666667%;
    max-width: 81.66666667%;
    min-width: 81.66666667%;
  }

  .u-xl-mode .u-layout-col>.u-size-49-xl {
    flex: 49 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-48-xl {
    flex: 0 0 80%;
    max-width: 80%;
    min-width: 80%;
  }

  .u-xl-mode .u-layout-col>.u-size-48-xl {
    flex: 48 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-47-xl {
    flex: 0 0 78.33333333%;
    max-width: 78.33333333%;
    min-width: 78.33333333%;
  }

  .u-xl-mode .u-layout-col>.u-size-47-xl {
    flex: 47 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-46-xl {
    flex: 0 0 76.66666667%;
    max-width: 76.66666667%;
    min-width: 76.66666667%;
  }

  .u-xl-mode .u-layout-col>.u-size-46-xl {
    flex: 46 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-45-xl {
    flex: 0 0 75%;
    max-width: 75%;
    min-width: 75%;
  }

  .u-xl-mode .u-layout-col>.u-size-45-xl {
    flex: 45 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-44-xl {
    flex: 0 0 73.33333333%;
    max-width: 73.33333333%;
    min-width: 73.33333333%;
  }

  .u-xl-mode .u-layout-col>.u-size-44-xl {
    flex: 44 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-43-xl {
    flex: 0 0 71.66666667%;
    max-width: 71.66666667%;
    min-width: 71.66666667%;
  }

  .u-xl-mode .u-layout-col>.u-size-43-xl {
    flex: 43 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-42-xl {
    flex: 0 0 70%;
    max-width: 70%;
    min-width: 70%;
  }

  .u-xl-mode .u-layout-col>.u-size-42-xl {
    flex: 42 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-41-xl {
    flex: 0 0 68.33333333%;
    max-width: 68.33333333%;
    min-width: 68.33333333%;
  }

  .u-xl-mode .u-layout-col>.u-size-41-xl {
    flex: 41 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-40-xl {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
    min-width: 66.66666667%;
  }

  .u-xl-mode .u-layout-col>.u-size-40-xl {
    flex: 40 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-39-xl {
    flex: 0 0 65%;
    max-width: 65%;
    min-width: 65%;
  }

  .u-xl-mode .u-layout-col>.u-size-39-xl {
    flex: 39 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-38-xl {
    flex: 0 0 63.33333333%;
    max-width: 63.33333333%;
    min-width: 63.33333333%;
  }

  .u-xl-mode .u-layout-col>.u-size-38-xl {
    flex: 38 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-37-xl {
    flex: 0 0 61.66666667%;
    max-width: 61.66666667%;
    min-width: 61.66666667%;
  }

  .u-xl-mode .u-layout-col>.u-size-37-xl {
    flex: 37 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-36-xl {
    flex: 0 0 60%;
    max-width: 60%;
    min-width: 60%;
  }

  .u-xl-mode .u-layout-col>.u-size-36-xl {
    flex: 36 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-35-xl {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
    min-width: 58.33333333%;
  }

  .u-xl-mode .u-layout-col>.u-size-35-xl {
    flex: 35 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-34-xl {
    flex: 0 0 56.66666667%;
    max-width: 56.66666667%;
    min-width: 56.66666667%;
  }

  .u-xl-mode .u-layout-col>.u-size-34-xl {
    flex: 34 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-33-xl {
    flex: 0 0 55%;
    max-width: 55%;
    min-width: 55%;
  }

  .u-xl-mode .u-layout-col>.u-size-33-xl {
    flex: 33 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-32-xl {
    flex: 0 0 53.33333333%;
    max-width: 53.33333333%;
    min-width: 53.33333333%;
  }

  .u-xl-mode .u-layout-col>.u-size-32-xl {
    flex: 32 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-31-xl {
    flex: 0 0 51.66666667%;
    max-width: 51.66666667%;
    min-width: 51.66666667%;
  }

  .u-xl-mode .u-layout-col>.u-size-31-xl {
    flex: 31 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-30-xl {
    flex: 0 0 50%;
    max-width: 50%;
    min-width: 50%;
  }

  .u-xl-mode .u-layout-col>.u-size-30-xl {
    flex: 30 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-29-xl {
    flex: 0 0 48.33333333%;
    max-width: 48.33333333%;
    min-width: 48.33333333%;
  }

  .u-xl-mode .u-layout-col>.u-size-29-xl {
    flex: 29 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-28-xl {
    flex: 0 0 46.66666667%;
    max-width: 46.66666667%;
    min-width: 46.66666667%;
  }

  .u-xl-mode .u-layout-col>.u-size-28-xl {
    flex: 28 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-27-xl {
    flex: 0 0 45%;
    max-width: 45%;
    min-width: 45%;
  }

  .u-xl-mode .u-layout-col>.u-size-27-xl {
    flex: 27 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-26-xl {
    flex: 0 0 43.33333333%;
    max-width: 43.33333333%;
    min-width: 43.33333333%;
  }

  .u-xl-mode .u-layout-col>.u-size-26-xl {
    flex: 26 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-25-xl {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
    min-width: 41.66666667%;
  }

  .u-xl-mode .u-layout-col>.u-size-25-xl {
    flex: 25 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-24-xl {
    flex: 0 0 40%;
    max-width: 40%;
    min-width: 40%;
  }

  .u-xl-mode .u-layout-col>.u-size-24-xl {
    flex: 24 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-23-xl {
    flex: 0 0 38.33333333%;
    max-width: 38.33333333%;
    min-width: 38.33333333%;
  }

  .u-xl-mode .u-layout-col>.u-size-23-xl {
    flex: 23 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-22-xl {
    flex: 0 0 36.66666667%;
    max-width: 36.66666667%;
    min-width: 36.66666667%;
  }

  .u-xl-mode .u-layout-col>.u-size-22-xl {
    flex: 22 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-21-xl {
    flex: 0 0 35%;
    max-width: 35%;
    min-width: 35%;
  }

  .u-xl-mode .u-layout-col>.u-size-21-xl {
    flex: 21 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-20-xl {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
    min-width: 33.33333333%;
  }

  .u-xl-mode .u-layout-col>.u-size-20-xl {
    flex: 20 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-19-xl {
    flex: 0 0 31.66666667%;
    max-width: 31.66666667%;
    min-width: 31.66666667%;
  }

  .u-xl-mode .u-layout-col>.u-size-19-xl {
    flex: 19 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-18-xl {
    flex: 0 0 30%;
    max-width: 30%;
    min-width: 30%;
  }

  .u-xl-mode .u-layout-col>.u-size-18-xl {
    flex: 18 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-17-xl {
    flex: 0 0 28.33333333%;
    max-width: 28.33333333%;
    min-width: 28.33333333%;
  }

  .u-xl-mode .u-layout-col>.u-size-17-xl {
    flex: 17 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-16-xl {
    flex: 0 0 26.66666667%;
    max-width: 26.66666667%;
    min-width: 26.66666667%;
  }

  .u-xl-mode .u-layout-col>.u-size-16-xl {
    flex: 16 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-15-xl {
    flex: 0 0 25%;
    max-width: 25%;
    min-width: 25%;
  }

  .u-xl-mode .u-layout-col>.u-size-15-xl {
    flex: 15 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-14-xl {
    flex: 0 0 23.33333333%;
    max-width: 23.33333333%;
    min-width: 23.33333333%;
  }

  .u-xl-mode .u-layout-col>.u-size-14-xl {
    flex: 14 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-13-xl {
    flex: 0 0 21.66666667%;
    max-width: 21.66666667%;
    min-width: 21.66666667%;
  }

  .u-xl-mode .u-layout-col>.u-size-13-xl {
    flex: 13 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-12-xl {
    flex: 0 0 20%;
    max-width: 20%;
    min-width: 20%;
  }

  .u-xl-mode .u-layout-col>.u-size-12-xl {
    flex: 12 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-11-xl {
    flex: 0 0 18.33333333%;
    max-width: 18.33333333%;
    min-width: 18.33333333%;
  }

  .u-xl-mode .u-layout-col>.u-size-11-xl {
    flex: 11 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-10-xl {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
    min-width: 16.66666667%;
  }

  .u-xl-mode .u-layout-col>.u-size-10-xl {
    flex: 10 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-9-xl {
    flex: 0 0 15%;
    max-width: 15%;
    min-width: 15%;
  }

  .u-xl-mode .u-layout-col>.u-size-9-xl {
    flex: 9 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-8-xl {
    flex: 0 0 13.33333333%;
    max-width: 13.33333333%;
    min-width: 13.33333333%;
  }

  .u-xl-mode .u-layout-col>.u-size-8-xl {
    flex: 8 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-7-xl {
    flex: 0 0 11.66666667%;
    max-width: 11.66666667%;
    min-width: 11.66666667%;
  }

  .u-xl-mode .u-layout-col>.u-size-7-xl {
    flex: 7 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-6-xl {
    flex: 0 0 10%;
    max-width: 10%;
    min-width: 10%;
  }

  .u-xl-mode .u-layout-col>.u-size-6-xl {
    flex: 6 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-5-xl {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
    min-width: 8.33333333%;
  }

  .u-xl-mode .u-layout-col>.u-size-5-xl {
    flex: 5 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-4-xl {
    flex: 0 0 6.66666667%;
    max-width: 6.66666667%;
    min-width: 6.66666667%;
  }

  .u-xl-mode .u-layout-col>.u-size-4-xl {
    flex: 4 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-3-xl {
    flex: 0 0 5%;
    max-width: 5%;
    min-width: 5%;
  }

  .u-xl-mode .u-layout-col>.u-size-3-xl {
    flex: 3 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-2-xl {
    flex: 0 0 3.33333333%;
    max-width: 3.33333333%;
    min-width: 3.33333333%;
  }

  .u-xl-mode .u-layout-col>.u-size-2-xl {
    flex: 2 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-1-xl {
    flex: 0 0 1.66666667%;
    max-width: 1.66666667%;
    min-width: 1.66666667%;
  }

  .u-xl-mode .u-layout-col>.u-size-1-xl {
    flex: 1 0 auto;
  }

  .u-xl-mode .u-layout-row>.u-size-0-xl {
    flex: 0 0 0%;
    max-width: 0%;
    min-width: 0%;
  }

  .u-xl-mode .u-layout-col>.u-size-0-xl {
    flex: 0 0 auto;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .u-xxl-mode .u-layout-row>.u-size-60-xl {
    flex: 0 0 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .u-xxl-mode .u-layout-col>.u-size-60-xl {
    flex: 60 0 auto;
  }

  .u-xxl-mode .u-layout-row>.u-size-59-xl {
    flex: 0 0 98.33333333%;
    max-width: 98.33333333%;
    min-width: 98.33333333%;
  }

  .u-xxl-mode .u-layout-col>.u-size-59-xl {
    flex: 59 0 auto;
  }

  .u-xxl-mode .u-layout-row>.u-size-58-xl {
    flex: 0 0 96.66666667%;
    max-width: 96.66666667%;
    min-width: 96.66666667%;
  }

  .u-xxl-mode .u-layout-col>.u-size-58-xl {
    flex: 58 0 auto;
  }

  .u-xxl-mode .u-layout-row>.u-size-57-xl {
    flex: 0 0 95%;
    max-width: 95%;
    min-width: 95%;
  }

  .u-xxl-mode .u-layout-col>.u-size-57-xl {
    flex: 57 0 auto;
  }

  .u-xxl-mode .u-layout-row>.u-size-56-xl {
    flex: 0 0 93.33333333%;
    max-width: 93.33333333%;
    min-width: 93.33333333%;
  }

  .u-xxl-mode .u-layout-col>.u-size-56-xl {
    flex: 56 0 auto;
  }

  .u-xxl-mode .u-layout-row>.u-size-55-xl {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
    min-width: 91.66666667%;
  }

  .u-xxl-mode .u-layout-col>.u-size-55-xl {
    flex: 55 0 auto;
  }

  .u-xxl-mode .u-layout-row>.u-size-54-xl {
    flex: 0 0 90%;
    max-width: 90%;
    min-width: 90%;
  }

  .u-xxl-mode .u-layout-col>.u-size-54-xl {
    flex: 54 0 auto;
  }

  .u-xxl-mode .u-layout-row>.u-size-53-xl {
    flex: 0 0 88.33333333%;
    max-width: 88.33333333%;
    min-width: 88.33333333%;
  }

  .u-xxl-mode .u-layout-col>.u-size-53-xl {
    flex: 53 0 auto;
  }

  .u-xxl-mode .u-layout-row>.u-size-52-xl {
    flex: 0 0 86.66666667%;
    max-width: 86.66666667%;
    min-width: 86.66666667%;
  }

  .u-xxl-mode .u-layout-col>.u-size-52-xl {
    flex: 52 0 auto;
  }

  .u-xxl-mode .u-layout-row>.u-size-51-xl {
    flex: 0 0 85%;
    max-width: 85%;
    min-width: 85%;
  }

  .u-xxl-mode .u-layout-col>.u-size-51-xl {
    flex: 51 0 auto;
  }

  .u-xxl-mode .u-layout-row>.u-size-50-xl {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
    min-width: 83.33333333%;
  }

  .u-xxl-mode .u-layout-col>.u-size-50-xl {
    flex: 50 0 auto;
  }

  .u-xxl-mode .u-layout-row>.u-size-49-xl {
    flex: 0 0 81.66666667%;
    max-width: 81.66666667%;
    min-width: 81.66666667%;
  }

  .u-xxl-mode .u-layout-col>.u-size-49-xl {
    flex: 49 0 auto;
  }

  .u-xxl-mode .u-layout-row>.u-size-48-xl {
    flex: 0 0 80%;
    max-width: 80%;
    min-width: 80%;
  }

  .u-xxl-mode .u-layout-col>.u-size-48-xl {
    flex: 48 0 auto;
  }

  .u-xxl-mode .u-layout-row>.u-size-47-xl {
    flex: 0 0 78.33333333%;
    max-width: 78.33333333%;
    min-width: 78.33333333%;
  }

  .u-xxl-mode .u-layout-col>.u-size-47-xl {
    flex: 47 0 auto;
  }

  .u-xxl-mode .u-layout-row>.u-size-46-xl {
    flex: 0 0 76.66666667%;
    max-width: 76.66666667%;
    min-width: 76.66666667%;
  }

  .u-xxl-mode .u-layout-col>.u-size-46-xl {
    flex: 46 0 auto;
  }

  .u-xxl-mode .u-layout-row>.u-size-45-xl {
    flex: 0 0 75%;
    max-width: 75%;
    min-width: 75%;
  }

  .u-xxl-mode .u-layout-col>.u-size-45-xl {
    flex: 45 0 auto;
  }

  .u-xxl-mode .u-layout-row>.u-size-44-xl {
    flex: 0 0 73.33333333%;
    max-width: 73.33333333%;
    min-width: 73.33333333%;
  }

  .u-xxl-mode .u-layout-col>.u-size-44-xl {
    flex: 44 0 auto;
  }

  .u-xxl-mode .u-layout-row>.u-size-43-xl {
    flex: 0 0 71.66666667%;
    max-width: 71.66666667%;
    min-width: 71.66666667%;
  }

  .u-xxl-mode .u-layout-col>.u-size-43-xl {
    flex: 43 0 auto;
  }

  .u-xxl-mode .u-layout-row>.u-size-42-xl {
    flex: 0 0 70%;
    max-width: 70%;
    min-width: 70%;
  }

  .u-xxl-mode .u-layout-col>.u-size-42-xl {
    flex: 42 0 auto;
  }

  .u-xxl-mode .u-layout-row>.u-size-41-xl {
    flex: 0 0 68.33333333%;
    max-width: 68.33333333%;
    min-width: 68.33333333%;
  }

  .u-xxl-mode .u-layout-col>.u-size-41-xl {
    flex: 41 0 auto;
  }

  .u-xxl-mode .u-layout-row>.u-size-40-xl {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
    min-width: 66.66666667%;
  }

  .u-xxl-mode .u-layout-col>.u-size-40-xl {
    flex: 40 0 auto;
  }

  .u-xxl-mode .u-layout-row>.u-size-39-xl {
    flex: 0 0 65%;
    max-width: 65%;
    min-width: 65%;
  }

  .u-xxl-mode .u-layout-col>.u-size-39-xl {
    flex: 39 0 auto;
  }

  .u-xxl-mode .u-layout-row>.u-size-38-xl {
    flex: 0 0 63.33333333%;
    max-width: 63.33333333%;
    min-width: 63.33333333%;
  }

  .u-xxl-mode .u-layout-col>.u-size-38-xl {
    flex: 38 0 auto;
  }

  .u-xxl-mode .u-layout-row>.u-size-37-xl {
    flex: 0 0 61.66666667%;
    max-width: 61.66666667%;
    min-width: 61.66666667%;
  }

  .u-xxl-mode .u-layout-col>.u-size-37-xl {
    flex: 37 0 auto;
  }

  .u-xxl-mode .u-layout-row>.u-size-36-xl {
    flex: 0 0 60%;
    max-width: 60%;
    min-width: 60%;
  }

  .u-xxl-mode .u-layout-col>.u-size-36-xl {
    flex: 36 0 auto;
  }

  .u-xxl-mode .u-layout-row>.u-size-35-xl {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
    min-width: 58.33333333%;
  }

  .u-xxl-mode .u-layout-col>.u-size-35-xl {
    flex: 35 0 auto;
  }

  .u-xxl-mode .u-layout-row>.u-size-34-xl {
    flex: 0 0 56.66666667%;
    max-width: 56.66666667%;
    min-width: 56.66666667%;
  }

  .u-xxl-mode .u-layout-col>.u-size-34-xl {
    flex: 34 0 auto;
  }

  .u-xxl-mode .u-layout-row>.u-size-33-xl {
    flex: 0 0 55%;
    max-width: 55%;
    min-width: 55%;
  }

  .u-xxl-mode .u-layout-col>.u-size-33-xl {
    flex: 33 0 auto;
  }

  .u-xxl-mode .u-layout-row>.u-size-32-xl {
    flex: 0 0 53.33333333%;
    max-width: 53.33333333%;
    min-width: 53.33333333%;
  }

  .u-xxl-mode .u-layout-col>.u-size-32-xl {
    flex: 32 0 auto;
  }

  .u-xxl-mode .u-layout-row>.u-size-31-xl {
    flex: 0 0 51.66666667%;
    max-width: 51.66666667%;
    min-width: 51.66666667%;
  }

  .u-xxl-mode .u-layout-col>.u-size-31-xl {
    flex: 31 0 auto;
  }

  .u-xxl-mode .u-layout-row>.u-size-30-xl {
    flex: 0 0 50%;
    max-width: 50%;
    min-width: 50%;
  }

  .u-xxl-mode .u-layout-col>.u-size-30-xl {
    flex: 30 0 auto;
  }

  .u-xxl-mode .u-layout-row>.u-size-29-xl {
    flex: 0 0 48.33333333%;
    max-width: 48.33333333%;
    min-width: 48.33333333%;
  }

  .u-xxl-mode .u-layout-col>.u-size-29-xl {
    flex: 29 0 auto;
  }

  .u-xxl-mode .u-layout-row>.u-size-28-xl {
    flex: 0 0 46.66666667%;
    max-width: 46.66666667%;
    min-width: 46.66666667%;
  }

  .u-xxl-mode .u-layout-col>.u-size-28-xl {
    flex: 28 0 auto;
  }

  .u-xxl-mode .u-layout-row>.u-size-27-xl {
    flex: 0 0 45%;
    max-width: 45%;
    min-width: 45%;
  }

  .u-xxl-mode .u-layout-col>.u-size-27-xl {
    flex: 27 0 auto;
  }

  .u-xxl-mode .u-layout-row>.u-size-26-xl {
    flex: 0 0 43.33333333%;
    max-width: 43.33333333%;
    min-width: 43.33333333%;
  }

  .u-xxl-mode .u-layout-col>.u-size-26-xl {
    flex: 26 0 auto;
  }

  .u-xxl-mode .u-layout-row>.u-size-25-xl {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
    min-width: 41.66666667%;
  }

  .u-xxl-mode .u-layout-col>.u-size-25-xl {
    flex: 25 0 auto;
  }

  .u-xxl-mode .u-layout-row>.u-size-24-xl {
    flex: 0 0 40%;
    max-width: 40%;
    min-width: 40%;
  }

  .u-xxl-mode .u-layout-col>.u-size-24-xl {
    flex: 24 0 auto;
  }

  .u-xxl-mode .u-layout-row>.u-size-23-xl {
    flex: 0 0 38.33333333%;
    max-width: 38.33333333%;
    min-width: 38.33333333%;
  }

  .u-xxl-mode .u-layout-col>.u-size-23-xl {
    flex: 23 0 auto;
  }

  .u-xxl-mode .u-layout-row>.u-size-22-xl {
    flex: 0 0 36.66666667%;
    max-width: 36.66666667%;
    min-width: 36.66666667%;
  }

  .u-xxl-mode .u-layout-col>.u-size-22-xl {
    flex: 22 0 auto;
  }

  .u-xxl-mode .u-layout-row>.u-size-21-xl {
    flex: 0 0 35%;
    max-width: 35%;
    min-width: 35%;
  }

  .u-xxl-mode .u-layout-col>.u-size-21-xl {
    flex: 21 0 auto;
  }

  .u-xxl-mode .u-layout-row>.u-size-20-xl {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
    min-width: 33.33333333%;
  }

  .u-xxl-mode .u-layout-col>.u-size-20-xl {
    flex: 20 0 auto;
  }

  .u-xxl-mode .u-layout-row>.u-size-19-xl {
    flex: 0 0 31.66666667%;
    max-width: 31.66666667%;
    min-width: 31.66666667%;
  }

  .u-xxl-mode .u-layout-col>.u-size-19-xl {
    flex: 19 0 auto;
  }

  .u-xxl-mode .u-layout-row>.u-size-18-xl {
    flex: 0 0 30%;
    max-width: 30%;
    min-width: 30%;
  }

  .u-xxl-mode .u-layout-col>.u-size-18-xl {
    flex: 18 0 auto;
  }

  .u-xxl-mode .u-layout-row>.u-size-17-xl {
    flex: 0 0 28.33333333%;
    max-width: 28.33333333%;
    min-width: 28.33333333%;
  }

  .u-xxl-mode .u-layout-col>.u-size-17-xl {
    flex: 17 0 auto;
  }

  .u-xxl-mode .u-layout-row>.u-size-16-xl {
    flex: 0 0 26.66666667%;
    max-width: 26.66666667%;
    min-width: 26.66666667%;
  }

  .u-xxl-mode .u-layout-col>.u-size-16-xl {
    flex: 16 0 auto;
  }

  .u-xxl-mode .u-layout-row>.u-size-15-xl {
    flex: 0 0 25%;
    max-width: 25%;
    min-width: 25%;
  }

  .u-xxl-mode .u-layout-col>.u-size-15-xl {
    flex: 15 0 auto;
  }

  .u-xxl-mode .u-layout-row>.u-size-14-xl {
    flex: 0 0 23.33333333%;
    max-width: 23.33333333%;
    min-width: 23.33333333%;
  }

  .u-xxl-mode .u-layout-col>.u-size-14-xl {
    flex: 14 0 auto;
  }

  .u-xxl-mode .u-layout-row>.u-size-13-xl {
    flex: 0 0 21.66666667%;
    max-width: 21.66666667%;
    min-width: 21.66666667%;
  }

  .u-xxl-mode .u-layout-col>.u-size-13-xl {
    flex: 13 0 auto;
  }

  .u-xxl-mode .u-layout-row>.u-size-12-xl {
    flex: 0 0 20%;
    max-width: 20%;
    min-width: 20%;
  }

  .u-xxl-mode .u-layout-col>.u-size-12-xl {
    flex: 12 0 auto;
  }

  .u-xxl-mode .u-layout-row>.u-size-11-xl {
    flex: 0 0 18.33333333%;
    max-width: 18.33333333%;
    min-width: 18.33333333%;
  }

  .u-xxl-mode .u-layout-col>.u-size-11-xl {
    flex: 11 0 auto;
  }

  .u-xxl-mode .u-layout-row>.u-size-10-xl {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
    min-width: 16.66666667%;
  }

  .u-xxl-mode .u-layout-col>.u-size-10-xl {
    flex: 10 0 auto;
  }

  .u-xxl-mode .u-layout-row>.u-size-9-xl {
    flex: 0 0 15%;
    max-width: 15%;
    min-width: 15%;
  }

  .u-xxl-mode .u-layout-col>.u-size-9-xl {
    flex: 9 0 auto;
  }

  .u-xxl-mode .u-layout-row>.u-size-8-xl {
    flex: 0 0 13.33333333%;
    max-width: 13.33333333%;
    min-width: 13.33333333%;
  }

  .u-xxl-mode .u-layout-col>.u-size-8-xl {
    flex: 8 0 auto;
  }

  .u-xxl-mode .u-layout-row>.u-size-7-xl {
    flex: 0 0 11.66666667%;
    max-width: 11.66666667%;
    min-width: 11.66666667%;
  }

  .u-xxl-mode .u-layout-col>.u-size-7-xl {
    flex: 7 0 auto;
  }

  .u-xxl-mode .u-layout-row>.u-size-6-xl {
    flex: 0 0 10%;
    max-width: 10%;
    min-width: 10%;
  }

  .u-xxl-mode .u-layout-col>.u-size-6-xl {
    flex: 6 0 auto;
  }

  .u-xxl-mode .u-layout-row>.u-size-5-xl {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
    min-width: 8.33333333%;
  }

  .u-xxl-mode .u-layout-col>.u-size-5-xl {
    flex: 5 0 auto;
  }

  .u-xxl-mode .u-layout-row>.u-size-4-xl {
    flex: 0 0 6.66666667%;
    max-width: 6.66666667%;
    min-width: 6.66666667%;
  }

  .u-xxl-mode .u-layout-col>.u-size-4-xl {
    flex: 4 0 auto;
  }

  .u-xxl-mode .u-layout-row>.u-size-3-xl {
    flex: 0 0 5%;
    max-width: 5%;
    min-width: 5%;
  }

  .u-xxl-mode .u-layout-col>.u-size-3-xl {
    flex: 3 0 auto;
  }

  .u-xxl-mode .u-layout-row>.u-size-2-xl {
    flex: 0 0 3.33333333%;
    max-width: 3.33333333%;
    min-width: 3.33333333%;
  }

  .u-xxl-mode .u-layout-col>.u-size-2-xl {
    flex: 2 0 auto;
  }

  .u-xxl-mode .u-layout-row>.u-size-1-xl {
    flex: 0 0 1.66666667%;
    max-width: 1.66666667%;
    min-width: 1.66666667%;
  }

  .u-xxl-mode .u-layout-col>.u-size-1-xl {
    flex: 1 0 auto;
  }

  .u-xxl-mode .u-layout-row>.u-size-0-xl {
    flex: 0 0 0%;
    max-width: 0%;
    min-width: 0%;
  }

  .u-xxl-mode .u-layout-col>.u-size-0-xl {
    flex: 0 0 auto;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .u-layout-row>.u-size-60-lg {
    flex: 0 0 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .u-layout-col>.u-size-60-lg {
    flex: 60 0 auto;
  }

  .u-layout-row>.u-size-59-lg {
    flex: 0 0 98.33333333%;
    max-width: 98.33333333%;
    min-width: 98.33333333%;
  }

  .u-layout-col>.u-size-59-lg {
    flex: 59 0 auto;
  }

  .u-layout-row>.u-size-58-lg {
    flex: 0 0 96.66666667%;
    max-width: 96.66666667%;
    min-width: 96.66666667%;
  }

  .u-layout-col>.u-size-58-lg {
    flex: 58 0 auto;
  }

  .u-layout-row>.u-size-57-lg {
    flex: 0 0 95%;
    max-width: 95%;
    min-width: 95%;
  }

  .u-layout-col>.u-size-57-lg {
    flex: 57 0 auto;
  }

  .u-layout-row>.u-size-56-lg {
    flex: 0 0 93.33333333%;
    max-width: 93.33333333%;
    min-width: 93.33333333%;
  }

  .u-layout-col>.u-size-56-lg {
    flex: 56 0 auto;
  }

  .u-layout-row>.u-size-55-lg {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
    min-width: 91.66666667%;
  }

  .u-layout-col>.u-size-55-lg {
    flex: 55 0 auto;
  }

  .u-layout-row>.u-size-54-lg {
    flex: 0 0 90%;
    max-width: 90%;
    min-width: 90%;
  }

  .u-layout-col>.u-size-54-lg {
    flex: 54 0 auto;
  }

  .u-layout-row>.u-size-53-lg {
    flex: 0 0 88.33333333%;
    max-width: 88.33333333%;
    min-width: 88.33333333%;
  }

  .u-layout-col>.u-size-53-lg {
    flex: 53 0 auto;
  }

  .u-layout-row>.u-size-52-lg {
    flex: 0 0 86.66666667%;
    max-width: 86.66666667%;
    min-width: 86.66666667%;
  }

  .u-layout-col>.u-size-52-lg {
    flex: 52 0 auto;
  }

  .u-layout-row>.u-size-51-lg {
    flex: 0 0 85%;
    max-width: 85%;
    min-width: 85%;
  }

  .u-layout-col>.u-size-51-lg {
    flex: 51 0 auto;
  }

  .u-layout-row>.u-size-50-lg {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
    min-width: 83.33333333%;
  }

  .u-layout-col>.u-size-50-lg {
    flex: 50 0 auto;
  }

  .u-layout-row>.u-size-49-lg {
    flex: 0 0 81.66666667%;
    max-width: 81.66666667%;
    min-width: 81.66666667%;
  }

  .u-layout-col>.u-size-49-lg {
    flex: 49 0 auto;
  }

  .u-layout-row>.u-size-48-lg {
    flex: 0 0 80%;
    max-width: 80%;
    min-width: 80%;
  }

  .u-layout-col>.u-size-48-lg {
    flex: 48 0 auto;
  }

  .u-layout-row>.u-size-47-lg {
    flex: 0 0 78.33333333%;
    max-width: 78.33333333%;
    min-width: 78.33333333%;
  }

  .u-layout-col>.u-size-47-lg {
    flex: 47 0 auto;
  }

  .u-layout-row>.u-size-46-lg {
    flex: 0 0 76.66666667%;
    max-width: 76.66666667%;
    min-width: 76.66666667%;
  }

  .u-layout-col>.u-size-46-lg {
    flex: 46 0 auto;
  }

  .u-layout-row>.u-size-45-lg {
    flex: 0 0 75%;
    max-width: 75%;
    min-width: 75%;
  }

  .u-layout-col>.u-size-45-lg {
    flex: 45 0 auto;
  }

  .u-layout-row>.u-size-44-lg {
    flex: 0 0 73.33333333%;
    max-width: 73.33333333%;
    min-width: 73.33333333%;
  }

  .u-layout-col>.u-size-44-lg {
    flex: 44 0 auto;
  }

  .u-layout-row>.u-size-43-lg {
    flex: 0 0 71.66666667%;
    max-width: 71.66666667%;
    min-width: 71.66666667%;
  }

  .u-layout-col>.u-size-43-lg {
    flex: 43 0 auto;
  }

  .u-layout-row>.u-size-42-lg {
    flex: 0 0 70%;
    max-width: 70%;
    min-width: 70%;
  }

  .u-layout-col>.u-size-42-lg {
    flex: 42 0 auto;
  }

  .u-layout-row>.u-size-41-lg {
    flex: 0 0 68.33333333%;
    max-width: 68.33333333%;
    min-width: 68.33333333%;
  }

  .u-layout-col>.u-size-41-lg {
    flex: 41 0 auto;
  }

  .u-layout-row>.u-size-40-lg {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
    min-width: 66.66666667%;
  }

  .u-layout-col>.u-size-40-lg {
    flex: 40 0 auto;
  }

  .u-layout-row>.u-size-39-lg {
    flex: 0 0 65%;
    max-width: 65%;
    min-width: 65%;
  }

  .u-layout-col>.u-size-39-lg {
    flex: 39 0 auto;
  }

  .u-layout-row>.u-size-38-lg {
    flex: 0 0 63.33333333%;
    max-width: 63.33333333%;
    min-width: 63.33333333%;
  }

  .u-layout-col>.u-size-38-lg {
    flex: 38 0 auto;
  }

  .u-layout-row>.u-size-37-lg {
    flex: 0 0 61.66666667%;
    max-width: 61.66666667%;
    min-width: 61.66666667%;
  }

  .u-layout-col>.u-size-37-lg {
    flex: 37 0 auto;
  }

  .u-layout-row>.u-size-36-lg {
    flex: 0 0 60%;
    max-width: 60%;
    min-width: 60%;
  }

  .u-layout-col>.u-size-36-lg {
    flex: 36 0 auto;
  }

  .u-layout-row>.u-size-35-lg {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
    min-width: 58.33333333%;
  }

  .u-layout-col>.u-size-35-lg {
    flex: 35 0 auto;
  }

  .u-layout-row>.u-size-34-lg {
    flex: 0 0 56.66666667%;
    max-width: 56.66666667%;
    min-width: 56.66666667%;
  }

  .u-layout-col>.u-size-34-lg {
    flex: 34 0 auto;
  }

  .u-layout-row>.u-size-33-lg {
    flex: 0 0 55%;
    max-width: 55%;
    min-width: 55%;
  }

  .u-layout-col>.u-size-33-lg {
    flex: 33 0 auto;
  }

  .u-layout-row>.u-size-32-lg {
    flex: 0 0 53.33333333%;
    max-width: 53.33333333%;
    min-width: 53.33333333%;
  }

  .u-layout-col>.u-size-32-lg {
    flex: 32 0 auto;
  }

  .u-layout-row>.u-size-31-lg {
    flex: 0 0 51.66666667%;
    max-width: 51.66666667%;
    min-width: 51.66666667%;
  }

  .u-layout-col>.u-size-31-lg {
    flex: 31 0 auto;
  }

  .u-layout-row>.u-size-30-lg {
    flex: 0 0 50%;
    max-width: 50%;
    min-width: 50%;
  }

  .u-layout-col>.u-size-30-lg {
    flex: 30 0 auto;
  }

  .u-layout-row>.u-size-29-lg {
    flex: 0 0 48.33333333%;
    max-width: 48.33333333%;
    min-width: 48.33333333%;
  }

  .u-layout-col>.u-size-29-lg {
    flex: 29 0 auto;
  }

  .u-layout-row>.u-size-28-lg {
    flex: 0 0 46.66666667%;
    max-width: 46.66666667%;
    min-width: 46.66666667%;
  }

  .u-layout-col>.u-size-28-lg {
    flex: 28 0 auto;
  }

  .u-layout-row>.u-size-27-lg {
    flex: 0 0 45%;
    max-width: 45%;
    min-width: 45%;
  }

  .u-layout-col>.u-size-27-lg {
    flex: 27 0 auto;
  }

  .u-layout-row>.u-size-26-lg {
    flex: 0 0 43.33333333%;
    max-width: 43.33333333%;
    min-width: 43.33333333%;
  }

  .u-layout-col>.u-size-26-lg {
    flex: 26 0 auto;
  }

  .u-layout-row>.u-size-25-lg {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
    min-width: 41.66666667%;
  }

  .u-layout-col>.u-size-25-lg {
    flex: 25 0 auto;
  }

  .u-layout-row>.u-size-24-lg {
    flex: 0 0 40%;
    max-width: 40%;
    min-width: 40%;
  }

  .u-layout-col>.u-size-24-lg {
    flex: 24 0 auto;
  }

  .u-layout-row>.u-size-23-lg {
    flex: 0 0 38.33333333%;
    max-width: 38.33333333%;
    min-width: 38.33333333%;
  }

  .u-layout-col>.u-size-23-lg {
    flex: 23 0 auto;
  }

  .u-layout-row>.u-size-22-lg {
    flex: 0 0 36.66666667%;
    max-width: 36.66666667%;
    min-width: 36.66666667%;
  }

  .u-layout-col>.u-size-22-lg {
    flex: 22 0 auto;
  }

  .u-layout-row>.u-size-21-lg {
    flex: 0 0 35%;
    max-width: 35%;
    min-width: 35%;
  }

  .u-layout-col>.u-size-21-lg {
    flex: 21 0 auto;
  }

  .u-layout-row>.u-size-20-lg {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
    min-width: 33.33333333%;
  }

  .u-layout-col>.u-size-20-lg {
    flex: 20 0 auto;
  }

  .u-layout-row>.u-size-19-lg {
    flex: 0 0 31.66666667%;
    max-width: 31.66666667%;
    min-width: 31.66666667%;
  }

  .u-layout-col>.u-size-19-lg {
    flex: 19 0 auto;
  }

  .u-layout-row>.u-size-18-lg {
    flex: 0 0 30%;
    max-width: 30%;
    min-width: 30%;
  }

  .u-layout-col>.u-size-18-lg {
    flex: 18 0 auto;
  }

  .u-layout-row>.u-size-17-lg {
    flex: 0 0 28.33333333%;
    max-width: 28.33333333%;
    min-width: 28.33333333%;
  }

  .u-layout-col>.u-size-17-lg {
    flex: 17 0 auto;
  }

  .u-layout-row>.u-size-16-lg {
    flex: 0 0 26.66666667%;
    max-width: 26.66666667%;
    min-width: 26.66666667%;
  }

  .u-layout-col>.u-size-16-lg {
    flex: 16 0 auto;
  }

  .u-layout-row>.u-size-15-lg {
    flex: 0 0 25%;
    max-width: 25%;
    min-width: 25%;
  }

  .u-layout-col>.u-size-15-lg {
    flex: 15 0 auto;
  }

  .u-layout-row>.u-size-14-lg {
    flex: 0 0 23.33333333%;
    max-width: 23.33333333%;
    min-width: 23.33333333%;
  }

  .u-layout-col>.u-size-14-lg {
    flex: 14 0 auto;
  }

  .u-layout-row>.u-size-13-lg {
    flex: 0 0 21.66666667%;
    max-width: 21.66666667%;
    min-width: 21.66666667%;
  }

  .u-layout-col>.u-size-13-lg {
    flex: 13 0 auto;
  }

  .u-layout-row>.u-size-12-lg {
    flex: 0 0 20%;
    max-width: 20%;
    min-width: 20%;
  }

  .u-layout-col>.u-size-12-lg {
    flex: 12 0 auto;
  }

  .u-layout-row>.u-size-11-lg {
    flex: 0 0 18.33333333%;
    max-width: 18.33333333%;
    min-width: 18.33333333%;
  }

  .u-layout-col>.u-size-11-lg {
    flex: 11 0 auto;
  }

  .u-layout-row>.u-size-10-lg {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
    min-width: 16.66666667%;
  }

  .u-layout-col>.u-size-10-lg {
    flex: 10 0 auto;
  }

  .u-layout-row>.u-size-9-lg {
    flex: 0 0 15%;
    max-width: 15%;
    min-width: 15%;
  }

  .u-layout-col>.u-size-9-lg {
    flex: 9 0 auto;
  }

  .u-layout-row>.u-size-8-lg {
    flex: 0 0 13.33333333%;
    max-width: 13.33333333%;
    min-width: 13.33333333%;
  }

  .u-layout-col>.u-size-8-lg {
    flex: 8 0 auto;
  }

  .u-layout-row>.u-size-7-lg {
    flex: 0 0 11.66666667%;
    max-width: 11.66666667%;
    min-width: 11.66666667%;
  }

  .u-layout-col>.u-size-7-lg {
    flex: 7 0 auto;
  }

  .u-layout-row>.u-size-6-lg {
    flex: 0 0 10%;
    max-width: 10%;
    min-width: 10%;
  }

  .u-layout-col>.u-size-6-lg {
    flex: 6 0 auto;
  }

  .u-layout-row>.u-size-5-lg {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
    min-width: 8.33333333%;
  }

  .u-layout-col>.u-size-5-lg {
    flex: 5 0 auto;
  }

  .u-layout-row>.u-size-4-lg {
    flex: 0 0 6.66666667%;
    max-width: 6.66666667%;
    min-width: 6.66666667%;
  }

  .u-layout-col>.u-size-4-lg {
    flex: 4 0 auto;
  }

  .u-layout-row>.u-size-3-lg {
    flex: 0 0 5%;
    max-width: 5%;
    min-width: 5%;
  }

  .u-layout-col>.u-size-3-lg {
    flex: 3 0 auto;
  }

  .u-layout-row>.u-size-2-lg {
    flex: 0 0 3.33333333%;
    max-width: 3.33333333%;
    min-width: 3.33333333%;
  }

  .u-layout-col>.u-size-2-lg {
    flex: 2 0 auto;
  }

  .u-layout-row>.u-size-1-lg {
    flex: 0 0 1.66666667%;
    max-width: 1.66666667%;
    min-width: 1.66666667%;
  }

  .u-layout-col>.u-size-1-lg {
    flex: 1 0 auto;
  }

  .u-layout-row>.u-size-0-lg {
    flex: 0 0 0%;
    max-width: 0%;
    min-width: 0%;
  }

  .u-layout-col>.u-size-0-lg {
    flex: 0 0 auto;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .u-layout-row>.u-size-60-md {
    flex: 0 0 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .u-layout-col>.u-size-60-md {
    flex: 60 0 auto;
  }

  .u-layout-row>.u-size-59-md {
    flex: 0 0 98.33333333%;
    max-width: 98.33333333%;
    min-width: 98.33333333%;
  }

  .u-layout-col>.u-size-59-md {
    flex: 59 0 auto;
  }

  .u-layout-row>.u-size-58-md {
    flex: 0 0 96.66666667%;
    max-width: 96.66666667%;
    min-width: 96.66666667%;
  }

  .u-layout-col>.u-size-58-md {
    flex: 58 0 auto;
  }

  .u-layout-row>.u-size-57-md {
    flex: 0 0 95%;
    max-width: 95%;
    min-width: 95%;
  }

  .u-layout-col>.u-size-57-md {
    flex: 57 0 auto;
  }

  .u-layout-row>.u-size-56-md {
    flex: 0 0 93.33333333%;
    max-width: 93.33333333%;
    min-width: 93.33333333%;
  }

  .u-layout-col>.u-size-56-md {
    flex: 56 0 auto;
  }

  .u-layout-row>.u-size-55-md {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
    min-width: 91.66666667%;
  }

  .u-layout-col>.u-size-55-md {
    flex: 55 0 auto;
  }

  .u-layout-row>.u-size-54-md {
    flex: 0 0 90%;
    max-width: 90%;
    min-width: 90%;
  }

  .u-layout-col>.u-size-54-md {
    flex: 54 0 auto;
  }

  .u-layout-row>.u-size-53-md {
    flex: 0 0 88.33333333%;
    max-width: 88.33333333%;
    min-width: 88.33333333%;
  }

  .u-layout-col>.u-size-53-md {
    flex: 53 0 auto;
  }

  .u-layout-row>.u-size-52-md {
    flex: 0 0 86.66666667%;
    max-width: 86.66666667%;
    min-width: 86.66666667%;
  }

  .u-layout-col>.u-size-52-md {
    flex: 52 0 auto;
  }

  .u-layout-row>.u-size-51-md {
    flex: 0 0 85%;
    max-width: 85%;
    min-width: 85%;
  }

  .u-layout-col>.u-size-51-md {
    flex: 51 0 auto;
  }

  .u-layout-row>.u-size-50-md {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
    min-width: 83.33333333%;
  }

  .u-layout-col>.u-size-50-md {
    flex: 50 0 auto;
  }

  .u-layout-row>.u-size-49-md {
    flex: 0 0 81.66666667%;
    max-width: 81.66666667%;
    min-width: 81.66666667%;
  }

  .u-layout-col>.u-size-49-md {
    flex: 49 0 auto;
  }

  .u-layout-row>.u-size-48-md {
    flex: 0 0 80%;
    max-width: 80%;
    min-width: 80%;
  }

  .u-layout-col>.u-size-48-md {
    flex: 48 0 auto;
  }

  .u-layout-row>.u-size-47-md {
    flex: 0 0 78.33333333%;
    max-width: 78.33333333%;
    min-width: 78.33333333%;
  }

  .u-layout-col>.u-size-47-md {
    flex: 47 0 auto;
  }

  .u-layout-row>.u-size-46-md {
    flex: 0 0 76.66666667%;
    max-width: 76.66666667%;
    min-width: 76.66666667%;
  }

  .u-layout-col>.u-size-46-md {
    flex: 46 0 auto;
  }

  .u-layout-row>.u-size-45-md {
    flex: 0 0 75%;
    max-width: 75%;
    min-width: 75%;
  }

  .u-layout-col>.u-size-45-md {
    flex: 45 0 auto;
  }

  .u-layout-row>.u-size-44-md {
    flex: 0 0 73.33333333%;
    max-width: 73.33333333%;
    min-width: 73.33333333%;
  }

  .u-layout-col>.u-size-44-md {
    flex: 44 0 auto;
  }

  .u-layout-row>.u-size-43-md {
    flex: 0 0 71.66666667%;
    max-width: 71.66666667%;
    min-width: 71.66666667%;
  }

  .u-layout-col>.u-size-43-md {
    flex: 43 0 auto;
  }

  .u-layout-row>.u-size-42-md {
    flex: 0 0 70%;
    max-width: 70%;
    min-width: 70%;
  }

  .u-layout-col>.u-size-42-md {
    flex: 42 0 auto;
  }

  .u-layout-row>.u-size-41-md {
    flex: 0 0 68.33333333%;
    max-width: 68.33333333%;
    min-width: 68.33333333%;
  }

  .u-layout-col>.u-size-41-md {
    flex: 41 0 auto;
  }

  .u-layout-row>.u-size-40-md {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
    min-width: 66.66666667%;
  }

  .u-layout-col>.u-size-40-md {
    flex: 40 0 auto;
  }

  .u-layout-row>.u-size-39-md {
    flex: 0 0 65%;
    max-width: 65%;
    min-width: 65%;
  }

  .u-layout-col>.u-size-39-md {
    flex: 39 0 auto;
  }

  .u-layout-row>.u-size-38-md {
    flex: 0 0 63.33333333%;
    max-width: 63.33333333%;
    min-width: 63.33333333%;
  }

  .u-layout-col>.u-size-38-md {
    flex: 38 0 auto;
  }

  .u-layout-row>.u-size-37-md {
    flex: 0 0 61.66666667%;
    max-width: 61.66666667%;
    min-width: 61.66666667%;
  }

  .u-layout-col>.u-size-37-md {
    flex: 37 0 auto;
  }

  .u-layout-row>.u-size-36-md {
    flex: 0 0 60%;
    max-width: 60%;
    min-width: 60%;
  }

  .u-layout-col>.u-size-36-md {
    flex: 36 0 auto;
  }

  .u-layout-row>.u-size-35-md {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
    min-width: 58.33333333%;
  }

  .u-layout-col>.u-size-35-md {
    flex: 35 0 auto;
  }

  .u-layout-row>.u-size-34-md {
    flex: 0 0 56.66666667%;
    max-width: 56.66666667%;
    min-width: 56.66666667%;
  }

  .u-layout-col>.u-size-34-md {
    flex: 34 0 auto;
  }

  .u-layout-row>.u-size-33-md {
    flex: 0 0 55%;
    max-width: 55%;
    min-width: 55%;
  }

  .u-layout-col>.u-size-33-md {
    flex: 33 0 auto;
  }

  .u-layout-row>.u-size-32-md {
    flex: 0 0 53.33333333%;
    max-width: 53.33333333%;
    min-width: 53.33333333%;
  }

  .u-layout-col>.u-size-32-md {
    flex: 32 0 auto;
  }

  .u-layout-row>.u-size-31-md {
    flex: 0 0 51.66666667%;
    max-width: 51.66666667%;
    min-width: 51.66666667%;
  }

  .u-layout-col>.u-size-31-md {
    flex: 31 0 auto;
  }

  .u-layout-row>.u-size-30-md {
    flex: 0 0 50%;
    max-width: 50%;
    min-width: 50%;
  }

  .u-layout-col>.u-size-30-md {
    flex: 30 0 auto;
  }

  .u-layout-row>.u-size-29-md {
    flex: 0 0 48.33333333%;
    max-width: 48.33333333%;
    min-width: 48.33333333%;
  }

  .u-layout-col>.u-size-29-md {
    flex: 29 0 auto;
  }

  .u-layout-row>.u-size-28-md {
    flex: 0 0 46.66666667%;
    max-width: 46.66666667%;
    min-width: 46.66666667%;
  }

  .u-layout-col>.u-size-28-md {
    flex: 28 0 auto;
  }

  .u-layout-row>.u-size-27-md {
    flex: 0 0 45%;
    max-width: 45%;
    min-width: 45%;
  }

  .u-layout-col>.u-size-27-md {
    flex: 27 0 auto;
  }

  .u-layout-row>.u-size-26-md {
    flex: 0 0 43.33333333%;
    max-width: 43.33333333%;
    min-width: 43.33333333%;
  }

  .u-layout-col>.u-size-26-md {
    flex: 26 0 auto;
  }

  .u-layout-row>.u-size-25-md {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
    min-width: 41.66666667%;
  }

  .u-layout-col>.u-size-25-md {
    flex: 25 0 auto;
  }

  .u-layout-row>.u-size-24-md {
    flex: 0 0 40%;
    max-width: 40%;
    min-width: 40%;
  }

  .u-layout-col>.u-size-24-md {
    flex: 24 0 auto;
  }

  .u-layout-row>.u-size-23-md {
    flex: 0 0 38.33333333%;
    max-width: 38.33333333%;
    min-width: 38.33333333%;
  }

  .u-layout-col>.u-size-23-md {
    flex: 23 0 auto;
  }

  .u-layout-row>.u-size-22-md {
    flex: 0 0 36.66666667%;
    max-width: 36.66666667%;
    min-width: 36.66666667%;
  }

  .u-layout-col>.u-size-22-md {
    flex: 22 0 auto;
  }

  .u-layout-row>.u-size-21-md {
    flex: 0 0 35%;
    max-width: 35%;
    min-width: 35%;
  }

  .u-layout-col>.u-size-21-md {
    flex: 21 0 auto;
  }

  .u-layout-row>.u-size-20-md {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
    min-width: 33.33333333%;
  }

  .u-layout-col>.u-size-20-md {
    flex: 20 0 auto;
  }

  .u-layout-row>.u-size-19-md {
    flex: 0 0 31.66666667%;
    max-width: 31.66666667%;
    min-width: 31.66666667%;
  }

  .u-layout-col>.u-size-19-md {
    flex: 19 0 auto;
  }

  .u-layout-row>.u-size-18-md {
    flex: 0 0 30%;
    max-width: 30%;
    min-width: 30%;
  }

  .u-layout-col>.u-size-18-md {
    flex: 18 0 auto;
  }

  .u-layout-row>.u-size-17-md {
    flex: 0 0 28.33333333%;
    max-width: 28.33333333%;
    min-width: 28.33333333%;
  }

  .u-layout-col>.u-size-17-md {
    flex: 17 0 auto;
  }

  .u-layout-row>.u-size-16-md {
    flex: 0 0 26.66666667%;
    max-width: 26.66666667%;
    min-width: 26.66666667%;
  }

  .u-layout-col>.u-size-16-md {
    flex: 16 0 auto;
  }

  .u-layout-row>.u-size-15-md {
    flex: 0 0 25%;
    max-width: 25%;
    min-width: 25%;
  }

  .u-layout-col>.u-size-15-md {
    flex: 15 0 auto;
  }

  .u-layout-row>.u-size-14-md {
    flex: 0 0 23.33333333%;
    max-width: 23.33333333%;
    min-width: 23.33333333%;
  }

  .u-layout-col>.u-size-14-md {
    flex: 14 0 auto;
  }

  .u-layout-row>.u-size-13-md {
    flex: 0 0 21.66666667%;
    max-width: 21.66666667%;
    min-width: 21.66666667%;
  }

  .u-layout-col>.u-size-13-md {
    flex: 13 0 auto;
  }

  .u-layout-row>.u-size-12-md {
    flex: 0 0 20%;
    max-width: 20%;
    min-width: 20%;
  }

  .u-layout-col>.u-size-12-md {
    flex: 12 0 auto;
  }

  .u-layout-row>.u-size-11-md {
    flex: 0 0 18.33333333%;
    max-width: 18.33333333%;
    min-width: 18.33333333%;
  }

  .u-layout-col>.u-size-11-md {
    flex: 11 0 auto;
  }

  .u-layout-row>.u-size-10-md {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
    min-width: 16.66666667%;
  }

  .u-layout-col>.u-size-10-md {
    flex: 10 0 auto;
  }

  .u-layout-row>.u-size-9-md {
    flex: 0 0 15%;
    max-width: 15%;
    min-width: 15%;
  }

  .u-layout-col>.u-size-9-md {
    flex: 9 0 auto;
  }

  .u-layout-row>.u-size-8-md {
    flex: 0 0 13.33333333%;
    max-width: 13.33333333%;
    min-width: 13.33333333%;
  }

  .u-layout-col>.u-size-8-md {
    flex: 8 0 auto;
  }

  .u-layout-row>.u-size-7-md {
    flex: 0 0 11.66666667%;
    max-width: 11.66666667%;
    min-width: 11.66666667%;
  }

  .u-layout-col>.u-size-7-md {
    flex: 7 0 auto;
  }

  .u-layout-row>.u-size-6-md {
    flex: 0 0 10%;
    max-width: 10%;
    min-width: 10%;
  }

  .u-layout-col>.u-size-6-md {
    flex: 6 0 auto;
  }

  .u-layout-row>.u-size-5-md {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
    min-width: 8.33333333%;
  }

  .u-layout-col>.u-size-5-md {
    flex: 5 0 auto;
  }

  .u-layout-row>.u-size-4-md {
    flex: 0 0 6.66666667%;
    max-width: 6.66666667%;
    min-width: 6.66666667%;
  }

  .u-layout-col>.u-size-4-md {
    flex: 4 0 auto;
  }

  .u-layout-row>.u-size-3-md {
    flex: 0 0 5%;
    max-width: 5%;
    min-width: 5%;
  }

  .u-layout-col>.u-size-3-md {
    flex: 3 0 auto;
  }

  .u-layout-row>.u-size-2-md {
    flex: 0 0 3.33333333%;
    max-width: 3.33333333%;
    min-width: 3.33333333%;
  }

  .u-layout-col>.u-size-2-md {
    flex: 2 0 auto;
  }

  .u-layout-row>.u-size-1-md {
    flex: 0 0 1.66666667%;
    max-width: 1.66666667%;
    min-width: 1.66666667%;
  }

  .u-layout-col>.u-size-1-md {
    flex: 1 0 auto;
  }

  .u-layout-row>.u-size-0-md {
    flex: 0 0 0%;
    max-width: 0%;
    min-width: 0%;
  }

  .u-layout-col>.u-size-0-md {
    flex: 0 0 auto;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .u-layout-row>.u-size-60-sm {
    flex: 0 0 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .u-layout-col>.u-size-60-sm {
    flex: 60 0 auto;
  }

  .u-layout-row>.u-size-59-sm {
    flex: 0 0 98.33333333%;
    max-width: 98.33333333%;
    min-width: 98.33333333%;
  }

  .u-layout-col>.u-size-59-sm {
    flex: 59 0 auto;
  }

  .u-layout-row>.u-size-58-sm {
    flex: 0 0 96.66666667%;
    max-width: 96.66666667%;
    min-width: 96.66666667%;
  }

  .u-layout-col>.u-size-58-sm {
    flex: 58 0 auto;
  }

  .u-layout-row>.u-size-57-sm {
    flex: 0 0 95%;
    max-width: 95%;
    min-width: 95%;
  }

  .u-layout-col>.u-size-57-sm {
    flex: 57 0 auto;
  }

  .u-layout-row>.u-size-56-sm {
    flex: 0 0 93.33333333%;
    max-width: 93.33333333%;
    min-width: 93.33333333%;
  }

  .u-layout-col>.u-size-56-sm {
    flex: 56 0 auto;
  }

  .u-layout-row>.u-size-55-sm {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
    min-width: 91.66666667%;
  }

  .u-layout-col>.u-size-55-sm {
    flex: 55 0 auto;
  }

  .u-layout-row>.u-size-54-sm {
    flex: 0 0 90%;
    max-width: 90%;
    min-width: 90%;
  }

  .u-layout-col>.u-size-54-sm {
    flex: 54 0 auto;
  }

  .u-layout-row>.u-size-53-sm {
    flex: 0 0 88.33333333%;
    max-width: 88.33333333%;
    min-width: 88.33333333%;
  }

  .u-layout-col>.u-size-53-sm {
    flex: 53 0 auto;
  }

  .u-layout-row>.u-size-52-sm {
    flex: 0 0 86.66666667%;
    max-width: 86.66666667%;
    min-width: 86.66666667%;
  }

  .u-layout-col>.u-size-52-sm {
    flex: 52 0 auto;
  }

  .u-layout-row>.u-size-51-sm {
    flex: 0 0 85%;
    max-width: 85%;
    min-width: 85%;
  }

  .u-layout-col>.u-size-51-sm {
    flex: 51 0 auto;
  }

  .u-layout-row>.u-size-50-sm {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
    min-width: 83.33333333%;
  }

  .u-layout-col>.u-size-50-sm {
    flex: 50 0 auto;
  }

  .u-layout-row>.u-size-49-sm {
    flex: 0 0 81.66666667%;
    max-width: 81.66666667%;
    min-width: 81.66666667%;
  }

  .u-layout-col>.u-size-49-sm {
    flex: 49 0 auto;
  }

  .u-layout-row>.u-size-48-sm {
    flex: 0 0 80%;
    max-width: 80%;
    min-width: 80%;
  }

  .u-layout-col>.u-size-48-sm {
    flex: 48 0 auto;
  }

  .u-layout-row>.u-size-47-sm {
    flex: 0 0 78.33333333%;
    max-width: 78.33333333%;
    min-width: 78.33333333%;
  }

  .u-layout-col>.u-size-47-sm {
    flex: 47 0 auto;
  }

  .u-layout-row>.u-size-46-sm {
    flex: 0 0 76.66666667%;
    max-width: 76.66666667%;
    min-width: 76.66666667%;
  }

  .u-layout-col>.u-size-46-sm {
    flex: 46 0 auto;
  }

  .u-layout-row>.u-size-45-sm {
    flex: 0 0 75%;
    max-width: 75%;
    min-width: 75%;
  }

  .u-layout-col>.u-size-45-sm {
    flex: 45 0 auto;
  }

  .u-layout-row>.u-size-44-sm {
    flex: 0 0 73.33333333%;
    max-width: 73.33333333%;
    min-width: 73.33333333%;
  }

  .u-layout-col>.u-size-44-sm {
    flex: 44 0 auto;
  }

  .u-layout-row>.u-size-43-sm {
    flex: 0 0 71.66666667%;
    max-width: 71.66666667%;
    min-width: 71.66666667%;
  }

  .u-layout-col>.u-size-43-sm {
    flex: 43 0 auto;
  }

  .u-layout-row>.u-size-42-sm {
    flex: 0 0 70%;
    max-width: 70%;
    min-width: 70%;
  }

  .u-layout-col>.u-size-42-sm {
    flex: 42 0 auto;
  }

  .u-layout-row>.u-size-41-sm {
    flex: 0 0 68.33333333%;
    max-width: 68.33333333%;
    min-width: 68.33333333%;
  }

  .u-layout-col>.u-size-41-sm {
    flex: 41 0 auto;
  }

  .u-layout-row>.u-size-40-sm {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
    min-width: 66.66666667%;
  }

  .u-layout-col>.u-size-40-sm {
    flex: 40 0 auto;
  }

  .u-layout-row>.u-size-39-sm {
    flex: 0 0 65%;
    max-width: 65%;
    min-width: 65%;
  }

  .u-layout-col>.u-size-39-sm {
    flex: 39 0 auto;
  }

  .u-layout-row>.u-size-38-sm {
    flex: 0 0 63.33333333%;
    max-width: 63.33333333%;
    min-width: 63.33333333%;
  }

  .u-layout-col>.u-size-38-sm {
    flex: 38 0 auto;
  }

  .u-layout-row>.u-size-37-sm {
    flex: 0 0 61.66666667%;
    max-width: 61.66666667%;
    min-width: 61.66666667%;
  }

  .u-layout-col>.u-size-37-sm {
    flex: 37 0 auto;
  }

  .u-layout-row>.u-size-36-sm {
    flex: 0 0 60%;
    max-width: 60%;
    min-width: 60%;
  }

  .u-layout-col>.u-size-36-sm {
    flex: 36 0 auto;
  }

  .u-layout-row>.u-size-35-sm {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
    min-width: 58.33333333%;
  }

  .u-layout-col>.u-size-35-sm {
    flex: 35 0 auto;
  }

  .u-layout-row>.u-size-34-sm {
    flex: 0 0 56.66666667%;
    max-width: 56.66666667%;
    min-width: 56.66666667%;
  }

  .u-layout-col>.u-size-34-sm {
    flex: 34 0 auto;
  }

  .u-layout-row>.u-size-33-sm {
    flex: 0 0 55%;
    max-width: 55%;
    min-width: 55%;
  }

  .u-layout-col>.u-size-33-sm {
    flex: 33 0 auto;
  }

  .u-layout-row>.u-size-32-sm {
    flex: 0 0 53.33333333%;
    max-width: 53.33333333%;
    min-width: 53.33333333%;
  }

  .u-layout-col>.u-size-32-sm {
    flex: 32 0 auto;
  }

  .u-layout-row>.u-size-31-sm {
    flex: 0 0 51.66666667%;
    max-width: 51.66666667%;
    min-width: 51.66666667%;
  }

  .u-layout-col>.u-size-31-sm {
    flex: 31 0 auto;
  }

  .u-layout-row>.u-size-30-sm {
    flex: 0 0 50%;
    max-width: 50%;
    min-width: 50%;
  }

  .u-layout-col>.u-size-30-sm {
    flex: 30 0 auto;
  }

  .u-layout-row>.u-size-29-sm {
    flex: 0 0 48.33333333%;
    max-width: 48.33333333%;
    min-width: 48.33333333%;
  }

  .u-layout-col>.u-size-29-sm {
    flex: 29 0 auto;
  }

  .u-layout-row>.u-size-28-sm {
    flex: 0 0 46.66666667%;
    max-width: 46.66666667%;
    min-width: 46.66666667%;
  }

  .u-layout-col>.u-size-28-sm {
    flex: 28 0 auto;
  }

  .u-layout-row>.u-size-27-sm {
    flex: 0 0 45%;
    max-width: 45%;
    min-width: 45%;
  }

  .u-layout-col>.u-size-27-sm {
    flex: 27 0 auto;
  }

  .u-layout-row>.u-size-26-sm {
    flex: 0 0 43.33333333%;
    max-width: 43.33333333%;
    min-width: 43.33333333%;
  }

  .u-layout-col>.u-size-26-sm {
    flex: 26 0 auto;
  }

  .u-layout-row>.u-size-25-sm {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
    min-width: 41.66666667%;
  }

  .u-layout-col>.u-size-25-sm {
    flex: 25 0 auto;
  }

  .u-layout-row>.u-size-24-sm {
    flex: 0 0 40%;
    max-width: 40%;
    min-width: 40%;
  }

  .u-layout-col>.u-size-24-sm {
    flex: 24 0 auto;
  }

  .u-layout-row>.u-size-23-sm {
    flex: 0 0 38.33333333%;
    max-width: 38.33333333%;
    min-width: 38.33333333%;
  }

  .u-layout-col>.u-size-23-sm {
    flex: 23 0 auto;
  }

  .u-layout-row>.u-size-22-sm {
    flex: 0 0 36.66666667%;
    max-width: 36.66666667%;
    min-width: 36.66666667%;
  }

  .u-layout-col>.u-size-22-sm {
    flex: 22 0 auto;
  }

  .u-layout-row>.u-size-21-sm {
    flex: 0 0 35%;
    max-width: 35%;
    min-width: 35%;
  }

  .u-layout-col>.u-size-21-sm {
    flex: 21 0 auto;
  }

  .u-layout-row>.u-size-20-sm {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
    min-width: 33.33333333%;
  }

  .u-layout-col>.u-size-20-sm {
    flex: 20 0 auto;
  }

  .u-layout-row>.u-size-19-sm {
    flex: 0 0 31.66666667%;
    max-width: 31.66666667%;
    min-width: 31.66666667%;
  }

  .u-layout-col>.u-size-19-sm {
    flex: 19 0 auto;
  }

  .u-layout-row>.u-size-18-sm {
    flex: 0 0 30%;
    max-width: 30%;
    min-width: 30%;
  }

  .u-layout-col>.u-size-18-sm {
    flex: 18 0 auto;
  }

  .u-layout-row>.u-size-17-sm {
    flex: 0 0 28.33333333%;
    max-width: 28.33333333%;
    min-width: 28.33333333%;
  }

  .u-layout-col>.u-size-17-sm {
    flex: 17 0 auto;
  }

  .u-layout-row>.u-size-16-sm {
    flex: 0 0 26.66666667%;
    max-width: 26.66666667%;
    min-width: 26.66666667%;
  }

  .u-layout-col>.u-size-16-sm {
    flex: 16 0 auto;
  }

  .u-layout-row>.u-size-15-sm {
    flex: 0 0 25%;
    max-width: 25%;
    min-width: 25%;
  }

  .u-layout-col>.u-size-15-sm {
    flex: 15 0 auto;
  }

  .u-layout-row>.u-size-14-sm {
    flex: 0 0 23.33333333%;
    max-width: 23.33333333%;
    min-width: 23.33333333%;
  }

  .u-layout-col>.u-size-14-sm {
    flex: 14 0 auto;
  }

  .u-layout-row>.u-size-13-sm {
    flex: 0 0 21.66666667%;
    max-width: 21.66666667%;
    min-width: 21.66666667%;
  }

  .u-layout-col>.u-size-13-sm {
    flex: 13 0 auto;
  }

  .u-layout-row>.u-size-12-sm {
    flex: 0 0 20%;
    max-width: 20%;
    min-width: 20%;
  }

  .u-layout-col>.u-size-12-sm {
    flex: 12 0 auto;
  }

  .u-layout-row>.u-size-11-sm {
    flex: 0 0 18.33333333%;
    max-width: 18.33333333%;
    min-width: 18.33333333%;
  }

  .u-layout-col>.u-size-11-sm {
    flex: 11 0 auto;
  }

  .u-layout-row>.u-size-10-sm {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
    min-width: 16.66666667%;
  }

  .u-layout-col>.u-size-10-sm {
    flex: 10 0 auto;
  }

  .u-layout-row>.u-size-9-sm {
    flex: 0 0 15%;
    max-width: 15%;
    min-width: 15%;
  }

  .u-layout-col>.u-size-9-sm {
    flex: 9 0 auto;
  }

  .u-layout-row>.u-size-8-sm {
    flex: 0 0 13.33333333%;
    max-width: 13.33333333%;
    min-width: 13.33333333%;
  }

  .u-layout-col>.u-size-8-sm {
    flex: 8 0 auto;
  }

  .u-layout-row>.u-size-7-sm {
    flex: 0 0 11.66666667%;
    max-width: 11.66666667%;
    min-width: 11.66666667%;
  }

  .u-layout-col>.u-size-7-sm {
    flex: 7 0 auto;
  }

  .u-layout-row>.u-size-6-sm {
    flex: 0 0 10%;
    max-width: 10%;
    min-width: 10%;
  }

  .u-layout-col>.u-size-6-sm {
    flex: 6 0 auto;
  }

  .u-layout-row>.u-size-5-sm {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
    min-width: 8.33333333%;
  }

  .u-layout-col>.u-size-5-sm {
    flex: 5 0 auto;
  }

  .u-layout-row>.u-size-4-sm {
    flex: 0 0 6.66666667%;
    max-width: 6.66666667%;
    min-width: 6.66666667%;
  }

  .u-layout-col>.u-size-4-sm {
    flex: 4 0 auto;
  }

  .u-layout-row>.u-size-3-sm {
    flex: 0 0 5%;
    max-width: 5%;
    min-width: 5%;
  }

  .u-layout-col>.u-size-3-sm {
    flex: 3 0 auto;
  }

  .u-layout-row>.u-size-2-sm {
    flex: 0 0 3.33333333%;
    max-width: 3.33333333%;
    min-width: 3.33333333%;
  }

  .u-layout-col>.u-size-2-sm {
    flex: 2 0 auto;
  }

  .u-layout-row>.u-size-1-sm {
    flex: 0 0 1.66666667%;
    max-width: 1.66666667%;
    min-width: 1.66666667%;
  }

  .u-layout-col>.u-size-1-sm {
    flex: 1 0 auto;
  }

  .u-layout-row>.u-size-0-sm {
    flex: 0 0 0%;
    max-width: 0%;
    min-width: 0%;
  }

  .u-layout-col>.u-size-0-sm {
    flex: 0 0 auto;
  }
}

@media (max-width: 575px) {
  .u-layout-row>.u-size-60-xs {
    flex: 0 0 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .u-layout-col>.u-size-60-xs {
    flex: 60 0 auto;
  }

  .u-layout-row>.u-size-59-xs {
    flex: 0 0 98.33333333%;
    max-width: 98.33333333%;
    min-width: 98.33333333%;
  }

  .u-layout-col>.u-size-59-xs {
    flex: 59 0 auto;
  }

  .u-layout-row>.u-size-58-xs {
    flex: 0 0 96.66666667%;
    max-width: 96.66666667%;
    min-width: 96.66666667%;
  }

  .u-layout-col>.u-size-58-xs {
    flex: 58 0 auto;
  }

  .u-layout-row>.u-size-57-xs {
    flex: 0 0 95%;
    max-width: 95%;
    min-width: 95%;
  }

  .u-layout-col>.u-size-57-xs {
    flex: 57 0 auto;
  }

  .u-layout-row>.u-size-56-xs {
    flex: 0 0 93.33333333%;
    max-width: 93.33333333%;
    min-width: 93.33333333%;
  }

  .u-layout-col>.u-size-56-xs {
    flex: 56 0 auto;
  }

  .u-layout-row>.u-size-55-xs {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
    min-width: 91.66666667%;
  }

  .u-layout-col>.u-size-55-xs {
    flex: 55 0 auto;
  }

  .u-layout-row>.u-size-54-xs {
    flex: 0 0 90%;
    max-width: 90%;
    min-width: 90%;
  }

  .u-layout-col>.u-size-54-xs {
    flex: 54 0 auto;
  }

  .u-layout-row>.u-size-53-xs {
    flex: 0 0 88.33333333%;
    max-width: 88.33333333%;
    min-width: 88.33333333%;
  }

  .u-layout-col>.u-size-53-xs {
    flex: 53 0 auto;
  }

  .u-layout-row>.u-size-52-xs {
    flex: 0 0 86.66666667%;
    max-width: 86.66666667%;
    min-width: 86.66666667%;
  }

  .u-layout-col>.u-size-52-xs {
    flex: 52 0 auto;
  }

  .u-layout-row>.u-size-51-xs {
    flex: 0 0 85%;
    max-width: 85%;
    min-width: 85%;
  }

  .u-layout-col>.u-size-51-xs {
    flex: 51 0 auto;
  }

  .u-layout-row>.u-size-50-xs {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
    min-width: 83.33333333%;
  }

  .u-layout-col>.u-size-50-xs {
    flex: 50 0 auto;
  }

  .u-layout-row>.u-size-49-xs {
    flex: 0 0 81.66666667%;
    max-width: 81.66666667%;
    min-width: 81.66666667%;
  }

  .u-layout-col>.u-size-49-xs {
    flex: 49 0 auto;
  }

  .u-layout-row>.u-size-48-xs {
    flex: 0 0 80%;
    max-width: 80%;
    min-width: 80%;
  }

  .u-layout-col>.u-size-48-xs {
    flex: 48 0 auto;
  }

  .u-layout-row>.u-size-47-xs {
    flex: 0 0 78.33333333%;
    max-width: 78.33333333%;
    min-width: 78.33333333%;
  }

  .u-layout-col>.u-size-47-xs {
    flex: 47 0 auto;
  }

  .u-layout-row>.u-size-46-xs {
    flex: 0 0 76.66666667%;
    max-width: 76.66666667%;
    min-width: 76.66666667%;
  }

  .u-layout-col>.u-size-46-xs {
    flex: 46 0 auto;
  }

  .u-layout-row>.u-size-45-xs {
    flex: 0 0 75%;
    max-width: 75%;
    min-width: 75%;
  }

  .u-layout-col>.u-size-45-xs {
    flex: 45 0 auto;
  }

  .u-layout-row>.u-size-44-xs {
    flex: 0 0 73.33333333%;
    max-width: 73.33333333%;
    min-width: 73.33333333%;
  }

  .u-layout-col>.u-size-44-xs {
    flex: 44 0 auto;
  }

  .u-layout-row>.u-size-43-xs {
    flex: 0 0 71.66666667%;
    max-width: 71.66666667%;
    min-width: 71.66666667%;
  }

  .u-layout-col>.u-size-43-xs {
    flex: 43 0 auto;
  }

  .u-layout-row>.u-size-42-xs {
    flex: 0 0 70%;
    max-width: 70%;
    min-width: 70%;
  }

  .u-layout-col>.u-size-42-xs {
    flex: 42 0 auto;
  }

  .u-layout-row>.u-size-41-xs {
    flex: 0 0 68.33333333%;
    max-width: 68.33333333%;
    min-width: 68.33333333%;
  }

  .u-layout-col>.u-size-41-xs {
    flex: 41 0 auto;
  }

  .u-layout-row>.u-size-40-xs {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
    min-width: 66.66666667%;
  }

  .u-layout-col>.u-size-40-xs {
    flex: 40 0 auto;
  }

  .u-layout-row>.u-size-39-xs {
    flex: 0 0 65%;
    max-width: 65%;
    min-width: 65%;
  }

  .u-layout-col>.u-size-39-xs {
    flex: 39 0 auto;
  }

  .u-layout-row>.u-size-38-xs {
    flex: 0 0 63.33333333%;
    max-width: 63.33333333%;
    min-width: 63.33333333%;
  }

  .u-layout-col>.u-size-38-xs {
    flex: 38 0 auto;
  }

  .u-layout-row>.u-size-37-xs {
    flex: 0 0 61.66666667%;
    max-width: 61.66666667%;
    min-width: 61.66666667%;
  }

  .u-layout-col>.u-size-37-xs {
    flex: 37 0 auto;
  }

  .u-layout-row>.u-size-36-xs {
    flex: 0 0 60%;
    max-width: 60%;
    min-width: 60%;
  }

  .u-layout-col>.u-size-36-xs {
    flex: 36 0 auto;
  }

  .u-layout-row>.u-size-35-xs {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
    min-width: 58.33333333%;
  }

  .u-layout-col>.u-size-35-xs {
    flex: 35 0 auto;
  }

  .u-layout-row>.u-size-34-xs {
    flex: 0 0 56.66666667%;
    max-width: 56.66666667%;
    min-width: 56.66666667%;
  }

  .u-layout-col>.u-size-34-xs {
    flex: 34 0 auto;
  }

  .u-layout-row>.u-size-33-xs {
    flex: 0 0 55%;
    max-width: 55%;
    min-width: 55%;
  }

  .u-layout-col>.u-size-33-xs {
    flex: 33 0 auto;
  }

  .u-layout-row>.u-size-32-xs {
    flex: 0 0 53.33333333%;
    max-width: 53.33333333%;
    min-width: 53.33333333%;
  }

  .u-layout-col>.u-size-32-xs {
    flex: 32 0 auto;
  }

  .u-layout-row>.u-size-31-xs {
    flex: 0 0 51.66666667%;
    max-width: 51.66666667%;
    min-width: 51.66666667%;
  }

  .u-layout-col>.u-size-31-xs {
    flex: 31 0 auto;
  }

  .u-layout-row>.u-size-30-xs {
    flex: 0 0 50%;
    max-width: 50%;
    min-width: 50%;
  }

  .u-layout-col>.u-size-30-xs {
    flex: 30 0 auto;
  }

  .u-layout-row>.u-size-29-xs {
    flex: 0 0 48.33333333%;
    max-width: 48.33333333%;
    min-width: 48.33333333%;
  }

  .u-layout-col>.u-size-29-xs {
    flex: 29 0 auto;
  }

  .u-layout-row>.u-size-28-xs {
    flex: 0 0 46.66666667%;
    max-width: 46.66666667%;
    min-width: 46.66666667%;
  }

  .u-layout-col>.u-size-28-xs {
    flex: 28 0 auto;
  }

  .u-layout-row>.u-size-27-xs {
    flex: 0 0 45%;
    max-width: 45%;
    min-width: 45%;
  }

  .u-layout-col>.u-size-27-xs {
    flex: 27 0 auto;
  }

  .u-layout-row>.u-size-26-xs {
    flex: 0 0 43.33333333%;
    max-width: 43.33333333%;
    min-width: 43.33333333%;
  }

  .u-layout-col>.u-size-26-xs {
    flex: 26 0 auto;
  }

  .u-layout-row>.u-size-25-xs {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
    min-width: 41.66666667%;
  }

  .u-layout-col>.u-size-25-xs {
    flex: 25 0 auto;
  }

  .u-layout-row>.u-size-24-xs {
    flex: 0 0 40%;
    max-width: 40%;
    min-width: 40%;
  }

  .u-layout-col>.u-size-24-xs {
    flex: 24 0 auto;
  }

  .u-layout-row>.u-size-23-xs {
    flex: 0 0 38.33333333%;
    max-width: 38.33333333%;
    min-width: 38.33333333%;
  }

  .u-layout-col>.u-size-23-xs {
    flex: 23 0 auto;
  }

  .u-layout-row>.u-size-22-xs {
    flex: 0 0 36.66666667%;
    max-width: 36.66666667%;
    min-width: 36.66666667%;
  }

  .u-layout-col>.u-size-22-xs {
    flex: 22 0 auto;
  }

  .u-layout-row>.u-size-21-xs {
    flex: 0 0 35%;
    max-width: 35%;
    min-width: 35%;
  }

  .u-layout-col>.u-size-21-xs {
    flex: 21 0 auto;
  }

  .u-layout-row>.u-size-20-xs {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
    min-width: 33.33333333%;
  }

  .u-layout-col>.u-size-20-xs {
    flex: 20 0 auto;
  }

  .u-layout-row>.u-size-19-xs {
    flex: 0 0 31.66666667%;
    max-width: 31.66666667%;
    min-width: 31.66666667%;
  }

  .u-layout-col>.u-size-19-xs {
    flex: 19 0 auto;
  }

  .u-layout-row>.u-size-18-xs {
    flex: 0 0 30%;
    max-width: 30%;
    min-width: 30%;
  }

  .u-layout-col>.u-size-18-xs {
    flex: 18 0 auto;
  }

  .u-layout-row>.u-size-17-xs {
    flex: 0 0 28.33333333%;
    max-width: 28.33333333%;
    min-width: 28.33333333%;
  }

  .u-layout-col>.u-size-17-xs {
    flex: 17 0 auto;
  }

  .u-layout-row>.u-size-16-xs {
    flex: 0 0 26.66666667%;
    max-width: 26.66666667%;
    min-width: 26.66666667%;
  }

  .u-layout-col>.u-size-16-xs {
    flex: 16 0 auto;
  }

  .u-layout-row>.u-size-15-xs {
    flex: 0 0 25%;
    max-width: 25%;
    min-width: 25%;
  }

  .u-layout-col>.u-size-15-xs {
    flex: 15 0 auto;
  }

  .u-layout-row>.u-size-14-xs {
    flex: 0 0 23.33333333%;
    max-width: 23.33333333%;
    min-width: 23.33333333%;
  }

  .u-layout-col>.u-size-14-xs {
    flex: 14 0 auto;
  }

  .u-layout-row>.u-size-13-xs {
    flex: 0 0 21.66666667%;
    max-width: 21.66666667%;
    min-width: 21.66666667%;
  }

  .u-layout-col>.u-size-13-xs {
    flex: 13 0 auto;
  }

  .u-layout-row>.u-size-12-xs {
    flex: 0 0 20%;
    max-width: 20%;
    min-width: 20%;
  }

  .u-layout-col>.u-size-12-xs {
    flex: 12 0 auto;
  }

  .u-layout-row>.u-size-11-xs {
    flex: 0 0 18.33333333%;
    max-width: 18.33333333%;
    min-width: 18.33333333%;
  }

  .u-layout-col>.u-size-11-xs {
    flex: 11 0 auto;
  }

  .u-layout-row>.u-size-10-xs {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
    min-width: 16.66666667%;
  }

  .u-layout-col>.u-size-10-xs {
    flex: 10 0 auto;
  }

  .u-layout-row>.u-size-9-xs {
    flex: 0 0 15%;
    max-width: 15%;
    min-width: 15%;
  }

  .u-layout-col>.u-size-9-xs {
    flex: 9 0 auto;
  }

  .u-layout-row>.u-size-8-xs {
    flex: 0 0 13.33333333%;
    max-width: 13.33333333%;
    min-width: 13.33333333%;
  }

  .u-layout-col>.u-size-8-xs {
    flex: 8 0 auto;
  }

  .u-layout-row>.u-size-7-xs {
    flex: 0 0 11.66666667%;
    max-width: 11.66666667%;
    min-width: 11.66666667%;
  }

  .u-layout-col>.u-size-7-xs {
    flex: 7 0 auto;
  }

  .u-layout-row>.u-size-6-xs {
    flex: 0 0 10%;
    max-width: 10%;
    min-width: 10%;
  }

  .u-layout-col>.u-size-6-xs {
    flex: 6 0 auto;
  }

  .u-layout-row>.u-size-5-xs {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
    min-width: 8.33333333%;
  }

  .u-layout-col>.u-size-5-xs {
    flex: 5 0 auto;
  }

  .u-layout-row>.u-size-4-xs {
    flex: 0 0 6.66666667%;
    max-width: 6.66666667%;
    min-width: 6.66666667%;
  }

  .u-layout-col>.u-size-4-xs {
    flex: 4 0 auto;
  }

  .u-layout-row>.u-size-3-xs {
    flex: 0 0 5%;
    max-width: 5%;
    min-width: 5%;
  }

  .u-layout-col>.u-size-3-xs {
    flex: 3 0 auto;
  }

  .u-layout-row>.u-size-2-xs {
    flex: 0 0 3.33333333%;
    max-width: 3.33333333%;
    min-width: 3.33333333%;
  }

  .u-layout-col>.u-size-2-xs {
    flex: 2 0 auto;
  }

  .u-layout-row>.u-size-1-xs {
    flex: 0 0 1.66666667%;
    max-width: 1.66666667%;
    min-width: 1.66666667%;
  }

  .u-layout-col>.u-size-1-xs {
    flex: 1 0 auto;
  }

  .u-layout-row>.u-size-0-xs {
    flex: 0 0 0%;
    max-width: 0%;
    min-width: 0%;
  }

  .u-layout-col>.u-size-0-xs {
    flex: 0 0 auto;
  }
}

.u-gutter-100 .u-layout {
  margin: -50px;
}

.u-gutter-100 .u-layout .u-layout-cell {
  border: 50px solid transparent;
}

.u-gutter-98 .u-layout {
  margin: -49px;
}

.u-gutter-98 .u-layout .u-layout-cell {
  border: 49px solid transparent;
}

.u-gutter-96 .u-layout {
  margin: -48px;
}

.u-gutter-96 .u-layout .u-layout-cell {
  border: 48px solid transparent;
}

.u-gutter-94 .u-layout {
  margin: -47px;
}

.u-gutter-94 .u-layout .u-layout-cell {
  border: 47px solid transparent;
}

.u-gutter-92 .u-layout {
  margin: -46px;
}

.u-gutter-92 .u-layout .u-layout-cell {
  border: 46px solid transparent;
}

.u-gutter-90 .u-layout {
  margin: -45px;
}

.u-gutter-90 .u-layout .u-layout-cell {
  border: 45px solid transparent;
}

.u-gutter-88 .u-layout {
  margin: -44px;
}

.u-gutter-88 .u-layout .u-layout-cell {
  border: 44px solid transparent;
}

.u-gutter-86 .u-layout {
  margin: -43px;
}

.u-gutter-86 .u-layout .u-layout-cell {
  border: 43px solid transparent;
}

.u-gutter-84 .u-layout {
  margin: -42px;
}

.u-gutter-84 .u-layout .u-layout-cell {
  border: 42px solid transparent;
}

.u-gutter-82 .u-layout {
  margin: -41px;
}

.u-gutter-82 .u-layout .u-layout-cell {
  border: 41px solid transparent;
}

.u-gutter-80 .u-layout {
  margin: -40px;
}

.u-gutter-80 .u-layout .u-layout-cell {
  border: 40px solid transparent;
}

.u-gutter-78 .u-layout {
  margin: -39px;
}

.u-gutter-78 .u-layout .u-layout-cell {
  border: 39px solid transparent;
}

.u-gutter-76 .u-layout {
  margin: -38px;
}

.u-gutter-76 .u-layout .u-layout-cell {
  border: 38px solid transparent;
}

.u-gutter-74 .u-layout {
  margin: -37px;
}

.u-gutter-74 .u-layout .u-layout-cell {
  border: 37px solid transparent;
}

.u-gutter-72 .u-layout {
  margin: -36px;
}

.u-gutter-72 .u-layout .u-layout-cell {
  border: 36px solid transparent;
}

.u-gutter-70 .u-layout {
  margin: -35px;
}

.u-gutter-70 .u-layout .u-layout-cell {
  border: 35px solid transparent;
}

.u-gutter-68 .u-layout {
  margin: -34px;
}

.u-gutter-68 .u-layout .u-layout-cell {
  border: 34px solid transparent;
}

.u-gutter-66 .u-layout {
  margin: -33px;
}

.u-gutter-66 .u-layout .u-layout-cell {
  border: 33px solid transparent;
}

.u-gutter-64 .u-layout {
  margin: -32px;
}

.u-gutter-64 .u-layout .u-layout-cell {
  border: 32px solid transparent;
}

.u-gutter-62 .u-layout {
  margin: -31px;
}

.u-gutter-62 .u-layout .u-layout-cell {
  border: 31px solid transparent;
}

.u-gutter-60 .u-layout {
  margin: -30px;
}

.u-gutter-60 .u-layout .u-layout-cell {
  border: 30px solid transparent;
}

.u-gutter-58 .u-layout {
  margin: -29px;
}

.u-gutter-58 .u-layout .u-layout-cell {
  border: 29px solid transparent;
}

.u-gutter-56 .u-layout {
  margin: -28px;
}

.u-gutter-56 .u-layout .u-layout-cell {
  border: 28px solid transparent;
}

.u-gutter-54 .u-layout {
  margin: -27px;
}

.u-gutter-54 .u-layout .u-layout-cell {
  border: 27px solid transparent;
}

.u-gutter-52 .u-layout {
  margin: -26px;
}

.u-gutter-52 .u-layout .u-layout-cell {
  border: 26px solid transparent;
}

.u-gutter-50 .u-layout {
  margin: -25px;
}

.u-gutter-50 .u-layout .u-layout-cell {
  border: 25px solid transparent;
}

.u-gutter-48 .u-layout {
  margin: -24px;
}

.u-gutter-48 .u-layout .u-layout-cell {
  border: 24px solid transparent;
}

.u-gutter-46 .u-layout {
  margin: -23px;
}

.u-gutter-46 .u-layout .u-layout-cell {
  border: 23px solid transparent;
}

.u-gutter-44 .u-layout {
  margin: -22px;
}

.u-gutter-44 .u-layout .u-layout-cell {
  border: 22px solid transparent;
}

.u-gutter-42 .u-layout {
  margin: -21px;
}

.u-gutter-42 .u-layout .u-layout-cell {
  border: 21px solid transparent;
}

.u-gutter-40 .u-layout {
  margin: -20px;
}

.u-gutter-40 .u-layout .u-layout-cell {
  border: 20px solid transparent;
}

.u-gutter-38 .u-layout {
  margin: -19px;
}

.u-gutter-38 .u-layout .u-layout-cell {
  border: 19px solid transparent;
}

.u-gutter-36 .u-layout {
  margin: -18px;
}

.u-gutter-36 .u-layout .u-layout-cell {
  border: 18px solid transparent;
}

.u-gutter-34 .u-layout {
  margin: -17px;
}

.u-gutter-34 .u-layout .u-layout-cell {
  border: 17px solid transparent;
}

.u-gutter-32 .u-layout {
  margin: -16px;
}

.u-gutter-32 .u-layout .u-layout-cell {
  border: 16px solid transparent;
}

.u-gutter-30 .u-layout {
  margin: -15px;
}

.u-gutter-30 .u-layout .u-layout-cell {
  border: 15px solid transparent;
}

.u-gutter-30.u-layout-spacing-top {
  padding-top: 30px;
}

.u-gutter-30.u-layout-spacing-top-bottom {
  padding: 30px 0;
}

.u-gutter-30.u-layout-spacing-left-right {
  padding: 0 30px;
}

.u-gutter-30.u-layout-spacing-all {
  padding: 30px;
}

.u-gutter-28 .u-layout {
  margin: -14px;
}

.u-gutter-28 .u-layout .u-layout-cell {
  border: 14px solid transparent;
}

.u-gutter-26 .u-layout {
  margin: -13px;
}

.u-gutter-26 .u-layout .u-layout-cell {
  border: 13px solid transparent;
}

.u-gutter-24 .u-layout {
  margin: -12px;
}

.u-gutter-24 .u-layout .u-layout-cell {
  border: 12px solid transparent;
}

.u-gutter-22 .u-layout {
  margin: -11px;
}

.u-gutter-22 .u-layout .u-layout-cell {
  border: 11px solid transparent;
}

.u-gutter-20 .u-layout {
  margin: -10px;
}

.u-gutter-20 .u-layout .u-layout-cell {
  border: 10px solid transparent;
}

.u-gutter-20.u-layout-spacing-top {
  padding-top: 20px;
}

.u-gutter-20.u-layout-spacing-top-bottom {
  padding: 20px 0;
}

.u-gutter-20.u-layout-spacing-left-right {
  padding: 0 20px;
}

.u-gutter-20.u-layout-spacing-all {
  padding: 20px;
}

.u-gutter-18 .u-layout {
  margin: -9px;
}

.u-gutter-18 .u-layout .u-layout-cell {
  border: 9px solid transparent;
}

.u-gutter-16 .u-layout {
  margin: -8px;
}

.u-gutter-16 .u-layout .u-layout-cell {
  border: 8px solid transparent;
}

.u-gutter-14 .u-layout {
  margin: -7px;
}

.u-gutter-14 .u-layout .u-layout-cell {
  border: 7px solid transparent;
}

.u-gutter-12 .u-layout {
  margin: -6px;
}

.u-gutter-12 .u-layout .u-layout-cell {
  border: 6px solid transparent;
}

.u-gutter-10 .u-layout {
  margin: -5px;
}

.u-gutter-10 .u-layout .u-layout-cell {
  border: 5px solid transparent;
}

.u-gutter-8 .u-layout {
  margin: -4px;
}

.u-gutter-8 .u-layout .u-layout-cell {
  border: 4px solid transparent;
}

.u-gutter-6 .u-layout {
  margin: -3px;
}

.u-gutter-6 .u-layout .u-layout-cell {
  border: 3px solid transparent;
}

.u-gutter-4 .u-layout {
  margin: -2px;
}

.u-gutter-4 .u-layout .u-layout-cell {
  border: 2px solid transparent;
}

.u-gutter-2 .u-layout {
  margin: -1px;
}

.u-gutter-2 .u-layout .u-layout-cell {
  border: 1px solid transparent;
}

.u-gutter-0 .u-layout {
  margin: 0px;
}

.u-gutter-0 .u-layout .u-layout-cell {
  border: 0px solid transparent;
}

.u-gutter-0.u-layout-spacing-top {
  padding-top: 0px;
}

.u-gutter-0.u-layout-spacing-top-bottom {
  padding: 0px 0;
}

.u-gutter-0.u-layout-spacing-left-right {
  padding: 0 0px;
}

.u-gutter-0.u-layout-spacing-all {
  padding: 0px;
}

.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%;
}

.u-layout-wrap.u-layout-spacing-horizontal .u-layout-cell {
  border-left-width: 0;
  border-right-width: 0;
}

.u-layout-wrap.u-layout-spacing-horizontal .u-layout {
  margin-left: 0;
  margin-right: 0;
}

@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>*,
.u-layout-row>* {
  display: flex;
}

.u-layout-col,
.u-layout-row {
  flex: 1 1 auto;
}

.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: -webkit-fit-content;
  min-height: fit-content;
}

.u-layout-row {
  flex-direction: row;
  flex-wrap: wrap;
  min-height: -webkit-fit-content;
  min-height: fit-content;
  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 .u-footer {
  margin-top: auto;
}

.u-hide-header .u-header,
.u-hide-footer .u-footer {
  display: none;
}

@media (min-width: 1200px) {
  .u-xl-mode .u-absolute-hcenter-xl {
    left: 50% !important;
    transform: translateX(-50%);
  }
}

@media (min-width: 1200px) {
  .u-xl-mode .u-absolute-vcenter-xl {
    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-header.u-box-shadow {
  z-index: 1;
}

.u-overlap .u-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.u-header.u-sticky,
.u-overlap .u-header {
  z-index: 20;
  padding-top: 0.1px;
}

.u-overlap .u-header.u-sticky {
  position: fixed;
}

.u-overlap.u-overlap-transparent .u-header {
  background-color: transparent !important;
  background-image: none !important;
}

.u-overlap.u-offcanvas-opened .u-header.u-sticky {
  z-index: auto;
  position: absolute !important;
}

.u-overlap.u-offcanvas-opened .u-header.u-sticky+section {
  z-index: -1;
}

.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-block.u-spacing-10 .u-block-header {
  margin-bottom: 10px;
}

.u-sidebar.u-spacing-10,
.u-position.u-spacing-10,
.u-block-content.u-spacing-10 {
  padding: 10px;
}

.u-group {
  display: flex;
}

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

.u-shape {
  position: relative;
}

.u-shape-circle>.u-container-layout {
  border-radius: 50%;
}

.u-shape-square>.u-container-layout {
  border-radius: 0;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive video,
.embed-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.u-map .embed-responsive {
  width: 100%;
  height: 100%;
}

.u-icon {
  display: block;
  line-height: 0;
  border-width: 0px;
}

.u-file-icon img {
  object-fit: contain;
  display: block;
  width: 100%;
  height: 100%;
}

.u-post-category a {
  display: inline-block;
}

.pswp .embed-responsive,
.u-video .embed-responsive {
  width: 100%;
  height: 100%;
}

@media (min-width: 1200px) {
  .u-xl-mode .u-video.u-video-contain video-xl {
    object-fit: contain;
    background-size: contain;
  }
}

@media (min-width: 768px) {
  .u-background-video .embed-responsive {
    pointer-events: none;
  }
}

.u-menu {
  display: table;
  white-space: nowrap;
  position: relative;
  line-height: 1;
}

.u-popupmenu-items .u-nav {
  width: 100%;
}

.u-popupmenu-items .u-nav-link {
  padding: 8px 0;
  white-space: normal;
}

.u-nav,
.u-nav-item {
  position: relative;
}

.u-nav {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.u-nav-item {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  height: 100%;
}

.u-nav-popup.u-nav-item {
  height: auto;
}

.u-nav-popup .u-nav:not([class*="u-align-"]) .u-nav {
  text-align: inherit;
}

.u-nav-container .u-nav-popup {
  position: absolute;
  visibility: hidden;
  pointer-events: none;
  z-index: 99;
}

.u-nav-container .u-nav-item .u-nav-item {
  display: block;
}

.u-nav-container .u-nav-item:hover>.u-nav-popup:not(.fake) {
  visibility: visible;
  pointer-events: auto;
}

.u-menu.u-menu-hamburger .u-nav-container {
  display: none;
}

.u-menu-mega .u-nav-container .u-mega-popup .u-nav {
  display: block;
}

.u-menu-mega .u-nav-container .level-2>.u-nav {
  display: grid;
}

.u-menu-mega .u-nav-container .level-2.u-columns-auto>.u-nav {
  display: flex;
}

.u-menu-mega .u-nav-container .level-2>.u-nav a {
  white-space: nowrap;
}

.u-menu-mega .u-nav-container .level-2>.u-nav>li>a {
  white-space: normal;
}

.u-menu-mega .u-nav-container .u-mega-popup .level-3 {
  position: relative;
  top: 0 !important;
  left: 0 !important;
  right: auto !important;
}

.u-menu-mega .u-nav-container .u-nav-item:hover>.u-mega-popup:not(.fake) .u-nav-popup,
.u-menu-mega .u-nav-container .u-mega-popup.open .u-nav-popup {
  visibility: visible;
  pointer-events: auto;
}

.u-menu-mega .u-nav-container .u-mega-popup>.u-nav {
  min-width: 120px;
  max-width: -webkit-min-content;
  max-width: min-content;
}

.u-menu-mega .u-nav-container .u-mega-popup>.u-nav .u-nav {
  width: auto;
}

@media (min-width: 1200px) {
  .u-xl-mode .u-columns-1-xl .u-popupmenu-items {
    grid-template-columns: repeat(1, 100%);
  }
}

@media (min-width: 1200px) {
  .u-xl-mode .u-columns-2-xl .u-popupmenu-items {
    grid-template-columns: repeat(2, 50%);
  }
}

@media (min-width: 1200px) {
  .u-xl-mode .u-columns-3-xl .u-popupmenu-items {
    grid-template-columns: repeat(3, 33.33333333%);
  }
}

@media (min-width: 1200px) {
  .u-xl-mode .u-columns-4-xl .u-popupmenu-items {
    grid-template-columns: repeat(4, 25%);
  }
}

@media (min-width: 1200px) {
  .u-xl-mode .u-columns-5-xl .u-popupmenu-items {
    grid-template-columns: repeat(5, 20%);
  }
}

@media (min-width: 1200px) {
  .u-xl-mode .u-columns-6-xl .u-popupmenu-items {
    grid-template-columns: repeat(6, 16.66666667%);
  }
}

.u-menu .u-nav-container .u-popup-left {
  right: 0;
}

.u-menu .u-nav-container .u-popup-right {
  left: 0;
}

.u-menu .u-nav-container .u-nav-item .u-nav-item .u-nav-popup {
  top: 0;
  left: 100%;
}

.u-menu .u-nav-container .u-nav-item .u-nav-item .u-nav-popup.u-popup-left {
  right: 100%;
  left: auto;
}

.u-nav-container-collapse .u-nav-popup .u-nav {
  box-shadow: none;
}

.u-dropdown-icon .u-nav-link:first-child:nth-last-child(2):after {
  content: "⌄";
  margin-left: 0.5rem;
  margin-right: -0.5rem;
  display: inline-block;
  transform: translateY(-20%);
}

.u-dropdown-icon .u-nav-container .u-nav-popup .u-nav-link:first-child:nth-last-child(2):after {
  content: "";
}

.u-spacing-100:not(.u-text)>li:not(:last-child) {
  margin-right: 100px;
}

.u-h-spacing-100>a,
.u-h-spacing-100>.u-nav-item>a,
.u-h-spacing-100>.u-nav-item>span {
  padding-left: 100px;
  padding-right: 100px;
}

.u-v-spacing-100>a,
.u-v-spacing-100>.u-nav-item>a,
.u-v-spacing-100>.u-nav-item>span {
  padding-top: 100px;
  padding-bottom: 100px;
}

.u-enable-responsive .u-spacing-100>li+li {
  margin: 100px 0 0 0 !important;
}

.u-spacing-99:not(.u-text)>li:not(:last-child) {
  margin-right: 99px;
}

.u-h-spacing-99>a,
.u-h-spacing-99>.u-nav-item>a,
.u-h-spacing-99>.u-nav-item>span {
  padding-left: 99px;
  padding-right: 99px;
}

.u-v-spacing-99>a,
.u-v-spacing-99>.u-nav-item>a,
.u-v-spacing-99>.u-nav-item>span {
  padding-top: 99px;
  padding-bottom: 99px;
}

.u-enable-responsive .u-spacing-99>li+li {
  margin: 99px 0 0 0 !important;
}

.u-spacing-98:not(.u-text)>li:not(:last-child) {
  margin-right: 98px;
}

.u-h-spacing-98>a,
.u-h-spacing-98>.u-nav-item>a,
.u-h-spacing-98>.u-nav-item>span {
  padding-left: 98px;
  padding-right: 98px;
}

.u-v-spacing-98>a,
.u-v-spacing-98>.u-nav-item>a,
.u-v-spacing-98>.u-nav-item>span {
  padding-top: 98px;
  padding-bottom: 98px;
}

.u-enable-responsive .u-spacing-98>li+li {
  margin: 98px 0 0 0 !important;
}

.u-spacing-97:not(.u-text)>li:not(:last-child) {
  margin-right: 97px;
}

.u-h-spacing-97>a,
.u-h-spacing-97>.u-nav-item>a,
.u-h-spacing-97>.u-nav-item>span {
  padding-left: 97px;
  padding-right: 97px;
}

.u-v-spacing-97>a,
.u-v-spacing-97>.u-nav-item>a,
.u-v-spacing-97>.u-nav-item>span {
  padding-top: 97px;
  padding-bottom: 97px;
}

.u-enable-responsive .u-spacing-97>li+li {
  margin: 97px 0 0 0 !important;
}

.u-spacing-96:not(.u-text)>li:not(:last-child) {
  margin-right: 96px;
}

.u-h-spacing-96>a,
.u-h-spacing-96>.u-nav-item>a,
.u-h-spacing-96>.u-nav-item>span {
  padding-left: 96px;
  padding-right: 96px;
}

.u-v-spacing-96>a,
.u-v-spacing-96>.u-nav-item>a,
.u-v-spacing-96>.u-nav-item>span {
  padding-top: 96px;
  padding-bottom: 96px;
}

.u-enable-responsive .u-spacing-96>li+li {
  margin: 96px 0 0 0 !important;
}

.u-spacing-95:not(.u-text)>li:not(:last-child) {
  margin-right: 95px;
}

.u-h-spacing-95>a,
.u-h-spacing-95>.u-nav-item>a,
.u-h-spacing-95>.u-nav-item>span {
  padding-left: 95px;
  padding-right: 95px;
}

.u-v-spacing-95>a,
.u-v-spacing-95>.u-nav-item>a,
.u-v-spacing-95>.u-nav-item>span {
  padding-top: 95px;
  padding-bottom: 95px;
}

.u-enable-responsive .u-spacing-95>li+li {
  margin: 95px 0 0 0 !important;
}

.u-spacing-94:not(.u-text)>li:not(:last-child) {
  margin-right: 94px;
}

.u-h-spacing-94>a,
.u-h-spacing-94>.u-nav-item>a,
.u-h-spacing-94>.u-nav-item>span {
  padding-left: 94px;
  padding-right: 94px;
}

.u-v-spacing-94>a,
.u-v-spacing-94>.u-nav-item>a,
.u-v-spacing-94>.u-nav-item>span {
  padding-top: 94px;
  padding-bottom: 94px;
}

.u-enable-responsive .u-spacing-94>li+li {
  margin: 94px 0 0 0 !important;
}

.u-spacing-93:not(.u-text)>li:not(:last-child) {
  margin-right: 93px;
}

.u-h-spacing-93>a,
.u-h-spacing-93>.u-nav-item>a,
.u-h-spacing-93>.u-nav-item>span {
  padding-left: 93px;
  padding-right: 93px;
}

.u-v-spacing-93>a,
.u-v-spacing-93>.u-nav-item>a,
.u-v-spacing-93>.u-nav-item>span {
  padding-top: 93px;
  padding-bottom: 93px;
}

.u-enable-responsive .u-spacing-93>li+li {
  margin: 93px 0 0 0 !important;
}

.u-spacing-92:not(.u-text)>li:not(:last-child) {
  margin-right: 92px;
}

.u-h-spacing-92>a,
.u-h-spacing-92>.u-nav-item>a,
.u-h-spacing-92>.u-nav-item>span {
  padding-left: 92px;
  padding-right: 92px;
}

.u-v-spacing-92>a,
.u-v-spacing-92>.u-nav-item>a,
.u-v-spacing-92>.u-nav-item>span {
  padding-top: 92px;
  padding-bottom: 92px;
}

.u-enable-responsive .u-spacing-92>li+li {
  margin: 92px 0 0 0 !important;
}

.u-spacing-91:not(.u-text)>li:not(:last-child) {
  margin-right: 91px;
}

.u-h-spacing-91>a,
.u-h-spacing-91>.u-nav-item>a,
.u-h-spacing-91>.u-nav-item>span {
  padding-left: 91px;
  padding-right: 91px;
}

.u-v-spacing-91>a,
.u-v-spacing-91>.u-nav-item>a,
.u-v-spacing-91>.u-nav-item>span {
  padding-top: 91px;
  padding-bottom: 91px;
}

.u-enable-responsive .u-spacing-91>li+li {
  margin: 91px 0 0 0 !important;
}

.u-spacing-90:not(.u-text)>li:not(:last-child) {
  margin-right: 90px;
}

.u-h-spacing-90>a,
.u-h-spacing-90>.u-nav-item>a,
.u-h-spacing-90>.u-nav-item>span {
  padding-left: 90px;
  padding-right: 90px;
}

.u-v-spacing-90>a,
.u-v-spacing-90>.u-nav-item>a,
.u-v-spacing-90>.u-nav-item>span {
  padding-top: 90px;
  padding-bottom: 90px;
}

.u-enable-responsive .u-spacing-90>li+li {
  margin: 90px 0 0 0 !important;
}

.u-spacing-89:not(.u-text)>li:not(:last-child) {
  margin-right: 89px;
}

.u-h-spacing-89>a,
.u-h-spacing-89>.u-nav-item>a,
.u-h-spacing-89>.u-nav-item>span {
  padding-left: 89px;
  padding-right: 89px;
}

.u-v-spacing-89>a,
.u-v-spacing-89>.u-nav-item>a,
.u-v-spacing-89>.u-nav-item>span {
  padding-top: 89px;
  padding-bottom: 89px;
}

.u-enable-responsive .u-spacing-89>li+li {
  margin: 89px 0 0 0 !important;
}

.u-spacing-88:not(.u-text)>li:not(:last-child) {
  margin-right: 88px;
}

.u-h-spacing-88>a,
.u-h-spacing-88>.u-nav-item>a,
.u-h-spacing-88>.u-nav-item>span {
  padding-left: 88px;
  padding-right: 88px;
}

.u-v-spacing-88>a,
.u-v-spacing-88>.u-nav-item>a,
.u-v-spacing-88>.u-nav-item>span {
  padding-top: 88px;
  padding-bottom: 88px;
}

.u-enable-responsive .u-spacing-88>li+li {
  margin: 88px 0 0 0 !important;
}

.u-spacing-87:not(.u-text)>li:not(:last-child) {
  margin-right: 87px;
}

.u-h-spacing-87>a,
.u-h-spacing-87>.u-nav-item>a,
.u-h-spacing-87>.u-nav-item>span {
  padding-left: 87px;
  padding-right: 87px;
}

.u-v-spacing-87>a,
.u-v-spacing-87>.u-nav-item>a,
.u-v-spacing-87>.u-nav-item>span {
  padding-top: 87px;
  padding-bottom: 87px;
}

.u-enable-responsive .u-spacing-87>li+li {
  margin: 87px 0 0 0 !important;
}

.u-spacing-86:not(.u-text)>li:not(:last-child) {
  margin-right: 86px;
}

.u-h-spacing-86>a,
.u-h-spacing-86>.u-nav-item>a,
.u-h-spacing-86>.u-nav-item>span {
  padding-left: 86px;
  padding-right: 86px;
}

.u-v-spacing-86>a,
.u-v-spacing-86>.u-nav-item>a,
.u-v-spacing-86>.u-nav-item>span {
  padding-top: 86px;
  padding-bottom: 86px;
}

.u-enable-responsive .u-spacing-86>li+li {
  margin: 86px 0 0 0 !important;
}

.u-spacing-85:not(.u-text)>li:not(:last-child) {
  margin-right: 85px;
}

.u-h-spacing-85>a,
.u-h-spacing-85>.u-nav-item>a,
.u-h-spacing-85>.u-nav-item>span {
  padding-left: 85px;
  padding-right: 85px;
}

.u-v-spacing-85>a,
.u-v-spacing-85>.u-nav-item>a,
.u-v-spacing-85>.u-nav-item>span {
  padding-top: 85px;
  padding-bottom: 85px;
}

.u-enable-responsive .u-spacing-85>li+li {
  margin: 85px 0 0 0 !important;
}

.u-spacing-84:not(.u-text)>li:not(:last-child) {
  margin-right: 84px;
}

.u-h-spacing-84>a,
.u-h-spacing-84>.u-nav-item>a,
.u-h-spacing-84>.u-nav-item>span {
  padding-left: 84px;
  padding-right: 84px;
}

.u-v-spacing-84>a,
.u-v-spacing-84>.u-nav-item>a,
.u-v-spacing-84>.u-nav-item>span {
  padding-top: 84px;
  padding-bottom: 84px;
}

.u-enable-responsive .u-spacing-84>li+li {
  margin: 84px 0 0 0 !important;
}

.u-spacing-83:not(.u-text)>li:not(:last-child) {
  margin-right: 83px;
}

.u-h-spacing-83>a,
.u-h-spacing-83>.u-nav-item>a,
.u-h-spacing-83>.u-nav-item>span {
  padding-left: 83px;
  padding-right: 83px;
}

.u-v-spacing-83>a,
.u-v-spacing-83>.u-nav-item>a,
.u-v-spacing-83>.u-nav-item>span {
  padding-top: 83px;
  padding-bottom: 83px;
}

.u-enable-responsive .u-spacing-83>li+li {
  margin: 83px 0 0 0 !important;
}

.u-spacing-82:not(.u-text)>li:not(:last-child) {
  margin-right: 82px;
}

.u-h-spacing-82>a,
.u-h-spacing-82>.u-nav-item>a,
.u-h-spacing-82>.u-nav-item>span {
  padding-left: 82px;
  padding-right: 82px;
}

.u-v-spacing-82>a,
.u-v-spacing-82>.u-nav-item>a,
.u-v-spacing-82>.u-nav-item>span {
  padding-top: 82px;
  padding-bottom: 82px;
}

.u-enable-responsive .u-spacing-82>li+li {
  margin: 82px 0 0 0 !important;
}

.u-spacing-81:not(.u-text)>li:not(:last-child) {
  margin-right: 81px;
}

.u-h-spacing-81>a,
.u-h-spacing-81>.u-nav-item>a,
.u-h-spacing-81>.u-nav-item>span {
  padding-left: 81px;
  padding-right: 81px;
}

.u-v-spacing-81>a,
.u-v-spacing-81>.u-nav-item>a,
.u-v-spacing-81>.u-nav-item>span {
  padding-top: 81px;
  padding-bottom: 81px;
}

.u-enable-responsive .u-spacing-81>li+li {
  margin: 81px 0 0 0 !important;
}

.u-spacing-80:not(.u-text)>li:not(:last-child) {
  margin-right: 80px;
}

.u-h-spacing-80>a,
.u-h-spacing-80>.u-nav-item>a,
.u-h-spacing-80>.u-nav-item>span {
  padding-left: 80px;
  padding-right: 80px;
}

.u-v-spacing-80>a,
.u-v-spacing-80>.u-nav-item>a,
.u-v-spacing-80>.u-nav-item>span {
  padding-top: 80px;
  padding-bottom: 80px;
}

.u-enable-responsive .u-spacing-80>li+li {
  margin: 80px 0 0 0 !important;
}

.u-spacing-79:not(.u-text)>li:not(:last-child) {
  margin-right: 79px;
}

.u-h-spacing-79>a,
.u-h-spacing-79>.u-nav-item>a,
.u-h-spacing-79>.u-nav-item>span {
  padding-left: 79px;
  padding-right: 79px;
}

.u-v-spacing-79>a,
.u-v-spacing-79>.u-nav-item>a,
.u-v-spacing-79>.u-nav-item>span {
  padding-top: 79px;
  padding-bottom: 79px;
}

.u-enable-responsive .u-spacing-79>li+li {
  margin: 79px 0 0 0 !important;
}

.u-spacing-78:not(.u-text)>li:not(:last-child) {
  margin-right: 78px;
}

.u-h-spacing-78>a,
.u-h-spacing-78>.u-nav-item>a,
.u-h-spacing-78>.u-nav-item>span {
  padding-left: 78px;
  padding-right: 78px;
}

.u-v-spacing-78>a,
.u-v-spacing-78>.u-nav-item>a,
.u-v-spacing-78>.u-nav-item>span {
  padding-top: 78px;
  padding-bottom: 78px;
}

.u-enable-responsive .u-spacing-78>li+li {
  margin: 78px 0 0 0 !important;
}

.u-spacing-77:not(.u-text)>li:not(:last-child) {
  margin-right: 77px;
}

.u-h-spacing-77>a,
.u-h-spacing-77>.u-nav-item>a,
.u-h-spacing-77>.u-nav-item>span {
  padding-left: 77px;
  padding-right: 77px;
}

.u-v-spacing-77>a,
.u-v-spacing-77>.u-nav-item>a,
.u-v-spacing-77>.u-nav-item>span {
  padding-top: 77px;
  padding-bottom: 77px;
}

.u-enable-responsive .u-spacing-77>li+li {
  margin: 77px 0 0 0 !important;
}

.u-spacing-76:not(.u-text)>li:not(:last-child) {
  margin-right: 76px;
}

.u-h-spacing-76>a,
.u-h-spacing-76>.u-nav-item>a,
.u-h-spacing-76>.u-nav-item>span {
  padding-left: 76px;
  padding-right: 76px;
}

.u-v-spacing-76>a,
.u-v-spacing-76>.u-nav-item>a,
.u-v-spacing-76>.u-nav-item>span {
  padding-top: 76px;
  padding-bottom: 76px;
}

.u-enable-responsive .u-spacing-76>li+li {
  margin: 76px 0 0 0 !important;
}

.u-spacing-75:not(.u-text)>li:not(:last-child) {
  margin-right: 75px;
}

.u-h-spacing-75>a,
.u-h-spacing-75>.u-nav-item>a,
.u-h-spacing-75>.u-nav-item>span {
  padding-left: 75px;
  padding-right: 75px;
}

.u-v-spacing-75>a,
.u-v-spacing-75>.u-nav-item>a,
.u-v-spacing-75>.u-nav-item>span {
  padding-top: 75px;
  padding-bottom: 75px;
}

.u-enable-responsive .u-spacing-75>li+li {
  margin: 75px 0 0 0 !important;
}

.u-spacing-74:not(.u-text)>li:not(:last-child) {
  margin-right: 74px;
}

.u-h-spacing-74>a,
.u-h-spacing-74>.u-nav-item>a,
.u-h-spacing-74>.u-nav-item>span {
  padding-left: 74px;
  padding-right: 74px;
}

.u-v-spacing-74>a,
.u-v-spacing-74>.u-nav-item>a,
.u-v-spacing-74>.u-nav-item>span {
  padding-top: 74px;
  padding-bottom: 74px;
}

.u-enable-responsive .u-spacing-74>li+li {
  margin: 74px 0 0 0 !important;
}

.u-spacing-73:not(.u-text)>li:not(:last-child) {
  margin-right: 73px;
}

.u-h-spacing-73>a,
.u-h-spacing-73>.u-nav-item>a,
.u-h-spacing-73>.u-nav-item>span {
  padding-left: 73px;
  padding-right: 73px;
}

.u-v-spacing-73>a,
.u-v-spacing-73>.u-nav-item>a,
.u-v-spacing-73>.u-nav-item>span {
  padding-top: 73px;
  padding-bottom: 73px;
}

.u-enable-responsive .u-spacing-73>li+li {
  margin: 73px 0 0 0 !important;
}

.u-spacing-72:not(.u-text)>li:not(:last-child) {
  margin-right: 72px;
}

.u-h-spacing-72>a,
.u-h-spacing-72>.u-nav-item>a,
.u-h-spacing-72>.u-nav-item>span {
  padding-left: 72px;
  padding-right: 72px;
}

.u-v-spacing-72>a,
.u-v-spacing-72>.u-nav-item>a,
.u-v-spacing-72>.u-nav-item>span {
  padding-top: 72px;
  padding-bottom: 72px;
}

.u-enable-responsive .u-spacing-72>li+li {
  margin: 72px 0 0 0 !important;
}

.u-spacing-71:not(.u-text)>li:not(:last-child) {
  margin-right: 71px;
}

.u-h-spacing-71>a,
.u-h-spacing-71>.u-nav-item>a,
.u-h-spacing-71>.u-nav-item>span {
  padding-left: 71px;
  padding-right: 71px;
}

.u-v-spacing-71>a,
.u-v-spacing-71>.u-nav-item>a,
.u-v-spacing-71>.u-nav-item>span {
  padding-top: 71px;
  padding-bottom: 71px;
}

.u-enable-responsive .u-spacing-71>li+li {
  margin: 71px 0 0 0 !important;
}

.u-spacing-70:not(.u-text)>li:not(:last-child) {
  margin-right: 70px;
}

.u-h-spacing-70>a,
.u-h-spacing-70>.u-nav-item>a,
.u-h-spacing-70>.u-nav-item>span {
  padding-left: 70px;
  padding-right: 70px;
}

.u-v-spacing-70>a,
.u-v-spacing-70>.u-nav-item>a,
.u-v-spacing-70>.u-nav-item>span {
  padding-top: 70px;
  padding-bottom: 70px;
}

.u-enable-responsive .u-spacing-70>li+li {
  margin: 70px 0 0 0 !important;
}

.u-spacing-69:not(.u-text)>li:not(:last-child) {
  margin-right: 69px;
}

.u-h-spacing-69>a,
.u-h-spacing-69>.u-nav-item>a,
.u-h-spacing-69>.u-nav-item>span {
  padding-left: 69px;
  padding-right: 69px;
}

.u-v-spacing-69>a,
.u-v-spacing-69>.u-nav-item>a,
.u-v-spacing-69>.u-nav-item>span {
  padding-top: 69px;
  padding-bottom: 69px;
}

.u-enable-responsive .u-spacing-69>li+li {
  margin: 69px 0 0 0 !important;
}

.u-spacing-68:not(.u-text)>li:not(:last-child) {
  margin-right: 68px;
}

.u-h-spacing-68>a,
.u-h-spacing-68>.u-nav-item>a,
.u-h-spacing-68>.u-nav-item>span {
  padding-left: 68px;
  padding-right: 68px;
}

.u-v-spacing-68>a,
.u-v-spacing-68>.u-nav-item>a,
.u-v-spacing-68>.u-nav-item>span {
  padding-top: 68px;
  padding-bottom: 68px;
}

.u-enable-responsive .u-spacing-68>li+li {
  margin: 68px 0 0 0 !important;
}

.u-spacing-67:not(.u-text)>li:not(:last-child) {
  margin-right: 67px;
}

.u-h-spacing-67>a,
.u-h-spacing-67>.u-nav-item>a,
.u-h-spacing-67>.u-nav-item>span {
  padding-left: 67px;
  padding-right: 67px;
}

.u-v-spacing-67>a,
.u-v-spacing-67>.u-nav-item>a,
.u-v-spacing-67>.u-nav-item>span {
  padding-top: 67px;
  padding-bottom: 67px;
}

.u-enable-responsive .u-spacing-67>li+li {
  margin: 67px 0 0 0 !important;
}

.u-spacing-66:not(.u-text)>li:not(:last-child) {
  margin-right: 66px;
}

.u-h-spacing-66>a,
.u-h-spacing-66>.u-nav-item>a,
.u-h-spacing-66>.u-nav-item>span {
  padding-left: 66px;
  padding-right: 66px;
}

.u-v-spacing-66>a,
.u-v-spacing-66>.u-nav-item>a,
.u-v-spacing-66>.u-nav-item>span {
  padding-top: 66px;
  padding-bottom: 66px;
}

.u-enable-responsive .u-spacing-66>li+li {
  margin: 66px 0 0 0 !important;
}

.u-spacing-65:not(.u-text)>li:not(:last-child) {
  margin-right: 65px;
}

.u-h-spacing-65>a,
.u-h-spacing-65>.u-nav-item>a,
.u-h-spacing-65>.u-nav-item>span {
  padding-left: 65px;
  padding-right: 65px;
}

.u-v-spacing-65>a,
.u-v-spacing-65>.u-nav-item>a,
.u-v-spacing-65>.u-nav-item>span {
  padding-top: 65px;
  padding-bottom: 65px;
}

.u-enable-responsive .u-spacing-65>li+li {
  margin: 65px 0 0 0 !important;
}

.u-spacing-64:not(.u-text)>li:not(:last-child) {
  margin-right: 64px;
}

.u-h-spacing-64>a,
.u-h-spacing-64>.u-nav-item>a,
.u-h-spacing-64>.u-nav-item>span {
  padding-left: 64px;
  padding-right: 64px;
}

.u-v-spacing-64>a,
.u-v-spacing-64>.u-nav-item>a,
.u-v-spacing-64>.u-nav-item>span {
  padding-top: 64px;
  padding-bottom: 64px;
}

.u-enable-responsive .u-spacing-64>li+li {
  margin: 64px 0 0 0 !important;
}

.u-spacing-63:not(.u-text)>li:not(:last-child) {
  margin-right: 63px;
}

.u-h-spacing-63>a,
.u-h-spacing-63>.u-nav-item>a,
.u-h-spacing-63>.u-nav-item>span {
  padding-left: 63px;
  padding-right: 63px;
}

.u-v-spacing-63>a,
.u-v-spacing-63>.u-nav-item>a,
.u-v-spacing-63>.u-nav-item>span {
  padding-top: 63px;
  padding-bottom: 63px;
}

.u-enable-responsive .u-spacing-63>li+li {
  margin: 63px 0 0 0 !important;
}

.u-spacing-62:not(.u-text)>li:not(:last-child) {
  margin-right: 62px;
}

.u-h-spacing-62>a,
.u-h-spacing-62>.u-nav-item>a,
.u-h-spacing-62>.u-nav-item>span {
  padding-left: 62px;
  padding-right: 62px;
}

.u-v-spacing-62>a,
.u-v-spacing-62>.u-nav-item>a,
.u-v-spacing-62>.u-nav-item>span {
  padding-top: 62px;
  padding-bottom: 62px;
}

.u-enable-responsive .u-spacing-62>li+li {
  margin: 62px 0 0 0 !important;
}

.u-spacing-61:not(.u-text)>li:not(:last-child) {
  margin-right: 61px;
}

.u-h-spacing-61>a,
.u-h-spacing-61>.u-nav-item>a,
.u-h-spacing-61>.u-nav-item>span {
  padding-left: 61px;
  padding-right: 61px;
}

.u-v-spacing-61>a,
.u-v-spacing-61>.u-nav-item>a,
.u-v-spacing-61>.u-nav-item>span {
  padding-top: 61px;
  padding-bottom: 61px;
}

.u-enable-responsive .u-spacing-61>li+li {
  margin: 61px 0 0 0 !important;
}

.u-spacing-60:not(.u-text)>li:not(:last-child) {
  margin-right: 60px;
}

.u-h-spacing-60>a,
.u-h-spacing-60>.u-nav-item>a,
.u-h-spacing-60>.u-nav-item>span {
  padding-left: 60px;
  padding-right: 60px;
}

.u-v-spacing-60>a,
.u-v-spacing-60>.u-nav-item>a,
.u-v-spacing-60>.u-nav-item>span {
  padding-top: 60px;
  padding-bottom: 60px;
}

.u-enable-responsive .u-spacing-60>li+li {
  margin: 60px 0 0 0 !important;
}

.u-spacing-59:not(.u-text)>li:not(:last-child) {
  margin-right: 59px;
}

.u-h-spacing-59>a,
.u-h-spacing-59>.u-nav-item>a,
.u-h-spacing-59>.u-nav-item>span {
  padding-left: 59px;
  padding-right: 59px;
}

.u-v-spacing-59>a,
.u-v-spacing-59>.u-nav-item>a,
.u-v-spacing-59>.u-nav-item>span {
  padding-top: 59px;
  padding-bottom: 59px;
}

.u-enable-responsive .u-spacing-59>li+li {
  margin: 59px 0 0 0 !important;
}

.u-spacing-58:not(.u-text)>li:not(:last-child) {
  margin-right: 58px;
}

.u-h-spacing-58>a,
.u-h-spacing-58>.u-nav-item>a,
.u-h-spacing-58>.u-nav-item>span {
  padding-left: 58px;
  padding-right: 58px;
}

.u-v-spacing-58>a,
.u-v-spacing-58>.u-nav-item>a,
.u-v-spacing-58>.u-nav-item>span {
  padding-top: 58px;
  padding-bottom: 58px;
}

.u-enable-responsive .u-spacing-58>li+li {
  margin: 58px 0 0 0 !important;
}

.u-spacing-57:not(.u-text)>li:not(:last-child) {
  margin-right: 57px;
}

.u-h-spacing-57>a,
.u-h-spacing-57>.u-nav-item>a,
.u-h-spacing-57>.u-nav-item>span {
  padding-left: 57px;
  padding-right: 57px;
}

.u-v-spacing-57>a,
.u-v-spacing-57>.u-nav-item>a,
.u-v-spacing-57>.u-nav-item>span {
  padding-top: 57px;
  padding-bottom: 57px;
}

.u-enable-responsive .u-spacing-57>li+li {
  margin: 57px 0 0 0 !important;
}

.u-spacing-56:not(.u-text)>li:not(:last-child) {
  margin-right: 56px;
}

.u-h-spacing-56>a,
.u-h-spacing-56>.u-nav-item>a,
.u-h-spacing-56>.u-nav-item>span {
  padding-left: 56px;
  padding-right: 56px;
}

.u-v-spacing-56>a,
.u-v-spacing-56>.u-nav-item>a,
.u-v-spacing-56>.u-nav-item>span {
  padding-top: 56px;
  padding-bottom: 56px;
}

.u-enable-responsive .u-spacing-56>li+li {
  margin: 56px 0 0 0 !important;
}

.u-spacing-55:not(.u-text)>li:not(:last-child) {
  margin-right: 55px;
}

.u-h-spacing-55>a,
.u-h-spacing-55>.u-nav-item>a,
.u-h-spacing-55>.u-nav-item>span {
  padding-left: 55px;
  padding-right: 55px;
}

.u-v-spacing-55>a,
.u-v-spacing-55>.u-nav-item>a,
.u-v-spacing-55>.u-nav-item>span {
  padding-top: 55px;
  padding-bottom: 55px;
}

.u-enable-responsive .u-spacing-55>li+li {
  margin: 55px 0 0 0 !important;
}

.u-spacing-54:not(.u-text)>li:not(:last-child) {
  margin-right: 54px;
}

.u-h-spacing-54>a,
.u-h-spacing-54>.u-nav-item>a,
.u-h-spacing-54>.u-nav-item>span {
  padding-left: 54px;
  padding-right: 54px;
}

.u-v-spacing-54>a,
.u-v-spacing-54>.u-nav-item>a,
.u-v-spacing-54>.u-nav-item>span {
  padding-top: 54px;
  padding-bottom: 54px;
}

.u-enable-responsive .u-spacing-54>li+li {
  margin: 54px 0 0 0 !important;
}

.u-spacing-53:not(.u-text)>li:not(:last-child) {
  margin-right: 53px;
}

.u-h-spacing-53>a,
.u-h-spacing-53>.u-nav-item>a,
.u-h-spacing-53>.u-nav-item>span {
  padding-left: 53px;
  padding-right: 53px;
}

.u-v-spacing-53>a,
.u-v-spacing-53>.u-nav-item>a,
.u-v-spacing-53>.u-nav-item>span {
  padding-top: 53px;
  padding-bottom: 53px;
}

.u-enable-responsive .u-spacing-53>li+li {
  margin: 53px 0 0 0 !important;
}

.u-spacing-52:not(.u-text)>li:not(:last-child) {
  margin-right: 52px;
}

.u-h-spacing-52>a,
.u-h-spacing-52>.u-nav-item>a,
.u-h-spacing-52>.u-nav-item>span {
  padding-left: 52px;
  padding-right: 52px;
}

.u-v-spacing-52>a,
.u-v-spacing-52>.u-nav-item>a,
.u-v-spacing-52>.u-nav-item>span {
  padding-top: 52px;
  padding-bottom: 52px;
}

.u-enable-responsive .u-spacing-52>li+li {
  margin: 52px 0 0 0 !important;
}

.u-spacing-51:not(.u-text)>li:not(:last-child) {
  margin-right: 51px;
}

.u-h-spacing-51>a,
.u-h-spacing-51>.u-nav-item>a,
.u-h-spacing-51>.u-nav-item>span {
  padding-left: 51px;
  padding-right: 51px;
}

.u-v-spacing-51>a,
.u-v-spacing-51>.u-nav-item>a,
.u-v-spacing-51>.u-nav-item>span {
  padding-top: 51px;
  padding-bottom: 51px;
}

.u-enable-responsive .u-spacing-51>li+li {
  margin: 51px 0 0 0 !important;
}

.u-spacing-50:not(.u-text)>li:not(:last-child) {
  margin-right: 50px;
}

.u-h-spacing-50>a,
.u-h-spacing-50>.u-nav-item>a,
.u-h-spacing-50>.u-nav-item>span {
  padding-left: 50px;
  padding-right: 50px;
}

.u-v-spacing-50>a,
.u-v-spacing-50>.u-nav-item>a,
.u-v-spacing-50>.u-nav-item>span {
  padding-top: 50px;
  padding-bottom: 50px;
}

.u-enable-responsive .u-spacing-50>li+li {
  margin: 50px 0 0 0 !important;
}

.u-spacing-49:not(.u-text)>li:not(:last-child) {
  margin-right: 49px;
}

.u-h-spacing-49>a,
.u-h-spacing-49>.u-nav-item>a,
.u-h-spacing-49>.u-nav-item>span {
  padding-left: 49px;
  padding-right: 49px;
}

.u-v-spacing-49>a,
.u-v-spacing-49>.u-nav-item>a,
.u-v-spacing-49>.u-nav-item>span {
  padding-top: 49px;
  padding-bottom: 49px;
}

.u-enable-responsive .u-spacing-49>li+li {
  margin: 49px 0 0 0 !important;
}

.u-spacing-48:not(.u-text)>li:not(:last-child) {
  margin-right: 48px;
}

.u-h-spacing-48>a,
.u-h-spacing-48>.u-nav-item>a,
.u-h-spacing-48>.u-nav-item>span {
  padding-left: 48px;
  padding-right: 48px;
}

.u-v-spacing-48>a,
.u-v-spacing-48>.u-nav-item>a,
.u-v-spacing-48>.u-nav-item>span {
  padding-top: 48px;
  padding-bottom: 48px;
}

.u-enable-responsive .u-spacing-48>li+li {
  margin: 48px 0 0 0 !important;
}

.u-spacing-47:not(.u-text)>li:not(:last-child) {
  margin-right: 47px;
}

.u-h-spacing-47>a,
.u-h-spacing-47>.u-nav-item>a,
.u-h-spacing-47>.u-nav-item>span {
  padding-left: 47px;
  padding-right: 47px;
}

.u-v-spacing-47>a,
.u-v-spacing-47>.u-nav-item>a,
.u-v-spacing-47>.u-nav-item>span {
  padding-top: 47px;
  padding-bottom: 47px;
}

.u-enable-responsive .u-spacing-47>li+li {
  margin: 47px 0 0 0 !important;
}

.u-spacing-46:not(.u-text)>li:not(:last-child) {
  margin-right: 46px;
}

.u-h-spacing-46>a,
.u-h-spacing-46>.u-nav-item>a,
.u-h-spacing-46>.u-nav-item>span {
  padding-left: 46px;
  padding-right: 46px;
}

.u-v-spacing-46>a,
.u-v-spacing-46>.u-nav-item>a,
.u-v-spacing-46>.u-nav-item>span {
  padding-top: 46px;
  padding-bottom: 46px;
}

.u-enable-responsive .u-spacing-46>li+li {
  margin: 46px 0 0 0 !important;
}

.u-spacing-45:not(.u-text)>li:not(:last-child) {
  margin-right: 45px;
}

.u-h-spacing-45>a,
.u-h-spacing-45>.u-nav-item>a,
.u-h-spacing-45>.u-nav-item>span {
  padding-left: 45px;
  padding-right: 45px;
}

.u-v-spacing-45>a,
.u-v-spacing-45>.u-nav-item>a,
.u-v-spacing-45>.u-nav-item>span {
  padding-top: 45px;
  padding-bottom: 45px;
}

.u-enable-responsive .u-spacing-45>li+li {
  margin: 45px 0 0 0 !important;
}

.u-spacing-44:not(.u-text)>li:not(:last-child) {
  margin-right: 44px;
}

.u-h-spacing-44>a,
.u-h-spacing-44>.u-nav-item>a,
.u-h-spacing-44>.u-nav-item>span {
  padding-left: 44px;
  padding-right: 44px;
}

.u-v-spacing-44>a,
.u-v-spacing-44>.u-nav-item>a,
.u-v-spacing-44>.u-nav-item>span {
  padding-top: 44px;
  padding-bottom: 44px;
}

.u-enable-responsive .u-spacing-44>li+li {
  margin: 44px 0 0 0 !important;
}

.u-spacing-43:not(.u-text)>li:not(:last-child) {
  margin-right: 43px;
}

.u-h-spacing-43>a,
.u-h-spacing-43>.u-nav-item>a,
.u-h-spacing-43>.u-nav-item>span {
  padding-left: 43px;
  padding-right: 43px;
}

.u-v-spacing-43>a,
.u-v-spacing-43>.u-nav-item>a,
.u-v-spacing-43>.u-nav-item>span {
  padding-top: 43px;
  padding-bottom: 43px;
}

.u-enable-responsive .u-spacing-43>li+li {
  margin: 43px 0 0 0 !important;
}

.u-spacing-42:not(.u-text)>li:not(:last-child) {
  margin-right: 42px;
}

.u-h-spacing-42>a,
.u-h-spacing-42>.u-nav-item>a,
.u-h-spacing-42>.u-nav-item>span {
  padding-left: 42px;
  padding-right: 42px;
}

.u-v-spacing-42>a,
.u-v-spacing-42>.u-nav-item>a,
.u-v-spacing-42>.u-nav-item>span {
  padding-top: 42px;
  padding-bottom: 42px;
}

.u-enable-responsive .u-spacing-42>li+li {
  margin: 42px 0 0 0 !important;
}

.u-spacing-41:not(.u-text)>li:not(:last-child) {
  margin-right: 41px;
}

.u-h-spacing-41>a,
.u-h-spacing-41>.u-nav-item>a,
.u-h-spacing-41>.u-nav-item>span {
  padding-left: 41px;
  padding-right: 41px;
}

.u-v-spacing-41>a,
.u-v-spacing-41>.u-nav-item>a,
.u-v-spacing-41>.u-nav-item>span {
  padding-top: 41px;
  padding-bottom: 41px;
}

.u-enable-responsive .u-spacing-41>li+li {
  margin: 41px 0 0 0 !important;
}

.u-spacing-40:not(.u-text)>li:not(:last-child) {
  margin-right: 40px;
}

.u-h-spacing-40>a,
.u-h-spacing-40>.u-nav-item>a,
.u-h-spacing-40>.u-nav-item>span {
  padding-left: 40px;
  padding-right: 40px;
}

.u-v-spacing-40>a,
.u-v-spacing-40>.u-nav-item>a,
.u-v-spacing-40>.u-nav-item>span {
  padding-top: 40px;
  padding-bottom: 40px;
}

.u-enable-responsive .u-spacing-40>li+li {
  margin: 40px 0 0 0 !important;
}

.u-spacing-39:not(.u-text)>li:not(:last-child) {
  margin-right: 39px;
}

.u-h-spacing-39>a,
.u-h-spacing-39>.u-nav-item>a,
.u-h-spacing-39>.u-nav-item>span {
  padding-left: 39px;
  padding-right: 39px;
}

.u-v-spacing-39>a,
.u-v-spacing-39>.u-nav-item>a,
.u-v-spacing-39>.u-nav-item>span {
  padding-top: 39px;
  padding-bottom: 39px;
}

.u-enable-responsive .u-spacing-39>li+li {
  margin: 39px 0 0 0 !important;
}

.u-spacing-38:not(.u-text)>li:not(:last-child) {
  margin-right: 38px;
}

.u-h-spacing-38>a,
.u-h-spacing-38>.u-nav-item>a,
.u-h-spacing-38>.u-nav-item>span {
  padding-left: 38px;
  padding-right: 38px;
}

.u-v-spacing-38>a,
.u-v-spacing-38>.u-nav-item>a,
.u-v-spacing-38>.u-nav-item>span {
  padding-top: 38px;
  padding-bottom: 38px;
}

.u-enable-responsive .u-spacing-38>li+li {
  margin: 38px 0 0 0 !important;
}

.u-spacing-37:not(.u-text)>li:not(:last-child) {
  margin-right: 37px;
}

.u-h-spacing-37>a,
.u-h-spacing-37>.u-nav-item>a,
.u-h-spacing-37>.u-nav-item>span {
  padding-left: 37px;
  padding-right: 37px;
}

.u-v-spacing-37>a,
.u-v-spacing-37>.u-nav-item>a,
.u-v-spacing-37>.u-nav-item>span {
  padding-top: 37px;
  padding-bottom: 37px;
}

.u-enable-responsive .u-spacing-37>li+li {
  margin: 37px 0 0 0 !important;
}

.u-spacing-36:not(.u-text)>li:not(:last-child) {
  margin-right: 36px;
}

.u-h-spacing-36>a,
.u-h-spacing-36>.u-nav-item>a,
.u-h-spacing-36>.u-nav-item>span {
  padding-left: 36px;
  padding-right: 36px;
}

.u-v-spacing-36>a,
.u-v-spacing-36>.u-nav-item>a,
.u-v-spacing-36>.u-nav-item>span {
  padding-top: 36px;
  padding-bottom: 36px;
}

.u-enable-responsive .u-spacing-36>li+li {
  margin: 36px 0 0 0 !important;
}

.u-spacing-35:not(.u-text)>li:not(:last-child) {
  margin-right: 35px;
}

.u-h-spacing-35>a,
.u-h-spacing-35>.u-nav-item>a,
.u-h-spacing-35>.u-nav-item>span {
  padding-left: 35px;
  padding-right: 35px;
}

.u-v-spacing-35>a,
.u-v-spacing-35>.u-nav-item>a,
.u-v-spacing-35>.u-nav-item>span {
  padding-top: 35px;
  padding-bottom: 35px;
}

.u-enable-responsive .u-spacing-35>li+li {
  margin: 35px 0 0 0 !important;
}

.u-spacing-34:not(.u-text)>li:not(:last-child) {
  margin-right: 34px;
}

.u-h-spacing-34>a,
.u-h-spacing-34>.u-nav-item>a,
.u-h-spacing-34>.u-nav-item>span {
  padding-left: 34px;
  padding-right: 34px;
}

.u-v-spacing-34>a,
.u-v-spacing-34>.u-nav-item>a,
.u-v-spacing-34>.u-nav-item>span {
  padding-top: 34px;
  padding-bottom: 34px;
}

.u-enable-responsive .u-spacing-34>li+li {
  margin: 34px 0 0 0 !important;
}

.u-spacing-33:not(.u-text)>li:not(:last-child) {
  margin-right: 33px;
}

.u-h-spacing-33>a,
.u-h-spacing-33>.u-nav-item>a,
.u-h-spacing-33>.u-nav-item>span {
  padding-left: 33px;
  padding-right: 33px;
}

.u-v-spacing-33>a,
.u-v-spacing-33>.u-nav-item>a,
.u-v-spacing-33>.u-nav-item>span {
  padding-top: 33px;
  padding-bottom: 33px;
}

.u-enable-responsive .u-spacing-33>li+li {
  margin: 33px 0 0 0 !important;
}

.u-spacing-32:not(.u-text)>li:not(:last-child) {
  margin-right: 32px;
}

.u-h-spacing-32>a,
.u-h-spacing-32>.u-nav-item>a,
.u-h-spacing-32>.u-nav-item>span {
  padding-left: 32px;
  padding-right: 32px;
}

.u-v-spacing-32>a,
.u-v-spacing-32>.u-nav-item>a,
.u-v-spacing-32>.u-nav-item>span {
  padding-top: 32px;
  padding-bottom: 32px;
}

.u-enable-responsive .u-spacing-32>li+li {
  margin: 32px 0 0 0 !important;
}

.u-spacing-31:not(.u-text)>li:not(:last-child) {
  margin-right: 31px;
}

.u-h-spacing-31>a,
.u-h-spacing-31>.u-nav-item>a,
.u-h-spacing-31>.u-nav-item>span {
  padding-left: 31px;
  padding-right: 31px;
}

.u-v-spacing-31>a,
.u-v-spacing-31>.u-nav-item>a,
.u-v-spacing-31>.u-nav-item>span {
  padding-top: 31px;
  padding-bottom: 31px;
}

.u-enable-responsive .u-spacing-31>li+li {
  margin: 31px 0 0 0 !important;
}

.u-spacing-30:not(.u-text)>li:not(:last-child) {
  margin-right: 30px;
}

.u-h-spacing-30>a,
.u-h-spacing-30>.u-nav-item>a,
.u-h-spacing-30>.u-nav-item>span {
  padding-left: 30px;
  padding-right: 30px;
}

.u-v-spacing-30>a,
.u-v-spacing-30>.u-nav-item>a,
.u-v-spacing-30>.u-nav-item>span {
  padding-top: 30px;
  padding-bottom: 30px;
}

.u-enable-responsive .u-spacing-30>li+li {
  margin: 30px 0 0 0 !important;
}

.u-spacing-29:not(.u-text)>li:not(:last-child) {
  margin-right: 29px;
}

.u-h-spacing-29>a,
.u-h-spacing-29>.u-nav-item>a,
.u-h-spacing-29>.u-nav-item>span {
  padding-left: 29px;
  padding-right: 29px;
}

.u-v-spacing-29>a,
.u-v-spacing-29>.u-nav-item>a,
.u-v-spacing-29>.u-nav-item>span {
  padding-top: 29px;
  padding-bottom: 29px;
}

.u-enable-responsive .u-spacing-29>li+li {
  margin: 29px 0 0 0 !important;
}

.u-spacing-28:not(.u-text)>li:not(:last-child) {
  margin-right: 28px;
}

.u-h-spacing-28>a,
.u-h-spacing-28>.u-nav-item>a,
.u-h-spacing-28>.u-nav-item>span {
  padding-left: 28px;
  padding-right: 28px;
}

.u-v-spacing-28>a,
.u-v-spacing-28>.u-nav-item>a,
.u-v-spacing-28>.u-nav-item>span {
  padding-top: 28px;
  padding-bottom: 28px;
}

.u-enable-responsive .u-spacing-28>li+li {
  margin: 28px 0 0 0 !important;
}

.u-spacing-27:not(.u-text)>li:not(:last-child) {
  margin-right: 27px;
}

.u-h-spacing-27>a,
.u-h-spacing-27>.u-nav-item>a,
.u-h-spacing-27>.u-nav-item>span {
  padding-left: 27px;
  padding-right: 27px;
}

.u-v-spacing-27>a,
.u-v-spacing-27>.u-nav-item>a,
.u-v-spacing-27>.u-nav-item>span {
  padding-top: 27px;
  padding-bottom: 27px;
}

.u-enable-responsive .u-spacing-27>li+li {
  margin: 27px 0 0 0 !important;
}

.u-spacing-26:not(.u-text)>li:not(:last-child) {
  margin-right: 26px;
}

.u-h-spacing-26>a,
.u-h-spacing-26>.u-nav-item>a,
.u-h-spacing-26>.u-nav-item>span {
  padding-left: 26px;
  padding-right: 26px;
}

.u-v-spacing-26>a,
.u-v-spacing-26>.u-nav-item>a,
.u-v-spacing-26>.u-nav-item>span {
  padding-top: 26px;
  padding-bottom: 26px;
}

.u-enable-responsive .u-spacing-26>li+li {
  margin: 26px 0 0 0 !important;
}

.u-spacing-25:not(.u-text)>li:not(:last-child) {
  margin-right: 25px;
}

.u-h-spacing-25>a,
.u-h-spacing-25>.u-nav-item>a,
.u-h-spacing-25>.u-nav-item>span {
  padding-left: 25px;
  padding-right: 25px;
}

.u-v-spacing-25>a,
.u-v-spacing-25>.u-nav-item>a,
.u-v-spacing-25>.u-nav-item>span {
  padding-top: 25px;
  padding-bottom: 25px;
}

.u-enable-responsive .u-spacing-25>li+li {
  margin: 25px 0 0 0 !important;
}

.u-spacing-24:not(.u-text)>li:not(:last-child) {
  margin-right: 24px;
}

.u-h-spacing-24>a,
.u-h-spacing-24>.u-nav-item>a,
.u-h-spacing-24>.u-nav-item>span {
  padding-left: 24px;
  padding-right: 24px;
}

.u-v-spacing-24>a,
.u-v-spacing-24>.u-nav-item>a,
.u-v-spacing-24>.u-nav-item>span {
  padding-top: 24px;
  padding-bottom: 24px;
}

.u-enable-responsive .u-spacing-24>li+li {
  margin: 24px 0 0 0 !important;
}

.u-spacing-23:not(.u-text)>li:not(:last-child) {
  margin-right: 23px;
}

.u-h-spacing-23>a,
.u-h-spacing-23>.u-nav-item>a,
.u-h-spacing-23>.u-nav-item>span {
  padding-left: 23px;
  padding-right: 23px;
}

.u-v-spacing-23>a,
.u-v-spacing-23>.u-nav-item>a,
.u-v-spacing-23>.u-nav-item>span {
  padding-top: 23px;
  padding-bottom: 23px;
}

.u-enable-responsive .u-spacing-23>li+li {
  margin: 23px 0 0 0 !important;
}

.u-spacing-22:not(.u-text)>li:not(:last-child) {
  margin-right: 22px;
}

.u-h-spacing-22>a,
.u-h-spacing-22>.u-nav-item>a,
.u-h-spacing-22>.u-nav-item>span {
  padding-left: 22px;
  padding-right: 22px;
}

.u-v-spacing-22>a,
.u-v-spacing-22>.u-nav-item>a,
.u-v-spacing-22>.u-nav-item>span {
  padding-top: 22px;
  padding-bottom: 22px;
}

.u-enable-responsive .u-spacing-22>li+li {
  margin: 22px 0 0 0 !important;
}

.u-spacing-21:not(.u-text)>li:not(:last-child) {
  margin-right: 21px;
}

.u-h-spacing-21>a,
.u-h-spacing-21>.u-nav-item>a,
.u-h-spacing-21>.u-nav-item>span {
  padding-left: 21px;
  padding-right: 21px;
}

.u-v-spacing-21>a,
.u-v-spacing-21>.u-nav-item>a,
.u-v-spacing-21>.u-nav-item>span {
  padding-top: 21px;
  padding-bottom: 21px;
}

.u-enable-responsive .u-spacing-21>li+li {
  margin: 21px 0 0 0 !important;
}

.u-spacing-20:not(.u-text)>li:not(:last-child) {
  margin-right: 20px;
}

.u-h-spacing-20>a,
.u-h-spacing-20>.u-nav-item>a,
.u-h-spacing-20>.u-nav-item>span {
  padding-left: 20px;
  padding-right: 20px;
}

.u-v-spacing-20>a,
.u-v-spacing-20>.u-nav-item>a,
.u-v-spacing-20>.u-nav-item>span {
  padding-top: 20px;
  padding-bottom: 20px;
}

.u-enable-responsive .u-spacing-20>li+li {
  margin: 20px 0 0 0 !important;
}

.u-spacing-19:not(.u-text)>li:not(:last-child) {
  margin-right: 19px;
}

.u-h-spacing-19>a,
.u-h-spacing-19>.u-nav-item>a,
.u-h-spacing-19>.u-nav-item>span {
  padding-left: 19px;
  padding-right: 19px;
}

.u-v-spacing-19>a,
.u-v-spacing-19>.u-nav-item>a,
.u-v-spacing-19>.u-nav-item>span {
  padding-top: 19px;
  padding-bottom: 19px;
}

.u-enable-responsive .u-spacing-19>li+li {
  margin: 19px 0 0 0 !important;
}

.u-spacing-18:not(.u-text)>li:not(:last-child) {
  margin-right: 18px;
}

.u-h-spacing-18>a,
.u-h-spacing-18>.u-nav-item>a,
.u-h-spacing-18>.u-nav-item>span {
  padding-left: 18px;
  padding-right: 18px;
}

.u-v-spacing-18>a,
.u-v-spacing-18>.u-nav-item>a,
.u-v-spacing-18>.u-nav-item>span {
  padding-top: 18px;
  padding-bottom: 18px;
}

.u-enable-responsive .u-spacing-18>li+li {
  margin: 18px 0 0 0 !important;
}

.u-spacing-17:not(.u-text)>li:not(:last-child) {
  margin-right: 17px;
}

.u-h-spacing-17>a,
.u-h-spacing-17>.u-nav-item>a,
.u-h-spacing-17>.u-nav-item>span {
  padding-left: 17px;
  padding-right: 17px;
}

.u-v-spacing-17>a,
.u-v-spacing-17>.u-nav-item>a,
.u-v-spacing-17>.u-nav-item>span {
  padding-top: 17px;
  padding-bottom: 17px;
}

.u-enable-responsive .u-spacing-17>li+li {
  margin: 17px 0 0 0 !important;
}

.u-spacing-16:not(.u-text)>li:not(:last-child) {
  margin-right: 16px;
}

.u-h-spacing-16>a,
.u-h-spacing-16>.u-nav-item>a,
.u-h-spacing-16>.u-nav-item>span {
  padding-left: 16px;
  padding-right: 16px;
}

.u-v-spacing-16>a,
.u-v-spacing-16>.u-nav-item>a,
.u-v-spacing-16>.u-nav-item>span {
  padding-top: 16px;
  padding-bottom: 16px;
}

.u-enable-responsive .u-spacing-16>li+li {
  margin: 16px 0 0 0 !important;
}

.u-spacing-15:not(.u-text)>li:not(:last-child) {
  margin-right: 15px;
}

.u-h-spacing-15>a,
.u-h-spacing-15>.u-nav-item>a,
.u-h-spacing-15>.u-nav-item>span {
  padding-left: 15px;
  padding-right: 15px;
}

.u-v-spacing-15>a,
.u-v-spacing-15>.u-nav-item>a,
.u-v-spacing-15>.u-nav-item>span {
  padding-top: 15px;
  padding-bottom: 15px;
}

.u-enable-responsive .u-spacing-15>li+li {
  margin: 15px 0 0 0 !important;
}

.u-spacing-14:not(.u-text)>li:not(:last-child) {
  margin-right: 14px;
}

.u-h-spacing-14>a,
.u-h-spacing-14>.u-nav-item>a,
.u-h-spacing-14>.u-nav-item>span {
  padding-left: 14px;
  padding-right: 14px;
}

.u-v-spacing-14>a,
.u-v-spacing-14>.u-nav-item>a,
.u-v-spacing-14>.u-nav-item>span {
  padding-top: 14px;
  padding-bottom: 14px;
}

.u-enable-responsive .u-spacing-14>li+li {
  margin: 14px 0 0 0 !important;
}

.u-spacing-13:not(.u-text)>li:not(:last-child) {
  margin-right: 13px;
}

.u-h-spacing-13>a,
.u-h-spacing-13>.u-nav-item>a,
.u-h-spacing-13>.u-nav-item>span {
  padding-left: 13px;
  padding-right: 13px;
}

.u-v-spacing-13>a,
.u-v-spacing-13>.u-nav-item>a,
.u-v-spacing-13>.u-nav-item>span {
  padding-top: 13px;
  padding-bottom: 13px;
}

.u-enable-responsive .u-spacing-13>li+li {
  margin: 13px 0 0 0 !important;
}

.u-spacing-12:not(.u-text)>li:not(:last-child) {
  margin-right: 12px;
}

.u-h-spacing-12>a,
.u-h-spacing-12>.u-nav-item>a,
.u-h-spacing-12>.u-nav-item>span {
  padding-left: 12px;
  padding-right: 12px;
}

.u-v-spacing-12>a,
.u-v-spacing-12>.u-nav-item>a,
.u-v-spacing-12>.u-nav-item>span {
  padding-top: 12px;
  padding-bottom: 12px;
}

.u-enable-responsive .u-spacing-12>li+li {
  margin: 12px 0 0 0 !important;
}

.u-spacing-11:not(.u-text)>li:not(:last-child) {
  margin-right: 11px;
}

.u-h-spacing-11>a,
.u-h-spacing-11>.u-nav-item>a,
.u-h-spacing-11>.u-nav-item>span {
  padding-left: 11px;
  padding-right: 11px;
}

.u-v-spacing-11>a,
.u-v-spacing-11>.u-nav-item>a,
.u-v-spacing-11>.u-nav-item>span {
  padding-top: 11px;
  padding-bottom: 11px;
}

.u-enable-responsive .u-spacing-11>li+li {
  margin: 11px 0 0 0 !important;
}

.u-spacing-10:not(.u-text)>li:not(:last-child) {
  margin-right: 10px;
}

.u-spacing-10>.u-accordion-item+.u-accordion-item {
  margin-top: 10px;
}

.u-h-spacing-10>a,
.u-h-spacing-10>.u-nav-item>a,
.u-h-spacing-10>.u-nav-item>span {
  padding-left: 10px;
  padding-right: 10px;
}

.u-v-spacing-10>a,
.u-v-spacing-10>.u-nav-item>a,
.u-v-spacing-10>.u-nav-item>span {
  padding-top: 10px;
  padding-bottom: 10px;
}

.u-enable-responsive .u-spacing-10>li+li {
  margin: 10px 0 0 0 !important;
}

.u-spacing-9:not(.u-text)>li:not(:last-child) {
  margin-right: 9px;
}

.u-h-spacing-9>a,
.u-h-spacing-9>.u-nav-item>a,
.u-h-spacing-9>.u-nav-item>span {
  padding-left: 9px;
  padding-right: 9px;
}

.u-v-spacing-9>a,
.u-v-spacing-9>.u-nav-item>a,
.u-v-spacing-9>.u-nav-item>span {
  padding-top: 9px;
  padding-bottom: 9px;
}

.u-enable-responsive .u-spacing-9>li+li {
  margin: 9px 0 0 0 !important;
}

.u-spacing-8:not(.u-text)>li:not(:last-child) {
  margin-right: 8px;
}

.u-h-spacing-8>a,
.u-h-spacing-8>.u-nav-item>a,
.u-h-spacing-8>.u-nav-item>span {
  padding-left: 8px;
  padding-right: 8px;
}

.u-v-spacing-8>a,
.u-v-spacing-8>.u-nav-item>a,
.u-v-spacing-8>.u-nav-item>span {
  padding-top: 8px;
  padding-bottom: 8px;
}

.u-enable-responsive .u-spacing-8>li+li {
  margin: 8px 0 0 0 !important;
}

.u-spacing-7:not(.u-text)>li:not(:last-child) {
  margin-right: 7px;
}

.u-h-spacing-7>a,
.u-h-spacing-7>.u-nav-item>a,
.u-h-spacing-7>.u-nav-item>span {
  padding-left: 7px;
  padding-right: 7px;
}

.u-v-spacing-7>a,
.u-v-spacing-7>.u-nav-item>a,
.u-v-spacing-7>.u-nav-item>span {
  padding-top: 7px;
  padding-bottom: 7px;
}

.u-enable-responsive .u-spacing-7>li+li {
  margin: 7px 0 0 0 !important;
}

.u-spacing-6:not(.u-text)>li:not(:last-child) {
  margin-right: 6px;
}

.u-h-spacing-6>a,
.u-h-spacing-6>.u-nav-item>a,
.u-h-spacing-6>.u-nav-item>span {
  padding-left: 6px;
  padding-right: 6px;
}

.u-v-spacing-6>a,
.u-v-spacing-6>.u-nav-item>a,
.u-v-spacing-6>.u-nav-item>span {
  padding-top: 6px;
  padding-bottom: 6px;
}

.u-enable-responsive .u-spacing-6>li+li {
  margin: 6px 0 0 0 !important;
}

.u-spacing-5:not(.u-text)>li:not(:last-child) {
  margin-right: 5px;
}

.u-h-spacing-5>a,
.u-h-spacing-5>.u-nav-item>a,
.u-h-spacing-5>.u-nav-item>span {
  padding-left: 5px;
  padding-right: 5px;
}

.u-v-spacing-5>a,
.u-v-spacing-5>.u-nav-item>a,
.u-v-spacing-5>.u-nav-item>span {
  padding-top: 5px;
  padding-bottom: 5px;
}

.u-enable-responsive .u-spacing-5>li+li {
  margin: 5px 0 0 0 !important;
}

.u-spacing-4:not(.u-text)>li:not(:last-child) {
  margin-right: 4px;
}

.u-h-spacing-4>a,
.u-h-spacing-4>.u-nav-item>a,
.u-h-spacing-4>.u-nav-item>span {
  padding-left: 4px;
  padding-right: 4px;
}

.u-v-spacing-4>a,
.u-v-spacing-4>.u-nav-item>a,
.u-v-spacing-4>.u-nav-item>span {
  padding-top: 4px;
  padding-bottom: 4px;
}

.u-enable-responsive .u-spacing-4>li+li {
  margin: 4px 0 0 0 !important;
}

.u-spacing-3:not(.u-text)>li:not(:last-child) {
  margin-right: 3px;
}

.u-h-spacing-3>a,
.u-h-spacing-3>.u-nav-item>a,
.u-h-spacing-3>.u-nav-item>span {
  padding-left: 3px;
  padding-right: 3px;
}

.u-v-spacing-3>a,
.u-v-spacing-3>.u-nav-item>a,
.u-v-spacing-3>.u-nav-item>span {
  padding-top: 3px;
  padding-bottom: 3px;
}

.u-enable-responsive .u-spacing-3>li+li {
  margin: 3px 0 0 0 !important;
}

.u-spacing-2:not(.u-text)>li:not(:last-child) {
  margin-right: 2px;
}

.u-h-spacing-2>a,
.u-h-spacing-2>.u-nav-item>a,
.u-h-spacing-2>.u-nav-item>span {
  padding-left: 2px;
  padding-right: 2px;
}

.u-v-spacing-2>a,
.u-v-spacing-2>.u-nav-item>a,
.u-v-spacing-2>.u-nav-item>span {
  padding-top: 2px;
  padding-bottom: 2px;
}

.u-enable-responsive .u-spacing-2>li+li {
  margin: 2px 0 0 0 !important;
}

.u-spacing-1:not(.u-text)>li:not(:last-child) {
  margin-right: 1px;
}

.u-h-spacing-1>a,
.u-h-spacing-1>.u-nav-item>a,
.u-h-spacing-1>.u-nav-item>span {
  padding-left: 1px;
  padding-right: 1px;
}

.u-v-spacing-1>a,
.u-v-spacing-1>.u-nav-item>a,
.u-v-spacing-1>.u-nav-item>span {
  padding-top: 1px;
  padding-bottom: 1px;
}

.u-enable-responsive .u-spacing-1>li+li {
  margin: 1px 0 0 0 !important;
}

.u-spacing-0:not(.u-text)>li:not(:last-child) {
  margin-right: 0px;
}

.u-h-spacing-0>a,
.u-h-spacing-0>.u-nav-item>a,
.u-h-spacing-0>.u-nav-item>span {
  padding-left: 0px;
  padding-right: 0px;
}

.u-v-spacing-0>a,
.u-v-spacing-0>.u-nav-item>a,
.u-v-spacing-0>.u-nav-item>span {
  padding-top: 0px;
  padding-bottom: 0px;
}

.u-enable-responsive .u-spacing-0>li+li {
  margin: 0px 0 0 0 !important;
}

.u-enable-responsive .u-popupmenu-items>li:first-child {
  margin: 0 !important;
}

.u-menu-one-level .u-nav-popup {
  display: none;
}

.u-nav-link {
  display: block;
  white-space: nowrap;
  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: none !important;
  background-color: transparent;
  margin: 0;
  -webkit-text-decoration-skip: objects;
}

.u-nav-link,
.u-nav-link:hover,
.u-nav-link:focus {
  text-decoration: none;
}

.u-nav-item a.u-nav-link,
.menu-collapse a.u-nav-link {
  color: inherit;
}

.u-nav-container>.u-nav>.u-nav-item>.u-nav-link {
  padding: 10px 20px;
}

.menu-collapse .u-nav-link {
  text-decoration: none !important;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: calc(1em + 8px);
}

.menu-collapse .u-nav-link svg {
  min-width: 1em;
  width: auto;
  height: 1em;
  vertical-align: top;
}

.menu-collapse .u-nav-link svg+svg {
  position: absolute;
  min-width: auto;
  width: 0;
  height: 0;
  overflow: hidden;
}

.menu-collapse .u-nav-link.u-file-icon img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: contain;
}

.menu-collapse .u-nav-link.u-file-icon::after {
  content: "";
  height: 1em;
  width: 1em;
  display: block;
}

.u-menu:not(.open) .u-sidenav {
  border: none;
}

.u-sidenav .u-nav-item {
  display: block;
  height: auto;
  margin-left: 0;

}

.u-sidenav .u-nav-link {
  background: transparent;
}

.u-enable-responsive .u-nav-container {
  display: none;
}

@media (min-width: 1400px) {
  .u-menu[data-responsive-from="XXL"] .menu-collapse {
    display: block;
  }

  .u-menu[data-responsive-from="XXL"] .u-nav-container-collapse {
    display: flex;
  }

  .u-menu[data-responsive-from="XXL"] .u-nav-container {
    display: none;
  }
}

@media (min-width: 1200px) {
  .u-xl-mode .u-menu[data-responsive-from="XL"] .menu-collapse {
    display: block;
  }

  .u-xl-mode .u-menu[data-responsive-from="XL"] .u-nav-container-collapse {
    display: flex;
  }

  .u-xl-mode .u-menu[data-responsive-from="XL"] .u-nav-container {
    display: none;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .u-xxl-mode .u-menu[data-responsive-from="XL"] .menu-collapse {
    display: block;
  }

  .u-xxl-mode .u-menu[data-responsive-from="XL"] .u-nav-container-collapse {
    display: flex;
  }

  .u-xxl-mode .u-menu[data-responsive-from="XL"] .u-nav-container {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .u-menu[data-responsive-from="LG"] .menu-collapse {
    display: block;
  }

  .u-menu[data-responsive-from="LG"] .u-nav-container-collapse {
    display: flex;
  }

  .u-menu[data-responsive-from="LG"] .u-nav-container {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  .u-menu[data-responsive-from="MD"] .menu-collapse,
  .u-menu:not([data-responsive-from]) .menu-collapse {
    display: block;
  }

  .u-menu[data-responsive-from="MD"] .u-nav-container-collapse,
  .u-menu:not([data-responsive-from]) .u-nav-container-collapse {
    display: flex;
  }

  .u-menu[data-responsive-from="MD"] .u-nav-container,
  .u-menu:not([data-responsive-from]) .u-nav-container {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .u-menu[data-responsive-from="SM"] .menu-collapse {
    display: block;
  }

  .u-menu[data-responsive-from="SM"] .u-nav-container-collapse {
    display: flex;
  }

  .u-menu[data-responsive-from="SM"] .u-nav-container {
    display: none;
  }
}

@media (max-width: 575px) {
  .u-menu[data-responsive-from="XS"] .menu-collapse {
    display: block;
  }

  .u-menu[data-responsive-from="XS"] .u-nav-container-collapse {
    display: flex;
  }

  .u-menu[data-responsive-from="XS"] .u-nav-container {
    display: none;
  }
}

.u-menu.u-offcanvas .u-sidenav {
  height: 100vh;
  height: -webkit-fill-available;
  transition: margin-left 500ms ease;
  border-top: none;
  border-bottom: none;
  white-space: normal;
}

.u-menu.u-offcanvas .u-sidenav>* {
  position: relative;
}

.u-menu.u-offcanvas .u-sidenav .u-nav-link {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.u-menu.u-offcanvas:not(.u-menu-open-right) .u-sidenav {
  border-left: none;
}

.u-menu.u-offcanvas.u-menu-open-right .u-sidenav {
  order: 1;
  border-right: none;
  transition-property: margin-right;
}

.u-menu.u-offcanvas.open .u-sidenav {
  margin-left: 0;
  margin-right: 0;
}

.u-menu:not(.u-offcanvas) .u-sidenav {
  display: none;
}

.u-menu:not(.u-offcanvas).open .u-sidenav {
  display: block;
  flex-basis: 100%;
  height: 100vh;
  height: -webkit-fill-available;
  border: none !important;
}

.u-menu:not(.u-offcanvas) .u-menu-overlay {
  display: none !important;
}

.u-offcanvas-unshifted-left .u-body>*,
.u-offcanvas-unshifted-left.u-body>* {
  animation: menu-unshift-left 500ms normal forwards ease;
}

.u-offcanvas-opened.u-offcanvas-shifted-left .u-body>*,
.u-offcanvas-opened.u-offcanvas-shifted-left.u-body>* {
  animation: menu-shift-left 500ms normal forwards ease;
}

.u-offcanvas-unshifted-right .u-body>*,
.u-offcanvas-unshifted-right.u-body>* {
  animation: menu-unshift-right 500ms normal forwards ease;
}

.u-offcanvas-opened.u-offcanvas-shifted-right .u-body>*,
.u-offcanvas-opened.u-offcanvas-shifted-right.u-body>* {
  animation: menu-shift-right 500ms normal forwards ease;
}

.u-offcanvas .u-sidenav {
  flex-basis: var(--sidenav-width, 250px) !important;
}

.u-offcanvas:not(.u-menu-open-right) .u-sidenav {
  margin-left: calc(-1 * var(--sidenav-width, 250px));
}

.u-offcanvas.u-menu-open-right .u-sidenav {
  margin-right: calc(-1 * var(--sidenav-width, 250px));
}

@keyframes menu-shift-left {
  from {
    left: 0;
  }

  to {
    left: var(--sidenav-width, 250px);
  }
}

@keyframes menu-unshift-left {
  from {
    left: var(--sidenav-width, 250px);
  }

  to {
    left: 0;
  }
}

@keyframes menu-shift-right {
  from {
    right: 0;
  }

  to {
    right: var(--sidenav-width, 250px);
  }
}

@keyframes menu-unshift-right {
  from {
    right: var(--sidenav-width, 250px);
  }

  to {
    right: 0;
  }
}

html {
  font-size: 16px;
}

.u-body {
  font-size: 1rem;
  line-height: 1.6;
}

.u-body h1,
.u-body h2,
.u-body h3,
.u-body h4,
.u-body h5,
.u-body h6 {
  padding: 0;
}

h1,
h2,
h3,
h5 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 500;
  color: inherit;
}

h1 {
  font-size: 2.25rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1.125rem;
}

p {
  margin-top: 0;
  padding: 0;
  margin-bottom: 0.5rem;
}

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

@media (min-width: 1200px) {
  .u-xl-mode .u-align-left-xl {
    text-align: left;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .u-xxl-mode .u-align-left-xl {
    text-align: left;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .u-align-left-lg {
    text-align: left;
  }
}

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

@media (min-width: 1200px) {
  .u-xl-mode .u-align-center-xl {
    text-align: center;
  }
}

@media (max-width: 575px) {
  .u-align-center-xs {
    text-align: center;
  }
}

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

@media (min-width: 1200px) {
  .u-xl-mode .u-align-right-xl {
    text-align: right;
  }
}

@media (min-width: 1200px) {
  .u-xl-mode .u-align-justify-xl {
    text-align: justify;
  }
}

.u-tabs:not([class*="u-align-"]),
.u-accordion:not([class*="u-align-"]),
.u-repeater-item:not([class*="u-align-"]),
.u-container-style:not([class*="u-align-"]) {
  text-align: left;
}

.u-nav:not([class*="u-align-"]) .u-nav {
  text-align: left;
}

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

.u-btn.u-circle {
  border-radius: 100px;
}

.u-container-style.u-hover-feature,
.u-container-style.u-hover-feature:before {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.u-container-style.u-hover-feature:before {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  display: block;
  transition-duration: inherit;
}

.u-container-style.u-hover-feature:hover:before,
.u-container-style.u-hover-feature.hover:before {
  opacity: 1;
}

section.u-opacity:before,
.u-hover-box>.u-opacity.u-container-layout:before,
.u-opacity>.u-container-layout:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition-duration: inherit;
  transition-property: opacity;
  border-radius: inherit;
}

section.u-opacity,
.u-opacity.u-container-style,
.u-hover-box>.u-opacity.u-container-layout,
.u-opacity>.u-container-layout {
  opacity: 1;
}

.u-hover-box .u-opacity.u-container-layout,
.u-opacity.u-container-style {
  background-color: transparent !important;
}

.u-effect-fade:hover .u-container-layout.u-over-slide.u-opacity {
  opacity: 1;
}

.u-effect-fade .u-container-layout.u-over-slide.u-opacity {
  opacity: 0;
}

section.u-opacity-100:before,
.u-hover-box>.u-opacity-100.u-container-layout:before,
.u-opacity-100>.u-container-layout:before {
  opacity: 1;
}

a.u-opacity-100,
span.u-opacity-100,
img.u-opacity-100,
.u-opacity-100.u-shape,
.u-opacity-100.u-text {
  opacity: 1;
}

a.u-opacity-0,
span.u-opacity-0,
img.u-opacity-0,
.u-opacity-0.u-shape,
.u-opacity-0.u-text {
  opacity: 0;
}

section.u-opacity-var:before,
.u-hover-box>.u-opacity-var.u-container-layout:before,
.u-opacity-var>.u-container-layout:before {
  opacity: var(--opacity);
}

a.u-opacity-var,
span.u-opacity-var,
img.u-opacity-var,
.u-opacity-var.u-shape,
.u-opacity-var.u-text {
  opacity: var(--opacity);
}

[class*="u-custom-color-"].u-body,
[class*="u-palette-"].u-body,
[class*="u-gray-"].u-body,
.u-white.u-body,
.u-black.u-body {
  background-image: none;
}

.u-button-style[class*="u-custom-color-"],
.u-button-style[class*="u-palette-"],
.u-button-style[class*="u-gray-"],
.u-button-style.u-white,
.u-button-style.u-black {
  border-width: 0;
}

.u-search-left .u-search-icon[class*="u-custom-color-"],
.u-search-left .u-search-icon[class*="u-palette-"],
.u-search-left .u-search-icon[class*="u-gray-"] {
  margin-right: 0.8em;
}

.u-search-right .u-search-icon[class*="u-custom-color-"],
.u-search-right .u-search-icon[class*="u-palette-"],
.u-search-right .u-search-icon[class*="u-gray-"] {
  margin-left: 0.8em;
}

.u-social-icons .u-icon {
  display: flex;
  height: 100% !important;
}

.u-social-icons .u-icon .u-svg-link,
.u-social-icons .u-icon img {
  width: unset;
  flex: 1 0 auto;
}

.u-social-icons a {
  height: 100%;
  display: inline-block;
  flex: 0 0 fit-content;
}

.u-language .u-icon {
  display: inline-flex;
  width: auto !important;
  vertical-align: middle;
}

.u-language a {
  display: inline-block;
  flex: 1;
}

.u-language-url .u-file-icon img {
  width: auto;
}

blockquote p:last-child,
blockquote ul:last-child {
  margin-bottom: 0;
}

blockquote footer {
  display: block;
  font-size: 80%;
  line-height: 20px;
  color: #eeeeee;
}

blockquote footer:before {
  content: "—   ";
}

.u-search button span {
  display: block;
  min-height: 1em;
  min-width: 1em;
  line-height: 1em;
}

.u-pagination.u-spacing-0 .u-nav-item:not(:last-child):not(.active) .u-nav-link {
  border-right-width: 0 !important;
}

.u-pagination.u-spacing-0 .u-nav-item.active+.u-nav-item .u-nav-link {
  border-left-width: 0 !important;
}

.u-breadcrumbs .u-breadcrumbs-item:last-of-type .u-nav-link,
.u-breadcrumbs .u-breadcrumbs-item.u-breadcrumbs-separator .u-nav-link {
  pointer-events: none;
}

.u-breadcrumbs .u-breadcrumbs-separator .u-nav-link {
  padding: 0 !important;
}

.u-categories ul {
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
}

aside .u-categories.u-categories-vertical ul {
  width: 100%;
}

.u-categories.u-categories-vertical ul {
  display: table;
}

.u-categories.u-categories-vertical ul .u-categories-item {
  display: block;
}

.u-categories.u-categories-vertical li {
  margin-left: 18px;
}

.u-categories.u-categories-vertical li.u-root {
  margin-left: 0;
}

.u-categories.u-categories-vertical li a {
  display: inline;
}

.u-categories.u-categories-vertical li .u-categories-item-content {
  text-align: left;
  padding-left: 0 !important;
  padding-right: 5px !important;
  margin-right: 0 !important;
}

.u-categories.u-categories-vertical a .u-icon {
  opacity: 0;
  transition: opacity 0s, opacity 0.3s linear;
  display: inline;
  font-size: 1em;
  fill: currentColor;
  vertical-align: middle;
  white-space: nowrap;
}

.u-categories.u-categories-vertical:hover a .u-icon {
  opacity: 1;
}

.u-categories.u-categories-vertical .u-expand-open ul {
  display: block;
}

.u-categories.u-categories-vertical .u-expand-closed ul {
  display: none;
}

.u-categories.u-categories-horizontal ul ul {
  display: none;
}

.u-categories.u-categories-horizontal ul,
.u-categories.u-categories-horizontal ul .u-expand-open ul,
.u-categories.u-categories-horizontal ul .u-expand-open .u-categories-item-content {
  display: inline-block;
}

.u-categories.u-categories-horizontal ul .u-categories-item {
  display: inline-block;
  margin-left: 0 !important;
}

.u-categories.u-categories-horizontal ul .u-categories-item:last-child .u-categories-item-content {
  margin-right: 0 !important;
}

.u-categories.u-categories-horizontal ul .u-icon {
  display: none;
}

.pswp img {
  max-width: none;
}

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}

.pswp__previews img {
  width: 5em;
  height: 5em;
  object-fit: cover;
  opacity: 0.3;
  transition: opacity 0.3s;
  cursor: pointer;
}

.pswp__previews img:hover {
  opacity: 1;
}

.pswp__previews img.active {
  opacity: 1;
  cursor: default;
}

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}

.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}

.pswp__share-tooltip a:first-child {

  border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

a.pswp__share--facebook:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}

a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}

a.pswp__share--download:hover {
  background: #DDD;
}

.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-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-gallery-filter .u-filter-item a {
  display: block;
  margin: 0 var(--filter-spacing);
  padding: var(--filter-padding-vertical) var(--filter-padding-horizontal);
  transition: background-color 0.25s ease;
  background-color: var(--filter-default-color);
  color: var(--filter-text-default-color);
  border: var(--filter-border-width) solid var(--filter-border-color);
  border-radius: var(--filter-border-radius);
}

.u-gallery-filter .u-filter-item a:hover {
  background-color: var(--filter-hover-color);
  color: var(--filter-text-hover-color);
}

.u-gallery-filter .u-filter-item.active a {
  background-color: var(--filter-active-color);
  color: var(--filter-text-active-color);
}

.u-repeater {
  display: grid;
  grid-template-columns: repeat(3, 33.33333333%);
  gap: var(--gap, 0);
}

.u-repeater.u-layout-spacing-all {
  padding: var(--gap, 0);
}

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

.u-repeater+.u-list-control:not(:empty) {
  margin-top: 10px;
}

.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-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
}

.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-custom-list {
  list-style-type: none;
  padding-left: 0;
}

.u-custom-list li {
  position: relative;
  margin-left: 1.1em;
}

.u-custom-list .u-list-icon {
  display: inline-block;
  position: absolute;
  width: 1em;
  min-height: 1em;
  height: auto;
  left: -1.2em;
  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-text .u-icon,
.u-btn .u-icon,
.u-table-cell .u-icon,
.u-tab-link .u-icon,
.u-accordion-link-text .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],
.u-accordion-link-text .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,
.u-accordion-link-text .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,
.u-accordion-link-text .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-form-agree .u-btn,
.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-form-agree .u-btn.u-button-link,
.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-layout-horizontal .u-repeater::-webkit-scrollbar {
  display: none;
}

.u-layout-horizontal .u-repeater {
  grid-auto-flow: column;
  grid-auto-rows: 100%;
}

.u-product-category a {
  display: inline-block;
}

.u-product-second-image-wrapper .u-image {
  transition: all 0.7s ease;
}

.u-product-second-image-wrapper .u-image+.u-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  transition: all 0.7s ease;
}

.u-product-second-image-wrapper>img+img,
.u-product-second-image-wrapper>div+div {
  opacity: 0;
}

.u-product-second-image-wrapper:hover>img+img,
.u-product-second-image-wrapper:hover>div+div {
  opacity: 1;
}

.u-product-second-image-wrapper:hover>img:first-child:not(:only-child),
.u-product-second-image-wrapper:hover>div:first-child:not(:only-child) {
  opacity: 0;
}

.u-product-variant-tags .u-product-variant-tags-item .u-nav-link {
  display: flex;
  min-width: 44px;
  height: 44px;
  padding: 4px;
  align-items: center;
  justify-content: center;
}

.u-quantity-input a {
  vertical-align: middle;
  line-height: 2em;
  height: 2em;
  font-size: 1em;
}

.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-dialog>.u-container-layout {
  max-height: 90vh !important;
  overflow-y: auto;
  scrollbar-width: thin;
}

section.u-dialog-block {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100001;
}

section.u-dialog-block:not(.u-dialog-open) {
  display: none;
}

section.u-dialog-block.u-dialog-open:before {
  position: absolute;
}

html.u-dialog-open-scroll {
  overflow-y: hidden;
}

html.u-dialog-open-scroll section.u-dialog-block {
  overflow: auto;
}

html.u-dialog-open-scroll section.u-dialog-block.u-dialog-open:before {
  position: fixed;
}

.u-countdown-message p {
  text-align: center;
  margin: auto !important;
}

.iti .iti__flag-container ul {
  margin: 0 0 0 -1px;
}

.iti input[type=text],
.iti input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}

.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel],
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}

@media (max-width: 575px) {
  .u-calendar .u-calendar-time-container ul.u-calendar-time-list {
    height: auto !important;
    display: grid !important;
    grid-template-columns: repeat(3, 33.33333333%);
  }
}

.u-calendar .u-calendar-time-container ul.u-calendar-time-list {
  display: inline-block;
  list-style-type: none;
  padding: unset;
  margin: unset;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: #ccc #fff;
}

.u-calendar .u-calendar-time-container ul.u-calendar-time-list.disabled {
  pointer-events: none;
  opacity: 0.6;
}

.u-calendar .u-calendar-time-container ul.u-calendar-time-list li {
  cursor: pointer;
}

.u-calendar .u-calendar-time-container ul.u-calendar-time-list li:not(.u-hidden)~ :not(:first-child) {
  margin-top: var(--hours-spacing-vertical);
}

.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;
}

[class*="-radius-"],
[class*="-radius-"]:before,
[class*="-radius-"] .u-background-effect,
[class*="-radius-"]:not(.u-hover-box)>.u-container-layout,
.u-radius:not(.u-hover-box)>.u-container-layout {
  border-radius: var(--top-left-radius, var(--border-top-left-radius, var(--radius, var(--border-radius, 0)))) var(--top-right-radius, var(--border-top-right-radius, var(--radius, var(--border-radius, 0)))) var(--bottom-right-radius, var(--border-bottom-right-radius, var(--radius, var(--border-radius, 0)))) var(--bottom-left-radius, var(--border-bottom-left-radius, var(--radius, var(--border-radius, 0)))) !important;
}

.u-body {
  font-family: "Open Sans", sans-serif;
}

h1,
h2,
h3,
h5 {
  font-family: Roboto, sans-serif;
}

.u-shading,
.u-overlap.u-overlap-contrast .u-header {
  color: #ffffff;
}

.u-body {
  color: #111111;
  background-color: #ffffff;
  --effect-scale: 1.1;
}

.u-none.u-input,
.u-none.u-field-input,
.u-none.u-button-style,
.u-none.u-button-style:hover,
.u-none.u-button-style:focus,
.u-none.u-button-style:active,
.u-none.u-button-style.active,
.u-button-style.u-hover-none:hover,
.u-button-style.u-hover-none.hover,
.u-button-style.u-hover-none:focus,
.u-button-style.u-active-none:active,
.u-button-style.u-active-none.active,
li.active>.u-button-style.u-active-none {
  color: inherit !important;
  background-color: transparent !important;
}

.u-button-style.u-border-none,
.u-button-style.u-border-hover-none:hover,
.u-button-style.u-border-hover-none:focus,
.u-button-style.u-border-active-none:active,
.u-button-style.u-border-active-none.active,
li.active>.u-button-style.u-border-active-none {
  border-color: transparent !important;
  border-width: 0;
}

.u-button-style.u-text-none,
.u-button-style.u-text-none:hover,
.u-button-style.u-text-none:focus,
.u-button-style.u-text-none:active,
.u-button-style.u-text-none.active,
.u-button-style.u-text-hover-none:hover,
.u-button-style.u-text-hover-none:focus,
.u-button-style.u-text-active-none:active,
.u-button-style.u-text-active-none.active,
li.active>.u-button-style.u-text-active-none {
  color: inherit !important;
}

.u-body.u-color-1-dark-3,
section.u-color-1-dark-3:before,
.u-color-1-dark-3>.u-container-layout:before,
.u-container-layout.u-container-layout.u-color-1-dark-3:before {
  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[class*="u-border-"]:hover,
.u-hover-color-1-dark-3[class*="u-border-"]:focus,
a.u-button-style.u-hover-color-1-dark-3:hover,
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.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 {
  color: #ffffff !important;
  background-color: #292e33 !important;
}

.u-active-color-1-dark-3[class*="u-border-"].u-active.u-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.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-body.u-color-1-dark-2,
section.u-color-1-dark-2:before,
.u-color-1-dark-2>.u-container-layout:before,
.u-container-layout.u-container-layout.u-color-1-dark-2:before {
  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[class*="u-border-"]:hover,
.u-hover-color-1-dark-2[class*="u-border-"]:focus,
a.u-button-style.u-hover-color-1-dark-2:hover,
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.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 {
  color: #ffffff !important;
  background-color: #425465 !important;
}

.u-active-color-1-dark-2[class*="u-border-"].u-active.u-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.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-body.u-color-1-dark-1,
section.u-color-1-dark-1:before,
.u-color-1-dark-1>.u-container-layout:before,
.u-container-layout.u-container-layout.u-color-1-dark-1:before {
  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[class*="u-border-"]:hover,
.u-hover-color-1-dark-1[class*="u-border-"]:focus,
a.u-button-style.u-hover-color-1-dark-1:hover,
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.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 {
  color: #ffffff !important;
  background-color: #4c7397 !important;
}

.u-active-color-1-dark-1[class*="u-border-"].u-active.u-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.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-body.u-color-1,
section.u-color-1:before,
.u-color-1>.u-container-layout:before,
.u-container-layout.u-container-layout.u-color-1:before {
  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[class*="u-border-"]:hover,
.u-hover-color-1[class*="u-border-"]:focus,
a.u-button-style.u-hover-color-1:hover,
a.u-button-style.u-hover-color-1.hover,
a.u-button-style.u-hover-color-1[class*="u-border-"]:hover,
a.u-button-style.u-hover-color-1[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-color-1,
a.u-button-style:hover>.u-hover-color-1[class*="u-border-"],
a.u-button-style.u-hover-color-1:focus,
a.u-button-style.u-hover-color-1[class*="u-border-"]:focus {
  color: #ffffff !important;
  background-color: #478ac9 !important;
}

.u-active-color-1[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-color-1:active,
a.u-button-style.u-button-style.u-active-color-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-color-1.active,
a.u-button-style.u-button-style.u-active-color-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-color-1,
a.u-button-style.u-button-style.active>.u-active-color-1[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-color-1,
li.active>a.u-button-style.u-button-style.u-active-color-1[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #478ac9 !important;
}

a.u-link.u-hover-color-1:hover {
  color: #478ac9 !important;
}

.u-body.u-color-1-light-1,
section.u-color-1-light-1:before,
.u-color-1-light-1>.u-container-layout:before,
.u-container-layout.u-container-layout.u-color-1-light-1:before {
  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[class*="u-border-"]:hover,
.u-hover-color-1-light-1[class*="u-border-"]:focus,
a.u-button-style.u-hover-color-1-light-1:hover,
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.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 {
  color: #ffffff !important;
  background-color: #77aad9 !important;
}

.u-active-color-1-light-1[class*="u-border-"].u-active.u-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.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-body.u-color-1-light-2,
section.u-color-1-light-2:before,
.u-color-1-light-2>.u-container-layout:before,
.u-container-layout.u-container-layout.u-color-1-light-2:before {
  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[class*="u-border-"]:hover,
.u-hover-color-1-light-2[class*="u-border-"]:focus,
a.u-button-style.u-hover-color-1-light-2:hover,
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.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 {
  color: #111111 !important;
  background-color: #adcce9 !important;
}

.u-active-color-1-light-2[class*="u-border-"].u-active.u-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.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-body.u-color-1-light-3,
section.u-color-1-light-3:before,
.u-color-1-light-3>.u-container-layout:before,
.u-container-layout.u-container-layout.u-color-1-light-3:before {
  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[class*="u-border-"]:hover,
.u-hover-color-1-light-3[class*="u-border-"]:focus,
a.u-button-style.u-hover-color-1-light-3:hover,
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.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 {
  color: #111111 !important;
  background-color: #e9f2fa !important;
}

.u-active-color-1-light-3[class*="u-border-"].u-active.u-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.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-body.u-color-1-base,
section.u-color-1-base:before,
.u-color-1-base>.u-container-layout:before,
.u-container-layout.u-container-layout.u-color-1-base:before {
  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[class*="u-border-"]:hover,
.u-hover-color-1-base[class*="u-border-"]:focus,
a.u-button-style.u-hover-color-1-base:hover,
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.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 {
  color: #ffffff !important;
  background-color: #478ac9 !important;
}

.u-active-color-1-base[class*="u-border-"].u-active.u-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.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-body.u-color-2-dark-3,
section.u-color-2-dark-3:before,
.u-color-2-dark-3>.u-container-layout:before,
.u-container-layout.u-container-layout.u-color-2-dark-3:before {
  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[class*="u-border-"]:hover,
.u-hover-color-2-dark-3[class*="u-border-"]:focus,
a.u-button-style.u-hover-color-2-dark-3:hover,
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.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 {
  color: #ffffff !important;
  background-color: #332929 !important;
}

.u-active-color-2-dark-3[class*="u-border-"].u-active.u-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.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-body.u-color-2-dark-2,
section.u-color-2-dark-2:before,
.u-color-2-dark-2>.u-container-layout:before,
.u-container-layout.u-container-layout.u-color-2-dark-2:before {
  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[class*="u-border-"]:hover,
.u-hover-color-2-dark-2[class*="u-border-"]:focus,
a.u-button-style.u-hover-color-2-dark-2:hover,
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.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 {
  color: #ffffff !important;
  background-color: #6b4748 !important;
}

.u-active-color-2-dark-2[class*="u-border-"].u-active.u-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.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-body.u-color-2-dark-1,
section.u-color-2-dark-1:before,
.u-color-2-dark-1>.u-container-layout:before,
.u-container-layout.u-container-layout.u-color-2-dark-1:before {
  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[class*="u-border-"]:hover,
.u-hover-color-2-dark-1[class*="u-border-"]:focus,
a.u-button-style.u-hover-color-2-dark-1:hover,
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.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 {
  color: #ffffff !important;
  background-color: #a35559 !important;
}

.u-active-color-2-dark-1[class*="u-border-"].u-active.u-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.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-body.u-color-2,
section.u-color-2:before,
.u-color-2>.u-container-layout:before,
.u-container-layout.u-container-layout.u-color-2:before {
  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[class*="u-border-"]:hover,
.u-hover-color-2[class*="u-border-"]:focus,
a.u-button-style.u-hover-color-2:hover,
a.u-button-style.u-hover-color-2.hover,
a.u-button-style.u-hover-color-2[class*="u-border-"]:hover,
a.u-button-style.u-hover-color-2[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-color-2,
a.u-button-style:hover>.u-hover-color-2[class*="u-border-"],
a.u-button-style.u-hover-color-2:focus,
a.u-button-style.u-hover-color-2[class*="u-border-"]:focus {
  color: #ffffff !important;
  background-color: #db545a !important;
}

.u-active-color-2[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-color-2:active,
a.u-button-style.u-button-style.u-active-color-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-color-2.active,
a.u-button-style.u-button-style.u-active-color-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-color-2,
a.u-button-style.u-button-style.active>.u-active-color-2[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-color-2,
li.active>a.u-button-style.u-button-style.u-active-color-2[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #db545a !important;
}

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

.u-body.u-color-2-light-1,
section.u-color-2-light-1:before,
.u-color-2-light-1>.u-container-layout:before,
.u-container-layout.u-container-layout.u-color-2-light-1:before {
  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[class*="u-border-"]:hover,
.u-hover-color-2-light-1[class*="u-border-"]:focus,
a.u-button-style.u-hover-color-2-light-1:hover,
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.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 {
  color: #ffffff !important;
  background-color: #e68387 !important;
}

.u-active-color-2-light-1[class*="u-border-"].u-active.u-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.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-body.u-color-2-light-2,
section.u-color-2-light-2:before,
.u-color-2-light-2>.u-container-layout:before,
.u-container-layout.u-container-layout.u-color-2-light-2:before {
  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[class*="u-border-"]:hover,
.u-hover-color-2-light-2[class*="u-border-"]:focus,
a.u-button-style.u-hover-color-2-light-2:hover,
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.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 {
  color: #111111 !important;
  background-color: #f1b5b8 !important;
}

.u-active-color-2-light-2[class*="u-border-"].u-active.u-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.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-body.u-color-2-light-3,
section.u-color-2-light-3:before,
.u-color-2-light-3>.u-container-layout:before,
.u-container-layout.u-container-layout.u-color-2-light-3:before {
  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[class*="u-border-"]:hover,
.u-hover-color-2-light-3[class*="u-border-"]:focus,
a.u-button-style.u-hover-color-2-light-3:hover,
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.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 {
  color: #111111 !important;
  background-color: #fbeced !important;
}

.u-active-color-2-light-3[class*="u-border-"].u-active.u-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.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-body.u-color-2-base,
section.u-color-2-base:before,
.u-color-2-base>.u-container-layout:before,
.u-container-layout.u-container-layout.u-color-2-base:before {
  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[class*="u-border-"]:hover,
.u-hover-color-2-base[class*="u-border-"]:focus,
a.u-button-style.u-hover-color-2-base:hover,
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.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 {
  color: #ffffff !important;
  background-color: #db545a !important;
}

.u-active-color-2-base[class*="u-border-"].u-active.u-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.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-body.u-color-3-dark-3,
section.u-color-3-dark-3:before,
.u-color-3-dark-3>.u-container-layout:before,
.u-container-layout.u-container-layout.u-color-3-dark-3:before {
  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[class*="u-border-"]:hover,
.u-hover-color-3-dark-3[class*="u-border-"]:focus,
a.u-button-style.u-hover-color-3-dark-3:hover,
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.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 {
  color: #ffffff !important;
  background-color: #333129 !important;
}

.u-active-color-3-dark-3[class*="u-border-"].u-active.u-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.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-body.u-color-3-dark-2,
section.u-color-3-dark-2:before,
.u-color-3-dark-2>.u-container-layout:before,
.u-container-layout.u-container-layout.u-color-3-dark-2:before {
  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[class*="u-border-"]:hover,
.u-hover-color-3-dark-2[class*="u-border-"]:focus,
a.u-button-style.u-hover-color-3-dark-2:hover,
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.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 {
  color: #ffffff !important;
  background-color: #72683f !important;
}

.u-active-color-3-dark-2[class*="u-border-"].u-active.u-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.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-body.u-color-3-dark-1,
section.u-color-3-dark-1:before,
.u-color-3-dark-1>.u-container-layout:before,
.u-container-layout.u-container-layout.u-color-3-dark-1:before {
  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[class*="u-border-"]:hover,
.u-hover-color-3-dark-1[class*="u-border-"]:focus,
a.u-button-style.u-hover-color-3-dark-1:hover,
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.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 {
  color: #ffffff !important;
  background-color: #b29a36 !important;
}

.u-active-color-3-dark-1[class*="u-border-"].u-active.u-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.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-body.u-color-3,
section.u-color-3:before,
.u-color-3>.u-container-layout:before,
.u-container-layout.u-container-layout.u-color-3:before {
  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[class*="u-border-"]:hover,
.u-hover-color-3[class*="u-border-"]:focus,
a.u-button-style.u-hover-color-3:hover,
a.u-button-style.u-hover-color-3.hover,
a.u-button-style.u-hover-color-3[class*="u-border-"]:hover,
a.u-button-style.u-hover-color-3[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-color-3,
a.u-button-style:hover>.u-hover-color-3[class*="u-border-"],
a.u-button-style.u-hover-color-3:focus,
a.u-button-style.u-hover-color-3[class*="u-border-"]:focus {
  color: #111111 !important;
  background-color: #f1c50e !important;
}

.u-active-color-3[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-color-3:active,
a.u-button-style.u-button-style.u-active-color-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-color-3.active,
a.u-button-style.u-button-style.u-active-color-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-color-3,
a.u-button-style.u-button-style.active>.u-active-color-3[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-color-3,
li.active>a.u-button-style.u-button-style.u-active-color-3[class*="u-border-"] {
  color: #111111 !important;
  background-color: #f1c50e !important;
}

a.u-link.u-hover-color-3:hover {
  color: #f1c50e !important;
}

.u-body.u-color-3-light-1,
section.u-color-3-light-1:before,
.u-color-3-light-1>.u-container-layout:before,
.u-container-layout.u-container-layout.u-color-3-light-1:before {
  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[class*="u-border-"]:hover,
.u-hover-color-3-light-1[class*="u-border-"]:focus,
a.u-button-style.u-hover-color-3-light-1:hover,
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.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 {
  color: #111111 !important;
  background-color: #f5d654 !important;
}

.u-active-color-3-light-1[class*="u-border-"].u-active.u-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.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-body.u-color-3-light-2,
section.u-color-3-light-2:before,
.u-color-3-light-2>.u-container-layout:before,
.u-container-layout.u-container-layout.u-color-3-light-2:before {
  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[class*="u-border-"]:hover,
.u-hover-color-3-light-2[class*="u-border-"]:focus,
a.u-button-style.u-hover-color-3-light-2:hover,
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.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 {
  color: #111111 !important;
  background-color: #f9e79b !important;
}

.u-active-color-3-light-2[class*="u-border-"].u-active.u-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.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-body.u-color-3-light-3,
section.u-color-3-light-3:before,
.u-color-3-light-3>.u-container-layout:before,
.u-container-layout.u-container-layout.u-color-3-light-3:before {
  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[class*="u-border-"]:hover,
.u-hover-color-3-light-3[class*="u-border-"]:focus,
a.u-button-style.u-hover-color-3-light-3:hover,
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.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 {
  color: #111111 !important;
  background-color: #fef9e6 !important;
}

.u-active-color-3-light-3[class*="u-border-"].u-active.u-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.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-body.u-color-3-base,
section.u-color-3-base:before,
.u-color-3-base>.u-container-layout:before,
.u-container-layout.u-container-layout.u-color-3-base:before {
  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[class*="u-border-"]:hover,
.u-hover-color-3-base[class*="u-border-"]:focus,
a.u-button-style.u-hover-color-3-base:hover,
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.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 {
  color: #111111 !important;
  background-color: #f1c50e !important;
}

.u-active-color-3-base[class*="u-border-"].u-active.u-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.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-body.u-color-4-dark-3,
section.u-color-4-dark-3:before,
.u-color-4-dark-3>.u-container-layout:before,
.u-container-layout.u-container-layout.u-color-4-dark-3:before {
  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[class*="u-border-"]:hover,
.u-hover-color-4-dark-3[class*="u-border-"]:focus,
a.u-button-style.u-hover-color-4-dark-3:hover,
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.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 {
  color: #ffffff !important;
  background-color: #293332 !important;
}

.u-active-color-4-dark-3[class*="u-border-"].u-active.u-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.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-body.u-color-4-dark-2,
section.u-color-4-dark-2:before,
.u-color-4-dark-2>.u-container-layout:before,
.u-container-layout.u-container-layout.u-color-4-dark-2:before {
  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[class*="u-border-"]:hover,
.u-hover-color-4-dark-2[class*="u-border-"]:focus,
a.u-button-style.u-hover-color-4-dark-2:hover,
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.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 {
  color: #ffffff !important;
  background-color: #41807c !important;
}

.u-active-color-4-dark-2[class*="u-border-"].u-active.u-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.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-body.u-color-4-dark-1,
section.u-color-4-dark-1:before,
.u-color-4-dark-1>.u-container-layout:before,
.u-container-layout.u-container-layout.u-color-4-dark-1:before {
  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[class*="u-border-"]:hover,
.u-hover-color-4-dark-1[class*="u-border-"]:focus,
a.u-button-style.u-hover-color-4-dark-1:hover,
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.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 {
  color: #ffffff !important;
  background-color: #2cccc4 !important;
}

.u-active-color-4-dark-1[class*="u-border-"].u-active.u-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.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-body.u-color-4,
section.u-color-4:before,
.u-color-4>.u-container-layout:before,
.u-container-layout.u-container-layout.u-color-4:before {
  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[class*="u-border-"]:hover,
.u-hover-color-4[class*="u-border-"]:focus,
a.u-button-style.u-hover-color-4:hover,
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.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 {
  color: #111111 !important;
  background-color: #3be8e0 !important;
}

.u-active-color-4[class*="u-border-"].u-active.u-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.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-body.u-color-4-light-1,
section.u-color-4-light-1:before,
.u-color-4-light-1>.u-container-layout:before,
.u-container-layout.u-container-layout.u-color-4-light-1:before {
  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[class*="u-border-"]:hover,
.u-hover-color-4-light-1[class*="u-border-"]:focus,
a.u-button-style.u-hover-color-4-light-1:hover,
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.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 {
  color: #111111 !important;
  background-color: #72efe9 !important;
}

.u-active-color-4-light-1[class*="u-border-"].u-active.u-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.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-body.u-color-4-light-2,
section.u-color-4-light-2:before,
.u-color-4-light-2>.u-container-layout:before,
.u-container-layout.u-container-layout.u-color-4-light-2:before {
  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[class*="u-border-"]:hover,
.u-hover-color-4-light-2[class*="u-border-"]:focus,
a.u-button-style.u-hover-color-4-light-2:hover,
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.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 {
  color: #111111 !important;
  background-color: #adf6f2 !important;
}

.u-active-color-4-light-2[class*="u-border-"].u-active.u-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.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-body.u-color-4-light-3,
section.u-color-4-light-3:before,
.u-color-4-light-3>.u-container-layout:before,
.u-container-layout.u-container-layout.u-color-4-light-3:before {
  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[class*="u-border-"]:hover,
.u-hover-color-4-light-3[class*="u-border-"]:focus,
a.u-button-style.u-hover-color-4-light-3:hover,
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.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 {
  color: #111111 !important;
  background-color: #eafdfc !important;
}

.u-active-color-4-light-3[class*="u-border-"].u-active.u-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.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-body.u-color-4-base,
section.u-color-4-base:before,
.u-color-4-base>.u-container-layout:before,
.u-container-layout.u-container-layout.u-color-4-base:before {
  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[class*="u-border-"]:hover,
.u-hover-color-4-base[class*="u-border-"]:focus,
a.u-button-style.u-hover-color-4-base:hover,
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.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 {
  color: #ffffff !important;
  background-color: #2cccc4 !important;
}

.u-active-color-4-base[class*="u-border-"].u-active.u-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.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-body.u-color-5-dark-3,
section.u-color-5-dark-3:before,
.u-color-5-dark-3>.u-container-layout:before,
.u-container-layout.u-container-layout.u-color-5-dark-3:before {
  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[class*="u-border-"]:hover,
.u-hover-color-5-dark-3[class*="u-border-"]:focus,
a.u-button-style.u-hover-color-5-dark-3:hover,
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.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 {
  color: #ffffff !important;
  background-color: #292d33 !important;
}

.u-active-color-5-dark-3[class*="u-border-"].u-active.u-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.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-body.u-color-5-dark-2,
section.u-color-5-dark-2:before,
.u-color-5-dark-2>.u-container-layout:before,
.u-container-layout.u-container-layout.u-color-5-dark-2:before {
  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[class*="u-border-"]:hover,
.u-hover-color-5-dark-2[class*="u-border-"]:focus,
a.u-button-style.u-hover-color-5-dark-2:hover,
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.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 {
  color: #ffffff !important;
  background-color: #555c66 !important;
}

.u-active-color-5-dark-2[class*="u-border-"].u-active.u-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.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-body.u-color-5-dark-1,
section.u-color-5-dark-1:before,
.u-color-5-dark-1>.u-container-layout:before,
.u-container-layout.u-container-layout.u-color-5-dark-1:before {
  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[class*="u-border-"]:hover,
.u-hover-color-5-dark-1[class*="u-border-"]:focus,
a.u-button-style.u-hover-color-5-dark-1:hover,
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.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 {
  color: #ffffff !important;
  background-color: #858e99 !important;
}

.u-active-color-5-dark-1[class*="u-border-"].u-active.u-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.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-body.u-color-5,
section.u-color-5:before,
.u-color-5>.u-container-layout:before,
.u-container-layout.u-container-layout.u-color-5:before {
  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[class*="u-border-"]:hover,
.u-hover-color-5[class*="u-border-"]:focus,
a.u-button-style.u-hover-color-5:hover,
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.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 {
  color: #111111 !important;
  background-color: #b9c1cc !important;
}

.u-active-color-5[class*="u-border-"].u-active.u-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.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-body.u-color-5-light-1,
section.u-color-5-light-1:before,
.u-color-5-light-1>.u-container-layout:before,
.u-container-layout.u-container-layout.u-color-5-light-1:before {
  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[class*="u-border-"]:hover,
.u-hover-color-5-light-1[class*="u-border-"]:focus,
a.u-button-style.u-hover-color-5-light-1:hover,
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.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 {
  color: #111111 !important;
  background-color: #ccd3db !important;
}

.u-active-color-5-light-1[class*="u-border-"].u-active.u-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.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-body.u-color-5-light-2,
section.u-color-5-light-2:before,
.u-color-5-light-2>.u-container-layout:before,
.u-container-layout.u-container-layout.u-color-5-light-2:before {
  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[class*="u-border-"]:hover,
.u-hover-color-5-light-2[class*="u-border-"]:focus,
a.u-button-style.u-hover-color-5-light-2:hover,
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.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 {
  color: #111111 !important;
  background-color: #e0e5eb !important;
}

.u-active-color-5-light-2[class*="u-border-"].u-active.u-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.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-body.u-color-5-light-3,
section.u-color-5-light-3:before,
.u-color-5-light-3>.u-container-layout:before,
.u-container-layout.u-container-layout.u-color-5-light-3:before {
  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[class*="u-border-"]:hover,
.u-hover-color-5-light-3[class*="u-border-"]:focus,
a.u-button-style.u-hover-color-5-light-3:hover,
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.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 {
  color: #111111 !important;
  background-color: #f5f7fa !important;
}

.u-active-color-5-light-3[class*="u-border-"].u-active.u-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.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-body.u-color-5-base,
section.u-color-5-base:before,
.u-color-5-base>.u-container-layout:before,
.u-container-layout.u-container-layout.u-color-5-base:before {
  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[class*="u-border-"]:hover,
.u-hover-color-5-base[class*="u-border-"]:focus,
a.u-button-style.u-hover-color-5-base:hover,
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.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 {
  color: #111111 !important;
  background-color: #b9c1cc !important;
}

.u-active-color-5-base[class*="u-border-"].u-active.u-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.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-body.u-palette-1-dark-3,
section.u-palette-1-dark-3:before,
.u-palette-1-dark-3>.u-container-layout:before,
.u-container-layout.u-container-layout.u-palette-1-dark-3:before {
  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[class*="u-border-"]:hover,
.u-hover-palette-1-dark-3[class*="u-border-"]:focus,
a.u-button-style.u-hover-palette-1-dark-3:hover,
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.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 {
  color: #ffffff !important;
  background-color: #292e33 !important;
}

.u-active-palette-1-dark-3[class*="u-border-"].u-active.u-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.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-body.u-palette-1-dark-2,
section.u-palette-1-dark-2:before,
.u-palette-1-dark-2>.u-container-layout:before,
.u-container-layout.u-container-layout.u-palette-1-dark-2:before {
  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[class*="u-border-"]:hover,
.u-hover-palette-1-dark-2[class*="u-border-"]:focus,
a.u-button-style.u-hover-palette-1-dark-2:hover,
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.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 {
  color: #ffffff !important;
  background-color: #425465 !important;
}

.u-active-palette-1-dark-2[class*="u-border-"].u-active.u-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.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-body.u-palette-1-dark-1,
section.u-palette-1-dark-1:before,
.u-palette-1-dark-1>.u-container-layout:before,
.u-container-layout.u-container-layout.u-palette-1-dark-1:before {
  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[class*="u-border-"]:hover,
.u-hover-palette-1-dark-1[class*="u-border-"]:focus,
a.u-button-style.u-hover-palette-1-dark-1:hover,
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.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 {
  color: #ffffff !important;
  background-color: #4c7397 !important;
}

.u-active-palette-1-dark-1[class*="u-border-"].u-active.u-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.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-body.u-palette-1,
section.u-palette-1:before,
.u-palette-1>.u-container-layout:before,
.u-container-layout.u-container-layout.u-palette-1:before {
  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[class*="u-border-"]:hover,
.u-hover-palette-1[class*="u-border-"]:focus,
a.u-button-style.u-hover-palette-1:hover,
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.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 {
  color: #ffffff !important;
  background-color: #478ac9 !important;
}

.u-active-palette-1[class*="u-border-"].u-active.u-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.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-body.u-palette-1-light-1,
section.u-palette-1-light-1:before,
.u-palette-1-light-1>.u-container-layout:before,
.u-container-layout.u-container-layout.u-palette-1-light-1:before {
  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[class*="u-border-"]:hover,
.u-hover-palette-1-light-1[class*="u-border-"]:focus,
a.u-button-style.u-hover-palette-1-light-1:hover,
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.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 {
  color: #ffffff !important;
  background-color: #77aad9 !important;
}

.u-active-palette-1-light-1[class*="u-border-"].u-active.u-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.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-body.u-palette-1-light-2,
section.u-palette-1-light-2:before,
.u-palette-1-light-2>.u-container-layout:before,
.u-container-layout.u-container-layout.u-palette-1-light-2:before {
  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[class*="u-border-"]:hover,
.u-hover-palette-1-light-2[class*="u-border-"]:focus,
a.u-button-style.u-hover-palette-1-light-2:hover,
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.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 {
  color: #111111 !important;
  background-color: #adcce9 !important;
}

.u-active-palette-1-light-2[class*="u-border-"].u-active.u-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.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-body.u-palette-1-light-3,
section.u-palette-1-light-3:before,
.u-palette-1-light-3>.u-container-layout:before,
.u-container-layout.u-container-layout.u-palette-1-light-3:before {
  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[class*="u-border-"]:hover,
.u-hover-palette-1-light-3[class*="u-border-"]:focus,
a.u-button-style.u-hover-palette-1-light-3:hover,
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.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 {
  color: #111111 !important;
  background-color: #e9f2fa !important;
}

.u-active-palette-1-light-3[class*="u-border-"].u-active.u-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.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-body.u-palette-1-base,
section.u-palette-1-base:before,
.u-palette-1-base>.u-container-layout:before,
.u-container-layout.u-container-layout.u-palette-1-base:before {
  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[class*="u-border-"]:hover,
.u-hover-palette-1-base[class*="u-border-"]:focus,
a.u-button-style.u-hover-palette-1-base:hover,
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.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 {
  color: #ffffff !important;
  background-color: #478ac9 !important;
}

.u-active-palette-1-base[class*="u-border-"].u-active.u-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.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-body.u-palette-2-dark-3,
section.u-palette-2-dark-3:before,
.u-palette-2-dark-3>.u-container-layout:before,
.u-container-layout.u-container-layout.u-palette-2-dark-3:before {
  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[class*="u-border-"]:hover,
.u-hover-palette-2-dark-3[class*="u-border-"]:focus,
a.u-button-style.u-hover-palette-2-dark-3:hover,
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.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 {
  color: #ffffff !important;
  background-color: #332929 !important;
}

.u-active-palette-2-dark-3[class*="u-border-"].u-active.u-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.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-body.u-palette-2-dark-2,
section.u-palette-2-dark-2:before,
.u-palette-2-dark-2>.u-container-layout:before,
.u-container-layout.u-container-layout.u-palette-2-dark-2:before {
  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[class*="u-border-"]:hover,
.u-hover-palette-2-dark-2[class*="u-border-"]:focus,
a.u-button-style.u-hover-palette-2-dark-2:hover,
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.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 {
  color: #ffffff !important;
  background-color: #6b4748 !important;
}

.u-active-palette-2-dark-2[class*="u-border-"].u-active.u-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.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-body.u-palette-2-dark-1,
section.u-palette-2-dark-1:before,
.u-palette-2-dark-1>.u-container-layout:before,
.u-container-layout.u-container-layout.u-palette-2-dark-1:before {
  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[class*="u-border-"]:hover,
.u-hover-palette-2-dark-1[class*="u-border-"]:focus,
a.u-button-style.u-hover-palette-2-dark-1:hover,
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.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 {
  color: #ffffff !important;
  background-color: #a35559 !important;
}

.u-active-palette-2-dark-1[class*="u-border-"].u-active.u-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.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-body.u-palette-2,
section.u-palette-2:before,
.u-palette-2>.u-container-layout:before,
.u-container-layout.u-container-layout.u-palette-2:before {
  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[class*="u-border-"]:hover,
.u-hover-palette-2[class*="u-border-"]:focus,
a.u-button-style.u-hover-palette-2:hover,
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.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 {
  color: #ffffff !important;
  background-color: #db545a !important;
}

.u-active-palette-2[class*="u-border-"].u-active.u-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.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-body.u-palette-2-light-1,
section.u-palette-2-light-1:before,
.u-palette-2-light-1>.u-container-layout:before,
.u-container-layout.u-container-layout.u-palette-2-light-1:before {
  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[class*="u-border-"]:hover,
.u-hover-palette-2-light-1[class*="u-border-"]:focus,
a.u-button-style.u-hover-palette-2-light-1:hover,
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.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 {
  color: #ffffff !important;
  background-color: #e68387 !important;
}

.u-active-palette-2-light-1[class*="u-border-"].u-active.u-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.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-body.u-palette-2-light-2,
section.u-palette-2-light-2:before,
.u-palette-2-light-2>.u-container-layout:before,
.u-container-layout.u-container-layout.u-palette-2-light-2:before {
  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[class*="u-border-"]:hover,
.u-hover-palette-2-light-2[class*="u-border-"]:focus,
a.u-button-style.u-hover-palette-2-light-2:hover,
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.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 {
  color: #111111 !important;
  background-color: #f1b5b8 !important;
}

.u-active-palette-2-light-2[class*="u-border-"].u-active.u-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.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-body.u-palette-2-light-3,
section.u-palette-2-light-3:before,
.u-palette-2-light-3>.u-container-layout:before,
.u-container-layout.u-container-layout.u-palette-2-light-3:before {
  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[class*="u-border-"]:hover,
.u-hover-palette-2-light-3[class*="u-border-"]:focus,
a.u-button-style.u-hover-palette-2-light-3:hover,
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.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 {
  color: #111111 !important;
  background-color: #fbeced !important;
}

.u-active-palette-2-light-3[class*="u-border-"].u-active.u-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.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-body.u-palette-2-base,
section.u-palette-2-base:before,
.u-palette-2-base>.u-container-layout:before,
.u-container-layout.u-container-layout.u-palette-2-base:before {
  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[class*="u-border-"]:hover,
.u-hover-palette-2-base[class*="u-border-"]:focus,
a.u-button-style.u-hover-palette-2-base:hover,
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.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 {
  color: #ffffff !important;
  background-color: #db545a !important;
}

.u-active-palette-2-base[class*="u-border-"].u-active.u-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.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-body.u-palette-3-dark-3,
section.u-palette-3-dark-3:before,
.u-palette-3-dark-3>.u-container-layout:before,
.u-container-layout.u-container-layout.u-palette-3-dark-3:before {
  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[class*="u-border-"]:hover,
.u-hover-palette-3-dark-3[class*="u-border-"]:focus,
a.u-button-style.u-hover-palette-3-dark-3:hover,
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.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 {
  color: #ffffff !important;
  background-color: #333129 !important;
}

.u-active-palette-3-dark-3[class*="u-border-"].u-active.u-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.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-body.u-palette-3-dark-2,
section.u-palette-3-dark-2:before,
.u-palette-3-dark-2>.u-container-layout:before,
.u-container-layout.u-container-layout.u-palette-3-dark-2:before {
  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[class*="u-border-"]:hover,
.u-hover-palette-3-dark-2[class*="u-border-"]:focus,
a.u-button-style.u-hover-palette-3-dark-2:hover,
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.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 {
  color: #ffffff !important;
  background-color: #72683f !important;
}

.u-active-palette-3-dark-2[class*="u-border-"].u-active.u-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.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-body.u-palette-3-dark-1,
section.u-palette-3-dark-1:before,
.u-palette-3-dark-1>.u-container-layout:before,
.u-container-layout.u-container-layout.u-palette-3-dark-1:before {
  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[class*="u-border-"]:hover,
.u-hover-palette-3-dark-1[class*="u-border-"]:focus,
a.u-button-style.u-hover-palette-3-dark-1:hover,
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.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 {
  color: #ffffff !important;
  background-color: #b29a36 !important;
}

.u-active-palette-3-dark-1[class*="u-border-"].u-active.u-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.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-body.u-palette-3,
section.u-palette-3:before,
.u-palette-3>.u-container-layout:before,
.u-container-layout.u-container-layout.u-palette-3:before {
  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[class*="u-border-"]:hover,
.u-hover-palette-3[class*="u-border-"]:focus,
a.u-button-style.u-hover-palette-3:hover,
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.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 {
  color: #111111 !important;
  background-color: #f1c50e !important;
}

.u-active-palette-3[class*="u-border-"].u-active.u-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.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-body.u-palette-3-light-1,
section.u-palette-3-light-1:before,
.u-palette-3-light-1>.u-container-layout:before,
.u-container-layout.u-container-layout.u-palette-3-light-1:before {
  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[class*="u-border-"]:hover,
.u-hover-palette-3-light-1[class*="u-border-"]:focus,
a.u-button-style.u-hover-palette-3-light-1:hover,
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.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 {
  color: #111111 !important;
  background-color: #f5d654 !important;
}

.u-active-palette-3-light-1[class*="u-border-"].u-active.u-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.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-body.u-palette-3-light-2,
section.u-palette-3-light-2:before,
.u-palette-3-light-2>.u-container-layout:before,
.u-container-layout.u-container-layout.u-palette-3-light-2:before {
  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[class*="u-border-"]:hover,
.u-hover-palette-3-light-2[class*="u-border-"]:focus,
a.u-button-style.u-hover-palette-3-light-2:hover,
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.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 {
  color: #111111 !important;
  background-color: #f9e79b !important;
}

.u-active-palette-3-light-2[class*="u-border-"].u-active.u-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.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-body.u-palette-3-light-3,
section.u-palette-3-light-3:before,
.u-palette-3-light-3>.u-container-layout:before,
.u-container-layout.u-container-layout.u-palette-3-light-3:before {
  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[class*="u-border-"]:hover,
.u-hover-palette-3-light-3[class*="u-border-"]:focus,
a.u-button-style.u-hover-palette-3-light-3:hover,
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.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 {
  color: #111111 !important;
  background-color: #fef9e6 !important;
}

.u-active-palette-3-light-3[class*="u-border-"].u-active.u-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.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,
section.u-palette-3-base:before,
.u-palette-3-base>.u-audio-main-layout-wrapper:before,
.u-palette-3-base>.u-container-layout:before,
.u-palette-3-base>.u-inner-container-layout:before,
.u-palette-3-base.u-sidenav:before,
.u-container-layout.u-container-layout.u-palette-3-base:before {
  color: #111111;
  background-color: #f1c50e;
}

.u-input.u-palette-3-base,
.u-field-input.u-palette-3-base,
.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[class*="u-border-"]:hover,
.u-hover-palette-3-base[class*="u-border-"]:focus,
a.u-button-style.u-hover-palette-3-base:hover,
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.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 {
  color: #111111 !important;
  background-color: #f1c50e !important;
}

.u-active-palette-3-base[class*="u-border-"].u-active.u-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.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-body.u-palette-4-dark-3,
section.u-palette-4-dark-3:before,
.u-palette-4-dark-3>.u-container-layout:before,
.u-container-layout.u-container-layout.u-palette-4-dark-3:before {
  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[class*="u-border-"]:hover,
.u-hover-palette-4-dark-3[class*="u-border-"]:focus,
a.u-button-style.u-hover-palette-4-dark-3:hover,
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.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 {
  color: #ffffff !important;
  background-color: #293332 !important;
}

.u-active-palette-4-dark-3[class*="u-border-"].u-active.u-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.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-body.u-palette-4-dark-2,
section.u-palette-4-dark-2:before,
.u-palette-4-dark-2>.u-container-layout:before,
.u-container-layout.u-container-layout.u-palette-4-dark-2:before {
  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[class*="u-border-"]:hover,
.u-hover-palette-4-dark-2[class*="u-border-"]:focus,
a.u-button-style.u-hover-palette-4-dark-2:hover,
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.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 {
  color: #ffffff !important;
  background-color: #41807c !important;
}

.u-active-palette-4-dark-2[class*="u-border-"].u-active.u-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.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-body.u-palette-4-dark-1,
section.u-palette-4-dark-1:before,
.u-palette-4-dark-1>.u-container-layout:before,
.u-container-layout.u-container-layout.u-palette-4-dark-1:before {
  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[class*="u-border-"]:hover,
.u-hover-palette-4-dark-1[class*="u-border-"]:focus,
a.u-button-style.u-hover-palette-4-dark-1:hover,
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.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 {
  color: #ffffff !important;
  background-color: #2cccc4 !important;
}

.u-active-palette-4-dark-1[class*="u-border-"].u-active.u-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.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-body.u-palette-4,
section.u-palette-4:before,
.u-palette-4>.u-container-layout:before,
.u-container-layout.u-container-layout.u-palette-4:before {
  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[class*="u-border-"]:hover,
.u-hover-palette-4[class*="u-border-"]:focus,
a.u-button-style.u-hover-palette-4:hover,
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.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 {
  color: #111111 !important;
  background-color: #3be8e0 !important;
}

.u-active-palette-4[class*="u-border-"].u-active.u-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.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-body.u-palette-4-light-1,
section.u-palette-4-light-1:before,
.u-palette-4-light-1>.u-container-layout:before,
.u-container-layout.u-container-layout.u-palette-4-light-1:before {
  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[class*="u-border-"]:hover,
.u-hover-palette-4-light-1[class*="u-border-"]:focus,
a.u-button-style.u-hover-palette-4-light-1:hover,
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.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 {
  color: #111111 !important;
  background-color: #72efe9 !important;
}

.u-active-palette-4-light-1[class*="u-border-"].u-active.u-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.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-body.u-palette-4-light-2,
section.u-palette-4-light-2:before,
.u-palette-4-light-2>.u-container-layout:before,
.u-container-layout.u-container-layout.u-palette-4-light-2:before {
  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[class*="u-border-"]:hover,
.u-hover-palette-4-light-2[class*="u-border-"]:focus,
a.u-button-style.u-hover-palette-4-light-2:hover,
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.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 {
  color: #111111 !important;
  background-color: #adf6f2 !important;
}

.u-active-palette-4-light-2[class*="u-border-"].u-active.u-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.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-body.u-palette-4-light-3,
section.u-palette-4-light-3:before,
.u-palette-4-light-3>.u-container-layout:before,
.u-container-layout.u-container-layout.u-palette-4-light-3:before {
  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[class*="u-border-"]:hover,
.u-hover-palette-4-light-3[class*="u-border-"]:focus,
a.u-button-style.u-hover-palette-4-light-3:hover,
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.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 {
  color: #111111 !important;
  background-color: #eafdfc !important;
}

.u-active-palette-4-light-3[class*="u-border-"].u-active.u-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.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-body.u-palette-4-base,
section.u-palette-4-base:before,
.u-palette-4-base>.u-container-layout:before,
.u-container-layout.u-container-layout.u-palette-4-base:before {
  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[class*="u-border-"]:hover,
.u-hover-palette-4-base[class*="u-border-"]:focus,
a.u-button-style.u-hover-palette-4-base:hover,
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.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 {
  color: #ffffff !important;
  background-color: #2cccc4 !important;
}

.u-active-palette-4-base[class*="u-border-"].u-active.u-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.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-body.u-palette-5-dark-3,
section.u-palette-5-dark-3:before,
.u-palette-5-dark-3>.u-container-layout:before,
.u-container-layout.u-container-layout.u-palette-5-dark-3:before {
  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[class*="u-border-"]:hover,
.u-hover-palette-5-dark-3[class*="u-border-"]:focus,
a.u-button-style.u-hover-palette-5-dark-3:hover,
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.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 {
  color: #ffffff !important;
  background-color: #292d33 !important;
}

.u-active-palette-5-dark-3[class*="u-border-"].u-active.u-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.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-body.u-palette-5-dark-2,
section.u-palette-5-dark-2:before,
.u-palette-5-dark-2>.u-container-layout:before,
.u-container-layout.u-container-layout.u-palette-5-dark-2:before {
  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[class*="u-border-"]:hover,
.u-hover-palette-5-dark-2[class*="u-border-"]:focus,
a.u-button-style.u-hover-palette-5-dark-2:hover,
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.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 {
  color: #ffffff !important;
  background-color: #555c66 !important;
}

.u-active-palette-5-dark-2[class*="u-border-"].u-active.u-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.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-body.u-palette-5-dark-1,
section.u-palette-5-dark-1:before,
.u-palette-5-dark-1>.u-container-layout:before,
.u-container-layout.u-container-layout.u-palette-5-dark-1:before {
  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[class*="u-border-"]:hover,
.u-hover-palette-5-dark-1[class*="u-border-"]:focus,
a.u-button-style.u-hover-palette-5-dark-1:hover,
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.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 {
  color: #ffffff !important;
  background-color: #858e99 !important;
}

.u-active-palette-5-dark-1[class*="u-border-"].u-active.u-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.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-body.u-palette-5,
section.u-palette-5:before,
.u-palette-5>.u-container-layout:before,
.u-container-layout.u-container-layout.u-palette-5:before {
  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[class*="u-border-"]:hover,
.u-hover-palette-5[class*="u-border-"]:focus,
a.u-button-style.u-hover-palette-5:hover,
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.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 {
  color: #111111 !important;
  background-color: #b9c1cc !important;
}

.u-active-palette-5[class*="u-border-"].u-active.u-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.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-body.u-palette-5-light-1,
section.u-palette-5-light-1:before,
.u-palette-5-light-1>.u-container-layout:before,
.u-container-layout.u-container-layout.u-palette-5-light-1:before {
  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[class*="u-border-"]:hover,
.u-hover-palette-5-light-1[class*="u-border-"]:focus,
a.u-button-style.u-hover-palette-5-light-1:hover,
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.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 {
  color: #111111 !important;
  background-color: #ccd3db !important;
}

.u-active-palette-5-light-1[class*="u-border-"].u-active.u-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.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-body.u-palette-5-light-2,
section.u-palette-5-light-2:before,
.u-palette-5-light-2>.u-container-layout:before,
.u-container-layout.u-container-layout.u-palette-5-light-2:before {
  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[class*="u-border-"]:hover,
.u-hover-palette-5-light-2[class*="u-border-"]:focus,
a.u-button-style.u-hover-palette-5-light-2:hover,
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.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 {
  color: #111111 !important;
  background-color: #e0e5eb !important;
}

.u-active-palette-5-light-2[class*="u-border-"].u-active.u-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.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-body.u-palette-5-light-3,
section.u-palette-5-light-3:before,
.u-palette-5-light-3>.u-container-layout:before,
.u-container-layout.u-container-layout.u-palette-5-light-3:before {
  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[class*="u-border-"]:hover,
.u-hover-palette-5-light-3[class*="u-border-"]:focus,
a.u-button-style.u-hover-palette-5-light-3:hover,
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.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 {
  color: #111111 !important;
  background-color: #f5f7fa !important;
}

.u-active-palette-5-light-3[class*="u-border-"].u-active.u-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.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-body.u-palette-5-base,
section.u-palette-5-base:before,
.u-palette-5-base>.u-container-layout:before,
.u-container-layout.u-container-layout.u-palette-5-base:before {
  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[class*="u-border-"]:hover,
.u-hover-palette-5-base[class*="u-border-"]:focus,
a.u-button-style.u-hover-palette-5-base:hover,
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.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 {
  color: #111111 !important;
  background-color: #b9c1cc !important;
}

.u-active-palette-5-base[class*="u-border-"].u-active.u-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.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-body.u-grey-dark-3,
section.u-grey-dark-3:before,
.u-grey-dark-3>.u-container-layout:before,
.u-container-layout.u-container-layout.u-grey-dark-3:before {
  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[class*="u-border-"]:hover,
.u-hover-grey-dark-3[class*="u-border-"]:focus,
a.u-button-style.u-hover-grey-dark-3:hover,
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.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 {
  color: #ffffff !important;
  background-color: #212121 !important;
}

.u-active-grey-dark-3[class*="u-border-"].u-active.u-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.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-body.u-grey-dark-2,
section.u-grey-dark-2:before,
.u-grey-dark-2>.u-container-layout:before,
.u-container-layout.u-container-layout.u-grey-dark-2:before {
  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[class*="u-border-"]:hover,
.u-hover-grey-dark-2[class*="u-border-"]:focus,
a.u-button-style.u-hover-grey-dark-2:hover,
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.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 {
  color: #ffffff !important;
  background-color: #333333 !important;
}

.u-active-grey-dark-2[class*="u-border-"].u-active.u-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.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-body.u-grey-dark-1,
section.u-grey-dark-1:before,
.u-grey-dark-1>.u-container-layout:before,
.u-container-layout.u-container-layout.u-grey-dark-1:before {
  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[class*="u-border-"]:hover,
.u-hover-grey-dark-1[class*="u-border-"]:focus,
a.u-button-style.u-hover-grey-dark-1:hover,
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.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 {
  color: #ffffff !important;
  background-color: #454545 !important;
}

.u-active-grey-dark-1[class*="u-border-"].u-active.u-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.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-body.u-grey,
section.u-grey:before,
.u-grey>.u-container-layout:before,
.u-container-layout.u-container-layout.u-grey:before {
  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[class*="u-border-"]:hover,
.u-hover-grey[class*="u-border-"]:focus,
a.u-button-style.u-hover-grey:hover,
a.u-button-style.u-hover-grey.hover,
a.u-button-style.u-hover-grey[class*="u-border-"]: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 {
  color: #ffffff !important;
  background-color: #b3b3b3 !important;
}

.u-active-grey[class*="u-border-"].u-active.u-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.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-body.u-grey-light-1,
section.u-grey-light-1:before,
.u-grey-light-1>.u-container-layout:before,
.u-container-layout.u-container-layout.u-grey-light-1:before {
  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[class*="u-border-"]:hover,
.u-hover-grey-light-1[class*="u-border-"]:focus,
a.u-button-style.u-hover-grey-light-1:hover,
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.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 {
  color: #111111 !important;
  background-color: #d9d9d9 !important;
}

.u-active-grey-light-1[class*="u-border-"].u-active.u-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.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,
section.u-grey-light-2:before,
.u-grey-light-2>.u-audio-main-layout-wrapper:before,
.u-grey-light-2>.u-container-layout:before,
.u-grey-light-2>.u-inner-container-layout:before,
.u-grey-light-2.u-sidenav:before,
.u-container-layout.u-container-layout.u-grey-light-2:before {
  color: #111111;
  background-color: #eeeeee;
}

.u-input.u-grey-light-2,
.u-field-input.u-grey-light-2,
.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[class*="u-border-"]:hover,
.u-hover-grey-light-2[class*="u-border-"]:focus,
a.u-button-style.u-hover-grey-light-2:hover,
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.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 {
  color: #111111 !important;
  background-color: #eeeeee !important;
}

.u-active-grey-light-2[class*="u-border-"].u-active.u-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.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-body.u-grey-light-3,
section.u-grey-light-3:before,
.u-grey-light-3>.u-container-layout:before,
.u-container-layout.u-container-layout.u-grey-light-3:before {
  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[class*="u-border-"]:hover,
.u-hover-grey-light-3[class*="u-border-"]:focus,
a.u-button-style.u-hover-grey-light-3:hover,
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.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 {
  color: #111111 !important;
  background-color: #f6f6f6 !important;
}

.u-active-grey-light-3[class*="u-border-"].u-active.u-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.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-body.u-white,
section.u-white:before,
.u-white>.u-container-layout:before,
.u-container-layout.u-container-layout.u-white:before {
  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[class*="u-border-"]:hover,
.u-hover-white[class*="u-border-"]:focus,
a.u-button-style.u-hover-white:hover,
a.u-button-style.u-hover-white.hover,
a.u-button-style.u-hover-white[class*="u-border-"]:hover,
a.u-button-style.u-hover-white[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-white,
a.u-button-style:hover>.u-hover-white[class*="u-border-"],
a.u-button-style.u-hover-white:focus,
a.u-button-style.u-hover-white[class*="u-border-"]:focus {
  color: #111111 !important;
  background-color: #ffffff !important;
}

.u-active-white[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-white:active,
a.u-button-style.u-button-style.u-active-white[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-white.active,
a.u-button-style.u-button-style.u-active-white[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-white,
a.u-button-style.u-button-style.active>.u-active-white[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-white,
li.active>a.u-button-style.u-button-style.u-active-white[class*="u-border-"] {
  color: #111111 !important;
  background-color: #ffffff !important;
}

a.u-link.u-hover-white:hover {
  color: #ffffff !important;
}

.u-body.u-black,
section.u-black:before,
.u-black>.u-container-layout:before,
.u-container-layout.u-container-layout.u-black:before {
  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[class*="u-border-"]:hover,
.u-hover-black[class*="u-border-"]:focus,
a.u-button-style.u-hover-black:hover,
a.u-button-style.u-hover-black.hover,
a.u-button-style.u-hover-black[class*="u-border-"]: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 {
  color: #ffffff !important;
  background-color: #000000 !important;
}

.u-active-black[class*="u-border-"].u-active.u-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.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.u-body-color,
section.u-body-color:before,
.u-body-color>.u-container-layout:before,
.u-container-layout.u-container-layout.u-body-color:before {
  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[class*="u-border-"]:hover,
.u-hover-body-color[class*="u-border-"]:focus,
a.u-button-style.u-hover-body-color:hover,
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.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 {
  color: #ffffff !important;
  background-color: #111111 !important;
}

.u-active-body-color[class*="u-border-"].u-active.u-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.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.u-body-alt-color,
section.u-body-alt-color:before,
.u-body-alt-color>.u-container-layout:before,
.u-container-layout.u-container-layout.u-body-alt-color:before {
  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[class*="u-border-"]:hover,
.u-hover-body-alt-color[class*="u-border-"]:focus,
a.u-button-style.u-hover-body-alt-color:hover,
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.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 {
  color: #111111 !important;
  background-color: #ffffff !important;
}

.u-active-body-alt-color[class*="u-border-"].u-active.u-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.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-body.u-grey-25,
section.u-grey-25:before,
.u-grey-25>.u-container-layout:before,
.u-container-layout.u-container-layout.u-grey-25:before {
  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[class*="u-border-"]:hover,
.u-hover-grey-25[class*="u-border-"]:focus,
a.u-button-style.u-hover-grey-25:hover,
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.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 {
  color: #111111 !important;
  background-color: #c0c0c0 !important;
}

.u-active-grey-25[class*="u-border-"].u-active.u-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.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-body.u-grey-5,
section.u-grey-5:before,
.u-grey-5>.u-container-layout:before,
.u-container-layout.u-container-layout.u-grey-5:before {
  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[class*="u-border-"]:hover,
.u-hover-grey-5[class*="u-border-"]:focus,
a.u-button-style.u-hover-grey-5:hover,
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.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 {
  color: #111111 !important;
  background-color: #f2f2f2 !important;
}

.u-active-grey-5[class*="u-border-"].u-active.u-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.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-body.u-grey-10,
section.u-grey-10:before,
.u-grey-10>.u-container-layout:before,
.u-container-layout.u-container-layout.u-grey-10:before {
  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[class*="u-border-"]:hover,
.u-hover-grey-10[class*="u-border-"]:focus,
a.u-button-style.u-hover-grey-10:hover,
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.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 {
  color: #111111 !important;
  background-color: #e5e5e5 !important;
}

.u-active-grey-10[class*="u-border-"].u-active.u-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.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-body.u-grey-15,
section.u-grey-15:before,
.u-grey-15>.u-container-layout:before,
.u-container-layout.u-container-layout.u-grey-15:before {
  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[class*="u-border-"]:hover,
.u-hover-grey-15[class*="u-border-"]:focus,
a.u-button-style.u-hover-grey-15:hover,
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.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 {
  color: #111111 !important;
  background-color: #d9d9d9 !important;
}

.u-active-grey-15[class*="u-border-"].u-active.u-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.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-body.u-grey-25,
section.u-grey-25:before,
.u-grey-25>.u-container-layout:before,
.u-container-layout.u-container-layout.u-grey-25:before {
  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[class*="u-border-"]:hover,
.u-hover-grey-25[class*="u-border-"]:focus,
a.u-button-style.u-hover-grey-25:hover,
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.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 {
  color: #111111 !important;
  background-color: #c0c0c0 !important;
}

.u-active-grey-25[class*="u-border-"].u-active.u-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.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-body.u-grey-30,
section.u-grey-30:before,
.u-grey-30>.u-container-layout:before,
.u-container-layout.u-container-layout.u-grey-30:before {
  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[class*="u-border-"]:hover,
.u-hover-grey-30[class*="u-border-"]:focus,
a.u-button-style.u-hover-grey-30:hover,
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.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 {
  color: #ffffff !important;
  background-color: #b3b3b3 !important;
}

.u-active-grey-30[class*="u-border-"].u-active.u-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.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-body.u-grey-40,
section.u-grey-40:before,
.u-grey-40>.u-container-layout:before,
.u-container-layout.u-container-layout.u-grey-40:before {
  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[class*="u-border-"]:hover,
.u-hover-grey-40[class*="u-border-"]:focus,
a.u-button-style.u-hover-grey-40:hover,
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.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 {
  color: #ffffff !important;
  background-color: #999999 !important;
}

.u-active-grey-40[class*="u-border-"].u-active.u-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.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-body.u-grey-50,
section.u-grey-50:before,
.u-grey-50>.u-container-layout:before,
.u-container-layout.u-container-layout.u-grey-50:before {
  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[class*="u-border-"]:hover,
.u-hover-grey-50[class*="u-border-"]:focus,
a.u-button-style.u-hover-grey-50:hover,
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.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 {
  color: #ffffff !important;
  background-color: #808080 !important;
}

.u-active-grey-50[class*="u-border-"].u-active.u-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.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-body.u-grey-60,
section.u-grey-60:before,
.u-grey-60>.u-container-layout:before,
.u-container-layout.u-container-layout.u-grey-60:before {
  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[class*="u-border-"]:hover,
.u-hover-grey-60[class*="u-border-"]:focus,
a.u-button-style.u-hover-grey-60:hover,
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.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 {
  color: #ffffff !important;
  background-color: #666666 !important;
}

.u-active-grey-60[class*="u-border-"].u-active.u-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.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-body.u-grey-70,
section.u-grey-70:before,
.u-grey-70>.u-container-layout:before,
.u-container-layout.u-container-layout.u-grey-70:before {
  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[class*="u-border-"]:hover,
.u-hover-grey-70[class*="u-border-"]:focus,
a.u-button-style.u-hover-grey-70:hover,
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.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 {
  color: #ffffff !important;
  background-color: #4d4d4d !important;
}

.u-active-grey-70[class*="u-border-"].u-active.u-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.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-body.u-grey-75,
section.u-grey-75:before,
.u-grey-75>.u-container-layout:before,
.u-container-layout.u-container-layout.u-grey-75:before {
  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[class*="u-border-"]:hover,
.u-hover-grey-75[class*="u-border-"]:focus,
a.u-button-style.u-hover-grey-75:hover,
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.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 {
  color: #ffffff !important;
  background-color: #404040 !important;
}

.u-active-grey-75[class*="u-border-"].u-active.u-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.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,
section.u-grey-80:before,
.u-grey-80>.u-audio-main-layout-wrapper:before,
.u-grey-80>.u-container-layout:before,
.u-grey-80>.u-inner-container-layout:before,
.u-grey-80.u-sidenav:before,
.u-container-layout.u-container-layout.u-grey-80:before {
  color: #ffffff;
  background-color: #333333;
}

.u-input.u-grey-80,
.u-field-input.u-grey-80,
.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[class*="u-border-"]:hover,
.u-hover-grey-80[class*="u-border-"]:focus,
a.u-button-style.u-hover-grey-80:hover,
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.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 {
  color: #ffffff !important;
  background-color: #333333 !important;
}

.u-active-grey-80[class*="u-border-"].u-active.u-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.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-body.u-grey-90,
section.u-grey-90:before,
.u-grey-90>.u-container-layout:before,
.u-container-layout.u-container-layout.u-grey-90:before {
  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[class*="u-border-"]:hover,
.u-hover-grey-90[class*="u-border-"]:focus,
a.u-button-style.u-hover-grey-90:hover,
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.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 {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
}

.u-active-grey-90[class*="u-border-"].u-active.u-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.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-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;
}

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 {
  color: #292e33 !important;
  border-color: #292e33 !important;
}

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-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;
}

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 {
  color: #425465 !important;
  border-color: #425465 !important;
}

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-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;
}

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 {
  color: #4c7397 !important;
  border-color: #4c7397 !important;
}

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-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;
}

a.u-button-style.u-border-hover-color-1:hover,
a.u-button-style:hover>.u-border-hover-color-1,
a.u-button-style.u-border-hover-color-1:focus {
  color: #478ac9 !important;
  border-color: #478ac9 !important;
}

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-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;
}

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 {
  color: #77aad9 !important;
  border-color: #77aad9 !important;
}

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-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;
}

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 {
  color: #adcce9 !important;
  border-color: #adcce9 !important;
}

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-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;
}

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 {
  color: #e9f2fa !important;
  border-color: #e9f2fa !important;
}

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-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;
}

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 {
  color: #478ac9 !important;
  border-color: #478ac9 !important;
}

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-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;
}

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 {
  color: #332929 !important;
  border-color: #332929 !important;
}

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-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;
}

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 {
  color: #6b4748 !important;
  border-color: #6b4748 !important;
}

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-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;
}

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 {
  color: #a35559 !important;
  border-color: #a35559 !important;
}

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-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;
}

a.u-button-style.u-border-hover-color-2:hover,
a.u-button-style:hover>.u-border-hover-color-2,
a.u-button-style.u-border-hover-color-2:focus {
  color: #db545a !important;
  border-color: #db545a !important;
}

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-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;
}

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 {
  color: #e68387 !important;
  border-color: #e68387 !important;
}

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-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;
}

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 {
  color: #f1b5b8 !important;
  border-color: #f1b5b8 !important;
}

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-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;
}

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 {
  color: #fbeced !important;
  border-color: #fbeced !important;
}

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-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;
}

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 {
  color: #db545a !important;
  border-color: #db545a !important;
}

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-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;
}

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 {
  color: #333129 !important;
  border-color: #333129 !important;
}

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-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;
}

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 {
  color: #72683f !important;
  border-color: #72683f !important;
}

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-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;
}

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 {
  color: #b29a36 !important;
  border-color: #b29a36 !important;
}

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-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;
}

a.u-button-style.u-border-hover-color-3:hover,
a.u-button-style:hover>.u-border-hover-color-3,
a.u-button-style.u-border-hover-color-3:focus {
  color: #f1c50e !important;
  border-color: #f1c50e !important;
}

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-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;
}

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 {
  color: #f5d654 !important;
  border-color: #f5d654 !important;
}

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-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;
}

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 {
  color: #f9e79b !important;
  border-color: #f9e79b !important;
}

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-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;
}

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 {
  color: #fef9e6 !important;
  border-color: #fef9e6 !important;
}

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-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;
}

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 {
  color: #f1c50e !important;
  border-color: #f1c50e !important;
}

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-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;
}

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 {
  color: #293332 !important;
  border-color: #293332 !important;
}

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-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;
}

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 {
  color: #41807c !important;
  border-color: #41807c !important;
}

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-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;
}

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 {
  color: #2cccc4 !important;
  border-color: #2cccc4 !important;
}

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-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;
}

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 {
  color: #3be8e0 !important;
  border-color: #3be8e0 !important;
}

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-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;
}

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 {
  color: #72efe9 !important;
  border-color: #72efe9 !important;
}

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-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;
}

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 {
  color: #adf6f2 !important;
  border-color: #adf6f2 !important;
}

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-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;
}

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 {
  color: #eafdfc !important;
  border-color: #eafdfc !important;
}

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-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;
}

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 {
  color: #2cccc4 !important;
  border-color: #2cccc4 !important;
}

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-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;
}

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 {
  color: #292d33 !important;
  border-color: #292d33 !important;
}

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-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;
}

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 {
  color: #555c66 !important;
  border-color: #555c66 !important;
}

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-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;
}

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 {
  color: #858e99 !important;
  border-color: #858e99 !important;
}

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-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;
}

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 {
  color: #b9c1cc !important;
  border-color: #b9c1cc !important;
}

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-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;
}

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 {
  color: #ccd3db !important;
  border-color: #ccd3db !important;
}

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-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;
}

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 {
  color: #e0e5eb !important;
  border-color: #e0e5eb !important;
}

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-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;
}

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 {
  color: #f5f7fa !important;
  border-color: #f5f7fa !important;
}

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-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;
}

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 {
  color: #b9c1cc !important;
  border-color: #b9c1cc !important;
}

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-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;
}

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 {
  color: #292e33 !important;
  border-color: #292e33 !important;
}

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-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;
}

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 {
  color: #425465 !important;
  border-color: #425465 !important;
}

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-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;
}

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 {
  color: #4c7397 !important;
  border-color: #4c7397 !important;
}

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-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;
}

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 {
  color: #478ac9 !important;
  border-color: #478ac9 !important;
}

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-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;
}

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 {
  color: #77aad9 !important;
  border-color: #77aad9 !important;
}

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-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;
}

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 {
  color: #adcce9 !important;
  border-color: #adcce9 !important;
}

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-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;
}

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 {
  color: #e9f2fa !important;
  border-color: #e9f2fa !important;
}

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-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;
}

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 {
  color: #478ac9 !important;
  border-color: #478ac9 !important;
}

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-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;
}

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 {
  color: #332929 !important;
  border-color: #332929 !important;
}

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-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;
}

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 {
  color: #6b4748 !important;
  border-color: #6b4748 !important;
}

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-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;
}

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 {
  color: #a35559 !important;
  border-color: #a35559 !important;
}

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-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;
}

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 {
  color: #db545a !important;
  border-color: #db545a !important;
}

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-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;
}

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 {
  color: #e68387 !important;
  border-color: #e68387 !important;
}

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-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;
}

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 {
  color: #f1b5b8 !important;
  border-color: #f1b5b8 !important;
}

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-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;
}

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 {
  color: #fbeced !important;
  border-color: #fbeced !important;
}

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-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;
}

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 {
  color: #db545a !important;
  border-color: #db545a !important;
}

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-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;
}

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 {
  color: #333129 !important;
  border-color: #333129 !important;
}

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-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;
}

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 {
  color: #72683f !important;
  border-color: #72683f !important;
}

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-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;
}

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 {
  color: #b29a36 !important;
  border-color: #b29a36 !important;
}

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-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;
}

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 {
  color: #f1c50e !important;
  border-color: #f1c50e !important;
}

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-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;
}

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 {
  color: #f5d654 !important;
  border-color: #f5d654 !important;
}

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-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;
}

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 {
  color: #f9e79b !important;
  border-color: #f9e79b !important;
}

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-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;
}

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 {
  color: #fef9e6 !important;
  border-color: #fef9e6 !important;
}

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-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;
}

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 {
  color: #f1c50e !important;
  border-color: #f1c50e !important;
}

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-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;
}

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 {
  color: #293332 !important;
  border-color: #293332 !important;
}

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-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;
}

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 {
  color: #41807c !important;
  border-color: #41807c !important;
}

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-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;
}

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 {
  color: #2cccc4 !important;
  border-color: #2cccc4 !important;
}

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-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;
}

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 {
  color: #3be8e0 !important;
  border-color: #3be8e0 !important;
}

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-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;
}

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 {
  color: #72efe9 !important;
  border-color: #72efe9 !important;
}

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-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;
}

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 {
  color: #adf6f2 !important;
  border-color: #adf6f2 !important;
}

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-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;
}

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 {
  color: #eafdfc !important;
  border-color: #eafdfc !important;
}

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-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;
}

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 {
  color: #2cccc4 !important;
  border-color: #2cccc4 !important;
}

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-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;
}

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 {
  color: #292d33 !important;
  border-color: #292d33 !important;
}

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-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;
}

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 {
  color: #555c66 !important;
  border-color: #555c66 !important;
}

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-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;
}

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 {
  color: #858e99 !important;
  border-color: #858e99 !important;
}

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-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;
}

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 {
  color: #b9c1cc !important;
  border-color: #b9c1cc !important;
}

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-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;
}

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 {
  color: #ccd3db !important;
  border-color: #ccd3db !important;
}

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-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;
}

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 {
  color: #e0e5eb !important;
  border-color: #e0e5eb !important;
}

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-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;
}

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 {
  color: #f5f7fa !important;
  border-color: #f5f7fa !important;
}

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-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;
}

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 {
  color: #b9c1cc !important;
  border-color: #b9c1cc !important;
}

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-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;
}

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 {
  color: #212121 !important;
  border-color: #212121 !important;
}

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-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;
}

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 {
  color: #333333 !important;
  border-color: #333333 !important;
}

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-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;
}

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 {
  color: #454545 !important;
  border-color: #454545 !important;
}

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-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;
}

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 {
  color: #b3b3b3 !important;
  border-color: #b3b3b3 !important;
}

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-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;
}

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 {
  color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}

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-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;
}

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 {
  color: #eeeeee !important;
  border-color: #eeeeee !important;
}

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-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;
}

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 {
  color: #f6f6f6 !important;
  border-color: #f6f6f6 !important;
}

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-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;
}

a.u-button-style.u-border-hover-white:hover,
a.u-button-style:hover>.u-border-hover-white,
a.u-button-style.u-border-hover-white:focus {
  color: #ffffff !important;
  border-color: #ffffff !important;
}

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-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;
}

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 {
  color: #000000 !important;
  border-color: #000000 !important;
}

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-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;
}

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 {
  color: #111111 !important;
  border-color: #111111 !important;
}

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-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;
}

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 {
  color: #ffffff !important;
  border-color: #ffffff !important;
}

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-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;
}

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 {
  color: #c0c0c0 !important;
  border-color: #c0c0c0 !important;
}

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-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;
}

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 {
  color: #f2f2f2 !important;
  border-color: #f2f2f2 !important;
}

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-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;
}

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 {
  color: #e5e5e5 !important;
  border-color: #e5e5e5 !important;
}

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-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;
}

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 {
  color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}

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-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;
}

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 {
  color: #c0c0c0 !important;
  border-color: #c0c0c0 !important;
}

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-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;
}

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 {
  color: #b3b3b3 !important;
  border-color: #b3b3b3 !important;
}

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-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;
}

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 {
  color: #999999 !important;
  border-color: #999999 !important;
}

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-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;
}

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 {
  color: #808080 !important;
  border-color: #808080 !important;
}

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-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;
}

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 {
  color: #666666 !important;
  border-color: #666666 !important;
}

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-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;
}

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 {
  color: #4d4d4d !important;
  border-color: #4d4d4d !important;
}

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-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;
}

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 {
  color: #404040 !important;
  border-color: #404040 !important;
}

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-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;
}

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 {
  color: #333333 !important;
  border-color: #333333 !important;
}

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-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;
}

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 {
  color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}

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-input.u-text-color-1-dark-3[class*="u-border-"],
li.active>a.u-button-style.u-text-color-1-dark-3,
li.active>a.u-button-style.u-text-color-1-dark-3[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-color-1-dark-3:hover,
.u-popupmenu-items.u-text-hover-color-1-dark-3 .u-nav-link:hover {
  color: #292e33 !important;
}

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-nav-link.u-text-active-color-1-dark-3.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-1-dark-3 .u-nav-link.active {
  color: #292e33 !important;
}

.u-button-style:hover>.u-text-hover-color-1-dark-3 .u-svg-link {
  fill: #292e33;
}

.u-button-style.u-button-style:active>.u-text-active-color-1-dark-3 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-color-1-dark-3 .u-svg-link {
  fill: #292e33;
}

a.u-link.u-text-hover-color-1-dark-3:hover {
  color: #292e33 !important;
}

.u-input.u-text-color-1-dark-2[class*="u-border-"],
li.active>a.u-button-style.u-text-color-1-dark-2,
li.active>a.u-button-style.u-text-color-1-dark-2[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-color-1-dark-2:hover,
.u-popupmenu-items.u-text-hover-color-1-dark-2 .u-nav-link:hover {
  color: #425465 !important;
}

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

.u-button-style:hover>.u-text-hover-color-1-dark-2 .u-svg-link {
  fill: #425465;
}

.u-button-style.u-button-style:active>.u-text-active-color-1-dark-2 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-color-1-dark-2 .u-svg-link {
  fill: #425465;
}

a.u-link.u-text-hover-color-1-dark-2:hover {
  color: #425465 !important;
}

.u-input.u-text-color-1-dark-1[class*="u-border-"],
li.active>a.u-button-style.u-text-color-1-dark-1,
li.active>a.u-button-style.u-text-color-1-dark-1[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-color-1-dark-1:hover,
.u-popupmenu-items.u-text-hover-color-1-dark-1 .u-nav-link:hover {
  color: #4c7397 !important;
}

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

.u-button-style:hover>.u-text-hover-color-1-dark-1 .u-svg-link {
  fill: #4c7397;
}

.u-button-style.u-button-style:active>.u-text-active-color-1-dark-1 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-color-1-dark-1 .u-svg-link {
  fill: #4c7397;
}

a.u-link.u-text-hover-color-1-dark-1:hover {
  color: #4c7397 !important;
}

.u-input.u-text-color-1[class*="u-border-"],
li.active>a.u-button-style.u-text-color-1,
li.active>a.u-button-style.u-text-color-1[class*="u-border-"],
a.u-button-style.u-text-color-1,
a.u-button-style.u-text-color-1[class*="u-border-"] {
  color: #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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-color-1:hover,
.u-popupmenu-items.u-text-hover-color-1 .u-nav-link:hover {
  color: #478ac9 !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-1:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-1[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-1.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-1[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-color-1,
a.u-button-style.u-button-style.active>.u-text-active-color-1[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-color-1.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-1 .u-nav-link.active {
  color: #478ac9 !important;
}

.u-button-style:hover>.u-text-hover-color-1 .u-svg-link {
  fill: #478ac9;
}

.u-button-style.u-button-style:active>.u-text-active-color-1 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-color-1 .u-svg-link {
  fill: #478ac9;
}

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

.u-input.u-text-color-1-light-1[class*="u-border-"],
li.active>a.u-button-style.u-text-color-1-light-1,
li.active>a.u-button-style.u-text-color-1-light-1[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-color-1-light-1:hover,
.u-popupmenu-items.u-text-hover-color-1-light-1 .u-nav-link:hover {
  color: #77aad9 !important;
}

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

.u-button-style:hover>.u-text-hover-color-1-light-1 .u-svg-link {
  fill: #77aad9;
}

.u-button-style.u-button-style:active>.u-text-active-color-1-light-1 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-color-1-light-1 .u-svg-link {
  fill: #77aad9;
}

a.u-link.u-text-hover-color-1-light-1:hover {
  color: #77aad9 !important;
}

.u-input.u-text-color-1-light-2[class*="u-border-"],
li.active>a.u-button-style.u-text-color-1-light-2,
li.active>a.u-button-style.u-text-color-1-light-2[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-color-1-light-2:hover,
.u-popupmenu-items.u-text-hover-color-1-light-2 .u-nav-link:hover {
  color: #adcce9 !important;
}

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

.u-button-style:hover>.u-text-hover-color-1-light-2 .u-svg-link {
  fill: #adcce9;
}

.u-button-style.u-button-style:active>.u-text-active-color-1-light-2 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-color-1-light-2 .u-svg-link {
  fill: #adcce9;
}

a.u-link.u-text-hover-color-1-light-2:hover {
  color: #adcce9 !important;
}

.u-input.u-text-color-1-light-3[class*="u-border-"],
li.active>a.u-button-style.u-text-color-1-light-3,
li.active>a.u-button-style.u-text-color-1-light-3[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-color-1-light-3:hover,
.u-popupmenu-items.u-text-hover-color-1-light-3 .u-nav-link:hover {
  color: #e9f2fa !important;
}

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

.u-button-style:hover>.u-text-hover-color-1-light-3 .u-svg-link {
  fill: #e9f2fa;
}

.u-button-style.u-button-style:active>.u-text-active-color-1-light-3 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-color-1-light-3 .u-svg-link {
  fill: #e9f2fa;
}

a.u-link.u-text-hover-color-1-light-3:hover {
  color: #e9f2fa !important;
}

.u-input.u-text-color-1-base[class*="u-border-"],
li.active>a.u-button-style.u-text-color-1-base,
li.active>a.u-button-style.u-text-color-1-base[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-color-1-base:hover,
.u-popupmenu-items.u-text-hover-color-1-base .u-nav-link:hover {
  color: #478ac9 !important;
}

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

.u-button-style:hover>.u-text-hover-color-1-base .u-svg-link {
  fill: #478ac9;
}

.u-button-style.u-button-style:active>.u-text-active-color-1-base .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-color-1-base .u-svg-link {
  fill: #478ac9;
}

a.u-link.u-text-hover-color-1-base:hover {
  color: #478ac9 !important;
}

.u-input.u-text-color-2-dark-3[class*="u-border-"],
li.active>a.u-button-style.u-text-color-2-dark-3,
li.active>a.u-button-style.u-text-color-2-dark-3[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-color-2-dark-3:hover,
.u-popupmenu-items.u-text-hover-color-2-dark-3 .u-nav-link:hover {
  color: #332929 !important;
}

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

.u-button-style:hover>.u-text-hover-color-2-dark-3 .u-svg-link {
  fill: #332929;
}

.u-button-style.u-button-style:active>.u-text-active-color-2-dark-3 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-color-2-dark-3 .u-svg-link {
  fill: #332929;
}

a.u-link.u-text-hover-color-2-dark-3:hover {
  color: #332929 !important;
}

.u-input.u-text-color-2-dark-2[class*="u-border-"],
li.active>a.u-button-style.u-text-color-2-dark-2,
li.active>a.u-button-style.u-text-color-2-dark-2[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-color-2-dark-2:hover,
.u-popupmenu-items.u-text-hover-color-2-dark-2 .u-nav-link:hover {
  color: #6b4748 !important;
}

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

.u-button-style:hover>.u-text-hover-color-2-dark-2 .u-svg-link {
  fill: #6b4748;
}

.u-button-style.u-button-style:active>.u-text-active-color-2-dark-2 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-color-2-dark-2 .u-svg-link {
  fill: #6b4748;
}

a.u-link.u-text-hover-color-2-dark-2:hover {
  color: #6b4748 !important;
}

.u-input.u-text-color-2-dark-1[class*="u-border-"],
li.active>a.u-button-style.u-text-color-2-dark-1,
li.active>a.u-button-style.u-text-color-2-dark-1[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-color-2-dark-1:hover,
.u-popupmenu-items.u-text-hover-color-2-dark-1 .u-nav-link:hover {
  color: #a35559 !important;
}

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

.u-button-style:hover>.u-text-hover-color-2-dark-1 .u-svg-link {
  fill: #a35559;
}

.u-button-style.u-button-style:active>.u-text-active-color-2-dark-1 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-color-2-dark-1 .u-svg-link {
  fill: #a35559;
}

a.u-link.u-text-hover-color-2-dark-1:hover {
  color: #a35559 !important;
}

.u-input.u-text-color-2[class*="u-border-"],
li.active>a.u-button-style.u-text-color-2,
li.active>a.u-button-style.u-text-color-2[class*="u-border-"],
a.u-button-style.u-text-color-2,
a.u-button-style.u-text-color-2[class*="u-border-"] {
  color: #db545a !important;



}

a.u-button-style.u-text-color-2:hover,
a.u-button-style.u-text-color-2[class*="u-border-"]:hover,
a.u-button-style.u-text-color-2:focus,
a.u-button-style.u-text-color-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-color-2:active,
a.u-button-style.u-button-style.u-text-color-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-color-2.active,
a.u-button-style.u-button-style.u-text-color-2[class*="u-border-"].active {
  color: #d63b42 !important;
}

a.u-button-style:hover>.u-text-hover-color-2,
a.u-button-style:hover>.u-text-hover-color-2[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-color-2:hover,
a.u-button-style.u-button-style.u-text-hover-color-2[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-2.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-2[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-2:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-color-2:focus,
a.u-button-style.u-button-style.u-text-hover-color-2[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-color-2:hover,
.u-popupmenu-items.u-text-hover-color-2 .u-nav-link:hover {
  color: #db545a !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-2:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-2.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-color-2,
a.u-button-style.u-button-style.active>.u-text-active-color-2[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-color-2.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-2 .u-nav-link.active {
  color: #db545a !important;
}

.u-button-style:hover>.u-text-hover-color-2 .u-svg-link {
  fill: #db545a;
}

.u-button-style.u-button-style:active>.u-text-active-color-2 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-color-2 .u-svg-link {
  fill: #db545a;
}

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

.u-input.u-text-color-2-light-1[class*="u-border-"],
li.active>a.u-button-style.u-text-color-2-light-1,
li.active>a.u-button-style.u-text-color-2-light-1[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-color-2-light-1:hover,
.u-popupmenu-items.u-text-hover-color-2-light-1 .u-nav-link:hover {
  color: #e68387 !important;
}

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

.u-button-style:hover>.u-text-hover-color-2-light-1 .u-svg-link {
  fill: #e68387;
}

.u-button-style.u-button-style:active>.u-text-active-color-2-light-1 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-color-2-light-1 .u-svg-link {
  fill: #e68387;
}

a.u-link.u-text-hover-color-2-light-1:hover {
  color: #e68387 !important;
}

.u-input.u-text-color-2-light-2[class*="u-border-"],
li.active>a.u-button-style.u-text-color-2-light-2,
li.active>a.u-button-style.u-text-color-2-light-2[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-color-2-light-2:hover,
.u-popupmenu-items.u-text-hover-color-2-light-2 .u-nav-link:hover {
  color: #f1b5b8 !important;
}

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

.u-button-style:hover>.u-text-hover-color-2-light-2 .u-svg-link {
  fill: #f1b5b8;
}

.u-button-style.u-button-style:active>.u-text-active-color-2-light-2 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-color-2-light-2 .u-svg-link {
  fill: #f1b5b8;
}

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

.u-input.u-text-color-2-light-3[class*="u-border-"],
li.active>a.u-button-style.u-text-color-2-light-3,
li.active>a.u-button-style.u-text-color-2-light-3[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-color-2-light-3:hover,
.u-popupmenu-items.u-text-hover-color-2-light-3 .u-nav-link:hover {
  color: #fbeced !important;
}

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

.u-button-style:hover>.u-text-hover-color-2-light-3 .u-svg-link {
  fill: #fbeced;
}

.u-button-style.u-button-style:active>.u-text-active-color-2-light-3 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-color-2-light-3 .u-svg-link {
  fill: #fbeced;
}

a.u-link.u-text-hover-color-2-light-3:hover {
  color: #fbeced !important;
}

.u-input.u-text-color-2-base[class*="u-border-"],
li.active>a.u-button-style.u-text-color-2-base,
li.active>a.u-button-style.u-text-color-2-base[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-color-2-base:hover,
.u-popupmenu-items.u-text-hover-color-2-base .u-nav-link:hover {
  color: #db545a !important;
}

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

.u-button-style:hover>.u-text-hover-color-2-base .u-svg-link {
  fill: #db545a;
}

.u-button-style.u-button-style:active>.u-text-active-color-2-base .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-color-2-base .u-svg-link {
  fill: #db545a;
}

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

.u-input.u-text-color-3-dark-3[class*="u-border-"],
li.active>a.u-button-style.u-text-color-3-dark-3,
li.active>a.u-button-style.u-text-color-3-dark-3[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-color-3-dark-3:hover,
.u-popupmenu-items.u-text-hover-color-3-dark-3 .u-nav-link:hover {
  color: #333129 !important;
}

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

.u-button-style:hover>.u-text-hover-color-3-dark-3 .u-svg-link {
  fill: #333129;
}

.u-button-style.u-button-style:active>.u-text-active-color-3-dark-3 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-color-3-dark-3 .u-svg-link {
  fill: #333129;
}

a.u-link.u-text-hover-color-3-dark-3:hover {
  color: #333129 !important;
}

.u-input.u-text-color-3-dark-2[class*="u-border-"],
li.active>a.u-button-style.u-text-color-3-dark-2,
li.active>a.u-button-style.u-text-color-3-dark-2[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-color-3-dark-2:hover,
.u-popupmenu-items.u-text-hover-color-3-dark-2 .u-nav-link:hover {
  color: #72683f !important;
}

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-nav-link.u-text-active-color-3-dark-2.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-3-dark-2 .u-nav-link.active {
  color: #72683f !important;
}

.u-button-style:hover>.u-text-hover-color-3-dark-2 .u-svg-link {
  fill: #72683f;
}

.u-button-style.u-button-style:active>.u-text-active-color-3-dark-2 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-color-3-dark-2 .u-svg-link {
  fill: #72683f;
}

a.u-link.u-text-hover-color-3-dark-2:hover {
  color: #72683f !important;
}

.u-input.u-text-color-3-dark-1[class*="u-border-"],
li.active>a.u-button-style.u-text-color-3-dark-1,
li.active>a.u-button-style.u-text-color-3-dark-1[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-color-3-dark-1:hover,
.u-popupmenu-items.u-text-hover-color-3-dark-1 .u-nav-link:hover {
  color: #b29a36 !important;
}

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

.u-button-style:hover>.u-text-hover-color-3-dark-1 .u-svg-link {
  fill: #b29a36;
}

.u-button-style.u-button-style:active>.u-text-active-color-3-dark-1 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-color-3-dark-1 .u-svg-link {
  fill: #b29a36;
}

a.u-link.u-text-hover-color-3-dark-1:hover {
  color: #b29a36 !important;
}

.u-input.u-text-color-3[class*="u-border-"],
li.active>a.u-button-style.u-text-color-3,
li.active>a.u-button-style.u-text-color-3[class*="u-border-"],
a.u-button-style.u-text-color-3,
a.u-button-style.u-text-color-3[class*="u-border-"] {
  color: #f1c50e !important;



}

a.u-button-style.u-text-color-3:hover,
a.u-button-style.u-text-color-3[class*="u-border-"]:hover,
a.u-button-style.u-text-color-3:focus,
a.u-button-style.u-text-color-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-color-3:active,
a.u-button-style.u-button-style.u-text-color-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-color-3.active,
a.u-button-style.u-button-style.u-text-color-3[class*="u-border-"].active {
  color: #d9b10d !important;
}

a.u-button-style:hover>.u-text-hover-color-3,
a.u-button-style:hover>.u-text-hover-color-3[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-color-3:hover,
a.u-button-style.u-button-style.u-text-hover-color-3[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-3.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-3[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-3:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-color-3:focus,
a.u-button-style.u-button-style.u-text-hover-color-3[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-color-3:hover,
.u-popupmenu-items.u-text-hover-color-3 .u-nav-link:hover {
  color: #f1c50e !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-3:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-3.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-color-3,
a.u-button-style.u-button-style.active>.u-text-active-color-3[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-color-3.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-3 .u-nav-link.active {
  color: #f1c50e !important;
}

.u-button-style:hover>.u-text-hover-color-3 .u-svg-link {
  fill: #f1c50e;
}

.u-button-style.u-button-style:active>.u-text-active-color-3 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-color-3 .u-svg-link {
  fill: #f1c50e;
}

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

.u-input.u-text-color-3-light-1[class*="u-border-"],
li.active>a.u-button-style.u-text-color-3-light-1,
li.active>a.u-button-style.u-text-color-3-light-1[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-color-3-light-1:hover,
.u-popupmenu-items.u-text-hover-color-3-light-1 .u-nav-link:hover {
  color: #f5d654 !important;
}

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

.u-button-style:hover>.u-text-hover-color-3-light-1 .u-svg-link {
  fill: #f5d654;
}

.u-button-style.u-button-style:active>.u-text-active-color-3-light-1 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-color-3-light-1 .u-svg-link {
  fill: #f5d654;
}

a.u-link.u-text-hover-color-3-light-1:hover {
  color: #f5d654 !important;
}

.u-input.u-text-color-3-light-2[class*="u-border-"],
li.active>a.u-button-style.u-text-color-3-light-2,
li.active>a.u-button-style.u-text-color-3-light-2[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-color-3-light-2:hover,
.u-popupmenu-items.u-text-hover-color-3-light-2 .u-nav-link:hover {
  color: #f9e79b !important;
}

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

.u-button-style:hover>.u-text-hover-color-3-light-2 .u-svg-link {
  fill: #f9e79b;
}

.u-button-style.u-button-style:active>.u-text-active-color-3-light-2 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-color-3-light-2 .u-svg-link {
  fill: #f9e79b;
}

a.u-link.u-text-hover-color-3-light-2:hover {
  color: #f9e79b !important;
}

.u-input.u-text-color-3-light-3[class*="u-border-"],
li.active>a.u-button-style.u-text-color-3-light-3,
li.active>a.u-button-style.u-text-color-3-light-3[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-color-3-light-3:hover,
.u-popupmenu-items.u-text-hover-color-3-light-3 .u-nav-link:hover {
  color: #fef9e6 !important;
}

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

.u-button-style:hover>.u-text-hover-color-3-light-3 .u-svg-link {
  fill: #fef9e6;
}

.u-button-style.u-button-style:active>.u-text-active-color-3-light-3 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-color-3-light-3 .u-svg-link {
  fill: #fef9e6;
}

a.u-link.u-text-hover-color-3-light-3:hover {
  color: #fef9e6 !important;
}

.u-input.u-text-color-3-base[class*="u-border-"],
li.active>a.u-button-style.u-text-color-3-base,
li.active>a.u-button-style.u-text-color-3-base[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-color-3-base:hover,
.u-popupmenu-items.u-text-hover-color-3-base .u-nav-link:hover {
  color: #f1c50e !important;
}

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

.u-button-style:hover>.u-text-hover-color-3-base .u-svg-link {
  fill: #f1c50e;
}

.u-button-style.u-button-style:active>.u-text-active-color-3-base .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-color-3-base .u-svg-link {
  fill: #f1c50e;
}

a.u-link.u-text-hover-color-3-base:hover {
  color: #f1c50e !important;
}

.u-input.u-text-color-4-dark-3[class*="u-border-"],
li.active>a.u-button-style.u-text-color-4-dark-3,
li.active>a.u-button-style.u-text-color-4-dark-3[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-color-4-dark-3:hover,
.u-popupmenu-items.u-text-hover-color-4-dark-3 .u-nav-link:hover {
  color: #293332 !important;
}

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-nav-link.u-text-active-color-4-dark-3.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-4-dark-3 .u-nav-link.active {
  color: #293332 !important;
}

.u-button-style:hover>.u-text-hover-color-4-dark-3 .u-svg-link {
  fill: #293332;
}

.u-button-style.u-button-style:active>.u-text-active-color-4-dark-3 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-color-4-dark-3 .u-svg-link {
  fill: #293332;
}

a.u-link.u-text-hover-color-4-dark-3:hover {
  color: #293332 !important;
}

.u-input.u-text-color-4-dark-2[class*="u-border-"],
li.active>a.u-button-style.u-text-color-4-dark-2,
li.active>a.u-button-style.u-text-color-4-dark-2[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-color-4-dark-2:hover,
.u-popupmenu-items.u-text-hover-color-4-dark-2 .u-nav-link:hover {
  color: #41807c !important;
}

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-nav-link.u-text-active-color-4-dark-2.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-4-dark-2 .u-nav-link.active {
  color: #41807c !important;
}

.u-button-style:hover>.u-text-hover-color-4-dark-2 .u-svg-link {
  fill: #41807c;
}

.u-button-style.u-button-style:active>.u-text-active-color-4-dark-2 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-color-4-dark-2 .u-svg-link {
  fill: #41807c;
}

a.u-link.u-text-hover-color-4-dark-2:hover {
  color: #41807c !important;
}

.u-input.u-text-color-4-dark-1[class*="u-border-"],
li.active>a.u-button-style.u-text-color-4-dark-1,
li.active>a.u-button-style.u-text-color-4-dark-1[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-color-4-dark-1:hover,
.u-popupmenu-items.u-text-hover-color-4-dark-1 .u-nav-link:hover {
  color: #2cccc4 !important;
}

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-nav-link.u-text-active-color-4-dark-1.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-4-dark-1 .u-nav-link.active {
  color: #2cccc4 !important;
}

.u-button-style:hover>.u-text-hover-color-4-dark-1 .u-svg-link {
  fill: #2cccc4;
}

.u-button-style.u-button-style:active>.u-text-active-color-4-dark-1 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-color-4-dark-1 .u-svg-link {
  fill: #2cccc4;
}

a.u-link.u-text-hover-color-4-dark-1:hover {
  color: #2cccc4 !important;
}

.u-input.u-text-color-4[class*="u-border-"],
li.active>a.u-button-style.u-text-color-4,
li.active>a.u-button-style.u-text-color-4[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-color-4:hover,
.u-popupmenu-items.u-text-hover-color-4 .u-nav-link:hover {
  color: #3be8e0 !important;
}

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

.u-button-style:hover>.u-text-hover-color-4 .u-svg-link {
  fill: #3be8e0;
}

.u-button-style.u-button-style:active>.u-text-active-color-4 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-color-4 .u-svg-link {
  fill: #3be8e0;
}

a.u-link.u-text-hover-color-4:hover {
  color: #3be8e0 !important;
}

.u-input.u-text-color-4-light-1[class*="u-border-"],
li.active>a.u-button-style.u-text-color-4-light-1,
li.active>a.u-button-style.u-text-color-4-light-1[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-color-4-light-1:hover,
.u-popupmenu-items.u-text-hover-color-4-light-1 .u-nav-link:hover {
  color: #72efe9 !important;
}

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-nav-link.u-text-active-color-4-light-1.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-4-light-1 .u-nav-link.active {
  color: #72efe9 !important;
}

.u-button-style:hover>.u-text-hover-color-4-light-1 .u-svg-link {
  fill: #72efe9;
}

.u-button-style.u-button-style:active>.u-text-active-color-4-light-1 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-color-4-light-1 .u-svg-link {
  fill: #72efe9;
}

a.u-link.u-text-hover-color-4-light-1:hover {
  color: #72efe9 !important;
}

.u-input.u-text-color-4-light-2[class*="u-border-"],
li.active>a.u-button-style.u-text-color-4-light-2,
li.active>a.u-button-style.u-text-color-4-light-2[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-color-4-light-2:hover,
.u-popupmenu-items.u-text-hover-color-4-light-2 .u-nav-link:hover {
  color: #adf6f2 !important;
}

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

.u-button-style:hover>.u-text-hover-color-4-light-2 .u-svg-link {
  fill: #adf6f2;
}

.u-button-style.u-button-style:active>.u-text-active-color-4-light-2 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-color-4-light-2 .u-svg-link {
  fill: #adf6f2;
}

a.u-link.u-text-hover-color-4-light-2:hover {
  color: #adf6f2 !important;
}

.u-input.u-text-color-4-light-3[class*="u-border-"],
li.active>a.u-button-style.u-text-color-4-light-3,
li.active>a.u-button-style.u-text-color-4-light-3[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-color-4-light-3:hover,
.u-popupmenu-items.u-text-hover-color-4-light-3 .u-nav-link:hover {
  color: #eafdfc !important;
}

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-nav-link.u-text-active-color-4-light-3.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-4-light-3 .u-nav-link.active {
  color: #eafdfc !important;
}

.u-button-style:hover>.u-text-hover-color-4-light-3 .u-svg-link {
  fill: #eafdfc;
}

.u-button-style.u-button-style:active>.u-text-active-color-4-light-3 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-color-4-light-3 .u-svg-link {
  fill: #eafdfc;
}

a.u-link.u-text-hover-color-4-light-3:hover {
  color: #eafdfc !important;
}

.u-input.u-text-color-4-base[class*="u-border-"],
li.active>a.u-button-style.u-text-color-4-base,
li.active>a.u-button-style.u-text-color-4-base[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-color-4-base:hover,
.u-popupmenu-items.u-text-hover-color-4-base .u-nav-link:hover {
  color: #2cccc4 !important;
}

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

.u-button-style:hover>.u-text-hover-color-4-base .u-svg-link {
  fill: #2cccc4;
}

.u-button-style.u-button-style:active>.u-text-active-color-4-base .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-color-4-base .u-svg-link {
  fill: #2cccc4;
}

a.u-link.u-text-hover-color-4-base:hover {
  color: #2cccc4 !important;
}

.u-input.u-text-color-5-dark-3[class*="u-border-"],
li.active>a.u-button-style.u-text-color-5-dark-3,
li.active>a.u-button-style.u-text-color-5-dark-3[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-color-5-dark-3:hover,
.u-popupmenu-items.u-text-hover-color-5-dark-3 .u-nav-link:hover {
  color: #292d33 !important;
}

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-nav-link.u-text-active-color-5-dark-3.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-5-dark-3 .u-nav-link.active {
  color: #292d33 !important;
}

.u-button-style:hover>.u-text-hover-color-5-dark-3 .u-svg-link {
  fill: #292d33;
}

.u-button-style.u-button-style:active>.u-text-active-color-5-dark-3 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-color-5-dark-3 .u-svg-link {
  fill: #292d33;
}

a.u-link.u-text-hover-color-5-dark-3:hover {
  color: #292d33 !important;
}

.u-input.u-text-color-5-dark-2[class*="u-border-"],
li.active>a.u-button-style.u-text-color-5-dark-2,
li.active>a.u-button-style.u-text-color-5-dark-2[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-color-5-dark-2:hover,
.u-popupmenu-items.u-text-hover-color-5-dark-2 .u-nav-link:hover {
  color: #555c66 !important;
}

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-nav-link.u-text-active-color-5-dark-2.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-5-dark-2 .u-nav-link.active {
  color: #555c66 !important;
}

.u-button-style:hover>.u-text-hover-color-5-dark-2 .u-svg-link {
  fill: #555c66;
}

.u-button-style.u-button-style:active>.u-text-active-color-5-dark-2 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-color-5-dark-2 .u-svg-link {
  fill: #555c66;
}

a.u-link.u-text-hover-color-5-dark-2:hover {
  color: #555c66 !important;
}

.u-input.u-text-color-5-dark-1[class*="u-border-"],
li.active>a.u-button-style.u-text-color-5-dark-1,
li.active>a.u-button-style.u-text-color-5-dark-1[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-color-5-dark-1:hover,
.u-popupmenu-items.u-text-hover-color-5-dark-1 .u-nav-link:hover {
  color: #858e99 !important;
}

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-nav-link.u-text-active-color-5-dark-1.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-5-dark-1 .u-nav-link.active {
  color: #858e99 !important;
}

.u-button-style:hover>.u-text-hover-color-5-dark-1 .u-svg-link {
  fill: #858e99;
}

.u-button-style.u-button-style:active>.u-text-active-color-5-dark-1 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-color-5-dark-1 .u-svg-link {
  fill: #858e99;
}

a.u-link.u-text-hover-color-5-dark-1:hover {
  color: #858e99 !important;
}

.u-input.u-text-color-5[class*="u-border-"],
li.active>a.u-button-style.u-text-color-5,
li.active>a.u-button-style.u-text-color-5[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-color-5:hover,
.u-popupmenu-items.u-text-hover-color-5 .u-nav-link:hover {
  color: #b9c1cc !important;
}

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

.u-button-style:hover>.u-text-hover-color-5 .u-svg-link {
  fill: #b9c1cc;
}

.u-button-style.u-button-style:active>.u-text-active-color-5 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-color-5 .u-svg-link {
  fill: #b9c1cc;
}

a.u-link.u-text-hover-color-5:hover {
  color: #b9c1cc !important;
}

.u-input.u-text-color-5-light-1[class*="u-border-"],
li.active>a.u-button-style.u-text-color-5-light-1,
li.active>a.u-button-style.u-text-color-5-light-1[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-color-5-light-1:hover,
.u-popupmenu-items.u-text-hover-color-5-light-1 .u-nav-link:hover {
  color: #ccd3db !important;
}

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

.u-button-style:hover>.u-text-hover-color-5-light-1 .u-svg-link {
  fill: #ccd3db;
}

.u-button-style.u-button-style:active>.u-text-active-color-5-light-1 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-color-5-light-1 .u-svg-link {
  fill: #ccd3db;
}

a.u-link.u-text-hover-color-5-light-1:hover {
  color: #ccd3db !important;
}

.u-input.u-text-color-5-light-2[class*="u-border-"],
li.active>a.u-button-style.u-text-color-5-light-2,
li.active>a.u-button-style.u-text-color-5-light-2[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-color-5-light-2:hover,
.u-popupmenu-items.u-text-hover-color-5-light-2 .u-nav-link:hover {
  color: #e0e5eb !important;
}

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

.u-button-style:hover>.u-text-hover-color-5-light-2 .u-svg-link {
  fill: #e0e5eb;
}

.u-button-style.u-button-style:active>.u-text-active-color-5-light-2 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-color-5-light-2 .u-svg-link {
  fill: #e0e5eb;
}

a.u-link.u-text-hover-color-5-light-2:hover {
  color: #e0e5eb !important;
}

.u-input.u-text-color-5-light-3[class*="u-border-"],
li.active>a.u-button-style.u-text-color-5-light-3,
li.active>a.u-button-style.u-text-color-5-light-3[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-color-5-light-3:hover,
.u-popupmenu-items.u-text-hover-color-5-light-3 .u-nav-link:hover {
  color: #f5f7fa !important;
}

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-nav-link.u-text-active-color-5-light-3.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-5-light-3 .u-nav-link.active {
  color: #f5f7fa !important;
}

.u-button-style:hover>.u-text-hover-color-5-light-3 .u-svg-link {
  fill: #f5f7fa;
}

.u-button-style.u-button-style:active>.u-text-active-color-5-light-3 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-color-5-light-3 .u-svg-link {
  fill: #f5f7fa;
}

a.u-link.u-text-hover-color-5-light-3:hover {
  color: #f5f7fa !important;
}

.u-input.u-text-color-5-base[class*="u-border-"],
li.active>a.u-button-style.u-text-color-5-base,
li.active>a.u-button-style.u-text-color-5-base[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-color-5-base:hover,
.u-popupmenu-items.u-text-hover-color-5-base .u-nav-link:hover {
  color: #b9c1cc !important;
}

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-nav-link.u-text-active-color-5-base.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-5-base .u-nav-link.active {
  color: #b9c1cc !important;
}

.u-button-style:hover>.u-text-hover-color-5-base .u-svg-link {
  fill: #b9c1cc;
}

.u-button-style.u-button-style:active>.u-text-active-color-5-base .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-color-5-base .u-svg-link {
  fill: #b9c1cc;
}

a.u-link.u-text-hover-color-5-base:hover {
  color: #b9c1cc !important;
}

.u-input.u-text-palette-1-dark-3[class*="u-border-"],
li.active>a.u-button-style.u-text-palette-1-dark-3,
li.active>a.u-button-style.u-text-palette-1-dark-3[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-palette-1-dark-3:hover,
.u-popupmenu-items.u-text-hover-palette-1-dark-3 .u-nav-link:hover {
  color: #292e33 !important;
}

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-nav-link.u-text-active-palette-1-dark-3.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-1-dark-3 .u-nav-link.active {
  color: #292e33 !important;
}

.u-button-style:hover>.u-text-hover-palette-1-dark-3 .u-svg-link {
  fill: #292e33;
}

.u-button-style.u-button-style:active>.u-text-active-palette-1-dark-3 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-palette-1-dark-3 .u-svg-link {
  fill: #292e33;
}

a.u-link.u-text-hover-palette-1-dark-3:hover {
  color: #292e33 !important;
}

.u-input.u-text-palette-1-dark-2[class*="u-border-"],
li.active>a.u-button-style.u-text-palette-1-dark-2,
li.active>a.u-button-style.u-text-palette-1-dark-2[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-palette-1-dark-2:hover,
.u-popupmenu-items.u-text-hover-palette-1-dark-2 .u-nav-link:hover {
  color: #425465 !important;
}

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-nav-link.u-text-active-palette-1-dark-2.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-1-dark-2 .u-nav-link.active {
  color: #425465 !important;
}

.u-button-style:hover>.u-text-hover-palette-1-dark-2 .u-svg-link {
  fill: #425465;
}

.u-button-style.u-button-style:active>.u-text-active-palette-1-dark-2 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-palette-1-dark-2 .u-svg-link {
  fill: #425465;
}

a.u-link.u-text-hover-palette-1-dark-2:hover {
  color: #425465 !important;
}

.u-input.u-text-palette-1-dark-1[class*="u-border-"],
li.active>a.u-button-style.u-text-palette-1-dark-1,
li.active>a.u-button-style.u-text-palette-1-dark-1[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-palette-1-dark-1:hover,
.u-popupmenu-items.u-text-hover-palette-1-dark-1 .u-nav-link:hover {
  color: #4c7397 !important;
}

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-nav-link.u-text-active-palette-1-dark-1.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-1-dark-1 .u-nav-link.active {
  color: #4c7397 !important;
}

.u-button-style:hover>.u-text-hover-palette-1-dark-1 .u-svg-link {
  fill: #4c7397;
}

.u-button-style.u-button-style:active>.u-text-active-palette-1-dark-1 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-palette-1-dark-1 .u-svg-link {
  fill: #4c7397;
}

a.u-link.u-text-hover-palette-1-dark-1:hover {
  color: #4c7397 !important;
}

.u-input.u-text-palette-1[class*="u-border-"],
li.active>a.u-button-style.u-text-palette-1,
li.active>a.u-button-style.u-text-palette-1[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-palette-1:hover,
.u-popupmenu-items.u-text-hover-palette-1 .u-nav-link:hover {
  color: #478ac9 !important;
}

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

.u-button-style:hover>.u-text-hover-palette-1 .u-svg-link {
  fill: #478ac9;
}

.u-button-style.u-button-style:active>.u-text-active-palette-1 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-palette-1 .u-svg-link {
  fill: #478ac9;
}

a.u-link.u-text-hover-palette-1:hover {
  color: #478ac9 !important;
}

.u-input.u-text-palette-1-light-1[class*="u-border-"],
li.active>a.u-button-style.u-text-palette-1-light-1,
li.active>a.u-button-style.u-text-palette-1-light-1[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-palette-1-light-1:hover,
.u-popupmenu-items.u-text-hover-palette-1-light-1 .u-nav-link:hover {
  color: #77aad9 !important;
}

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-nav-link.u-text-active-palette-1-light-1.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-1-light-1 .u-nav-link.active {
  color: #77aad9 !important;
}

.u-button-style:hover>.u-text-hover-palette-1-light-1 .u-svg-link {
  fill: #77aad9;
}

.u-button-style.u-button-style:active>.u-text-active-palette-1-light-1 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-palette-1-light-1 .u-svg-link {
  fill: #77aad9;
}

a.u-link.u-text-hover-palette-1-light-1:hover {
  color: #77aad9 !important;
}

.u-input.u-text-palette-1-light-2[class*="u-border-"],
li.active>a.u-button-style.u-text-palette-1-light-2,
li.active>a.u-button-style.u-text-palette-1-light-2[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-palette-1-light-2:hover,
.u-popupmenu-items.u-text-hover-palette-1-light-2 .u-nav-link:hover {
  color: #adcce9 !important;
}

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-nav-link.u-text-active-palette-1-light-2.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-1-light-2 .u-nav-link.active {
  color: #adcce9 !important;
}

.u-button-style:hover>.u-text-hover-palette-1-light-2 .u-svg-link {
  fill: #adcce9;
}

.u-button-style.u-button-style:active>.u-text-active-palette-1-light-2 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-palette-1-light-2 .u-svg-link {
  fill: #adcce9;
}

a.u-link.u-text-hover-palette-1-light-2:hover {
  color: #adcce9 !important;
}

.u-input.u-text-palette-1-light-3[class*="u-border-"],
li.active>a.u-button-style.u-text-palette-1-light-3,
li.active>a.u-button-style.u-text-palette-1-light-3[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-palette-1-light-3:hover,
.u-popupmenu-items.u-text-hover-palette-1-light-3 .u-nav-link:hover {
  color: #e9f2fa !important;
}

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-nav-link.u-text-active-palette-1-light-3.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-1-light-3 .u-nav-link.active {
  color: #e9f2fa !important;
}

.u-button-style:hover>.u-text-hover-palette-1-light-3 .u-svg-link {
  fill: #e9f2fa;
}

.u-button-style.u-button-style:active>.u-text-active-palette-1-light-3 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-palette-1-light-3 .u-svg-link {
  fill: #e9f2fa;
}

a.u-link.u-text-hover-palette-1-light-3:hover {
  color: #e9f2fa !important;
}

.u-input.u-text-palette-1-base[class*="u-border-"],
li.active>a.u-button-style.u-text-palette-1-base,
li.active>a.u-button-style.u-text-palette-1-base[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-palette-1-base:hover,
.u-popupmenu-items.u-text-hover-palette-1-base .u-nav-link:hover {
  color: #478ac9 !important;
}

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-nav-link.u-text-active-palette-1-base.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-1-base .u-nav-link.active,
.u-calendar-time-list .u-calendar-time-slot.u-text-active-palette-1-base.u-active {
  color: #478ac9 !important;
}

.u-button-style:hover>.u-text-hover-palette-1-base .u-svg-link {
  fill: #478ac9;
}

.u-text-active-palette-1-base:active .u-svg-link.u-svg-link,
.u-button-style.u-button-style:active>.u-text-active-palette-1-base .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-palette-1-base .u-svg-link {
  fill: #478ac9;
}

a.u-link.u-text-hover-palette-1-base:hover {
  color: #478ac9 !important;
}

.u-input.u-text-palette-2-dark-3[class*="u-border-"],
li.active>a.u-button-style.u-text-palette-2-dark-3,
li.active>a.u-button-style.u-text-palette-2-dark-3[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-palette-2-dark-3:hover,
.u-popupmenu-items.u-text-hover-palette-2-dark-3 .u-nav-link:hover {
  color: #332929 !important;
}

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-nav-link.u-text-active-palette-2-dark-3.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-2-dark-3 .u-nav-link.active {
  color: #332929 !important;
}

.u-button-style:hover>.u-text-hover-palette-2-dark-3 .u-svg-link {
  fill: #332929;
}

.u-button-style.u-button-style:active>.u-text-active-palette-2-dark-3 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-palette-2-dark-3 .u-svg-link {
  fill: #332929;
}

a.u-link.u-text-hover-palette-2-dark-3:hover {
  color: #332929 !important;
}

.u-input.u-text-palette-2-dark-2[class*="u-border-"],
li.active>a.u-button-style.u-text-palette-2-dark-2,
li.active>a.u-button-style.u-text-palette-2-dark-2[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-palette-2-dark-2:hover,
.u-popupmenu-items.u-text-hover-palette-2-dark-2 .u-nav-link:hover {
  color: #6b4748 !important;
}

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-nav-link.u-text-active-palette-2-dark-2.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-2-dark-2 .u-nav-link.active {
  color: #6b4748 !important;
}

.u-button-style:hover>.u-text-hover-palette-2-dark-2 .u-svg-link {
  fill: #6b4748;
}

.u-button-style.u-button-style:active>.u-text-active-palette-2-dark-2 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-palette-2-dark-2 .u-svg-link {
  fill: #6b4748;
}

a.u-link.u-text-hover-palette-2-dark-2:hover {
  color: #6b4748 !important;
}

.u-input.u-text-palette-2-dark-1[class*="u-border-"],
li.active>a.u-button-style.u-text-palette-2-dark-1,
li.active>a.u-button-style.u-text-palette-2-dark-1[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-palette-2-dark-1:hover,
.u-popupmenu-items.u-text-hover-palette-2-dark-1 .u-nav-link:hover {
  color: #a35559 !important;
}

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-nav-link.u-text-active-palette-2-dark-1.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-2-dark-1 .u-nav-link.active {
  color: #a35559 !important;
}

.u-button-style:hover>.u-text-hover-palette-2-dark-1 .u-svg-link {
  fill: #a35559;
}

.u-button-style.u-button-style:active>.u-text-active-palette-2-dark-1 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-palette-2-dark-1 .u-svg-link {
  fill: #a35559;
}

a.u-link.u-text-hover-palette-2-dark-1:hover {
  color: #a35559 !important;
}

.u-input.u-text-palette-2[class*="u-border-"],
li.active>a.u-button-style.u-text-palette-2,
li.active>a.u-button-style.u-text-palette-2[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-palette-2:hover,
.u-popupmenu-items.u-text-hover-palette-2 .u-nav-link:hover {
  color: #db545a !important;
}

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

.u-button-style:hover>.u-text-hover-palette-2 .u-svg-link {
  fill: #db545a;
}

.u-button-style.u-button-style:active>.u-text-active-palette-2 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-palette-2 .u-svg-link {
  fill: #db545a;
}

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

.u-input.u-text-palette-2-light-1[class*="u-border-"],
li.active>a.u-button-style.u-text-palette-2-light-1,
li.active>a.u-button-style.u-text-palette-2-light-1[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-palette-2-light-1:hover,
.u-popupmenu-items.u-text-hover-palette-2-light-1 .u-nav-link:hover {
  color: #e68387 !important;
}

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-nav-link.u-text-active-palette-2-light-1.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-2-light-1 .u-nav-link.active {
  color: #e68387 !important;
}

.u-button-style:hover>.u-text-hover-palette-2-light-1 .u-svg-link {
  fill: #e68387;
}

.u-button-style.u-button-style:active>.u-text-active-palette-2-light-1 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-palette-2-light-1 .u-svg-link {
  fill: #e68387;
}

a.u-link.u-text-hover-palette-2-light-1:hover {
  color: #e68387 !important;
}

.u-input.u-text-palette-2-light-2[class*="u-border-"],
li.active>a.u-button-style.u-text-palette-2-light-2,
li.active>a.u-button-style.u-text-palette-2-light-2[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-palette-2-light-2:hover,
.u-popupmenu-items.u-text-hover-palette-2-light-2 .u-nav-link:hover {
  color: #f1b5b8 !important;
}

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

.u-button-style:hover>.u-text-hover-palette-2-light-2 .u-svg-link {
  fill: #f1b5b8;
}

.u-button-style.u-button-style:active>.u-text-active-palette-2-light-2 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-palette-2-light-2 .u-svg-link {
  fill: #f1b5b8;
}

a.u-link.u-text-hover-palette-2-light-2:hover {
  color: #f1b5b8 !important;
}

.u-input.u-text-palette-2-light-3[class*="u-border-"],
li.active>a.u-button-style.u-text-palette-2-light-3,
li.active>a.u-button-style.u-text-palette-2-light-3[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-palette-2-light-3:hover,
.u-popupmenu-items.u-text-hover-palette-2-light-3 .u-nav-link:hover {
  color: #fbeced !important;
}

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-nav-link.u-text-active-palette-2-light-3.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-2-light-3 .u-nav-link.active {
  color: #fbeced !important;
}

.u-button-style:hover>.u-text-hover-palette-2-light-3 .u-svg-link {
  fill: #fbeced;
}

.u-button-style.u-button-style:active>.u-text-active-palette-2-light-3 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-palette-2-light-3 .u-svg-link {
  fill: #fbeced;
}

a.u-link.u-text-hover-palette-2-light-3:hover {
  color: #fbeced !important;
}

.u-input.u-text-palette-2-base[class*="u-border-"],
li.active>a.u-button-style.u-text-palette-2-base,
li.active>a.u-button-style.u-text-palette-2-base[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-palette-2-base:hover,
.u-text-hover-palette-2-base.u-language-url:hover,
.u-text-hover-palette-2-base .u-language-url:hover,
.u-text-hover-palette-2-base.u-carousel-control:hover,
.u-text-hover-palette-2-base.u-gallery-nav:hover,
.u-popupmenu-items.u-text-hover-palette-2-base .u-nav-link:hover,
.u-calendar-time-list .u-calendar-time-slot.u-text-hover-palette-2-base:hover {
  color: #db545a !important;
}

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

.u-text-hover-palette-2-base:hover .u-svg-link,
.u-text-hover-palette-2-base:focus .u-svg-link,
.u-button-style:hover>.u-text-hover-palette-2-base .u-svg-link {
  fill: #db545a;
}

.u-button-style.u-button-style:active>.u-text-active-palette-2-base .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-palette-2-base .u-svg-link {
  fill: #db545a;
}

a.u-link.u-text-hover-palette-2-base:hover {
  color: #db545a !important;
}

.u-input.u-text-palette-3-dark-3[class*="u-border-"],
li.active>a.u-button-style.u-text-palette-3-dark-3,
li.active>a.u-button-style.u-text-palette-3-dark-3[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-palette-3-dark-3:hover,
.u-popupmenu-items.u-text-hover-palette-3-dark-3 .u-nav-link:hover {
  color: #333129 !important;
}

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-nav-link.u-text-active-palette-3-dark-3.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-3-dark-3 .u-nav-link.active {
  color: #333129 !important;
}

.u-button-style:hover>.u-text-hover-palette-3-dark-3 .u-svg-link {
  fill: #333129;
}

.u-button-style.u-button-style:active>.u-text-active-palette-3-dark-3 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-palette-3-dark-3 .u-svg-link {
  fill: #333129;
}

a.u-link.u-text-hover-palette-3-dark-3:hover {
  color: #333129 !important;
}

.u-input.u-text-palette-3-dark-2[class*="u-border-"],
li.active>a.u-button-style.u-text-palette-3-dark-2,
li.active>a.u-button-style.u-text-palette-3-dark-2[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-palette-3-dark-2:hover,
.u-popupmenu-items.u-text-hover-palette-3-dark-2 .u-nav-link:hover {
  color: #72683f !important;
}

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-nav-link.u-text-active-palette-3-dark-2.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-3-dark-2 .u-nav-link.active {
  color: #72683f !important;
}

.u-button-style:hover>.u-text-hover-palette-3-dark-2 .u-svg-link {
  fill: #72683f;
}

.u-button-style.u-button-style:active>.u-text-active-palette-3-dark-2 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-palette-3-dark-2 .u-svg-link {
  fill: #72683f;
}

a.u-link.u-text-hover-palette-3-dark-2:hover {
  color: #72683f !important;
}

.u-input.u-text-palette-3-dark-1[class*="u-border-"],
li.active>a.u-button-style.u-text-palette-3-dark-1,
li.active>a.u-button-style.u-text-palette-3-dark-1[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-palette-3-dark-1:hover,
.u-popupmenu-items.u-text-hover-palette-3-dark-1 .u-nav-link:hover {
  color: #b29a36 !important;
}

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-nav-link.u-text-active-palette-3-dark-1.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-3-dark-1 .u-nav-link.active {
  color: #b29a36 !important;
}

.u-button-style:hover>.u-text-hover-palette-3-dark-1 .u-svg-link {
  fill: #b29a36;
}

.u-button-style.u-button-style:active>.u-text-active-palette-3-dark-1 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-palette-3-dark-1 .u-svg-link {
  fill: #b29a36;
}

a.u-link.u-text-hover-palette-3-dark-1:hover {
  color: #b29a36 !important;
}

.u-input.u-text-palette-3[class*="u-border-"],
li.active>a.u-button-style.u-text-palette-3,
li.active>a.u-button-style.u-text-palette-3[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-palette-3:hover,
.u-popupmenu-items.u-text-hover-palette-3 .u-nav-link:hover {
  color: #f1c50e !important;
}

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

.u-button-style:hover>.u-text-hover-palette-3 .u-svg-link {
  fill: #f1c50e;
}

.u-button-style.u-button-style:active>.u-text-active-palette-3 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-palette-3 .u-svg-link {
  fill: #f1c50e;
}

a.u-link.u-text-hover-palette-3:hover {
  color: #f1c50e !important;
}

.u-input.u-text-palette-3-light-1[class*="u-border-"],
li.active>a.u-button-style.u-text-palette-3-light-1,
li.active>a.u-button-style.u-text-palette-3-light-1[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-palette-3-light-1:hover,
.u-popupmenu-items.u-text-hover-palette-3-light-1 .u-nav-link:hover {
  color: #f5d654 !important;
}

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-nav-link.u-text-active-palette-3-light-1.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-3-light-1 .u-nav-link.active {
  color: #f5d654 !important;
}

.u-button-style:hover>.u-text-hover-palette-3-light-1 .u-svg-link {
  fill: #f5d654;
}

.u-button-style.u-button-style:active>.u-text-active-palette-3-light-1 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-palette-3-light-1 .u-svg-link {
  fill: #f5d654;
}

a.u-link.u-text-hover-palette-3-light-1:hover {
  color: #f5d654 !important;
}

.u-input.u-text-palette-3-light-2[class*="u-border-"],
li.active>a.u-button-style.u-text-palette-3-light-2,
li.active>a.u-button-style.u-text-palette-3-light-2[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-palette-3-light-2:hover,
.u-popupmenu-items.u-text-hover-palette-3-light-2 .u-nav-link:hover {
  color: #f9e79b !important;
}

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-nav-link.u-text-active-palette-3-light-2.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-3-light-2 .u-nav-link.active {
  color: #f9e79b !important;
}

.u-button-style:hover>.u-text-hover-palette-3-light-2 .u-svg-link {
  fill: #f9e79b;
}

.u-button-style.u-button-style:active>.u-text-active-palette-3-light-2 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-palette-3-light-2 .u-svg-link {
  fill: #f9e79b;
}

a.u-link.u-text-hover-palette-3-light-2:hover {
  color: #f9e79b !important;
}

.u-input.u-text-palette-3-light-3[class*="u-border-"],
li.active>a.u-button-style.u-text-palette-3-light-3,
li.active>a.u-button-style.u-text-palette-3-light-3[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-palette-3-light-3:hover,
.u-popupmenu-items.u-text-hover-palette-3-light-3 .u-nav-link:hover {
  color: #fef9e6 !important;
}

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-nav-link.u-text-active-palette-3-light-3.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-3-light-3 .u-nav-link.active {
  color: #fef9e6 !important;
}

.u-button-style:hover>.u-text-hover-palette-3-light-3 .u-svg-link {
  fill: #fef9e6;
}

.u-button-style.u-button-style:active>.u-text-active-palette-3-light-3 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-palette-3-light-3 .u-svg-link {
  fill: #fef9e6;
}

a.u-link.u-text-hover-palette-3-light-3:hover {
  color: #fef9e6 !important;
}

.u-text-palette-3-base,
.u-input.u-text-palette-3-base,
.u-input.u-text-palette-3-base[class*="u-border-"],
li.active>a.u-button-style.u-text-palette-3-base,
li.active>a.u-button-style.u-text-palette-3-base[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-palette-3-base:hover,
.u-popupmenu-items.u-text-hover-palette-3-base .u-nav-link:hover {
  color: #f1c50e !important;
}

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-nav-link.u-text-active-palette-3-base.active,
.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 {
  fill: #f1c50e;
}

.u-button-style:hover>.u-text-hover-palette-3-base .u-svg-link {
  fill: #f1c50e;
}

.u-button-style.u-button-style:active>.u-text-active-palette-3-base .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-palette-3-base .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-input.u-text-palette-4-dark-3[class*="u-border-"],
li.active>a.u-button-style.u-text-palette-4-dark-3,
li.active>a.u-button-style.u-text-palette-4-dark-3[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-palette-4-dark-3:hover,
.u-popupmenu-items.u-text-hover-palette-4-dark-3 .u-nav-link:hover {
  color: #293332 !important;
}

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-nav-link.u-text-active-palette-4-dark-3.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-4-dark-3 .u-nav-link.active {
  color: #293332 !important;
}

.u-button-style:hover>.u-text-hover-palette-4-dark-3 .u-svg-link {
  fill: #293332;
}

.u-button-style.u-button-style:active>.u-text-active-palette-4-dark-3 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-palette-4-dark-3 .u-svg-link {
  fill: #293332;
}

a.u-link.u-text-hover-palette-4-dark-3:hover {
  color: #293332 !important;
}

.u-input.u-text-palette-4-dark-2[class*="u-border-"],
li.active>a.u-button-style.u-text-palette-4-dark-2,
li.active>a.u-button-style.u-text-palette-4-dark-2[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-palette-4-dark-2:hover,
.u-popupmenu-items.u-text-hover-palette-4-dark-2 .u-nav-link:hover {
  color: #41807c !important;
}

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-nav-link.u-text-active-palette-4-dark-2.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-4-dark-2 .u-nav-link.active {
  color: #41807c !important;
}

.u-button-style:hover>.u-text-hover-palette-4-dark-2 .u-svg-link {
  fill: #41807c;
}

.u-button-style.u-button-style:active>.u-text-active-palette-4-dark-2 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-palette-4-dark-2 .u-svg-link {
  fill: #41807c;
}

a.u-link.u-text-hover-palette-4-dark-2:hover {
  color: #41807c !important;
}

.u-input.u-text-palette-4-dark-1[class*="u-border-"],
li.active>a.u-button-style.u-text-palette-4-dark-1,
li.active>a.u-button-style.u-text-palette-4-dark-1[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-palette-4-dark-1:hover,
.u-popupmenu-items.u-text-hover-palette-4-dark-1 .u-nav-link:hover {
  color: #2cccc4 !important;
}

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-nav-link.u-text-active-palette-4-dark-1.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-4-dark-1 .u-nav-link.active {
  color: #2cccc4 !important;
}

.u-button-style:hover>.u-text-hover-palette-4-dark-1 .u-svg-link {
  fill: #2cccc4;
}

.u-button-style.u-button-style:active>.u-text-active-palette-4-dark-1 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-palette-4-dark-1 .u-svg-link {
  fill: #2cccc4;
}

a.u-link.u-text-hover-palette-4-dark-1:hover {
  color: #2cccc4 !important;
}

.u-input.u-text-palette-4[class*="u-border-"],
li.active>a.u-button-style.u-text-palette-4,
li.active>a.u-button-style.u-text-palette-4[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-palette-4:hover,
.u-popupmenu-items.u-text-hover-palette-4 .u-nav-link:hover {
  color: #3be8e0 !important;
}

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-nav-link.u-text-active-palette-4.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-4 .u-nav-link.active {
  color: #3be8e0 !important;
}

.u-button-style:hover>.u-text-hover-palette-4 .u-svg-link {
  fill: #3be8e0;
}

.u-button-style.u-button-style:active>.u-text-active-palette-4 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-palette-4 .u-svg-link {
  fill: #3be8e0;
}

a.u-link.u-text-hover-palette-4:hover {
  color: #3be8e0 !important;
}

.u-input.u-text-palette-4-light-1[class*="u-border-"],
li.active>a.u-button-style.u-text-palette-4-light-1,
li.active>a.u-button-style.u-text-palette-4-light-1[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-palette-4-light-1:hover,
.u-popupmenu-items.u-text-hover-palette-4-light-1 .u-nav-link:hover {
  color: #72efe9 !important;
}

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-nav-link.u-text-active-palette-4-light-1.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-4-light-1 .u-nav-link.active {
  color: #72efe9 !important;
}

.u-button-style:hover>.u-text-hover-palette-4-light-1 .u-svg-link {
  fill: #72efe9;
}

.u-button-style.u-button-style:active>.u-text-active-palette-4-light-1 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-palette-4-light-1 .u-svg-link {
  fill: #72efe9;
}

a.u-link.u-text-hover-palette-4-light-1:hover {
  color: #72efe9 !important;
}

.u-input.u-text-palette-4-light-2[class*="u-border-"],
li.active>a.u-button-style.u-text-palette-4-light-2,
li.active>a.u-button-style.u-text-palette-4-light-2[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-palette-4-light-2:hover,
.u-popupmenu-items.u-text-hover-palette-4-light-2 .u-nav-link:hover {
  color: #adf6f2 !important;
}

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-nav-link.u-text-active-palette-4-light-2.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-4-light-2 .u-nav-link.active {
  color: #adf6f2 !important;
}

.u-button-style:hover>.u-text-hover-palette-4-light-2 .u-svg-link {
  fill: #adf6f2;
}

.u-button-style.u-button-style:active>.u-text-active-palette-4-light-2 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-palette-4-light-2 .u-svg-link {
  fill: #adf6f2;
}

a.u-link.u-text-hover-palette-4-light-2:hover {
  color: #adf6f2 !important;
}

.u-input.u-text-palette-4-light-3[class*="u-border-"],
li.active>a.u-button-style.u-text-palette-4-light-3,
li.active>a.u-button-style.u-text-palette-4-light-3[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-palette-4-light-3:hover,
.u-popupmenu-items.u-text-hover-palette-4-light-3 .u-nav-link:hover {
  color: #eafdfc !important;
}

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-nav-link.u-text-active-palette-4-light-3.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-4-light-3 .u-nav-link.active {
  color: #eafdfc !important;
}

.u-button-style:hover>.u-text-hover-palette-4-light-3 .u-svg-link {
  fill: #eafdfc;
}

.u-button-style.u-button-style:active>.u-text-active-palette-4-light-3 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-palette-4-light-3 .u-svg-link {
  fill: #eafdfc;
}

a.u-link.u-text-hover-palette-4-light-3:hover {
  color: #eafdfc !important;
}

.u-input.u-text-palette-4-base[class*="u-border-"],
li.active>a.u-button-style.u-text-palette-4-base,
li.active>a.u-button-style.u-text-palette-4-base[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-palette-4-base:hover,
.u-popupmenu-items.u-text-hover-palette-4-base .u-nav-link:hover {
  color: #2cccc4 !important;
}

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-nav-link.u-text-active-palette-4-base.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-4-base .u-nav-link.active {
  color: #2cccc4 !important;
}

.u-button-style:hover>.u-text-hover-palette-4-base .u-svg-link {
  fill: #2cccc4;
}

.u-button-style.u-button-style:active>.u-text-active-palette-4-base .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-palette-4-base .u-svg-link {
  fill: #2cccc4;
}

a.u-link.u-text-hover-palette-4-base:hover {
  color: #2cccc4 !important;
}

.u-input.u-text-palette-5-dark-3[class*="u-border-"],
li.active>a.u-button-style.u-text-palette-5-dark-3,
li.active>a.u-button-style.u-text-palette-5-dark-3[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-palette-5-dark-3:hover,
.u-popupmenu-items.u-text-hover-palette-5-dark-3 .u-nav-link:hover {
  color: #292d33 !important;
}

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-nav-link.u-text-active-palette-5-dark-3.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-5-dark-3 .u-nav-link.active {
  color: #292d33 !important;
}

.u-button-style:hover>.u-text-hover-palette-5-dark-3 .u-svg-link {
  fill: #292d33;
}

.u-button-style.u-button-style:active>.u-text-active-palette-5-dark-3 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-palette-5-dark-3 .u-svg-link {
  fill: #292d33;
}

a.u-link.u-text-hover-palette-5-dark-3:hover {
  color: #292d33 !important;
}

.u-input.u-text-palette-5-dark-2[class*="u-border-"],
li.active>a.u-button-style.u-text-palette-5-dark-2,
li.active>a.u-button-style.u-text-palette-5-dark-2[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-palette-5-dark-2:hover,
.u-popupmenu-items.u-text-hover-palette-5-dark-2 .u-nav-link:hover {
  color: #555c66 !important;
}

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-nav-link.u-text-active-palette-5-dark-2.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-5-dark-2 .u-nav-link.active {
  color: #555c66 !important;
}

.u-button-style:hover>.u-text-hover-palette-5-dark-2 .u-svg-link {
  fill: #555c66;
}

.u-button-style.u-button-style:active>.u-text-active-palette-5-dark-2 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-palette-5-dark-2 .u-svg-link {
  fill: #555c66;
}

a.u-link.u-text-hover-palette-5-dark-2:hover {
  color: #555c66 !important;
}

.u-input.u-text-palette-5-dark-1[class*="u-border-"],
li.active>a.u-button-style.u-text-palette-5-dark-1,
li.active>a.u-button-style.u-text-palette-5-dark-1[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-palette-5-dark-1:hover,
.u-popupmenu-items.u-text-hover-palette-5-dark-1 .u-nav-link:hover {
  color: #858e99 !important;
}

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-nav-link.u-text-active-palette-5-dark-1.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-5-dark-1 .u-nav-link.active {
  color: #858e99 !important;
}

.u-button-style:hover>.u-text-hover-palette-5-dark-1 .u-svg-link {
  fill: #858e99;
}

.u-button-style.u-button-style:active>.u-text-active-palette-5-dark-1 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-palette-5-dark-1 .u-svg-link {
  fill: #858e99;
}

a.u-link.u-text-hover-palette-5-dark-1:hover {
  color: #858e99 !important;
}

.u-input.u-text-palette-5[class*="u-border-"],
li.active>a.u-button-style.u-text-palette-5,
li.active>a.u-button-style.u-text-palette-5[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-palette-5:hover,
.u-popupmenu-items.u-text-hover-palette-5 .u-nav-link:hover {
  color: #b9c1cc !important;
}

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-nav-link.u-text-active-palette-5.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-5 .u-nav-link.active {
  color: #b9c1cc !important;
}

.u-button-style:hover>.u-text-hover-palette-5 .u-svg-link {
  fill: #b9c1cc;
}

.u-button-style.u-button-style:active>.u-text-active-palette-5 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-palette-5 .u-svg-link {
  fill: #b9c1cc;
}

a.u-link.u-text-hover-palette-5:hover {
  color: #b9c1cc !important;
}

.u-input.u-text-palette-5-light-1[class*="u-border-"],
li.active>a.u-button-style.u-text-palette-5-light-1,
li.active>a.u-button-style.u-text-palette-5-light-1[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-palette-5-light-1:hover,
.u-popupmenu-items.u-text-hover-palette-5-light-1 .u-nav-link:hover {
  color: #ccd3db !important;
}

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-nav-link.u-text-active-palette-5-light-1.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-5-light-1 .u-nav-link.active {
  color: #ccd3db !important;
}

.u-button-style:hover>.u-text-hover-palette-5-light-1 .u-svg-link {
  fill: #ccd3db;
}

.u-button-style.u-button-style:active>.u-text-active-palette-5-light-1 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-palette-5-light-1 .u-svg-link {
  fill: #ccd3db;
}

a.u-link.u-text-hover-palette-5-light-1:hover {
  color: #ccd3db !important;
}

.u-input.u-text-palette-5-light-2[class*="u-border-"],
li.active>a.u-button-style.u-text-palette-5-light-2,
li.active>a.u-button-style.u-text-palette-5-light-2[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-palette-5-light-2:hover,
.u-popupmenu-items.u-text-hover-palette-5-light-2 .u-nav-link:hover {
  color: #e0e5eb !important;
}

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-nav-link.u-text-active-palette-5-light-2.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-5-light-2 .u-nav-link.active {
  color: #e0e5eb !important;
}

.u-button-style:hover>.u-text-hover-palette-5-light-2 .u-svg-link {
  fill: #e0e5eb;
}

.u-button-style.u-button-style:active>.u-text-active-palette-5-light-2 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-palette-5-light-2 .u-svg-link {
  fill: #e0e5eb;
}

a.u-link.u-text-hover-palette-5-light-2:hover {
  color: #e0e5eb !important;
}

.u-input.u-text-palette-5-light-3[class*="u-border-"],
li.active>a.u-button-style.u-text-palette-5-light-3,
li.active>a.u-button-style.u-text-palette-5-light-3[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-palette-5-light-3:hover,
.u-popupmenu-items.u-text-hover-palette-5-light-3 .u-nav-link:hover {
  color: #f5f7fa !important;
}

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-nav-link.u-text-active-palette-5-light-3.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-5-light-3 .u-nav-link.active {
  color: #f5f7fa !important;
}

.u-button-style:hover>.u-text-hover-palette-5-light-3 .u-svg-link {
  fill: #f5f7fa;
}

.u-button-style.u-button-style:active>.u-text-active-palette-5-light-3 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-palette-5-light-3 .u-svg-link {
  fill: #f5f7fa;
}

a.u-link.u-text-hover-palette-5-light-3:hover {
  color: #f5f7fa !important;
}

.u-input.u-text-palette-5-base[class*="u-border-"],
li.active>a.u-button-style.u-text-palette-5-base,
li.active>a.u-button-style.u-text-palette-5-base[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-palette-5-base:hover,
.u-popupmenu-items.u-text-hover-palette-5-base .u-nav-link:hover {
  color: #b9c1cc !important;
}

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-nav-link.u-text-active-palette-5-base.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-palette-5-base .u-nav-link.active {
  color: #b9c1cc !important;
}

.u-button-style:hover>.u-text-hover-palette-5-base .u-svg-link {
  fill: #b9c1cc;
}

.u-button-style.u-button-style:active>.u-text-active-palette-5-base .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-palette-5-base .u-svg-link {
  fill: #b9c1cc;
}

a.u-link.u-text-hover-palette-5-base:hover {
  color: #b9c1cc !important;
}

.u-input.u-text-grey-dark-3[class*="u-border-"],
li.active>a.u-button-style.u-text-grey-dark-3,
li.active>a.u-button-style.u-text-grey-dark-3[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-grey-dark-3:hover,
.u-popupmenu-items.u-text-hover-grey-dark-3 .u-nav-link:hover {
  color: #212121 !important;
}

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-nav-link.u-text-active-grey-dark-3.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-grey-dark-3 .u-nav-link.active {
  color: #212121 !important;
}

.u-button-style:hover>.u-text-hover-grey-dark-3 .u-svg-link {
  fill: #212121;
}

.u-button-style.u-button-style:active>.u-text-active-grey-dark-3 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-grey-dark-3 .u-svg-link {
  fill: #212121;
}

a.u-link.u-text-hover-grey-dark-3:hover {
  color: #212121 !important;
}

.u-input.u-text-grey-dark-2[class*="u-border-"],
li.active>a.u-button-style.u-text-grey-dark-2,
li.active>a.u-button-style.u-text-grey-dark-2[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-grey-dark-2:hover,
.u-popupmenu-items.u-text-hover-grey-dark-2 .u-nav-link:hover {
  color: #333333 !important;
}

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

.u-button-style:hover>.u-text-hover-grey-dark-2 .u-svg-link {
  fill: #333333;
}

.u-button-style.u-button-style:active>.u-text-active-grey-dark-2 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-grey-dark-2 .u-svg-link {
  fill: #333333;
}

a.u-link.u-text-hover-grey-dark-2:hover {
  color: #333333 !important;
}

.u-input.u-text-grey-dark-1[class*="u-border-"],
li.active>a.u-button-style.u-text-grey-dark-1,
li.active>a.u-button-style.u-text-grey-dark-1[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-grey-dark-1:hover,
.u-popupmenu-items.u-text-hover-grey-dark-1 .u-nav-link:hover {
  color: #454545 !important;
}

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

.u-button-style:hover>.u-text-hover-grey-dark-1 .u-svg-link {
  fill: #454545;
}

.u-button-style.u-button-style:active>.u-text-active-grey-dark-1 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-grey-dark-1 .u-svg-link {
  fill: #454545;
}

a.u-link.u-text-hover-grey-dark-1:hover {
  color: #454545 !important;
}

.u-input.u-text-grey[class*="u-border-"],
li.active>a.u-button-style.u-text-grey,
li.active>a.u-button-style.u-text-grey[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-grey:hover,
.u-popupmenu-items.u-text-hover-grey .u-nav-link:hover {
  color: #b3b3b3 !important;
}

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

.u-button-style:hover>.u-text-hover-grey .u-svg-link {
  fill: #b3b3b3;
}

.u-button-style.u-button-style:active>.u-text-active-grey .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-grey .u-svg-link {
  fill: #b3b3b3;
}

a.u-link.u-text-hover-grey:hover {
  color: #b3b3b3 !important;
}

.u-input.u-text-grey-light-1[class*="u-border-"],
li.active>a.u-button-style.u-text-grey-light-1,
li.active>a.u-button-style.u-text-grey-light-1[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-grey-light-1:hover,
.u-popupmenu-items.u-text-hover-grey-light-1 .u-nav-link:hover {
  color: #d9d9d9 !important;
}

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

.u-button-style:hover>.u-text-hover-grey-light-1 .u-svg-link {
  fill: #d9d9d9;
}

.u-button-style.u-button-style:active>.u-text-active-grey-light-1 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-grey-light-1 .u-svg-link {
  fill: #d9d9d9;
}

a.u-link.u-text-hover-grey-light-1:hover {
  color: #d9d9d9 !important;
}

.u-input.u-text-grey-light-2[class*="u-border-"],
li.active>a.u-button-style.u-text-grey-light-2,
li.active>a.u-button-style.u-text-grey-light-2[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-grey-light-2:hover,
.u-popupmenu-items.u-text-hover-grey-light-2 .u-nav-link:hover {
  color: #eeeeee !important;
}

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

.u-button-style:hover>.u-text-hover-grey-light-2 .u-svg-link {
  fill: #eeeeee;
}

.u-button-style.u-button-style:active>.u-text-active-grey-light-2 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-grey-light-2 .u-svg-link {
  fill: #eeeeee;
}

a.u-link.u-text-hover-grey-light-2:hover {
  color: #eeeeee !important;
}

.u-input.u-text-grey-light-3[class*="u-border-"],
li.active>a.u-button-style.u-text-grey-light-3,
li.active>a.u-button-style.u-text-grey-light-3[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-grey-light-3:hover,
.u-popupmenu-items.u-text-hover-grey-light-3 .u-nav-link:hover {
  color: #f6f6f6 !important;
}

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-nav-link.u-text-active-grey-light-3.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-grey-light-3 .u-nav-link.active {
  color: #f6f6f6 !important;
}

.u-button-style:hover>.u-text-hover-grey-light-3 .u-svg-link {
  fill: #f6f6f6;
}

.u-button-style.u-button-style:active>.u-text-active-grey-light-3 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-grey-light-3 .u-svg-link {
  fill: #f6f6f6;
}

a.u-link.u-text-hover-grey-light-3:hover {
  color: #f6f6f6 !important;
}

.u-input.u-text-white[class*="u-border-"],
li.active>a.u-button-style.u-text-white,
li.active>a.u-button-style.u-text-white[class*="u-border-"],
a.u-button-style.u-text-white,
a.u-button-style.u-text-white[class*="u-border-"] {
  color: #ffffff !important;



}

a.u-button-style.u-text-white:hover,
a.u-button-style.u-text-white[class*="u-border-"]:hover,
a.u-button-style.u-text-white:focus,
a.u-button-style.u-text-white[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-white:active,
a.u-button-style.u-button-style.u-text-white[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-white.active,
a.u-button-style.u-button-style.u-text-white[class*="u-border-"].active {
  color: #e6e6e6 !important;
}

a.u-button-style:hover>.u-text-hover-white,
a.u-button-style:hover>.u-text-hover-white[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-white:hover,
a.u-button-style.u-button-style.u-text-hover-white[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-white.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-white[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-white:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-white[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-white:focus,
a.u-button-style.u-button-style.u-text-hover-white[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-white:hover,
.u-popupmenu-items.u-text-hover-white .u-nav-link:hover {
  color: #ffffff !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-white:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-white[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-white.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-white[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-white,
a.u-button-style.u-button-style.active>.u-text-active-white[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-white.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-white .u-nav-link.active {
  color: #ffffff !important;
}

.u-button-style:hover>.u-text-hover-white .u-svg-link {
  fill: #ffffff;
}

.u-button-style.u-button-style:active>.u-text-active-white .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-white .u-svg-link {
  fill: #ffffff;
}

a.u-link.u-text-hover-white:hover {
  color: #ffffff !important;
}

.u-text-black,
.u-input.u-text-black,
.u-input.u-text-black[class*="u-border-"],
li.active>a.u-button-style.u-text-black,
li.active>a.u-button-style.u-text-black[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-black:hover,
.u-popupmenu-items.u-text-hover-black .u-nav-link:hover {
  color: #000000 !important;
}

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

.u-text-black .u-svg-link {
  fill: #000000;
}

.u-button-style:hover>.u-text-hover-black .u-svg-link {
  fill: #000000;
}

.u-button-style.u-button-style:active>.u-text-active-black .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-black .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,
.u-input.u-text-body-color,
.u-input.u-text-body-color[class*="u-border-"],
li.active>a.u-button-style.u-text-body-color,
li.active>a.u-button-style.u-text-body-color[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-body-color:hover,
.u-popupmenu-items.u-text-hover-body-color .u-nav-link:hover {
  color: #111111 !important;
}

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-nav-link.u-text-active-body-color.active,
.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 {
  fill: #111111;
}

.u-button-style:hover>.u-text-hover-body-color .u-svg-link {
  fill: #111111;
}

.u-button-style.u-button-style:active>.u-text-active-body-color .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-body-color .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-input.u-text-body-alt-color[class*="u-border-"],
li.active>a.u-button-style.u-text-body-alt-color,
li.active>a.u-button-style.u-text-body-alt-color[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-body-alt-color:hover,
.u-popupmenu-items.u-text-hover-body-alt-color .u-nav-link:hover {
  color: #ffffff !important;
}

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-nav-link.u-text-active-body-alt-color.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-body-alt-color .u-nav-link.active {
  color: #ffffff !important;
}

.u-button-style:hover>.u-text-hover-body-alt-color .u-svg-link {
  fill: #ffffff;
}

.u-button-style.u-button-style:active>.u-text-active-body-alt-color .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-body-alt-color .u-svg-link {
  fill: #ffffff;
}

a.u-link.u-text-hover-body-alt-color:hover {
  color: #ffffff !important;
}

.u-input.u-text-grey-25[class*="u-border-"],
li.active>a.u-button-style.u-text-grey-25,
li.active>a.u-button-style.u-text-grey-25[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-grey-25:hover,
.u-popupmenu-items.u-text-hover-grey-25 .u-nav-link:hover {
  color: #c0c0c0 !important;
}

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-nav-link.u-text-active-grey-25.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-grey-25 .u-nav-link.active {
  color: #c0c0c0 !important;
}

.u-button-style:hover>.u-text-hover-grey-25 .u-svg-link {
  fill: #c0c0c0;
}

.u-button-style.u-button-style:active>.u-text-active-grey-25 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-grey-25 .u-svg-link {
  fill: #c0c0c0;
}

a.u-link.u-text-hover-grey-25:hover {
  color: #c0c0c0 !important;
}

.u-input.u-text-grey-5[class*="u-border-"],
li.active>a.u-button-style.u-text-grey-5,
li.active>a.u-button-style.u-text-grey-5[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-grey-5:hover,
.u-popupmenu-items.u-text-hover-grey-5 .u-nav-link:hover {
  color: #f2f2f2 !important;
}

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-nav-link.u-text-active-grey-5.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-grey-5 .u-nav-link.active {
  color: #f2f2f2 !important;
}

.u-button-style:hover>.u-text-hover-grey-5 .u-svg-link {
  fill: #f2f2f2;
}

.u-button-style.u-button-style:active>.u-text-active-grey-5 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-grey-5 .u-svg-link {
  fill: #f2f2f2;
}

a.u-link.u-text-hover-grey-5:hover {
  color: #f2f2f2 !important;
}

.u-input.u-text-grey-10[class*="u-border-"],
li.active>a.u-button-style.u-text-grey-10,
li.active>a.u-button-style.u-text-grey-10[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-grey-10:hover,
.u-popupmenu-items.u-text-hover-grey-10 .u-nav-link:hover {
  color: #e5e5e5 !important;
}

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-nav-link.u-text-active-grey-10.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-grey-10 .u-nav-link.active {
  color: #e5e5e5 !important;
}

.u-button-style:hover>.u-text-hover-grey-10 .u-svg-link {
  fill: #e5e5e5;
}

.u-button-style.u-button-style:active>.u-text-active-grey-10 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-grey-10 .u-svg-link {
  fill: #e5e5e5;
}

a.u-link.u-text-hover-grey-10:hover {
  color: #e5e5e5 !important;
}

.u-input.u-text-grey-15[class*="u-border-"],
li.active>a.u-button-style.u-text-grey-15,
li.active>a.u-button-style.u-text-grey-15[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-grey-15:hover,
.u-popupmenu-items.u-text-hover-grey-15 .u-nav-link:hover {
  color: #d9d9d9 !important;
}

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-nav-link.u-text-active-grey-15.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-grey-15 .u-nav-link.active {
  color: #d9d9d9 !important;
}

.u-button-style:hover>.u-text-hover-grey-15 .u-svg-link {
  fill: #d9d9d9;
}

.u-button-style.u-button-style:active>.u-text-active-grey-15 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-grey-15 .u-svg-link {
  fill: #d9d9d9;
}

a.u-link.u-text-hover-grey-15:hover {
  color: #d9d9d9 !important;
}

.u-input.u-text-grey-25[class*="u-border-"],
li.active>a.u-button-style.u-text-grey-25,
li.active>a.u-button-style.u-text-grey-25[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-grey-25:hover,
.u-popupmenu-items.u-text-hover-grey-25 .u-nav-link:hover {
  color: #c0c0c0 !important;
}

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-nav-link.u-text-active-grey-25.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-grey-25 .u-nav-link.active {
  color: #c0c0c0 !important;
}

.u-button-style:hover>.u-text-hover-grey-25 .u-svg-link {
  fill: #c0c0c0;
}

.u-button-style.u-button-style:active>.u-text-active-grey-25 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-grey-25 .u-svg-link {
  fill: #c0c0c0;
}

a.u-link.u-text-hover-grey-25:hover {
  color: #c0c0c0 !important;
}

.u-input.u-text-grey-30[class*="u-border-"],
li.active>a.u-button-style.u-text-grey-30,
li.active>a.u-button-style.u-text-grey-30[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-grey-30:hover,
.u-popupmenu-items.u-text-hover-grey-30 .u-nav-link:hover {
  color: #b3b3b3 !important;
}

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-nav-link.u-text-active-grey-30.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-grey-30 .u-nav-link.active {
  color: #b3b3b3 !important;
}

.u-button-style:hover>.u-text-hover-grey-30 .u-svg-link {
  fill: #b3b3b3;
}

.u-button-style.u-button-style:active>.u-text-active-grey-30 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-grey-30 .u-svg-link {
  fill: #b3b3b3;
}

a.u-link.u-text-hover-grey-30:hover {
  color: #b3b3b3 !important;
}

.u-input.u-text-grey-40[class*="u-border-"],
li.active>a.u-button-style.u-text-grey-40,
li.active>a.u-button-style.u-text-grey-40[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-grey-40:hover,
.u-popupmenu-items.u-text-hover-grey-40 .u-nav-link:hover {
  color: #999999 !important;
}

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-nav-link.u-text-active-grey-40.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-grey-40 .u-nav-link.active {
  color: #999999 !important;
}

.u-button-style:hover>.u-text-hover-grey-40 .u-svg-link {
  fill: #999999;
}

.u-button-style.u-button-style:active>.u-text-active-grey-40 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-grey-40 .u-svg-link {
  fill: #999999;
}

a.u-link.u-text-hover-grey-40:hover {
  color: #999999 !important;
}

.u-input.u-text-grey-50[class*="u-border-"],
li.active>a.u-button-style.u-text-grey-50,
li.active>a.u-button-style.u-text-grey-50[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-grey-50:hover,
.u-popupmenu-items.u-text-hover-grey-50 .u-nav-link:hover {
  color: #808080 !important;
}

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-nav-link.u-text-active-grey-50.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-grey-50 .u-nav-link.active {
  color: #808080 !important;
}

.u-button-style:hover>.u-text-hover-grey-50 .u-svg-link {
  fill: #808080;
}

.u-button-style.u-button-style:active>.u-text-active-grey-50 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-grey-50 .u-svg-link {
  fill: #808080;
}

a.u-link.u-text-hover-grey-50:hover {
  color: #808080 !important;
}

.u-input.u-text-grey-60[class*="u-border-"],
li.active>a.u-button-style.u-text-grey-60,
li.active>a.u-button-style.u-text-grey-60[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-grey-60:hover,
.u-popupmenu-items.u-text-hover-grey-60 .u-nav-link:hover {
  color: #666666 !important;
}

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-nav-link.u-text-active-grey-60.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-grey-60 .u-nav-link.active {
  color: #666666 !important;
}

.u-button-style:hover>.u-text-hover-grey-60 .u-svg-link {
  fill: #666666;
}

.u-button-style.u-button-style:active>.u-text-active-grey-60 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-grey-60 .u-svg-link {
  fill: #666666;
}

a.u-link.u-text-hover-grey-60:hover {
  color: #666666 !important;
}

.u-input.u-text-grey-70[class*="u-border-"],
li.active>a.u-button-style.u-text-grey-70,
li.active>a.u-button-style.u-text-grey-70[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-grey-70:hover,
.u-popupmenu-items.u-text-hover-grey-70 .u-nav-link:hover {
  color: #4d4d4d !important;
}

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-nav-link.u-text-active-grey-70.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-grey-70 .u-nav-link.active {
  color: #4d4d4d !important;
}

.u-button-style:hover>.u-text-hover-grey-70 .u-svg-link {
  fill: #4d4d4d;
}

.u-button-style.u-button-style:active>.u-text-active-grey-70 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-grey-70 .u-svg-link {
  fill: #4d4d4d;
}

a.u-link.u-text-hover-grey-70:hover {
  color: #4d4d4d !important;
}

.u-input.u-text-grey-75[class*="u-border-"],
li.active>a.u-button-style.u-text-grey-75,
li.active>a.u-button-style.u-text-grey-75[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-grey-75:hover,
.u-popupmenu-items.u-text-hover-grey-75 .u-nav-link:hover {
  color: #404040 !important;
}

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-nav-link.u-text-active-grey-75.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-grey-75 .u-nav-link.active {
  color: #404040 !important;
}

.u-button-style:hover>.u-text-hover-grey-75 .u-svg-link {
  fill: #404040;
}

.u-button-style.u-button-style:active>.u-text-active-grey-75 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-grey-75 .u-svg-link {
  fill: #404040;
}

a.u-link.u-text-hover-grey-75:hover {
  color: #404040 !important;
}

.u-input.u-text-grey-80[class*="u-border-"],
li.active>a.u-button-style.u-text-grey-80,
li.active>a.u-button-style.u-text-grey-80[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-grey-80:hover,
.u-popupmenu-items.u-text-hover-grey-80 .u-nav-link:hover {
  color: #333333 !important;
}

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-nav-link.u-text-active-grey-80.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-grey-80 .u-nav-link.active {
  color: #333333 !important;
}

.u-button-style:hover>.u-text-hover-grey-80 .u-svg-link {
  fill: #333333;
}

.u-button-style.u-button-style:active>.u-text-active-grey-80 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-grey-80 .u-svg-link {
  fill: #333333;
}

a.u-link.u-text-hover-grey-80:hover {
  color: #333333 !important;
}

.u-input.u-text-grey-90[class*="u-border-"],
li.active>a.u-button-style.u-text-grey-90,
li.active>a.u-button-style.u-text-grey-90[class*="u-border-"],
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,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-grey-90:hover,
.u-popupmenu-items.u-text-hover-grey-90 .u-nav-link:hover {
  color: #1a1a1a !important;
}

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

.u-button-style:hover>.u-text-hover-grey-90 .u-svg-link {
  fill: #1a1a1a;
}

.u-button-style.u-button-style:active>.u-text-active-grey-90 .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-grey-90 .u-svg-link {
  fill: #1a1a1a;
}

a.u-link.u-text-hover-grey-90:hover {
  color: #1a1a1a !important;
}

.u-color-var,
.u-body.u-color-var,
section.u-color-var:before,
.u-color-var>.u-audio-main-layout-wrapper:before,
.u-color-var>.u-container-layout:before,
.u-color-var>.u-inner-container-layout:before,
.u-color-var.u-sidenav:before,
.u-container-layout.u-container-layout.u-color-var:before {
  background-color: var(--color-var);
}

.u-input.u-color-var,
.u-field-input.u-color-var,
.u-button-style.u-color-var,
.u-button-style.u-color-var[class*="u-border-"] {
  background-color: var(--color-var) !important;
}

.u-hover-color-var[class*="u-border-"]:hover,
.u-hover-color-var[class*="u-border-"]:focus,
a.u-button-style.u-hover-color-var:hover,
a.u-button-style.u-hover-color-var.hover,
a.u-button-style.u-hover-color-var[class*="u-border-"]:hover,
a.u-button-style.u-hover-color-var[class*="u-border-"].hover,
a.u-button-style:hover>.u-hover-color-var,
a.u-button-style:hover>.u-hover-color-var[class*="u-border-"],
a.u-button-style.u-hover-color-var:focus,
a.u-button-style.u-hover-color-var[class*="u-border-"]:focus {
  background-color: var(--hover-color-var) !important;
}

.u-active-color-var[class*="u-border-"].u-active.u-active,
a.u-button-style.u-button-style.u-active-color-var:active,
a.u-button-style.u-button-style.u-active-color-var[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-color-var.active,
a.u-button-style.u-button-style.u-active-color-var[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-active-color-var,
a.u-button-style.u-button-style.active>.u-active-color-var[class*="u-border-"],
li.active>a.u-button-style.u-button-style.u-active-color-var,
li.active>a.u-button-style.u-button-style.u-active-color-var[class*="u-border-"] {
  background-color: var(--active-color-var) !important;
}

a.u-link.u-hover-color-var:hover {
  color: var(--color-var) !important;
}

.u-button-style.u-border-color-var {
  border-color: var(--border-color-var) !important;
}

a.u-button-style.u-border-hover-color-var:hover,
a.u-button-style:hover>.u-border-hover-color-var,
a.u-button-style.u-border-hover-color-var:focus {
  border-color: var(--border-hover-color-var) !important;
}

a.u-button-style.u-button-style.u-border-active-color-var:active,
a.u-button-style.u-button-style.u-border-active-color-var.active,
a.u-button-style.u-button-style.active>.u-border-active-color-var,
li.active>a.u-button-style.u-button-style.u-border-active-color-var {
  border-color: var(--border-active-color-var) !important;
}

.u-input.u-text-color-var[class*="u-border-"],
li.active>a.u-button-style.u-text-color-var,
li.active>a.u-button-style.u-text-color-var[class*="u-border-"],
a.u-button-style.u-text-color-var,
a.u-button-style.u-text-color-var[class*="u-border-"] {
  color: var(--text-color-var) !important;
}

a.u-button-style:hover>.u-text-hover-color-var,
a.u-button-style:hover>.u-text-hover-color-var[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-color-var:hover,
a.u-button-style.u-button-style.u-text-hover-color-var[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-var.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-var[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-var:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-var[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-color-var:focus,
a.u-button-style.u-button-style.u-text-hover-color-var[class*="u-border-"]:focus,
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-text-hover-color-var:hover,
.u-popupmenu-items.u-text-hover-color-var .u-nav-link:hover {
  color: var(--text-hover-color-var) !important;
}

a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-var:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-var[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-var.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-var[class*="u-border-"].active,
a.u-button-style.u-button-style.active>.u-text-active-color-var,
a.u-button-style.u-button-style.active>.u-text-active-color-var[class*="u-border-"],
:not(.level-2)>.u-nav>.u-nav-item>a.u-nav-link.u-nav-link.u-text-active-color-var.active,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-var .u-nav-link.active {
  color: var(--text-active-color-var) !important;
}

.u-button-style:hover>.u-text-hover-color-var .u-svg-link {
  fill: var(--text-hover-color-var);
}

.u-button-style.u-button-style:active>.u-text-active-color-var .u-svg-link,
.u-button-style.u-button-style.active>.u-text-active-color-var .u-svg-link {
  fill: var(--text-active-color-var);
}

a.u-link.u-text-hover-color-var:hover {
  color: var(--text-hover-color-var) !important;
}

.u-body {

  --theme-sheet-width-xl: 1140px;
  --theme-sheet-width-lg: 940px;
  --theme-sheet-width-md: 720px;
  --theme-sheet-width-sm: 540px;
  --theme-sheet-width-xs: 340px;

}

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

h2.u-subtitle {
  font-weight: 400;
  font-size: 3rem;
  line-height: 1.1;
  margin-top: 20px;
  margin-bottom: 20px;
}

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

h2:not(.u-subtitle) {
  font-weight: 400;
  font-size: 3rem;
  line-height: 1.1;
  margin-top: 20px;
  margin-bottom: 20px;
}

h3 {
  font-weight: 400;
  font-size: 2.25rem;
  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;
}

p.u-large-text {
  font-size: 1.5rem;
  margin-top: 20px;
  margin-bottom: 20px;
}

p.u-small-text {
  font-size: 0.875rem;
  margin-top: 20px;
  margin-bottom: 20px;
}

p:not(.u-text-variant) {
  font-size: 1.125rem;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.6;
}

a {
  font-size: 1.125rem;
  line-height: 1.6;
}

.u-btn {
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.4;
}

ul:not(.u-unstyled) {
  font-size: 1.125rem;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.6;
}

@media (max-width: 1199px) {
  h1.u-title {
    font-size: 4.5rem;
  }
}

@media (max-width: 767px) {
  h1.u-title {
    font-size: 3.75rem;
  }
}

@media (max-width: 575px) {
  h1.u-title {
    font-size: 3rem;
  }
}

@media (max-width: 767px) {
  h2.u-subtitle {
    font-size: 2.25rem;
  }
}

@media (max-width: 575px) {
  h2.u-subtitle {
    font-size: 1.875rem;
  }
}

@media (max-width: 1199px) {
  h1:not(.u-title) {
    font-size: 3.75rem;
  }
}

@media (max-width: 767px) {
  h1:not(.u-title) {
    font-size: 3rem;
  }
}

@media (max-width: 575px) {
  h1:not(.u-title) {
    font-size: 2.25rem;
  }
}

@media (max-width: 767px) {
  h2:not(.u-subtitle) {
    font-size: 2.25rem;
  }
}

@media (max-width: 575px) {
  h2:not(.u-subtitle) {
    font-size: 1.875rem;
  }
}

@media (max-width: 767px) {
  h3 {
    font-size: 1.875rem;
  }
}

@media (max-width: 575px) {
  h3 {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  p:not(.u-text-variant) {
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  a {
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  ul:not(.u-unstyled) {
    font-size: 1rem;
  }
}

.u-lg h1.u-title {
  font-size: 4.5rem;
}

.u-md h1.u-title {
  font-size: 4.5rem;
}

.u-sm h1.u-title {
  font-size: 3.75rem;
}

.u-xs h1.u-title {
  font-size: 3rem;
}

.u-sm h2.u-subtitle {
  font-size: 2.25rem;
}

.u-xs h2.u-subtitle {
  font-size: 1.875rem;
}

.u-lg h1:not(.u-title) {
  font-size: 3.75rem;
}

.u-md h1:not(.u-title) {
  font-size: 3.75rem;
}

.u-sm h1:not(.u-title) {
  font-size: 3rem;
}

.u-xs h1:not(.u-title) {
  font-size: 2.25rem;
}

.u-sm h2:not(.u-subtitle) {
  font-size: 2.25rem;
}

.u-xs h2:not(.u-subtitle) {
  font-size: 1.875rem;
}

.u-sm h3 {
  font-size: 1.875rem;
}

.u-xs h3 {
  font-size: 1.5rem;
}

.u-sm p:not(.u-text-variant) {
  font-size: 1rem;
}

.u-xs p:not(.u-text-variant) {
  font-size: 1rem;
}

.u-sm a {
  font-size: 1rem;
}

.u-xs a {
  font-size: 1rem;
}

.u-sm ul:not(.u-unstyled) {
  font-size: 1rem;
}

.u-xs ul:not(.u-unstyled) {
  font-size: 1rem;
}

.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: #387cbd;
}

.u-overlap.u-overlap-transparent:not(.u-overlap-contrast) .u-header :not(.u-nav-item)>a:active,
.u-gradient>.u-container-layout>a:active,
.u-image:not(.u-shading)>.u-container-layout>a:active,
a:active {
  color: #387cbd;
}

.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: #387cbd;
  color: #e6e6e6;
}

.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: #387cbd;
  color: #e6e6e6;
}

.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: #387cbd;
  color: #e6e6e6;
}

.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 {
  border-color: #478ac9;
}

.u-overlap.u-overlap-transparent:not(.u-overlap-contrast) .u-header :not(.u-nav-item)>.u-input,
.u-gradient>.u-container-layout>.u-input,
.u-image:not(.u-shading)>.u-container-layout>.u-input {
  border-color: #b3b3b3;
  background-color: #ffffff;
  color: #000000;
}

.u-grey-80,
.u-shading a,
:where(.u-overlap-contrast .u-header) a:not(.u-nav-link):not(.u-btn) {
  color: #adcce9;
}

.u-grey-80,
.u-grey a:hover {
  color: #a1a1a1;
}

.u-grey-80,
.u-grey a:active {
  color: #a1a1a1;
}

:where(.u-shading, .u-overlap-contrast .u-header) .u-btn {
  background-color: #adcce9;
  color: #000000;
}

:where(.u-shading, .u-overlap-contrast .u-header) .u-btn:hover {
  background-color: #8db8e0;
  color: #ffffff;
}

:where(.u-shading, .u-overlap-contrast .u-header) .u-btn:active {
  background-color: #8db8e0;
  color: #ffffff;
}

.u-header {
  background-image: none;
}

.u-header .u-sheet-1 {
  min-height: 80px;
}

.u-header .u-image-1 {
  width: 64px;
  height: 32px;
  margin: 22px auto 0 0;
}

.u-header .u-logo-image-1 {
  width: 250%;
  height: 250%;
}

.u-header .u-menu-1 {
  margin: -32px 0 22px auto;
}

.u-header .u-nav-1 {
  font-size: 1rem;
  letter-spacing: normal;
}

.u-header .u-nav-2 {
  font-size: 1.25rem;
}

@media (max-width: 1199px) {
  .u-header .u-menu-1 {
    width: auto;
  }
}

@media (max-width: 991px) {
  .u-header .u-image-1 {
    margin-top: 24px;
  }

  .u-header .u-menu-1 {
    margin-right: 1px;
    margin-bottom: 24px;
  }
}

@media (max-width: 767px) {
  .u-header .u-menu-1 {
    margin-right: 1px;
  }
}

.u-footer {
  background-image: none;
}

.u-footer .u-sheet-1 {
  min-height: 126px;
}

.u-footer .u-image-1 {
  width: 127px;
  height: 64px;
  margin: 31px auto 0 49px;
}

.u-footer .u-logo-image-1 {
  width: 200%;
  height: 200%;
}

.u-footer .u-text-1 {
  margin: -43px 31px 52px 892px;
}

@media (max-width: 1199px) {
  .u-footer .u-text-1 {
    width: 417px;
    margin-top: -54px;
    margin-left: 723px;
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .u-footer .u-text-1 {
    margin-left: 503px;
  }
}

@media (max-width: 767px) {
  .u-footer .u-text-1 {
    margin-left: 323px;
  }
}

@media (max-width: 575px) {
  .u-footer .u-text-1 {
    width: 340px;
    margin-left: 123px;
  }
}

html {
  font-size: 16px;
}