img.wp-smiley,
img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 0.07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
}

:root {
  --wp-admin-theme-color: #007cba;
  --wp-admin-theme-color--rgb: 0, 124, 186;
  --wp-admin-theme-color-darker-10: #006ba1;
  --wp-admin-theme-color-darker-10--rgb: 0, 107, 161;
  --wp-admin-theme-color-darker-20: #005a87;
  --wp-admin-theme-color-darker-20--rgb: 0, 90, 135;
  --wp-admin-border-width-focus: 2px;
  --wp-block-synced-color: #7a00df;
  --wp-block-synced-color--rgb: 122, 0, 223;
  --wp-bound-block-color: var(--wp-block-synced-color);
}

@media (min-resolution: 192dpi) {
  :root {
    --wp-admin-border-width-focus: 1.5px;
  }
}

.wp-element-button {
  cursor: pointer;
}

:root {
  --wp--preset--font-size--normal: 16px;
  --wp--preset--font-size--huge: 42px;
}

:root .has-very-light-gray-background-color {
  background-color: #eee;
}

:root .has-very-dark-gray-background-color {
  background-color: #313131;
}

:root .has-very-light-gray-color {
  color: #eee;
}

:root .has-very-dark-gray-color {
  color: #313131;
}

:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
  background: linear-gradient(135deg, #00d084, #0693e3);
}

:root .has-purple-crush-gradient-background {
  background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe);
}

:root .has-hazy-dawn-gradient-background {
  background: linear-gradient(135deg, #faaca8, #dad0ec);
}

:root .has-subdued-olive-gradient-background {
  background: linear-gradient(135deg, #fafae1, #67a671);
}

:root .has-atomic-cream-gradient-background {
  background: linear-gradient(135deg, #fdd79a, #004a59);
}

:root .has-nightshade-gradient-background {
  background: linear-gradient(135deg, #330968, #31cdcf);
}

:root .has-midnight-gradient-background {
  background: linear-gradient(135deg, #020381, #2874fc);
}

.has-regular-font-size {
  font-size: 1em;
}

.has-larger-font-size {
  font-size: 2.625em;
}

.has-normal-font-size {
  font-size: var(--wp--preset--font-size--normal);
}

.has-huge-font-size {
  font-size: var(--wp--preset--font-size--huge);
}

.has-text-align-center {
  text-align: center;
}

.has-text-align-left {
  text-align: left;
}

.has-text-align-right {
  text-align: right;
}

#end-resizable-editor-section {
  display: none;
}

.aligncenter {
  clear: both;
}

.items-justified-left {
  justify-content: flex-start;
}

.items-justified-center {
  justify-content: center;
}

.items-justified-right {
  justify-content: flex-end;
}

.items-justified-space-between {
  justify-content: space-between;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #ddd;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

html :where(.has-border-color) {
  border-style: solid;
}

html :where([style*="border-top-color"]) {
  border-top-style: solid;
}

html :where([style*="border-right-color"]) {
  border-right-style: solid;
}

html :where([style*="border-bottom-color"]) {
  border-bottom-style: solid;
}

html :where([style*="border-left-color"]) {
  border-left-style: solid;
}

html :where([style*="border-width"]) {
  border-style: solid;
}

html :where([style*="border-top-width"]) {
  border-top-style: solid;
}

html :where([style*="border-right-width"]) {
  border-right-style: solid;
}

html :where([style*="border-bottom-width"]) {
  border-bottom-style: solid;
}

html :where([style*="border-left-width"]) {
  border-left-style: solid;
}

html :where(img[class*="wp-image-"]) {
  height: auto;
  max-width: 100%;
}

:where(figure) {
  margin: 0 0 1em;
}

html :where(.is-position-sticky) {
  --wp-admin--admin-bar--position-offset: var(
    --wp-admin--admin-bar--height,
    0px
  );
}

@media screen and (max-width: 600px) {
  html :where(.is-position-sticky) {
    --wp-admin--admin-bar--position-offset: 0px;
  }
}

:root {
  --wp--preset--aspect-ratio--square: 1;
  --wp--preset--aspect-ratio--4-3: 4/3;
  --wp--preset--aspect-ratio--3-4: 3/4;
  --wp--preset--aspect-ratio--3-2: 3/2;
  --wp--preset--aspect-ratio--2-3: 2/3;
  --wp--preset--aspect-ratio--16-9: 16/9;
  --wp--preset--aspect-ratio--9-16: 9/16;
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--color--base: #f9f9f9;
  --wp--preset--color--base-2: #ffffff;
  --wp--preset--color--contrast: #111111;
  --wp--preset--color--contrast-2: #636363;
  --wp--preset--color--contrast-3: #a4a4a4;
  --wp--preset--color--accent: #cfcabe;
  --wp--preset--color--accent-2: #c2a990;
  --wp--preset--color--accent-3: #d8613c;
  --wp--preset--color--accent-4: #b1c5a4;
  --wp--preset--color--accent-5: #b5bdbc;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(
    135deg,
    rgba(6, 147, 227, 1) 0%,
    rgb(155, 81, 224) 100%
  );
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(
    135deg,
    rgb(122, 220, 180) 0%,
    rgb(0, 208, 130) 100%
  );
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(
    135deg,
    rgba(252, 185, 0, 1) 0%,
    rgba(255, 105, 0, 1) 100%
  );
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(
    135deg,
    rgba(255, 105, 0, 1) 0%,
    rgb(207, 46, 46) 100%
  );
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(
    135deg,
    rgb(238, 238, 238) 0%,
    rgb(169, 184, 195) 100%
  );
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(
    135deg,
    rgb(74, 234, 220) 0%,
    rgb(151, 120, 209) 20%,
    rgb(207, 42, 186) 40%,
    rgb(238, 44, 130) 60%,
    rgb(251, 105, 98) 80%,
    rgb(254, 248, 76) 100%
  );
  --wp--preset--gradient--blush-light-purple: linear-gradient(
    135deg,
    rgb(255, 206, 236) 0%,
    rgb(152, 150, 240) 100%
  );
  --wp--preset--gradient--blush-bordeaux: linear-gradient(
    135deg,
    rgb(254, 205, 165) 0%,
    rgb(254, 45, 45) 50%,
    rgb(107, 0, 62) 100%
  );
  --wp--preset--gradient--luminous-dusk: linear-gradient(
    135deg,
    rgb(255, 203, 112) 0%,
    rgb(199, 81, 192) 50%,
    rgb(65, 88, 208) 100%
  );
  --wp--preset--gradient--pale-ocean: linear-gradient(
    135deg,
    rgb(255, 245, 203) 0%,
    rgb(182, 227, 212) 50%,
    rgb(51, 167, 181) 100%
  );
  --wp--preset--gradient--electric-grass: linear-gradient(
    135deg,
    rgb(202, 248, 128) 0%,
    rgb(113, 206, 126) 100%
  );
  --wp--preset--gradient--midnight: linear-gradient(
    135deg,
    rgb(2, 3, 129) 0%,
    rgb(40, 116, 252) 100%
  );
  --wp--preset--gradient--gradient-1: linear-gradient(
    to bottom,
    #cfcabe 0%,
    #f9f9f9 100%
  );
  --wp--preset--gradient--gradient-2: linear-gradient(
    to bottom,
    #c2a990 0%,
    #f9f9f9 100%
  );
  --wp--preset--gradient--gradient-3: linear-gradient(
    to bottom,
    #d8613c 0%,
    #f9f9f9 100%
  );
  --wp--preset--gradient--gradient-4: linear-gradient(
    to bottom,
    #b1c5a4 0%,
    #f9f9f9 100%
  );
  --wp--preset--gradient--gradient-5: linear-gradient(
    to bottom,
    #b5bdbc 0%,
    #f9f9f9 100%
  );
  --wp--preset--gradient--gradient-6: linear-gradient(
    to bottom,
    #a4a4a4 0%,
    #f9f9f9 100%
  );
  --wp--preset--gradient--gradient-7: linear-gradient(
    to bottom,
    #cfcabe 50%,
    #f9f9f9 50%
  );
  --wp--preset--gradient--gradient-8: linear-gradient(
    to bottom,
    #c2a990 50%,
    #f9f9f9 50%
  );
  --wp--preset--gradient--gradient-9: linear-gradient(
    to bottom,
    #d8613c 50%,
    #f9f9f9 50%
  );
  --wp--preset--gradient--gradient-10: linear-gradient(
    to bottom,
    #b1c5a4 50%,
    #f9f9f9 50%
  );
  --wp--preset--gradient--gradient-11: linear-gradient(
    to bottom,
    #b5bdbc 50%,
    #f9f9f9 50%
  );
  --wp--preset--gradient--gradient-12: linear-gradient(
    to bottom,
    #a4a4a4 50%,
    #f9f9f9 50%
  );
  --wp--preset--font-size--small: 0.9rem;
  --wp--preset--font-size--medium: 1.05rem;
  --wp--preset--font-size--large: clamp(
    1.39rem,
    1.39rem + ((1vw - 0.2rem) * 0.767),
    1.85rem
  );
  --wp--preset--font-size--x-large: clamp(
    1.85rem,
    1.85rem + ((1vw - 0.2rem) * 1.083),
    2.5rem
  );
  --wp--preset--font-size--xx-large: clamp(
    2.5rem,
    2.5rem + ((1vw - 0.2rem) * 1.283),
    3.27rem
  );
  --wp--preset--font-family--body: "Inter", sans-serif;
  --wp--preset--font-family--heading: Cardo;
  --wp--preset--font-family--system-sans-serif: -apple-system,
    BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica,
    Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
  --wp--preset--font-family--system-serif: Iowan Old Style, Apple Garamond,
    Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  --wp--preset--spacing--20: min(1.5rem, 2vw);
  --wp--preset--spacing--30: min(2.5rem, 3vw);
  --wp--preset--spacing--40: min(4rem, 5vw);
  --wp--preset--spacing--50: min(6.5rem, 8vw);
  --wp--preset--spacing--60: min(10.5rem, 13vw);
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
  --wp--preset--spacing--10: 1rem;
  --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
  --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1),
    6px 6px rgba(0, 0, 0, 1);
  --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}

:root {
  --wp--style--global--content-size: 620px;
  --wp--style--global--wide-size: 1280px;
}

:where(body) {
  margin: 0;
}

.wp-site-blocks {
  padding-top: var(--wp--style--root--padding-top);
  padding-bottom: var(--wp--style--root--padding-bottom);
}

.has-global-padding {
  padding-right: var(--wp--style--root--padding-right);
  padding-left: var(--wp--style--root--padding-left);
}

.has-global-padding > .alignfull {
  margin-right: calc(var(--wp--style--root--padding-right) * -1);
  margin-left: calc(var(--wp--style--root--padding-left) * -1);
}

.has-global-padding
  :where(
    :not(.alignfull.is-layout-flow)
      > .has-global-padding:not(.wp-block-block, .alignfull)
  ) {
  padding-right: 0;
  padding-left: 0;
}

.has-global-padding
  :where(
    :not(.alignfull.is-layout-flow)
      > .has-global-padding:not(.wp-block-block, .alignfull)
  )
  > .alignfull {
  margin-left: 0;
  margin-right: 0;
}

.wp-site-blocks > .alignleft {
  float: left;
  margin-right: 2em;
}

.wp-site-blocks > .alignright {
  float: right;
  margin-left: 2em;
}

.wp-site-blocks > .aligncenter {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

:where(.wp-site-blocks) > * {
  margin-block-start: 1.2rem;
  margin-block-end: 0;
}

:where(.wp-site-blocks) > :first-child {
  margin-block-start: 0;
}

:where(.wp-site-blocks) > :last-child {
  margin-block-end: 0;
}

:root {
  --wp--style--block-gap: 1.2rem;
}

.is-layout-flow > :first-child {
  margin-block-start: 0;
}

.is-layout-flow > :last-child {
  margin-block-end: 0;
}

.is-layout-flow > * {
  margin-block-start: 1.2rem;
  margin-block-end: 0;
}

.is-layout-constrained > :first-child {
  margin-block-start: 0;
}

.is-layout-constrained > :last-child {
  margin-block-end: 0;
}

.is-layout-constrained > * {
  margin-block-start: 1.2rem;
  margin-block-end: 0;
}

.is-layout-flex {
  gap: 1.2rem;
}

.is-layout-grid {
  gap: 1.2rem;
}

.is-layout-flow > .alignleft {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}

.is-layout-flow > .alignright {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}

.is-layout-flow > .aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}

.is-layout-constrained > .alignleft {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}

.is-layout-constrained > .alignright {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}

.is-layout-constrained > .aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}

.is-layout-constrained
  > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto !important;
  margin-right: auto !important;
}

.is-layout-constrained > .alignwide {
  max-width: var(--wp--style--global--wide-size);
}

body .is-layout-flex {
  display: flex;
}

.is-layout-flex {
  flex-wrap: wrap;
  align-items: center;
}

.is-layout-flex > :is(*, div) {
  margin: 0;
}

body .is-layout-grid {
  display: grid;
}

.is-layout-grid > :is(*, div) {
  margin: 0;
}

:root :where(body) {
  background-color: var(--wp--preset--color--base);
  color: var(--wp--preset--color--contrast);
  font-family: var(--wp--preset--font-family--body);
  font-size: var(--wp--preset--font-size--medium);
  font-style: normal;
  font-weight: 400;
  line-height: 1.55;
  --wp--style--root--padding-top: 0px;
  --wp--style--root--padding-right: var(--wp--preset--spacing--50);
  --wp--style--root--padding-bottom: 0px;
  --wp--style--root--padding-left: var(--wp--preset--spacing--50);
}

a:where(:not(.wp-element-button)) {
  color: var(--wp--preset--color--contrast);
  text-decoration: underline;
}

:root :where(a:where(:not(.wp-element-button)):hover) {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--wp--preset--color--contrast);
  font-family: var(--wp--preset--font-family--heading);
  font-weight: 400;
  line-height: 1.2;
}

h1 {
  font-size: var(--wp--preset--font-size--xx-large);
  line-height: 1.15;
  color: #fff;
}

h2 {
  font-size: var(--wp--preset--font-size--x-large);
  color: #fff;
}

h3 {
  font-size: var(--wp--preset--font-size--large);
  color: #fff;
}

h4 {
  font-size: clamp(1.1rem, 1.1rem + ((1vw - 0.2rem) * 0.767), 1.5rem);
  color: #fff;
}

h5 {
  font-size: var(--wp--preset--font-size--medium);
  color: #fff;
}

h6 {
  font-size: var(--wp--preset--font-size--small);
  color: #fff;
}

:root :where(.wp-element-button, .wp-block-button__link) {
  background-color: var(--wp--preset--color--contrast);
  border-radius: 0.33rem;
  border-color: var(--wp--preset--color--contrast);
  border-width: 0;
  color: var(--wp--preset--color--base);
  font-family: inherit;
  font-size: var(--wp--preset--font-size--small);
  font-style: normal;
  font-weight: 500;
  line-height: inherit;
  padding-top: 0.6rem;
  padding-right: 1rem;
  padding-bottom: 0.6rem;
  padding-left: 1rem;
  text-decoration: none;
}

:root :where(.wp-element-button:hover, .wp-block-button__link:hover) {
  background-color: var(--wp--preset--color--contrast-2);
  border-color: var(--wp--preset--color--contrast-2);
  color: var(--wp--preset--color--base);
}

:root :where(.wp-element-button:focus, .wp-block-button__link:focus) {
  background-color: var(--wp--preset--color--contrast-2);
  border-color: var(--wp--preset--color--contrast-2);
  color: var(--wp--preset--color--base);
  outline-color: var(--wp--preset--color--contrast);
  outline-offset: 2px;
}

:root :where(.wp-element-button:active, .wp-block-button__link:active) {
  background-color: var(--wp--preset--color--contrast);
  color: var(--wp--preset--color--base);
}

:root
  :where(
    .wp-element-caption,
    .wp-block-audio figcaption,
    .wp-block-embed figcaption,
    .wp-block-gallery figcaption,
    .wp-block-image figcaption,
    .wp-block-table figcaption,
    .wp-block-video figcaption
  ) {
  color: var(--wp--preset--color--contrast-2);
  font-family: var(--wp--preset--font-family--body);
  font-size: 0.8rem;
}

.has-black-color {
  color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
  color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
  color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
  color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
  color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
  color: var(--wp--preset--color--vivid-purple) !important;
}

.has-base-color {
  color: var(--wp--preset--color--base) !important;
}

.has-base-2-color {
  color: var(--wp--preset--color--base-2) !important;
}

.has-contrast-color {
  color: var(--wp--preset--color--contrast) !important;
}

.has-contrast-2-color {
  color: var(--wp--preset--color--contrast-2) !important;
}

.has-contrast-3-color {
  color: var(--wp--preset--color--contrast-3) !important;
}

.has-accent-color {
  color: var(--wp--preset--color--accent) !important;
}

.has-accent-2-color {
  color: var(--wp--preset--color--accent-2) !important;
}

.has-accent-3-color {
  color: var(--wp--preset--color--accent-3) !important;
}

.has-accent-4-color {
  color: var(--wp--preset--color--accent-4) !important;
}

.has-accent-5-color {
  color: var(--wp--preset--color--accent-5) !important;
}

.has-black-background-color {
  background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
  background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
  background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
  background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-base-background-color {
  background-color: var(--wp--preset--color--base) !important;
}

.has-base-2-background-color {
  background-color: var(--wp--preset--color--base-2) !important;
}

.has-contrast-background-color {
  background-color: var(--wp--preset--color--contrast) !important;
}

.has-contrast-2-background-color {
  background-color: var(--wp--preset--color--contrast-2) !important;
}

.has-contrast-3-background-color {
  background-color: var(--wp--preset--color--contrast-3) !important;
}

.has-accent-background-color {
  background-color: var(--wp--preset--color--accent) !important;
}

.has-accent-2-background-color {
  background-color: var(--wp--preset--color--accent-2) !important;
}

.has-accent-3-background-color {
  background-color: var(--wp--preset--color--accent-3) !important;
}

.has-accent-4-background-color {
  background-color: var(--wp--preset--color--accent-4) !important;
}

.has-accent-5-background-color {
  background-color: var(--wp--preset--color--accent-5) !important;
}

.has-black-border-color {
  border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
  border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
  border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
  border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-base-border-color {
  border-color: var(--wp--preset--color--base) !important;
}

.has-base-2-border-color {
  border-color: var(--wp--preset--color--base-2) !important;
}

.has-contrast-border-color {
  border-color: var(--wp--preset--color--contrast) !important;
}

.has-contrast-2-border-color {
  border-color: var(--wp--preset--color--contrast-2) !important;
}

.has-contrast-3-border-color {
  border-color: var(--wp--preset--color--contrast-3) !important;
}

.has-accent-border-color {
  border-color: var(--wp--preset--color--accent) !important;
}

.has-accent-2-border-color {
  border-color: var(--wp--preset--color--accent-2) !important;
}

.has-accent-3-border-color {
  border-color: var(--wp--preset--color--accent-3) !important;
}

.has-accent-4-border-color {
  border-color: var(--wp--preset--color--accent-4) !important;
}

.has-accent-5-border-color {
  border-color: var(--wp--preset--color--accent-5) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
  background: var(
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple
  ) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
  background: var(
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan
  ) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
  background: var(
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange
  ) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
  background: var(
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red
  ) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
  background: var(
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray
  ) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
  background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
  background: var(--wp--preset--gradient--midnight) !important;
}

.has-gradient-1-gradient-background {
  background: var(--wp--preset--gradient--gradient-1) !important;
}

.has-gradient-2-gradient-background {
  background: var(--wp--preset--gradient--gradient-2) !important;
}

.has-gradient-3-gradient-background {
  background: var(--wp--preset--gradient--gradient-3) !important;
}

.has-gradient-4-gradient-background {
  background: var(--wp--preset--gradient--gradient-4) !important;
}

.has-gradient-5-gradient-background {
  background: var(--wp--preset--gradient--gradient-5) !important;
}

.has-gradient-6-gradient-background {
  background: var(--wp--preset--gradient--gradient-6) !important;
}

.has-gradient-7-gradient-background {
  background: var(--wp--preset--gradient--gradient-7) !important;
}

.has-gradient-8-gradient-background {
  background: var(--wp--preset--gradient--gradient-8) !important;
}

.has-gradient-9-gradient-background {
  background: var(--wp--preset--gradient--gradient-9) !important;
}

.has-gradient-10-gradient-background {
  background: var(--wp--preset--gradient--gradient-10) !important;
}

.has-gradient-11-gradient-background {
  background: var(--wp--preset--gradient--gradient-11) !important;
}

.has-gradient-12-gradient-background {
  background: var(--wp--preset--gradient--gradient-12) !important;
}

.has-small-font-size {
  font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
  font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
  font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
  font-size: var(--wp--preset--font-size--x-large) !important;
}

.has-xx-large-font-size {
  font-size: var(--wp--preset--font-size--xx-large) !important;
}

.has-body-font-family {
  font-family: var(--wp--preset--font-family--body) !important;
}

.has-heading-font-family {
  font-family: var(--wp--preset--font-family--heading) !important;
}

.has-system-sans-serif-font-family {
  font-family: var(--wp--preset--font-family--system-sans-serif) !important;
}

.has-system-serif-font-family {
  font-family: var(--wp--preset--font-family--system-serif) !important;
}

:where(.wp-site-blocks *:focus) {
  outline-width: 2px;
  outline-style: solid;
}

:root
  :where(
    .wp-block-calendar.wp-block-calendar table:where(:not(.has-text-color)) th
  ) {
  background-color: var(--wp--preset--color--contrast-2);
  color: var(--wp--preset--color--base);
  border-color: var(--wp--preset--color--contrast-2);
}

:root :where(.wp-block-calendar table:where(:not(.has-text-color)) td) {
  border-color: var(--wp--preset--color--contrast-2);
}

:root :where(.wp-block-categories) {
}

:root :where(.wp-block-categories) {
  list-style-type: none;
}

:root :where(.wp-block-categories li) {
  margin-bottom: 0.5rem;
}

:root :where(.wp-block-post-comments-form) {
}

:root
  :where(
    .wp-block-post-comments-form textarea,
    .wp-block-post-comments-form input
  ) {
  border-radius: 0.33rem;
}

:root :where(.wp-block-loginout) {
}

:root :where(.wp-block-loginout input) {
  border-radius: 0.33rem;
  padding: calc(0.667em + 2px);
  border: 1px solid #949494;
}

:root :where(.wp-block-post-terms) {
}

:root :where(.wp-block-post-terms .wp-block-post-terms__prefix) {
  color: var(--wp--preset--color--contrast-2);
}

:root :where(.wp-block-query-title) {
}

:root :where(.wp-block-query-title span) {
  font-style: italic;
}

:root :where(.wp-block-quote) {
}

:root :where(.wp-block-quote :where(p)) {
  margin-block-start: 0;
  margin-block-end: calc(var(--wp--preset--spacing--10) + 0.5rem);
}

:root :where(.wp-block-quote :where(:last-child)) {
  margin-block-end: 0;
}

:root
  :where(
    .wp-block-quote.has-text-align-right.is-style-plain,
    .rtl
      .is-style-plain.wp-block-quote:not(.has-text-align-center):not(
        .has-text-align-left
      )
  ) {
  border-width: 0 2px 0 0;
  padding-left: calc(var(--wp--preset--spacing--20) + 0.5rem);
  padding-right: calc(var(--wp--preset--spacing--20) + 0.5rem);
}

:root
  :where(
    .wp-block-quote.has-text-align-left.is-style-plain,
    body:not(.rtl)
      .is-style-plain.wp-block-quote:not(.has-text-align-center):not(
        .has-text-align-right
      )
  ) {
  border-width: 0 0 0 2px;
  padding-left: calc(var(--wp--preset--spacing--20) + 0.5rem);
  padding-right: calc(var(--wp--preset--spacing--20) + 0.5rem);
}

:root :where(.wp-block-search) {
}

:root :where(.wp-block-search .wp-block-search__input) {
  border-radius: 0.33rem;
}

:root :where(.wp-block-separator) {
}

:root
  :where(
    .wp-block-separator:not(.is-style-wide):not(.is-style-dots):not(
        .alignwide
      ):not(.alignfull)
  ) {
  width: var(--wp--preset--spacing--60);
}

.skip-link.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.skip-link.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 300 900;
  font-display: fallback;
  src: url("wp-content/themes/twentytwentyfour/assets/fonts/inter/Inter-VariableFont_slnt,wght.woff2")
    format("woff2");
  font-stretch: normal;
}

@font-face {
  font-family: Cardo;
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url("wp-content/themes/twentytwentyfour/assets/fonts/cardo/cardo_normal_400.woff2")
    format("woff2");
}

@font-face {
  font-family: Cardo;
  font-style: italic;
  font-weight: 400;
  font-display: fallback;
  src: url("wp-content/themes/twentytwentyfour/assets/fonts/cardo/cardo_italic_400.woff2")
    format("woff2");
}

@font-face {
  font-family: Cardo;
  font-style: normal;
  font-weight: 700;
  font-display: fallback;
  src: url("wp-content/themes/twentytwentyfour/assets/fonts/cardo/cardo_normal_700.woff2")
    format("woff2");
}

.u-section-2 {
  background-image: none;
}

.u-section-2 .u-sheet-1 {
  min-height: 335px;
}

.u-section-2 .u-image-1 {
  height: 285px;
  --radius: 10px;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.4);
  margin-top: 20px;
  margin-bottom: 0;
}

.u-section-2 .u-btn-1 {
  --radius: 8px;
  font-size: 0.9375rem;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.4);
  font-weight: 700;
  text-transform: uppercase;
  border-style: solid;
  margin: -150px auto 60px 139px;
  padding: 6px 31px 6px 30px;
}

/*RESPONSIVE_MEDIA*/

@media (max-width: 1199px) {
  .u-section-2 .u-sheet-1 {
    min-height: 367px;
  }

  .u-section-2 .u-image-1 {
    height: 251px;
  }

  .u-section-2 .u-btn-1 {
    margin-top: -133px;
    margin-left: 107px;
  }
}

/*/RESPONSIVE_MEDIA*/

/*RESPONSIVE_MEDIA*/

@media (max-width: 991px) {
  .u-section-2 .u-sheet-1 {
    min-height: 238px;
  }

  .u-section-2 .u-image-1 {
    height: 191px;
    margin-top: 18px;
  }

  .u-section-2 .u-btn-1 {
    margin-top: -101px;
    margin-left: 66px;
  }
}

/*/RESPONSIVE_MEDIA*/

/*RESPONSIVE_MEDIA*/

@media (max-width: 767px) {
  .u-section-2 .u-sheet-1 {
    min-height: 197px;
  }

  .u-section-2 .u-image-1 {
    height: 149px;
    margin-top: 19px;
  }

  .u-section-2 .u-btn-1 {
    margin-top: -75px;
    margin-left: 23px;
  }
}

/*/RESPONSIVE_MEDIA*/

/*RESPONSIVE_MEDIA*/

@media (max-width: 575px) {
  .u-section-2 .u-sheet-1 {
    min-height: 208px;
  }

  .u-section-2 .u-image-1 {
    height: 96px;
    margin-top: 21px;
  }

  .u-section-2 .u-btn-1 {
    margin-top: 21px;
    margin-left: auto;
    margin-bottom: 30px;
  }
}

/*/RESPONSIVE_MEDIA*/

.u-section-3 {
  background-image: none;
}

.u-section-3 .u-sheet-1 {
  min-height: 158px;
}

.u-section-3 .u-custom-html-1 {
  margin-top: 30px;
  margin-bottom: 60px;
}

/*RESPONSIVE_MEDIA*/

@media (max-width: 1199px) {
  .u-section-3 .u-sheet-1 {
    min-height: 805px;
  }
}

/*/RESPONSIVE_MEDIA*/

/*RESPONSIVE_MEDIA*/

@media (max-width: 991px) {
  .u-section-3 .u-sheet-1 {
    min-height: 886px;
  }
}

/*/RESPONSIVE_MEDIA*/

/*RESPONSIVE_MEDIA*/

@media (max-width: 767px) {
  .u-section-3 .u-sheet-1 {
    min-height: 1006px;
  }

  .u-section-3 .u-custom-html-1 {
    margin-top: 10px;
  }
}

/*/RESPONSIVE_MEDIA*/

/*RESPONSIVE_MEDIA*/

@media (max-width: 575px) {
  .u-section-3 .u-sheet-1 {
    min-height: 1607px;
  }
}

/*/RESPONSIVE_MEDIA*/

.u-section-4 {
  background-image: none;
}

.u-section-4 .u-sheet-1 {
  min-height: 54px;
}

.u-section-4 .u-text-1 {
  line-height: 1.8;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 700;
  margin: 13px 0;
}

/*RESPONSIVE_MEDIA*/

@media (max-width: 1199px) {
  .u-section-4 .u-sheet-1 {
    min-height: 122px;
  }

  .u-section-4 .u-text-1 {
    width: auto;
    margin-top: 31px;
    margin-bottom: 33px;
  }
}

/*/RESPONSIVE_MEDIA*/

/*RESPONSIVE_MEDIA*/

@media (max-width: 575px) {
  .u-section-4 .u-sheet-1 {
    min-height: 157px;
  }
}

/*/RESPONSIVE_MEDIA*/

.u-section-5 {
  background-image: none;
}

.u-section-5 .u-sheet-1 {
  min-height: 1436px;
}

.u-section-5 .u-custom-html-1 {
  margin-bottom: 0;
  margin-top: 70px;
}

.u-section-5 .u-image-1 {
  width: 600px;
  height: 459px;
  margin: 30px auto;
}

/*RESPONSIVE_MEDIA*/

@media (max-width: 767px) {
  .u-section-5 .u-sheet-1 {
    min-height: 1859px;
  }

  .u-section-5 .u-custom-html-1 {
    margin-top: 100px;
  }

  .u-section-5 .u-image-1 {
    width: 540px;
    height: 413px;
  }
}

/*/RESPONSIVE_MEDIA*/

/*RESPONSIVE_MEDIA*/

@media (max-width: 575px) {
  .u-section-5 .u-sheet-1 {
    min-height: 1706px;
  }

  .u-section-5 .u-image-1 {
    width: 340px;
    height: 260px;
  }
}

/*/RESPONSIVE_MEDIA*/

.u-section-6 {
  background-image: none;
}

.u-section-6 .u-sheet-1 {
  min-height: 66px;
}

.u-section-6 .u-custom-html-1 {
  margin-bottom: 20px;
  margin-top: 20px;
}

/*RESPONSIVE_MEDIA*/

@media (max-width: 767px) {
  .u-section-6 .u-sheet-1 {
    min-height: 1214px;
  }

  .u-section-6 .u-custom-html-1 {
    margin-bottom: 19px;
    margin-top: 19px;
  }
}

/*/RESPONSIVE_MEDIA*/

/*RESPONSIVE_MEDIA*/

@media (max-width: 575px) {
  .u-section-6 .u-sheet-1 {
    min-height: 135px;
  }
}

/*/RESPONSIVE_MEDIA*/

.u-section-7 {
  background-image: none;
}

.u-section-7 .u-sheet-1 {
  min-height: 263px;
}

.u-section-7 .u-gallery-1 {
  height: 133px;
  grid-gap: 17px;
  margin: 30px 0 0;
}

.u-section-7 .u-gallery-inner-1 {
  grid-template-columns: repeat(7, auto);
}

.u-section-7 .u-gallery-item-1 {
  margin-right: 17px;
  box-shadow: 5px 5px 9px 0 rgba(0, 0, 0, 0.4);
}

.u-section-7 .u-over-slide-1 {
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.45),
    rgba(0, 0, 0, 0.45)
  );
  padding: 39px;
}

.u-section-7 .u-gallery-item-2 {
  margin-right: 17px;
  box-shadow: 5px 5px 9px 0 rgba(0, 0, 0, 0.4);
}

.u-section-7 .u-over-slide-2 {
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.45),
    rgba(0, 0, 0, 0.45)
  );
  padding: 39px;
}

.u-section-7 .u-gallery-item-3 {
  margin-right: 17px;
  box-shadow: 5px 5px 9px 0 rgba(0, 0, 0, 0.4);
}

.u-section-7 .u-over-slide-3 {
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.45),
    rgba(0, 0, 0, 0.45)
  );
  padding: 39px;
}

.u-section-7 .u-gallery-item-4 {
  margin-right: 17px;
  box-shadow: 5px 5px 9px 0 rgba(0, 0, 0, 0.4);
}

.u-section-7 .u-over-slide-4 {
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.45),
    rgba(0, 0, 0, 0.45)
  );
  padding: 39px;
}

.u-section-7 .u-gallery-item-5 {
  margin-right: 17px;
  box-shadow: 5px 5px 9px 0 rgba(0, 0, 0, 0.4);
}

.u-section-7 .u-over-slide-5 {
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.45),
    rgba(0, 0, 0, 0.45)
  );
  padding: 39px;
}

.u-section-7 .u-gallery-item-6 {
  margin-right: 17px;
  box-shadow: 5px 5px 9px 0 rgba(0, 0, 0, 0.4);
}

.u-section-7 .u-over-slide-6 {
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.45),
    rgba(0, 0, 0, 0.45)
  );
  padding: 39px;
}

.u-section-7 .u-gallery-item-7 {
  margin-right: 17px;
  box-shadow: 5px 5px 9px 0 rgba(0, 0, 0, 0.4);
}

.u-section-7 .u-over-slide-7 {
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.45),
    rgba(0, 0, 0, 0.45)
  );
  padding: 39px;
}

.u-section-7 .u-gallery-item-8 {
  margin-right: 17px;
  box-shadow: 5px 5px 9px 0 rgba(0, 0, 0, 0.4);
}

.u-section-7 .u-over-slide-8 {
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.45),
    rgba(0, 0, 0, 0.45)
  );
  padding: 39px;
}

.u-section-7 .u-gallery-item-9 {
  margin-right: 17px;
  box-shadow: 5px 5px 9px 0 rgba(0, 0, 0, 0.4);
}

.u-section-7 .u-over-slide-9 {
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.45),
    rgba(0, 0, 0, 0.45)
  );
  padding: 39px;
}

.u-section-7 .u-gallery-item-10 {
  margin-right: 17px;
  box-shadow: 5px 5px 9px 0 rgba(0, 0, 0, 0.4);
}

.u-section-7 .u-over-slide-10 {
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.45),
    rgba(0, 0, 0, 0.45)
  );
  padding: 39px;
}

.u-section-7 .u-gallery-item-11 {
  margin-right: 17px;
  box-shadow: 5px 5px 9px 0 rgba(0, 0, 0, 0.4);
}

.u-section-7 .u-over-slide-11 {
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.45),
    rgba(0, 0, 0, 0.45)
  );
  padding: 39px;
}

.u-section-7 .u-gallery-item-12 {
  margin-right: 17px;
  box-shadow: 5px 5px 9px 0 rgba(0, 0, 0, 0.4);
}

.u-section-7 .u-over-slide-12 {
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.45),
    rgba(0, 0, 0, 0.45)
  );
  padding: 39px;
}

.u-section-7 .u-gallery-nav-1 {
  position: absolute;
  left: 10px;
  width: 40px;
  height: 40px;
  background-image: none;
  --radius: 10px;
  top: 47px;
  padding: 8px;
}

.u-section-7 .u-gallery-nav-2 {
  position: absolute;
  width: 40px;
  height: 40px;
  background-image: none;
  --radius: 10px;
  left: auto;
  top: 47px;
  right: 10px;
  padding: 8px;
}

.u-section-7 .u-btn-1 {
  --radius: 8px;
  font-size: 0.9375rem;
  background-image: none;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.4);
  border-style: solid;
  font-weight: 700;
  text-transform: uppercase;
  margin: 30px auto;
  padding: 6px 31px 6px 30px;
}

/*RESPONSIVE_MEDIA*/

@media (max-width: 1199px) {
  .u-section-7 .u-gallery-1 {
    margin-right: initial;
    margin-left: initial;
  }

  .u-section-7 .u-gallery-inner-1 {
    grid-gap: 17px;
  }
}

/*/RESPONSIVE_MEDIA*/

/*RESPONSIVE_MEDIA*/

@media (max-width: 767px) {
  .u-section-7 .u-gallery-inner-1 {
    grid-template-columns: repeat(4, auto);
  }
}

/*/RESPONSIVE_MEDIA*/

.u-section-8 {
  background-image: none;
}

.u-section-8 .u-sheet-1 {
  min-height: 775px;
}

.u-section-8 .u-custom-html-1 {
  margin-bottom: 0;
  margin-top: 20px;
}

.u-section-8 .u-image-1 {
  width: 700px;
  height: 294px;
  margin: 30px auto 29px;
}

/*RESPONSIVE_MEDIA*/

@media (max-width: 767px) {
  .u-section-8 .u-sheet-1 {
    min-height: 708px;
  }

  .u-section-8 .u-image-1 {
    width: 540px;
    height: 227px;
  }
}

/*/RESPONSIVE_MEDIA*/

/*RESPONSIVE_MEDIA*/

@media (max-width: 575px) {
  .u-section-8 .u-sheet-1 {
    min-height: 624px;
  }

  .u-section-8 .u-image-1 {
    width: 340px;
    height: 143px;
  }
}

/*/RESPONSIVE_MEDIA*/

.u-section-9 {
  background-image: none;
}

.u-section-9 .u-sheet-1 {
  min-height: 66px;
}

.u-section-9 .u-custom-html-1 {
  margin-bottom: 20px;
  margin-top: 20px;
}

/*RESPONSIVE_MEDIA*/

@media (max-width: 767px) {
  .u-section-9 .u-sheet-1 {
    min-height: 664px;
  }
}

/*/RESPONSIVE_MEDIA*/

/*RESPONSIVE_MEDIA*/

@media (max-width: 575px) {
  .u-section-9 .u-sheet-1 {
    min-height: 135px;
  }
}

/*/RESPONSIVE_MEDIA*/

.u-section-10 {
  background-image: none;
}

.u-section-10 .u-sheet-1 {
  min-height: 73px;
  margin-bottom: 0;
}

.u-section-10 .u-gallery-1 {
  height: 44px;
  margin: 2px 0 27px;
}

.u-section-10 .u-gallery-item-1 {
  margin-right: 6px;
}

.u-section-10 .u-back-image-1 {
  width: 71px;
}

.u-section-10 .u-over-slide-1 {
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2)
  );
  padding: 20px;
}

.u-section-10 .u-gallery-item-2 {
  margin-right: 6px;
}

.u-section-10 .u-back-image-2 {
  width: 71px;
}

.u-section-10 .u-over-slide-2 {
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2)
  );
  padding: 20px;
}

.u-section-10 .u-gallery-item-3 {
  margin-right: 6px;
}

.u-section-10 .u-back-image-3 {
  width: 71px;
}

.u-section-10 .u-over-slide-3 {
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2)
  );
  padding: 20px;
}

.u-section-10 .u-gallery-item-4 {
  margin-right: 6px;
}

.u-section-10 .u-back-image-4 {
  width: 71px;
}

.u-section-10 .u-over-slide-4 {
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2)
  );
  padding: 20px;
}

.u-section-10 .u-gallery-item-5 {
  margin-right: 6px;
}

.u-section-10 .u-back-image-5 {
  width: 71px;
}

.u-section-10 .u-over-slide-5 {
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2)
  );
  padding: 20px;
}

.u-section-10 .u-gallery-item-6 {
  margin-right: 6px;
}

.u-section-10 .u-back-image-6 {
  width: 71px;
}

.u-section-10 .u-over-slide-6 {
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2)
  );
  padding: 20px;
}

.u-section-10 .u-gallery-item-7 {
  margin-right: 6px;
}

.u-section-10 .u-back-image-7 {
  width: 71px;
}

.u-section-10 .u-over-slide-7 {
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2)
  );
  padding: 20px;
}

.u-section-10 .u-gallery-item-8 {
  margin-right: 6px;
}

.u-section-10 .u-back-image-8 {
  width: 71px;
}

.u-section-10 .u-over-slide-8 {
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2)
  );
  padding: 20px;
}

.u-section-10 .u-gallery-item-9 {
  margin-right: 6px;
}

.u-section-10 .u-back-image-9 {
  width: 71px;
}

.u-section-10 .u-over-slide-9 {
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2)
  );
  padding: 20px;
}

.u-section-10 .u-gallery-item-10 {
  margin-right: 6px;
}

.u-section-10 .u-back-image-10 {
  width: 71px;
}

.u-section-10 .u-over-slide-10 {
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2)
  );
  padding: 20px;
}

.u-section-10 .u-gallery-item-11 {
  margin-right: 6px;
}

.u-section-10 .u-back-image-11 {
  width: 71px;
}

.u-section-10 .u-over-slide-11 {
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2)
  );
  padding: 20px;
}

.u-section-10 .u-gallery-item-12 {
  margin-right: 6px;
}

.u-section-10 .u-back-image-12 {
  width: 71px;
}

.u-section-10 .u-over-slide-12 {
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2)
  );
  padding: 20px;
}

.u-section-10 .u-gallery-item-13 {
  margin-right: 6px;
}

.u-section-10 .u-back-image-13 {
  width: 71px;
}

.u-section-10 .u-over-slide-13 {
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2)
  );
  padding: 20px;
}

.u-section-10 .u-gallery-item-14 {
  margin-right: 6px;
}

.u-section-10 .u-back-image-14 {
  width: 71px;
}

.u-section-10 .u-over-slide-14 {
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2)
  );
  padding: 20px;
}

.u-section-10 .u-gallery-item-15 {
  margin-right: 6px;
}

.u-section-10 .u-back-image-15 {
  width: 71px;
}

.u-section-10 .u-over-slide-15 {
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2)
  );
  padding: 20px;
}

.u-section-10 .u-gallery-item-16 {
  margin-right: 6px;
}

.u-section-10 .u-back-image-16 {
  width: 71px;
}

.u-section-10 .u-over-slide-16 {
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2)
  );
  padding: 20px;
}

.u-section-10 .u-gallery-item-17 {
  margin-right: 6px;
}

.u-section-10 .u-back-image-17 {
  width: 71px;
}

.u-section-10 .u-over-slide-17 {
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2)
  );
  padding: 20px;
}

.u-section-10 .u-gallery-item-18 {
  margin-right: 6px;
}

.u-section-10 .u-back-image-18 {
  width: 71px;
}

.u-section-10 .u-over-slide-18 {
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2)
  );
  padding: 20px;
}

.u-section-10 .u-gallery-item-19 {
  margin-right: 6px;
}

.u-section-10 .u-back-image-19 {
  width: 71px;
}

.u-section-10 .u-over-slide-19 {
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2)
  );
  padding: 20px;
}

.u-section-10 .u-gallery-item-20 {
  margin-right: 6px;
}

.u-section-10 .u-back-image-20 {
  width: 71px;
}

.u-section-10 .u-over-slide-20 {
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2)
  );
  padding: 20px;
}

.u-section-10 .u-gallery-item-21 {
  margin-right: 6px;
}

.u-section-10 .u-back-image-21 {
  width: 71px;
}

.u-section-10 .u-over-slide-21 {
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2)
  );
  padding: 20px;
}

.u-section-10 .u-gallery-item-22 {
  margin-right: 6px;
}

.u-section-10 .u-back-image-22 {
  width: 71px;
}

.u-section-10 .u-over-slide-22 {
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2)
  );
  padding: 20px;
}

.u-section-10 .u-gallery-item-23 {
  margin-right: 6px;
}

.u-section-10 .u-back-image-23 {
  width: 71px;
}

.u-section-10 .u-over-slide-23 {
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2)
  );
  padding: 20px;
}

.u-section-10 .u-gallery-item-24 {
  margin-right: 6px;
}

.u-section-10 .u-back-image-24 {
  width: 71px;
}

.u-section-10 .u-over-slide-24 {
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2)
  );
  padding: 20px;
}

.u-section-10 .u-gallery-item-25 {
  margin-right: 6px;
}

.u-section-10 .u-back-image-25 {
  width: 71px;
}

.u-section-10 .u-over-slide-25 {
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2)
  );
  padding: 20px;
}

.u-section-10 .u-gallery-item-26 {
  margin-right: 6px;
}

.u-section-10 .u-back-image-26 {
  width: 71px;
}

.u-section-10 .u-over-slide-26 {
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2)
  );
  padding: 20px;
}

.u-section-10 .u-gallery-item-27 {
  margin-right: 6px;
}

.u-section-10 .u-back-image-27 {
  width: 71px;
}

.u-section-10 .u-over-slide-27 {
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2)
  );
  padding: 20px;
}

.u-section-10 .u-gallery-item-28 {
  margin-right: 6px;
}

.u-section-10 .u-back-image-28 {
  width: 71px;
}

.u-section-10 .u-over-slide-28 {
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2)
  );
  padding: 20px;
}

.u-section-10 .u-gallery-item-29 {
  margin-right: 6px;
}

.u-section-10 .u-back-image-29 {
  width: 71px;
}

.u-section-10 .u-over-slide-29 {
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2)
  );
  padding: 20px;
}

.u-section-10 .u-gallery-item-30 {
  margin-right: 6px;
}

.u-section-10 .u-back-image-30 {
  width: 71px;
}

.u-section-10 .u-over-slide-30 {
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2)
  );
  padding: 20px;
}

.u-section-10 .u-gallery-item-31 {
  margin-right: 6px;
}

.u-section-10 .u-back-image-31 {
  width: 71px;
}

.u-section-10 .u-over-slide-31 {
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2)
  );
  padding: 20px;
}

.u-section-10 .u-gallery-item-32 {
  margin-right: 6px;
}

.u-section-10 .u-back-image-32 {
  width: 71px;
}

.u-section-10 .u-over-slide-32 {
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2)
  );
  padding: 20px;
}

.u-section-10 .u-gallery-item-33 {
  margin-right: 6px;
}

.u-section-10 .u-back-image-33 {
  width: 71px;
}

.u-section-10 .u-over-slide-33 {
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2)
  );
  padding: 20px;
}

.u-section-10 .u-gallery-item-34 {
  margin-right: 6px;
}

.u-section-10 .u-back-image-34 {
  width: 71px;
}

.u-section-10 .u-over-slide-34 {
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2)
  );
  padding: 20px;
}

.u-section-10 .u-gallery-item-35 {
  margin-right: 6px;
}

.u-section-10 .u-back-image-35 {
  width: 71px;
}

.u-section-10 .u-over-slide-35 {
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2)
  );
  padding: 20px;
}

.u-section-10 .u-gallery-item-36 {
  margin-right: 6px;
}

.u-section-10 .u-back-image-36 {
  width: 71px;
}

.u-section-10 .u-over-slide-36 {
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2)
  );
  padding: 20px;
}

.u-section-10 .u-gallery-nav-1 {
  position: absolute;
  left: 10px;
  width: 40px;
  height: 40px;
  background-image: none;
  padding: 8px;
}

.u-section-10 .u-gallery-nav-2 {
  position: absolute;
  right: 10px;
  width: 40px;
  height: 40px;
  background-image: none;
  padding: 8px;
}

/*RESPONSIVE_MEDIA*/

@media (max-width: 1199px) {
  .u-section-10 .u-gallery-1 {
    margin-right: initial;
    margin-left: initial;
  }
}

/*/RESPONSIVE_MEDIA*/

.u-section-11 {
  background-image: none;
}

.u-section-11 .u-sheet-1 {
  min-height: 1111px;
}

.u-section-11 .u-custom-html-1 {
  margin-bottom: 0;
  margin-top: 20px;
}

.u-section-11 .u-image-1 {
  width: 700px;
  height: 221px;
  margin: 30px auto;
}

/*RESPONSIVE_MEDIA*/

@media (max-width: 767px) {
  .u-section-11 .u-sheet-1 {
    min-height: 1060px;
  }

  .u-section-11 .u-image-1 {
    width: 540px;
    height: 170px;
  }
}

/*/RESPONSIVE_MEDIA*/

/*RESPONSIVE_MEDIA*/

@media (max-width: 575px) {
  .u-section-11 .u-sheet-1 {
    min-height: 997px;
  }

  .u-section-11 .u-image-1 {
    width: 340px;
    height: 107px;
  }
}

/*/RESPONSIVE_MEDIA*/

.u-section-12 {
  background-image: none;
}

.u-section-12 .u-sheet-1 {
  min-height: 656px;
}

.u-section-12 .u-custom-html-1 {
  margin-bottom: 0;
  margin-top: 20px;
}

.u-section-12 .u-image-1 {
  width: 600px;
  height: 338px;
  margin: 30px auto 29px;
}

/*RESPONSIVE_MEDIA*/

@media (max-width: 767px) {
  .u-section-12 .u-sheet-1 {
    min-height: 701px;
  }

  .u-section-12 .u-image-1 {
    width: 540px;
    height: 304px;
    margin-bottom: 30px;
  }
}

/*/RESPONSIVE_MEDIA*/

/*RESPONSIVE_MEDIA*/

@media (max-width: 575px) {
  .u-section-12 .u-sheet-1 {
    min-height: 135px;
  }

  .u-section-12 .u-image-1 {
    width: 340px;
    height: 191px;
  }
}

/*/RESPONSIVE_MEDIA*/

.u-section-13 {
  background-image: none;
}

.u-section-13 .u-sheet-1 {
  min-height: 66px;
}

.u-section-13 .u-custom-html-1 {
  margin-bottom: 20px;
  margin-top: 20px;
}

/*RESPONSIVE_MEDIA*/

@media (max-width: 767px) {
  .u-section-13 .u-sheet-1 {
    min-height: 392px;
  }

  .u-section-13 .u-custom-html-1 {
    margin-bottom: 29px;
  }
}

/*/RESPONSIVE_MEDIA*/

/*RESPONSIVE_MEDIA*/

@media (max-width: 575px) {
  .u-section-13 .u-sheet-1 {
    min-height: 135px;
  }
}

/*/RESPONSIVE_MEDIA*/

.u-section-14 {
  background-image: none;
}

.u-section-14 .u-sheet-1 {
  min-height: 63px;
  margin-bottom: 0;
}

.u-section-14 .u-gallery-1 {
  height: 44px;
  margin: 0 0 19px;
}

.u-section-14 .u-gallery-item-1 {
  margin-right: 6px;
}

.u-section-14 .u-back-image-1 {
  width: 71px;
}

.u-section-14 .u-over-slide-1 {
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2)
  );
  padding: 20px;
}

.u-section-14 .u-gallery-item-2 {
  margin-right: 6px;
}

.u-section-14 .u-back-image-2 {
  width: 71px;
}

.u-section-14 .u-over-slide-2 {
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2)
  );
  padding: 20px;
}

.u-section-14 .u-gallery-item-3 {
  margin-right: 6px;
}

.u-section-14 .u-back-image-3 {
  width: 71px;
}

.u-section-14 .u-over-slide-3 {
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2)
  );
  padding: 20px;
}

.u-section-14 .u-gallery-item-4 {
  margin-right: 6px;
}

.u-section-14 .u-back-image-4 {
  width: 71px;
}

.u-section-14 .u-over-slide-4 {
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2)
  );
  padding: 20px;
}

.u-section-14 .u-gallery-item-5 {
  margin-right: 6px;
}

.u-section-14 .u-back-image-5 {
  width: 71px;
}

.u-section-14 .u-over-slide-5 {
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2)
  );
  padding: 20px;
}

.u-section-14 .u-gallery-item-6 {
  margin-right: 6px;
}

.u-section-14 .u-back-image-6 {
  width: 71px;
}

.u-section-14 .u-over-slide-6 {
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2)
  );
  padding: 20px;
}

.u-section-14 .u-gallery-item-7 {
  margin-right: 6px;
}

.u-section-14 .u-back-image-7 {
  width: 71px;
}

.u-section-14 .u-over-slide-7 {
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2)
  );
  padding: 20px;
}

.u-section-14 .u-gallery-item-8 {
  margin-right: 6px;
}

.u-section-14 .u-back-image-8 {
  width: 71px;
}

.u-section-14 .u-over-slide-8 {
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2)
  );
  padding: 20px;
}

.u-section-14 .u-gallery-item-9 {
  margin-right: 6px;
}

.u-section-14 .u-back-image-9 {
  width: 71px;
}

.u-section-14 .u-over-slide-9 {
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2)
  );
  padding: 20px;
}

.u-section-14 .u-gallery-item-10 {
  margin-right: 6px;
}

.u-section-14 .u-back-image-10 {
  width: 71px;
}

.u-section-14 .u-over-slide-10 {
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2)
  );
  padding: 20px;
}

.u-section-14 .u-gallery-item-11 {
  margin-right: 6px;
}

.u-section-14 .u-back-image-11 {
  width: 71px;
}

.u-section-14 .u-over-slide-11 {
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2)
  );
  padding: 20px;
}

.u-section-14 .u-gallery-item-12 {
  margin-right: 6px;
}

.u-section-14 .u-back-image-12 {
  width: 71px;
}

.u-section-14 .u-over-slide-12 {
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2)
  );
  padding: 20px;
}

.u-section-14 .u-gallery-item-13 {
  margin-right: 6px;
}

.u-section-14 .u-back-image-13 {
  width: 71px;
}

.u-section-14 .u-over-slide-13 {
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2)
  );
  padding: 20px;
}

.u-section-14 .u-gallery-item-14 {
  margin-right: 6px;
}

.u-section-14 .u-back-image-14 {
  width: 71px;
}

.u-section-14 .u-over-slide-14 {
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2)
  );
  padding: 20px;
}

.u-section-14 .u-gallery-item-15 {
  margin-right: 6px;
}

.u-section-14 .u-back-image-15 {
  width: 71px;
}

.u-section-14 .u-over-slide-15 {
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2)
  );
  padding: 20px;
}

.u-section-14 .u-gallery-item-16 {
  margin-right: 6px;
}

.u-section-14 .u-back-image-16 {
  width: 71px;
}

.u-section-14 .u-over-slide-16 {
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2)
  );
  padding: 20px;
}

.u-section-14 .u-gallery-item-17 {
  margin-right: 6px;
}

.u-section-14 .u-back-image-17 {
  width: 71px;
}

.u-section-14 .u-over-slide-17 {
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2)
  );
  padding: 20px;
}

.u-section-14 .u-gallery-item-18 {
  margin-right: 6px;
}

.u-section-14 .u-back-image-18 {
  width: 71px;
}

.u-section-14 .u-over-slide-18 {
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2)
  );
  padding: 20px;
}

.u-section-14 .u-gallery-item-19 {
  margin-right: 6px;
}

.u-section-14 .u-back-image-19 {
  width: 71px;
}

.u-section-14 .u-over-slide-19 {
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2)
  );
  padding: 20px;
}

.u-section-14 .u-gallery-item-20 {
  margin-right: 6px;
}

.u-section-14 .u-back-image-20 {
  width: 71px;
}

.u-section-14 .u-over-slide-20 {
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2)
  );
  padding: 20px;
}

.u-section-14 .u-gallery-item-21 {
  margin-right: 6px;
}

.u-section-14 .u-back-image-21 {
  width: 71px;
}

.u-section-14 .u-over-slide-21 {
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2)
  );
  padding: 20px;
}

.u-section-14 .u-gallery-item-22 {
  margin-right: 6px;
}

.u-section-14 .u-back-image-22 {
  width: 71px;
}

.u-section-14 .u-over-slide-22 {
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2)
  );
  padding: 20px;
}

.u-section-14 .u-gallery-item-23 {
  margin-right: 6px;
}

.u-section-14 .u-back-image-23 {
  width: 71px;
}

.u-section-14 .u-over-slide-23 {
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2)
  );
  padding: 20px;
}

.u-section-14 .u-gallery-item-24 {
  margin-right: 6px;
}

.u-section-14 .u-back-image-24 {
  width: 71px;
}

.u-section-14 .u-over-slide-24 {
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2)
  );
  padding: 20px;
}

.u-section-14 .u-gallery-item-25 {
  margin-right: 6px;
}

.u-section-14 .u-back-image-25 {
  width: 71px;
}

.u-section-14 .u-over-slide-25 {
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2)
  );
  padding: 20px;
}

.u-section-14 .u-gallery-item-26 {
  margin-right: 6px;
}

.u-section-14 .u-back-image-26 {
  width: 71px;
}

.u-section-14 .u-over-slide-26 {
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2)
  );
  padding: 20px;
}

.u-section-14 .u-gallery-nav-1 {
  position: absolute;
  left: 10px;
  width: 40px;
  height: 40px;
  background-image: none;
  padding: 8px;
}

.u-section-14 .u-gallery-nav-2 {
  position: absolute;
  right: 10px;
  width: 40px;
  height: 40px;
  background-image: none;
  padding: 8px;
}

/*RESPONSIVE_MEDIA*/

@media (max-width: 1199px) {
  .u-section-14 .u-gallery-1 {
    margin-right: initial;
    margin-left: initial;
  }
}

/*/RESPONSIVE_MEDIA*/

.u-section-15 {
  background-image: none;
}

.u-section-15 .u-sheet-1 {
  min-height: 1025px;
}

.u-section-15 .u-custom-html-1 {
  margin-bottom: 0;
  margin-top: 20px;
}

.u-section-15 .u-image-1 {
  width: 700px;
  height: 306px;
  margin: 30px auto;
}

/*RESPONSIVE_MEDIA*/

@media (max-width: 767px) {
  .u-section-15 .u-sheet-1 {
    min-height: 955px;
  }

  .u-section-15 .u-image-1 {
    width: 540px;
    height: 236px;
  }
}

/*/RESPONSIVE_MEDIA*/

/*RESPONSIVE_MEDIA*/

@media (max-width: 575px) {
  .u-section-15 .u-sheet-1 {
    min-height: 868px;
  }

  .u-section-15 .u-image-1 {
    width: 340px;
    height: 149px;
  }
}

/*/RESPONSIVE_MEDIA*/

.u-section-16 {
  background-image: none;
}

.u-section-16 .u-sheet-1 {
  min-height: 844px;
}

.u-section-16 .u-custom-html-1 {
  margin-bottom: 0;
  margin-top: 20px;
}

.u-section-16 .u-image-1 {
  width: 700px;
  height: 301px;
  margin: 30px auto 29px;
}

/*RESPONSIVE_MEDIA*/

@media (max-width: 767px) {
  .u-section-16 .u-sheet-1 {
    min-height: 775px;
  }

  .u-section-16 .u-image-1 {
    width: 540px;
    height: 232px;
  }
}

/*/RESPONSIVE_MEDIA*/

/*RESPONSIVE_MEDIA*/

@media (max-width: 575px) {
  .u-section-16 .u-sheet-1 {
    min-height: 689px;
  }

  .u-section-16 .u-image-1 {
    width: 340px;
    height: 146px;
  }
}

/*/RESPONSIVE_MEDIA*/

.u-section-17 {
  background-image: none;
}

.u-section-17 .u-sheet-1 {
  min-height: 549px;
}

.u-section-17 .u-custom-html-1 {
  margin-bottom: 0;
  margin-top: 20px;
}

.u-section-17 .u-image-1 {
  width: 700px;
  height: 298px;
  margin: 30px auto;
}

/*RESPONSIVE_MEDIA*/

@media (max-width: 767px) {
  .u-section-17 .u-sheet-1 {
    min-height: 481px;
  }

  .u-section-17 .u-image-1 {
    width: 540px;
    height: 230px;
  }
}

/*/RESPONSIVE_MEDIA*/

/*RESPONSIVE_MEDIA*/

@media (max-width: 575px) {
  .u-section-17 .u-sheet-1 {
    min-height: 396px;
  }

  .u-section-17 .u-image-1 {
    width: 340px;
    height: 145px;
  }
}

/*/RESPONSIVE_MEDIA*/

.u-section-18 {
  background-image: none;
}

.u-section-18 .u-sheet-1 {
  min-height: 677px;
}

.u-section-18 .u-custom-html-1 {
  margin-bottom: 60px;
  margin-top: 19px;
}

/*RESPONSIVE_MEDIA*/

@media (max-width: 991px) {
  .u-section-18 .u-sheet-1 {
    min-height: 886px;
  }
}

/*/RESPONSIVE_MEDIA*/

/*RESPONSIVE_MEDIA*/

@media (max-width: 767px) {
  .u-section-18 .u-sheet-1 {
    min-height: 1016px;
  }
}

/*/RESPONSIVE_MEDIA*/

.u-section-19 {
  background-image: none;
}

.u-section-19 .u-sheet-1 {
  min-height: 64px;
}

.u-section-19 .u-custom-html-1 {
  margin-bottom: 19px;
  margin-top: 19px;
}

/*RESPONSIVE_MEDIA*/

@media (max-width: 767px) {
  .u-section-19 .u-sheet-1 {
    min-height: 549px;
  }

  .u-section-19 .u-custom-html-1 {
    margin-bottom: 25px;
    margin-top: 25px;
  }
}

/*/RESPONSIVE_MEDIA*/

/*RESPONSIVE_MEDIA*/

@media (max-width: 575px) {
  .u-section-19 .u-sheet-1 {
    min-height: 1316px;
  }

  .u-section-19 .u-custom-html-1 {
    margin-top: 116px;
  }
}

/*/RESPONSIVE_MEDIA*/

.u-section-20 {
  background-image: none;
}

.u-section-20 .u-sheet-1 {
  min-height: 743px;
}

.u-section-20 .u-custom-html-1 {
  margin-bottom: 60px;
  margin-top: 60px;
}

/*RESPONSIVE_MEDIA*/

@media (max-width: 991px) {
  .u-section-20 .u-sheet-1 {
    min-height: 830px;
  }

  .u-section-20 .u-custom-html-1 {
    margin-top: 100px;
  }
}

/*/RESPONSIVE_MEDIA*/

/*RESPONSIVE_MEDIA*/

@media (max-width: 767px) {
  .u-section-20 .u-sheet-1 {
    min-height: 782px;
  }
}

/*/RESPONSIVE_MEDIA*/

.u-section-21 {
  background-image: none;
}

.u-section-21 .u-sheet-1 {
  min-height: 196px;
}

.u-section-21 .u-text-1 {
  line-height: 1.8;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 700;
  margin: 40px 0 60px;
}

.u-section-21 .u-btn-1 {
  line-height: 1.55;
  padding: 0;
}

/*RESPONSIVE_MEDIA*/

@media (max-width: 1199px) {
  .u-section-21 .u-sheet-1 {
    min-height: 205px;
  }

  .u-section-21 .u-text-1 {
    width: auto;
  }
}

/*/RESPONSIVE_MEDIA*/

/*RESPONSIVE_MEDIA*/

@media (max-width: 991px) {
  .u-section-21 .u-sheet-1 {
    min-height: 242px;
  }
}

/*/RESPONSIVE_MEDIA*/

/*RESPONSIVE_MEDIA*/

@media (max-width: 767px) {
  .u-section-21 .u-sheet-1 {
    min-height: 261px;
  }

  .u-section-21 .u-text-1 {
    margin-top: 55px;
  }
}

/*/RESPONSIVE_MEDIA*/

/*RESPONSIVE_MEDIA*/

@media (max-width: 575px) {
  .u-section-21 .u-sheet-1 {
    min-height: 339px;
  }
}

/*/RESPONSIVE_MEDIA*/

.u-section-22 {
  background-image: none;
}

.u-section-22 .u-sheet-1 {
  min-height: 373px;
}

.u-section-22 .u-custom-html-1 {
  margin-bottom: 60px;
  height: auto;
  min-height: 278px;
  margin-top: 0;
}

* {
  font-family: Montserrat, sans-serif !important;
}

.u-custom-html-1 > p {
  font-size: 17px !important;
}

.u-custom-html-2 > p {
  font-size: 17px !important;
}

.u-custom-html-3 > p {
  font-size: 17px !important;
}

.u-custom-html-4 > p {
  font-size: 17px !important;
}

.u-custom-html-3 > ul > li > a {
  font-size: 17px !important;
}

.u-gallery-item {
  pointer-events: none;
}

h1 {
  font-size: 28px !important;
  font-weight: 700 !important;
}

h2,
h2,
h3,
h4 {
  font-size: 26px !important;
  font-weight: 700 !important;
  margin-top: 20px !important;
}

h3,
h4 {
  font-size: 24px !important;
  font-weight: 700 !important;
  margin-top: 20px !important;
}

.main-text {
  min-height: auto !important;
}

.u-section-6 {
  font-family: Montserrat, sans-serif !important;
}

.u-section-5 .u-table-1 {
  font-family: Montserrat, sans-serif !important;
}

.u-section-3 .u-sheet-1 {
  min-height: auto;
}

.u-section-4 .u-sheet-1 {
  min-height: auto;
}

.u-section-5 .u-sheet-1 {
  min-height: auto;
}

.u-section-6 .u-sheet-1 {
  min-height: auto;
}

.u-section-4 .u-sheet-1 {
  min-height: auto;
}

.u-section-3 .u-custom-html-1 {
  min-height: auto;
}

.u-section-4 .u-custom-html-1 {
  min-height: auto;
}

.u-section-5 .u-custom-html-1 {
  min-height: auto;
}

.u-custom-html-1 > p {
  font-size: 17px !important;
}

.u-custom-html-1 > ol > li {
  font-size: 17px !important;
}

.u-custom-html-1 > ul > li {
  font-size: 17px !important;
}

#customers {
  font-family: Montserrat, sans-serif !important;
  border-collapse: collapse;
  width: 100%;
  margin: 25px 0px;
  overflow-x: auto;
  display: block;
  max-width: 100%;
}

#customers td,
#customers th {
  border: none;
  padding: 8px;
  font-weight: 500;
  font-size: 17px !important;
}

#customers tr:nth-child(even) {
  background: #012d87;
  color: #ffffff;
  font-weight: 500;
  font-size: 17px !important;
}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #f1f5f9;
  color: #4a2894;
  font-size: 17px !important;
}

.faq {
  font-weight: 600 !important;
}

footer {
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 10px;
  width: 100%;
}

@media (max-width: 767px) {
  h1 {
    font-size: 24px !important;
    font-weight: 700 !important;
  }

  h2,
  h2,
  h3,
  h4 {
    font-size: 21px !important;
    font-weight: 700 !important;
  }

  h3,
  h4 {
    font-size: 20px !important;
    font-weight: 700 !important;
  }

  .u-custom-html-1 > p,
  .u-custom-html-2 > p,
  .u-custom-html-3 > p,
  .u-custom-html-4 > p {
    font-size: 17px !important;
  }

  .u-custom-html-1 > ul > li,
  .u-custom-html-2 > ul > li,
  .u-custom-html-3 > ul > li,
  .u-custom-html-4 > ul > li {
    font-size: 17px;
  }
}

.u-body {
  font-family: Montserrat, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Montserrat, sans-serif;
}

.u-overlap.u-overlap-transparent .u-header,
.u-image,
.u-gradient {
  color: #111111;
}

.u-shading,
.u-overlap.u-overlap-contrast .u-header {
  color: #ffffff;
}

.u-body {
  color: #111111;
  background-color: #f9f9f9;
  --effect-scale: 1.1;
}

.u-custom-font.u-text-font {
  font-family: Montserrat, sans-serif !important;
}

.u-custom-font.u-heading-font {
  font-family: Montserrat, sans-serif !important;
}

.u-none.u-input,
.u-none.u-field-input,
.u-none.u-button-style,
.u-none.u-button-style:hover,
.u-none.u-button-style:focus,
.u-none.u-button-style:active,
.u-none.u-button-style.active,
.u-button-style.u-hover-none:hover,
.u-button-style.u-hover-none.hover,
.u-button-style.u-hover-none:focus,
.u-button-style.u-active-none:active,
.u-button-style.u-active-none.active,
li.active > .u-button-style.u-active-none {
  color: inherit !important;
  background-color: transparent !important;
}

.u-button-style.u-border-none,
.u-button-style.u-border-hover-none:hover,
.u-button-style.u-border-hover-none:focus,
.u-button-style.u-border-active-none:active,
.u-button-style.u-border-active-none.active,
li.active > .u-button-style.u-border-active-none {
  border-color: transparent !important;
  border-width: 0;
}

.u-button-style.u-text-none,
.u-button-style.u-text-none:hover,
.u-button-style.u-text-none:focus,
.u-button-style.u-text-none:active,
.u-button-style.u-text-none.active,
.u-button-style.u-text-hover-none:hover,
.u-button-style.u-text-hover-none:focus,
.u-button-style.u-text-active-none:active,
.u-button-style.u-text-active-none.active,
li.active > .u-button-style.u-text-active-none {
  color: inherit !important;
}

/*end-color none*/

/*begin-color color-2*/

.u-color-2,
.u-body.u-color-2,
section.u-color-2:before,
.u-color-2 > .u-audio-main-layout-wrapper:before,
.u-color-2 > .u-container-layout:before,
.u-color-2 > .u-inner-container-layout:before,
.u-color-2.u-sidenav:before,
.u-container-layout.u-container-layout.u-color-2:before,
.u-table-alt-color-2 tr:nth-child(even) {
  color: #ffffff;
  background-color: #db545a;
}

.u-input.u-color-2,
.u-field-input.u-color-2,
.u-button-style.u-color-2,
.u-button-style.u-color-2[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #db545a !important;
}

.u-button-style.u-color-2:hover,
.u-button-style.u-color-2[class*="u-border-"]:hover,
.u-button-style.u-color-2:focus,
.u-button-style.u-color-2[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-color-2:active,
.u-button-style.u-button-style.u-color-2[class*="u-border-"]:active,
.u-button-style.u-button-style.u-color-2.active,
.u-button-style.u-button-style.u-color-2[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-color-2,
li.active > .u-button-style.u-button-style.u-color-2[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #d63b42 !important;
}

.u-hover-color-2:hover,
.u-hover-color-2[class*="u-border-"]:hover,
.u-hover-color-2:focus,
.u-hover-color-2[class*="u-border-"]:focus,
.u-active-color-2.u-active.u-active,
.u-active-color-2[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-color-2:hover,
a.u-button-style.u-hover-color-2.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,
a.u-button-style.u-button-style.u-active-color-2:active,
a.u-button-style.u-button-style.u-active-color-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-color-2.active,
a.u-button-style.u-button-style.u-active-color-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-color-2,
a.u-button-style.u-button-style.active > .u-active-color-2[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-color-2,
li.active
  > a.u-button-style.u-button-style.u-active-color-2[class*="u-border-"],
input.u-field-input.u-field-input.u-active-color-2:checked {
  color: #ffffff !important;
  background-color: #db545a !important;
}

a.u-link.u-hover-color-2:hover {
  color: #db545a !important;
}

/*end-color color-2*/

/*begin-color color-3*/

.u-color-3,
.u-body.u-color-3,
section.u-color-3:before,
.u-color-3 > .u-audio-main-layout-wrapper:before,
.u-color-3 > .u-container-layout:before,
.u-color-3 > .u-inner-container-layout:before,
.u-color-3.u-sidenav:before,
.u-container-layout.u-container-layout.u-color-3:before,
.u-table-alt-color-3 tr:nth-child(even) {
  color: #111111;
  background-color: #f1c50e;
}

.u-input.u-color-3,
.u-field-input.u-color-3,
.u-button-style.u-color-3,
.u-button-style.u-color-3[class*="u-border-"] {
  color: #111111 !important;
  background-color: #f1c50e !important;
}

.u-button-style.u-color-3:hover,
.u-button-style.u-color-3[class*="u-border-"]:hover,
.u-button-style.u-color-3:focus,
.u-button-style.u-color-3[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-color-3:active,
.u-button-style.u-button-style.u-color-3[class*="u-border-"]:active,
.u-button-style.u-button-style.u-color-3.active,
.u-button-style.u-button-style.u-color-3[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-color-3,
li.active > .u-button-style.u-button-style.u-color-3[class*="u-border-"] {
  color: #111111 !important;
  background-color: #d9b10d !important;
}

.u-hover-color-3:hover,
.u-hover-color-3[class*="u-border-"]:hover,
.u-hover-color-3:focus,
.u-hover-color-3[class*="u-border-"]:focus,
.u-active-color-3.u-active.u-active,
.u-active-color-3[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-color-3:hover,
a.u-button-style.u-hover-color-3.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,
a.u-button-style.u-button-style.u-active-color-3:active,
a.u-button-style.u-button-style.u-active-color-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-color-3.active,
a.u-button-style.u-button-style.u-active-color-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-color-3,
a.u-button-style.u-button-style.active > .u-active-color-3[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-color-3,
li.active
  > a.u-button-style.u-button-style.u-active-color-3[class*="u-border-"],
input.u-field-input.u-field-input.u-active-color-3:checked {
  color: #111111 !important;
  background-color: #f1c50e !important;
}

a.u-link.u-hover-color-3:hover {
  color: #f1c50e !important;
}

/*end-color color-3*/

/*begin-color white*/

.u-white,
.u-body.u-white,
section.u-white:before,
.u-white > .u-audio-main-layout-wrapper:before,
.u-white > .u-container-layout:before,
.u-white > .u-inner-container-layout:before,
.u-white.u-sidenav:before,
.u-container-layout.u-container-layout.u-white:before,
.u-table-alt-white tr:nth-child(even) {
  color: #111111;
  background-color: #ffffff;
}

.u-input.u-white,
.u-field-input.u-white,
.u-button-style.u-white,
.u-button-style.u-white[class*="u-border-"] {
  color: #111111 !important;
  background-color: #ffffff !important;
}

.u-button-style.u-white:hover,
.u-button-style.u-white[class*="u-border-"]:hover,
.u-button-style.u-white:focus,
.u-button-style.u-white[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-white:active,
.u-button-style.u-button-style.u-white[class*="u-border-"]:active,
.u-button-style.u-button-style.u-white.active,
.u-button-style.u-button-style.u-white[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-white,
li.active > .u-button-style.u-button-style.u-white[class*="u-border-"] {
  color: #111111 !important;
  background-color: #e6e6e6 !important;
}

.u-hover-white:hover,
.u-hover-white[class*="u-border-"]:hover,
.u-hover-white:focus,
.u-hover-white[class*="u-border-"]:focus,
.u-active-white.u-active.u-active,
.u-active-white[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-white:hover,
a.u-button-style.u-hover-white.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,
a.u-button-style.u-button-style.u-active-white:active,
a.u-button-style.u-button-style.u-active-white[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-white.active,
a.u-button-style.u-button-style.u-active-white[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-white,
a.u-button-style.u-button-style.active > .u-active-white[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-white,
li.active > a.u-button-style.u-button-style.u-active-white[class*="u-border-"],
input.u-field-input.u-field-input.u-active-white:checked {
  color: #111111 !important;
  background-color: #ffffff !important;
}

a.u-link.u-hover-white:hover {
  color: #ffffff !important;
}

/*end-color white*/

/*begin-color black*/

.u-black,
.u-body.u-black,
section.u-black:before,
.u-black > .u-audio-main-layout-wrapper:before,
.u-black > .u-container-layout:before,
.u-black > .u-inner-container-layout:before,
.u-black.u-sidenav:before,
.u-container-layout.u-container-layout.u-black:before,
.u-table-alt-black tr:nth-child(even) {
  color: #ffffff;
  background-color: #000000;
}

.u-input.u-black,
.u-field-input.u-black,
.u-button-style.u-black,
.u-button-style.u-black[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #000000 !important;
}

.u-button-style.u-black:hover,
.u-button-style.u-black[class*="u-border-"]:hover,
.u-button-style.u-black:focus,
.u-button-style.u-black[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-black:active,
.u-button-style.u-button-style.u-black[class*="u-border-"]:active,
.u-button-style.u-button-style.u-black.active,
.u-button-style.u-button-style.u-black[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-black,
li.active > .u-button-style.u-button-style.u-black[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #000000 !important;
}

.u-hover-black:hover,
.u-hover-black[class*="u-border-"]:hover,
.u-hover-black:focus,
.u-hover-black[class*="u-border-"]:focus,
.u-active-black.u-active.u-active,
.u-active-black[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-black:hover,
a.u-button-style.u-hover-black.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,
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-"],
input.u-field-input.u-field-input.u-active-black:checked {
  color: #ffffff !important;
  background-color: #000000 !important;
}

a.u-link.u-hover-black:hover {
  color: #000000 !important;
}

/*end-color black*/

/*begin-color color-2*/

.u-border-color-2,
.u-border-color-2.u-input,
.u-border-color-2.u-field-input.u-field-input,
.u-separator-color-2:after {
  border-color: #db545a;
  stroke: #db545a;
}

.u-button-style.u-border-color-2 {
  border-color: #db545a !important;
  color: #db545a !important;
  background-color: transparent !important;
}

.u-button-style.u-border-color-2:hover,
.u-button-style.u-border-color-2:focus {
  border-color: transparent !important;
  color: #d63b42 !important;
  background-color: transparent !important;
}

.u-border-hover-color-2:hover,
.u-border-hover-color-2:focus,
.u-border-active-color-2.u-active.u-active,
a.u-button-style.u-border-hover-color-2:hover,
a.u-button-style:hover > .u-border-hover-color-2,
a.u-button-style.u-border-hover-color-2:focus,
a.u-button-style.u-button-style.u-border-active-color-2:active,
a.u-button-style.u-button-style.u-border-active-color-2.active,
a.u-button-style.u-button-style.active > .u-border-active-color-2,
li.active > a.u-button-style.u-button-style.u-border-active-color-2,
input.u-field-input.u-field-input.u-border-active-color-2:checked {
  color: #db545a !important;
  border-color: #db545a !important;
}

.u-link.u-border-color-2[class*="u-border-"] {
  border-color: #db545a !important;
}

.u-link.u-border-color-2[class*="u-border-"]:hover {
  border-color: #d63b42 !important;
}

/*end-color color-2*/

/*begin-color color-3*/

.u-border-color-3,
.u-border-color-3.u-input,
.u-border-color-3.u-field-input.u-field-input,
.u-separator-color-3:after {
  border-color: #f1c50e;
  stroke: #f1c50e;
}

.u-button-style.u-border-color-3 {
  border-color: #f1c50e !important;
  color: #f1c50e !important;
  background-color: transparent !important;
}

.u-button-style.u-border-color-3:hover,
.u-button-style.u-border-color-3:focus {
  border-color: transparent !important;
  color: #d9b10d !important;
  background-color: transparent !important;
}

.u-border-hover-color-3:hover,
.u-border-hover-color-3:focus,
.u-border-active-color-3.u-active.u-active,
a.u-button-style.u-border-hover-color-3:hover,
a.u-button-style:hover > .u-border-hover-color-3,
a.u-button-style.u-border-hover-color-3:focus,
a.u-button-style.u-button-style.u-border-active-color-3:active,
a.u-button-style.u-button-style.u-border-active-color-3.active,
a.u-button-style.u-button-style.active > .u-border-active-color-3,
li.active > a.u-button-style.u-button-style.u-border-active-color-3,
input.u-field-input.u-field-input.u-border-active-color-3:checked {
  color: #f1c50e !important;
  border-color: #f1c50e !important;
}

.u-link.u-border-color-3[class*="u-border-"] {
  border-color: #f1c50e !important;
}

.u-link.u-border-color-3[class*="u-border-"]:hover {
  border-color: #d9b10d !important;
}

/*end-color color-3*/

/*begin-color white*/

.u-border-white,
.u-border-white.u-input,
.u-border-white.u-field-input.u-field-input,
.u-separator-white:after {
  border-color: #ffffff;
  stroke: #ffffff;
}

.u-button-style.u-border-white {
  border-color: #ffffff !important;
  color: #ffffff !important;
  background-color: transparent !important;
}

.u-button-style.u-border-white:hover,
.u-button-style.u-border-white:focus {
  border-color: transparent !important;
  color: #e6e6e6 !important;
  background-color: transparent !important;
}

.u-border-hover-white:hover,
.u-border-hover-white:focus,
.u-border-active-white.u-active.u-active,
a.u-button-style.u-border-hover-white:hover,
a.u-button-style:hover > .u-border-hover-white,
a.u-button-style.u-border-hover-white:focus,
a.u-button-style.u-button-style.u-border-active-white:active,
a.u-button-style.u-button-style.u-border-active-white.active,
a.u-button-style.u-button-style.active > .u-border-active-white,
li.active > a.u-button-style.u-button-style.u-border-active-white,
input.u-field-input.u-field-input.u-border-active-white:checked {
  color: #ffffff !important;
  border-color: #ffffff !important;
}

.u-link.u-border-white[class*="u-border-"] {
  border-color: #ffffff !important;
}

.u-link.u-border-white[class*="u-border-"]:hover {
  border-color: #e6e6e6 !important;
}

/*end-color white*/

/*begin-color black*/

.u-border-black,
.u-border-black.u-input,
.u-border-black.u-field-input.u-field-input,
.u-separator-black:after {
  border-color: #000000;
  stroke: #000000;
}

.u-button-style.u-border-black {
  border-color: #000000 !important;
  color: #000000 !important;
  background-color: transparent !important;
}

.u-button-style.u-border-black:hover,
.u-button-style.u-border-black:focus {
  border-color: transparent !important;
  color: #000000 !important;
  background-color: transparent !important;
}

.u-border-hover-black:hover,
.u-border-hover-black:focus,
.u-border-active-black.u-active.u-active,
a.u-button-style.u-border-hover-black:hover,
a.u-button-style:hover > .u-border-hover-black,
a.u-button-style.u-border-hover-black:focus,
a.u-button-style.u-button-style.u-border-active-black:active,
a.u-button-style.u-button-style.u-border-active-black.active,
a.u-button-style.u-button-style.active > .u-border-active-black,
li.active > a.u-button-style.u-button-style.u-border-active-black,
input.u-field-input.u-field-input.u-border-active-black:checked {
  color: #000000 !important;
  border-color: #000000 !important;
}

.u-link.u-border-black[class*="u-border-"] {
  border-color: #000000 !important;
}

.u-link.u-border-black[class*="u-border-"]:hover {
  border-color: #000000 !important;
}

/*end-color black*/

/*begin-color color-2*/

.u-text-color-2,
.u-input.u-text-color-2,
.u-input.u-text-color-2[class*="u-border-"],
li.active > a.u-button-style.u-text-color-2,
li.active > a.u-button-style.u-text-color-2[class*="u-border-"],
a.u-button-style.u-text-color-2,
a.u-button-style.u-text-color-2[class*="u-border-"] {
  color: #db545a !important;
}

a.u-button-style.u-text-color-2:hover,
a.u-button-style.u-text-color-2[class*="u-border-"]:hover,
a.u-button-style.u-text-color-2:focus,
a.u-button-style.u-text-color-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-color-2:active,
a.u-button-style.u-button-style.u-text-color-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-color-2.active,
a.u-button-style.u-button-style.u-text-color-2[class*="u-border-"].active {
  color: #d63b42 !important;
}

a.u-button-style:hover > .u-text-hover-color-2,
a.u-button-style:hover > .u-text-hover-color-2[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-color-2:hover,
a.u-button-style.u-button-style.u-text-hover-color-2[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-2.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-2[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-2:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-color-2:focus,
a.u-button-style.u-button-style.u-text-hover-color-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-2:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-2.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-color-2,
a.u-button-style.u-button-style.active
  > .u-text-active-color-2[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-color-2:hover,
:not(.level-2)
  > .u-nav
  > .u-nav-item
  > a.u-nav-link.u-nav-link.u-text-active-color-2.active,
.u-text-hover-color-2.u-language-url:hover,
.u-text-hover-color-2 .u-language-url:hover,
.u-text-hover-color-2.u-carousel-control:hover,
.u-popupmenu-items.u-text-hover-color-2 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-2 .u-nav-link.active {
  color: #db545a !important;
}

.u-text-color-2 .u-svg-link,
.u-text-hover-color-2:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-color-2 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-color-2 .u-svg-link,
.u-text-hover-color-2:focus .u-svg-link {
  fill: #db545a;
}

.u-link.u-text-color-2:hover {
  color: #d63b42 !important;
}

a.u-link.u-text-hover-color-2:hover {
  color: #db545a !important;
}

/*end-color color-2*/

/*begin-color color-3*/

.u-text-color-3,
.u-input.u-text-color-3,
.u-input.u-text-color-3[class*="u-border-"],
li.active > a.u-button-style.u-text-color-3,
li.active > a.u-button-style.u-text-color-3[class*="u-border-"],
a.u-button-style.u-text-color-3,
a.u-button-style.u-text-color-3[class*="u-border-"] {
  color: #f1c50e !important;
}

a.u-button-style.u-text-color-3:hover,
a.u-button-style.u-text-color-3[class*="u-border-"]:hover,
a.u-button-style.u-text-color-3:focus,
a.u-button-style.u-text-color-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-color-3:active,
a.u-button-style.u-button-style.u-text-color-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-color-3.active,
a.u-button-style.u-button-style.u-text-color-3[class*="u-border-"].active {
  color: #d9b10d !important;
}

a.u-button-style:hover > .u-text-hover-color-3,
a.u-button-style:hover > .u-text-hover-color-3[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-color-3:hover,
a.u-button-style.u-button-style.u-text-hover-color-3[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-3.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-3[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-3:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-color-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-color-3:focus,
a.u-button-style.u-button-style.u-text-hover-color-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-3:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-3.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-color-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-color-3,
a.u-button-style.u-button-style.active
  > .u-text-active-color-3[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-color-3:hover,
:not(.level-2)
  > .u-nav
  > .u-nav-item
  > a.u-nav-link.u-nav-link.u-text-active-color-3.active,
.u-text-hover-color-3.u-language-url:hover,
.u-text-hover-color-3 .u-language-url:hover,
.u-text-hover-color-3.u-carousel-control:hover,
.u-popupmenu-items.u-text-hover-color-3 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-color-3 .u-nav-link.active {
  color: #f1c50e !important;
}

.u-text-color-3 .u-svg-link,
.u-text-hover-color-3:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-color-3 .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-color-3 .u-svg-link,
.u-text-hover-color-3:focus .u-svg-link {
  fill: #f1c50e;
}

.u-link.u-text-color-3:hover {
  color: #d9b10d !important;
}

a.u-link.u-text-hover-color-3:hover {
  color: #f1c50e !important;
}

/*end-color color-3*/

/*begin-color white*/

.u-text-white,
.u-input.u-text-white,
.u-input.u-text-white[class*="u-border-"],
li.active > a.u-button-style.u-text-white,
li.active > a.u-button-style.u-text-white[class*="u-border-"],
a.u-button-style.u-text-white,
a.u-button-style.u-text-white[class*="u-border-"] {
  color: #ffffff !important;
}

a.u-button-style.u-text-white:hover,
a.u-button-style.u-text-white[class*="u-border-"]:hover,
a.u-button-style.u-text-white:focus,
a.u-button-style.u-text-white[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-white:active,
a.u-button-style.u-button-style.u-text-white[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-white.active,
a.u-button-style.u-button-style.u-text-white[class*="u-border-"].active {
  color: #e6e6e6 !important;
}

a.u-button-style:hover > .u-text-hover-white,
a.u-button-style:hover > .u-text-hover-white[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-white:hover,
a.u-button-style.u-button-style.u-text-hover-white[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-white.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-white[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-white:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-white[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-white:focus,
a.u-button-style.u-button-style.u-text-hover-white[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-white:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-white[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-white.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-white[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-white,
a.u-button-style.u-button-style.active
  > .u-text-active-white[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-white:hover,
:not(.level-2)
  > .u-nav
  > .u-nav-item
  > a.u-nav-link.u-nav-link.u-text-active-white.active,
.u-text-hover-white.u-language-url:hover,
.u-text-hover-white .u-language-url:hover,
.u-text-hover-white.u-carousel-control:hover,
.u-popupmenu-items.u-text-hover-white .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-white .u-nav-link.active {
  color: #ffffff !important;
}

.u-text-white .u-svg-link,
.u-text-hover-white:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-white .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-white .u-svg-link,
.u-text-hover-white:focus .u-svg-link {
  fill: #ffffff;
}

.u-link.u-text-white:hover {
  color: #e6e6e6 !important;
}

a.u-link.u-text-hover-white:hover {
  color: #ffffff !important;
}

/*end-color white*/

/*begin-color black*/

.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,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-black:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-black[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-black.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-black[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-black,
a.u-button-style.u-button-style.active
  > .u-text-active-black[class*="u-border-"],
:not(.level-2) > .u-nav > .u-nav-item > a.u-nav-link.u-text-hover-black:hover,
:not(.level-2)
  > .u-nav
  > .u-nav-item
  > a.u-nav-link.u-nav-link.u-text-active-black.active,
.u-text-hover-black.u-language-url:hover,
.u-text-hover-black .u-language-url:hover,
.u-text-hover-black.u-carousel-control:hover,
.u-popupmenu-items.u-text-hover-black .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-black .u-nav-link.active {
  color: #000000 !important;
}

.u-text-black .u-svg-link,
.u-text-hover-black:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-black .u-svg-link,
.u-button-style.u-button-style.active > .u-text-active-black .u-svg-link,
.u-text-hover-black:focus .u-svg-link {
  fill: #000000;
}

.u-link.u-text-black:hover {
  color: #000000 !important;
}

a.u-link.u-text-hover-black:hover {
  color: #000000 !important;
}

/*end-color black*/

/*begin-variables sitestylecss*/

/*begin-color custom-color-2*/

.u-custom-color-2,
.u-body.u-custom-color-2,
section.u-custom-color-2:before,
.u-custom-color-2 > .u-audio-main-layout-wrapper:before,
.u-custom-color-2 > .u-container-layout:before,
.u-custom-color-2 > .u-inner-container-layout:before,
.u-custom-color-2.u-sidenav:before,
.u-container-layout.u-container-layout.u-custom-color-2:before,
.u-table-alt-custom-color-2 tr:nth-child(even) {
  color: #111111;
  background-color: #ffd800;
}

.u-input.u-custom-color-2,
.u-field-input.u-custom-color-2,
.u-button-style.u-custom-color-2,
.u-button-style.u-custom-color-2[class*="u-border-"] {
  color: #111111 !important;
  background-color: #ffd800 !important;
}

.u-button-style.u-custom-color-2:hover,
.u-button-style.u-custom-color-2[class*="u-border-"]:hover,
.u-button-style.u-custom-color-2:focus,
.u-button-style.u-custom-color-2[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-custom-color-2:active,
.u-button-style.u-button-style.u-custom-color-2[class*="u-border-"]:active,
.u-button-style.u-button-style.u-custom-color-2.active,
.u-button-style.u-button-style.u-custom-color-2[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-custom-color-2,
li.active
  > .u-button-style.u-button-style.u-custom-color-2[class*="u-border-"] {
  color: #111111 !important;
  background-color: #e6c200 !important;
}

.u-hover-custom-color-2:hover,
.u-hover-custom-color-2[class*="u-border-"]:hover,
.u-hover-custom-color-2:focus,
.u-hover-custom-color-2[class*="u-border-"]:focus,
.u-active-custom-color-2.u-active.u-active,
.u-active-custom-color-2[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-custom-color-2:hover,
a.u-button-style.u-hover-custom-color-2.hover,
a.u-button-style.u-hover-custom-color-2[class*="u-border-"]:hover,
a.u-button-style.u-hover-custom-color-2[class*="u-border-"].hover,
a.u-button-style:hover > .u-hover-custom-color-2,
a.u-button-style:hover > .u-hover-custom-color-2[class*="u-border-"],
a.u-button-style.u-hover-custom-color-2:focus,
a.u-button-style.u-hover-custom-color-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-custom-color-2:active,
a.u-button-style.u-button-style.u-active-custom-color-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-custom-color-2.active,
a.u-button-style.u-button-style.u-active-custom-color-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-custom-color-2,
a.u-button-style.u-button-style.active
  > .u-active-custom-color-2[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-custom-color-2,
li.active
  > a.u-button-style.u-button-style.u-active-custom-color-2[class*="u-border-"],
input.u-field-input.u-field-input.u-active-custom-color-2:checked {
  color: #111111 !important;
  background-color: #ffd800 !important;
}

a.u-link.u-hover-custom-color-2:hover {
  color: #ffd800 !important;
}

/*end-color custom-color-2*/

/*begin-color custom-color-3*/

.u-custom-color-3,
.u-body.u-custom-color-3,
section.u-custom-color-3:before,
.u-custom-color-3 > .u-audio-main-layout-wrapper:before,
.u-custom-color-3 > .u-container-layout:before,
.u-custom-color-3 > .u-inner-container-layout:before,
.u-custom-color-3.u-sidenav:before,
.u-container-layout.u-container-layout.u-custom-color-3:before,
.u-table-alt-custom-color-3 tr:nth-child(even) {
  color: #ffffff;
  background-color: #ac9100;
}

.u-input.u-custom-color-3,
.u-field-input.u-custom-color-3,
.u-button-style.u-custom-color-3,
.u-button-style.u-custom-color-3[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #ac9100 !important;
}

.u-button-style.u-custom-color-3:hover,
.u-button-style.u-custom-color-3[class*="u-border-"]:hover,
.u-button-style.u-custom-color-3:focus,
.u-button-style.u-custom-color-3[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-custom-color-3:active,
.u-button-style.u-button-style.u-custom-color-3[class*="u-border-"]:active,
.u-button-style.u-button-style.u-custom-color-3.active,
.u-button-style.u-button-style.u-custom-color-3[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-custom-color-3,
li.active
  > .u-button-style.u-button-style.u-custom-color-3[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #9b8300 !important;
}

.u-hover-custom-color-3:hover,
.u-hover-custom-color-3[class*="u-border-"]:hover,
.u-hover-custom-color-3:focus,
.u-hover-custom-color-3[class*="u-border-"]:focus,
.u-active-custom-color-3.u-active.u-active,
.u-active-custom-color-3[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-custom-color-3:hover,
a.u-button-style.u-hover-custom-color-3.hover,
a.u-button-style.u-hover-custom-color-3[class*="u-border-"]:hover,
a.u-button-style.u-hover-custom-color-3[class*="u-border-"].hover,
a.u-button-style:hover > .u-hover-custom-color-3,
a.u-button-style:hover > .u-hover-custom-color-3[class*="u-border-"],
a.u-button-style.u-hover-custom-color-3:focus,
a.u-button-style.u-hover-custom-color-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-custom-color-3:active,
a.u-button-style.u-button-style.u-active-custom-color-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-custom-color-3.active,
a.u-button-style.u-button-style.u-active-custom-color-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-custom-color-3,
a.u-button-style.u-button-style.active
  > .u-active-custom-color-3[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-custom-color-3,
li.active
  > a.u-button-style.u-button-style.u-active-custom-color-3[class*="u-border-"],
input.u-field-input.u-field-input.u-active-custom-color-3:checked {
  color: #ffffff !important;
  background-color: #ac9100 !important;
}

a.u-link.u-hover-custom-color-3:hover {
  color: #ac9100 !important;
}

/*end-color custom-color-3*/

/*begin-color custom-color-8*/

.u-custom-color-8,
.u-body.u-custom-color-8,
section.u-custom-color-8:before,
.u-custom-color-8 > .u-audio-main-layout-wrapper:before,
.u-custom-color-8 > .u-container-layout:before,
.u-custom-color-8 > .u-inner-container-layout:before,
.u-custom-color-8.u-sidenav:before,
.u-container-layout.u-container-layout.u-custom-color-8:before,
.u-table-alt-custom-color-8 tr:nth-child(even) {
  color: #ffffff;
  background-color: #053597;
}

.u-input.u-custom-color-8,
.u-field-input.u-custom-color-8,
.u-button-style.u-custom-color-8,
.u-button-style.u-custom-color-8[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #053597 !important;
}

.u-button-style.u-custom-color-8:hover,
.u-button-style.u-custom-color-8[class*="u-border-"]:hover,
.u-button-style.u-custom-color-8:focus,
.u-button-style.u-custom-color-8[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-custom-color-8:active,
.u-button-style.u-button-style.u-custom-color-8[class*="u-border-"]:active,
.u-button-style.u-button-style.u-custom-color-8.active,
.u-button-style.u-button-style.u-custom-color-8[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-custom-color-8,
li.active
  > .u-button-style.u-button-style.u-custom-color-8[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #053088 !important;
}

.u-hover-custom-color-8:hover,
.u-hover-custom-color-8[class*="u-border-"]:hover,
.u-hover-custom-color-8:focus,
.u-hover-custom-color-8[class*="u-border-"]:focus,
.u-active-custom-color-8.u-active.u-active,
.u-active-custom-color-8[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-custom-color-8:hover,
a.u-button-style.u-hover-custom-color-8.hover,
a.u-button-style.u-hover-custom-color-8[class*="u-border-"]:hover,
a.u-button-style.u-hover-custom-color-8[class*="u-border-"].hover,
a.u-button-style:hover > .u-hover-custom-color-8,
a.u-button-style:hover > .u-hover-custom-color-8[class*="u-border-"],
a.u-button-style.u-hover-custom-color-8:focus,
a.u-button-style.u-hover-custom-color-8[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-custom-color-8:active,
a.u-button-style.u-button-style.u-active-custom-color-8[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-custom-color-8.active,
a.u-button-style.u-button-style.u-active-custom-color-8[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-custom-color-8,
a.u-button-style.u-button-style.active
  > .u-active-custom-color-8[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-custom-color-8,
li.active
  > a.u-button-style.u-button-style.u-active-custom-color-8[class*="u-border-"],
input.u-field-input.u-field-input.u-active-custom-color-8:checked {
  color: #ffffff !important;
  background-color: #053597 !important;
}

a.u-link.u-hover-custom-color-8:hover {
  color: #053597 !important;
}

/*end-color custom-color-8*/

/*begin-color custom-color-9*/

.u-custom-color-9,
.u-body.u-custom-color-9,
section.u-custom-color-9:before,
.u-custom-color-9 > .u-audio-main-layout-wrapper:before,
.u-custom-color-9 > .u-container-layout:before,
.u-custom-color-9 > .u-inner-container-layout:before,
.u-custom-color-9.u-sidenav:before,
.u-container-layout.u-container-layout.u-custom-color-9:before,
.u-table-alt-custom-color-9 tr:nth-child(even) {
  color: #ffffff;
  background-color: #012d87;
}

.u-input.u-custom-color-9,
.u-field-input.u-custom-color-9,
.u-button-style.u-custom-color-9,
.u-button-style.u-custom-color-9[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #012d87 !important;
}

.u-button-style.u-custom-color-9:hover,
.u-button-style.u-custom-color-9[class*="u-border-"]:hover,
.u-button-style.u-custom-color-9:focus,
.u-button-style.u-custom-color-9[class*="u-border-"]:focus,
.u-button-style.u-button-style.u-custom-color-9:active,
.u-button-style.u-button-style.u-custom-color-9[class*="u-border-"]:active,
.u-button-style.u-button-style.u-custom-color-9.active,
.u-button-style.u-button-style.u-custom-color-9[class*="u-border-"].active,
li.active > .u-button-style.u-button-style.u-custom-color-9,
li.active
  > .u-button-style.u-button-style.u-custom-color-9[class*="u-border-"] {
  color: #ffffff !important;
  background-color: #01287a !important;
}

.u-hover-custom-color-9:hover,
.u-hover-custom-color-9[class*="u-border-"]:hover,
.u-hover-custom-color-9:focus,
.u-hover-custom-color-9[class*="u-border-"]:focus,
.u-active-custom-color-9.u-active.u-active,
.u-active-custom-color-9[class*="u-border-"].u-active.u-active,
a.u-button-style.u-hover-custom-color-9:hover,
a.u-button-style.u-hover-custom-color-9.hover,
a.u-button-style.u-hover-custom-color-9[class*="u-border-"]:hover,
a.u-button-style.u-hover-custom-color-9[class*="u-border-"].hover,
a.u-button-style:hover > .u-hover-custom-color-9,
a.u-button-style:hover > .u-hover-custom-color-9[class*="u-border-"],
a.u-button-style.u-hover-custom-color-9:focus,
a.u-button-style.u-hover-custom-color-9[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-active-custom-color-9:active,
a.u-button-style.u-button-style.u-active-custom-color-9[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-active-custom-color-9.active,
a.u-button-style.u-button-style.u-active-custom-color-9[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-active-custom-color-9,
a.u-button-style.u-button-style.active
  > .u-active-custom-color-9[class*="u-border-"],
li.active > a.u-button-style.u-button-style.u-active-custom-color-9,
li.active
  > a.u-button-style.u-button-style.u-active-custom-color-9[class*="u-border-"],
input.u-field-input.u-field-input.u-active-custom-color-9:checked {
  color: #ffffff !important;
  background-color: #012d87 !important;
}

a.u-link.u-hover-custom-color-9:hover {
  color: #012d87 !important;
}

/*end-color custom-color-9*/

/*begin-color custom-color-2*/

.u-border-custom-color-2,
.u-border-custom-color-2.u-input,
.u-border-custom-color-2.u-field-input.u-field-input,
.u-separator-custom-color-2:after {
  border-color: #ffd800;
  stroke: #ffd800;
}

.u-button-style.u-border-custom-color-2 {
  border-color: #ffd800 !important;
  color: #ffd800 !important;
  background-color: transparent !important;
}

.u-button-style.u-border-custom-color-2:hover,
.u-button-style.u-border-custom-color-2:focus {
  border-color: transparent !important;
  color: #e6c200 !important;
  background-color: transparent !important;
}

.u-border-hover-custom-color-2:hover,
.u-border-hover-custom-color-2:focus,
.u-border-active-custom-color-2.u-active.u-active,
a.u-button-style.u-border-hover-custom-color-2:hover,
a.u-button-style:hover > .u-border-hover-custom-color-2,
a.u-button-style.u-border-hover-custom-color-2:focus,
a.u-button-style.u-button-style.u-border-active-custom-color-2:active,
a.u-button-style.u-button-style.u-border-active-custom-color-2.active,
a.u-button-style.u-button-style.active > .u-border-active-custom-color-2,
li.active > a.u-button-style.u-button-style.u-border-active-custom-color-2,
input.u-field-input.u-field-input.u-border-active-custom-color-2:checked {
  color: #ffd800 !important;
  border-color: #ffd800 !important;
}

.u-link.u-border-custom-color-2[class*="u-border-"] {
  border-color: #ffd800 !important;
}

.u-link.u-border-custom-color-2[class*="u-border-"]:hover {
  border-color: #e6c200 !important;
}

/*end-color custom-color-2*/

/*begin-color custom-color-3*/

.u-border-custom-color-3,
.u-border-custom-color-3.u-input,
.u-border-custom-color-3.u-field-input.u-field-input,
.u-separator-custom-color-3:after {
  border-color: #ac9100;
  stroke: #ac9100;
}

.u-button-style.u-border-custom-color-3 {
  border-color: #ac9100 !important;
  color: #ac9100 !important;
  background-color: transparent !important;
}

.u-button-style.u-border-custom-color-3:hover,
.u-button-style.u-border-custom-color-3:focus {
  border-color: transparent !important;
  color: #9b8300 !important;
  background-color: transparent !important;
}

.u-border-hover-custom-color-3:hover,
.u-border-hover-custom-color-3:focus,
.u-border-active-custom-color-3.u-active.u-active,
a.u-button-style.u-border-hover-custom-color-3:hover,
a.u-button-style:hover > .u-border-hover-custom-color-3,
a.u-button-style.u-border-hover-custom-color-3:focus,
a.u-button-style.u-button-style.u-border-active-custom-color-3:active,
a.u-button-style.u-button-style.u-border-active-custom-color-3.active,
a.u-button-style.u-button-style.active > .u-border-active-custom-color-3,
li.active > a.u-button-style.u-button-style.u-border-active-custom-color-3,
input.u-field-input.u-field-input.u-border-active-custom-color-3:checked {
  color: #ac9100 !important;
  border-color: #ac9100 !important;
}

.u-link.u-border-custom-color-3[class*="u-border-"] {
  border-color: #ac9100 !important;
}

.u-link.u-border-custom-color-3[class*="u-border-"]:hover {
  border-color: #9b8300 !important;
}

/*end-color custom-color-3*/

/*begin-color custom-color-8*/

.u-border-custom-color-8,
.u-border-custom-color-8.u-input,
.u-border-custom-color-8.u-field-input.u-field-input,
.u-separator-custom-color-8:after {
  border-color: #053597;
  stroke: #053597;
}

.u-button-style.u-border-custom-color-8 {
  border-color: #053597 !important;
  color: #053597 !important;
  background-color: transparent !important;
}

.u-button-style.u-border-custom-color-8:hover,
.u-button-style.u-border-custom-color-8:focus {
  border-color: transparent !important;
  color: #053088 !important;
  background-color: transparent !important;
}

.u-border-hover-custom-color-8:hover,
.u-border-hover-custom-color-8:focus,
.u-border-active-custom-color-8.u-active.u-active,
a.u-button-style.u-border-hover-custom-color-8:hover,
a.u-button-style:hover > .u-border-hover-custom-color-8,
a.u-button-style.u-border-hover-custom-color-8:focus,
a.u-button-style.u-button-style.u-border-active-custom-color-8:active,
a.u-button-style.u-button-style.u-border-active-custom-color-8.active,
a.u-button-style.u-button-style.active > .u-border-active-custom-color-8,
li.active > a.u-button-style.u-button-style.u-border-active-custom-color-8,
input.u-field-input.u-field-input.u-border-active-custom-color-8:checked {
  color: #053597 !important;
  border-color: #053597 !important;
}

.u-link.u-border-custom-color-8[class*="u-border-"] {
  border-color: #053597 !important;
}

.u-link.u-border-custom-color-8[class*="u-border-"]:hover {
  border-color: #053088 !important;
}

/*end-color custom-color-8*/

/*begin-color custom-color-9*/

.u-border-custom-color-9,
.u-border-custom-color-9.u-input,
.u-border-custom-color-9.u-field-input.u-field-input,
.u-separator-custom-color-9:after {
  border-color: #012d87;
  stroke: #012d87;
}

.u-button-style.u-border-custom-color-9 {
  border-color: #012d87 !important;
  color: #012d87 !important;
  background-color: transparent !important;
}

.u-button-style.u-border-custom-color-9:hover,
.u-button-style.u-border-custom-color-9:focus {
  border-color: transparent !important;
  color: #01287a !important;
  background-color: transparent !important;
}

.u-border-hover-custom-color-9:hover,
.u-border-hover-custom-color-9:focus,
.u-border-active-custom-color-9.u-active.u-active,
a.u-button-style.u-border-hover-custom-color-9:hover,
a.u-button-style:hover > .u-border-hover-custom-color-9,
a.u-button-style.u-border-hover-custom-color-9:focus,
a.u-button-style.u-button-style.u-border-active-custom-color-9:active,
a.u-button-style.u-button-style.u-border-active-custom-color-9.active,
a.u-button-style.u-button-style.active > .u-border-active-custom-color-9,
li.active > a.u-button-style.u-button-style.u-border-active-custom-color-9,
input.u-field-input.u-field-input.u-border-active-custom-color-9:checked {
  color: #012d87 !important;
  border-color: #012d87 !important;
}

.u-link.u-border-custom-color-9[class*="u-border-"] {
  border-color: #012d87 !important;
}

.u-link.u-border-custom-color-9[class*="u-border-"]:hover {
  border-color: #01287a !important;
}

/*end-color custom-color-9*/

/*begin-color custom-color-2*/

.u-text-custom-color-2,
.u-input.u-text-custom-color-2,
.u-input.u-text-custom-color-2[class*="u-border-"],
li.active > a.u-button-style.u-text-custom-color-2,
li.active > a.u-button-style.u-text-custom-color-2[class*="u-border-"],
a.u-button-style.u-text-custom-color-2,
a.u-button-style.u-text-custom-color-2[class*="u-border-"] {
  color: #ffd800 !important;
}

a.u-button-style.u-text-custom-color-2:hover,
a.u-button-style.u-text-custom-color-2[class*="u-border-"]:hover,
a.u-button-style.u-text-custom-color-2:focus,
a.u-button-style.u-text-custom-color-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-custom-color-2:active,
a.u-button-style.u-button-style.u-text-custom-color-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-custom-color-2.active,
a.u-button-style.u-button-style.u-text-custom-color-2[class*="u-border-"].active {
  color: #e6c200 !important;
}

a.u-button-style:hover > .u-text-hover-custom-color-2,
a.u-button-style:hover > .u-text-hover-custom-color-2[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-custom-color-2:hover,
a.u-button-style.u-button-style.u-text-hover-custom-color-2[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-custom-color-2.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-custom-color-2[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-custom-color-2:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-custom-color-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-custom-color-2:focus,
a.u-button-style.u-button-style.u-text-hover-custom-color-2[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-custom-color-2:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-custom-color-2[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-custom-color-2.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-custom-color-2[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-custom-color-2,
a.u-button-style.u-button-style.active
  > .u-text-active-custom-color-2[class*="u-border-"],
:not(.level-2)
  > .u-nav
  > .u-nav-item
  > a.u-nav-link.u-text-hover-custom-color-2:hover,
:not(.level-2)
  > .u-nav
  > .u-nav-item
  > a.u-nav-link.u-nav-link.u-text-active-custom-color-2.active,
.u-text-hover-custom-color-2.u-language-url:hover,
.u-text-hover-custom-color-2 .u-language-url:hover,
.u-text-hover-custom-color-2.u-carousel-control:hover,
.u-popupmenu-items.u-text-hover-custom-color-2 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-custom-color-2
  .u-nav-link.active {
  color: #ffd800 !important;
}

.u-text-custom-color-2 .u-svg-link,
.u-text-hover-custom-color-2:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-custom-color-2 .u-svg-link,
.u-button-style.u-button-style.active
  > .u-text-active-custom-color-2
  .u-svg-link,
.u-text-hover-custom-color-2:focus .u-svg-link {
  fill: #ffd800;
}

.u-link.u-text-custom-color-2:hover {
  color: #e6c200 !important;
}

a.u-link.u-text-hover-custom-color-2:hover {
  color: #ffd800 !important;
}

/*end-color custom-color-2*/

/*begin-color custom-color-3*/

.u-text-custom-color-3,
.u-input.u-text-custom-color-3,
.u-input.u-text-custom-color-3[class*="u-border-"],
li.active > a.u-button-style.u-text-custom-color-3,
li.active > a.u-button-style.u-text-custom-color-3[class*="u-border-"],
a.u-button-style.u-text-custom-color-3,
a.u-button-style.u-text-custom-color-3[class*="u-border-"] {
  color: #ac9100 !important;
}

a.u-button-style.u-text-custom-color-3:hover,
a.u-button-style.u-text-custom-color-3[class*="u-border-"]:hover,
a.u-button-style.u-text-custom-color-3:focus,
a.u-button-style.u-text-custom-color-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-custom-color-3:active,
a.u-button-style.u-button-style.u-text-custom-color-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-custom-color-3.active,
a.u-button-style.u-button-style.u-text-custom-color-3[class*="u-border-"].active {
  color: #9b8300 !important;
}

a.u-button-style:hover > .u-text-hover-custom-color-3,
a.u-button-style:hover > .u-text-hover-custom-color-3[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-custom-color-3:hover,
a.u-button-style.u-button-style.u-text-hover-custom-color-3[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-custom-color-3.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-custom-color-3[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-custom-color-3:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-custom-color-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-custom-color-3:focus,
a.u-button-style.u-button-style.u-text-hover-custom-color-3[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-custom-color-3:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-custom-color-3[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-custom-color-3.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-custom-color-3[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-custom-color-3,
a.u-button-style.u-button-style.active
  > .u-text-active-custom-color-3[class*="u-border-"],
:not(.level-2)
  > .u-nav
  > .u-nav-item
  > a.u-nav-link.u-text-hover-custom-color-3:hover,
:not(.level-2)
  > .u-nav
  > .u-nav-item
  > a.u-nav-link.u-nav-link.u-text-active-custom-color-3.active,
.u-text-hover-custom-color-3.u-language-url:hover,
.u-text-hover-custom-color-3 .u-language-url:hover,
.u-text-hover-custom-color-3.u-carousel-control:hover,
.u-popupmenu-items.u-text-hover-custom-color-3 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-custom-color-3
  .u-nav-link.active {
  color: #ac9100 !important;
}

.u-text-custom-color-3 .u-svg-link,
.u-text-hover-custom-color-3:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-custom-color-3 .u-svg-link,
.u-button-style.u-button-style.active
  > .u-text-active-custom-color-3
  .u-svg-link,
.u-text-hover-custom-color-3:focus .u-svg-link {
  fill: #ac9100;
}

.u-link.u-text-custom-color-3:hover {
  color: #9b8300 !important;
}

a.u-link.u-text-hover-custom-color-3:hover {
  color: #ac9100 !important;
}

/*end-color custom-color-3*/

/*begin-color custom-color-8*/

.u-text-custom-color-8,
.u-input.u-text-custom-color-8,
.u-input.u-text-custom-color-8[class*="u-border-"],
li.active > a.u-button-style.u-text-custom-color-8,
li.active > a.u-button-style.u-text-custom-color-8[class*="u-border-"],
a.u-button-style.u-text-custom-color-8,
a.u-button-style.u-text-custom-color-8[class*="u-border-"] {
  color: #053597 !important;
}

a.u-button-style.u-text-custom-color-8:hover,
a.u-button-style.u-text-custom-color-8[class*="u-border-"]:hover,
a.u-button-style.u-text-custom-color-8:focus,
a.u-button-style.u-text-custom-color-8[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-custom-color-8:active,
a.u-button-style.u-button-style.u-text-custom-color-8[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-custom-color-8.active,
a.u-button-style.u-button-style.u-text-custom-color-8[class*="u-border-"].active {
  color: #053088 !important;
}

a.u-button-style:hover > .u-text-hover-custom-color-8,
a.u-button-style:hover > .u-text-hover-custom-color-8[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-custom-color-8:hover,
a.u-button-style.u-button-style.u-text-hover-custom-color-8[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-custom-color-8.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-custom-color-8[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-custom-color-8:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-custom-color-8[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-custom-color-8:focus,
a.u-button-style.u-button-style.u-text-hover-custom-color-8[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-custom-color-8:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-custom-color-8[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-custom-color-8.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-custom-color-8[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-custom-color-8,
a.u-button-style.u-button-style.active
  > .u-text-active-custom-color-8[class*="u-border-"],
:not(.level-2)
  > .u-nav
  > .u-nav-item
  > a.u-nav-link.u-text-hover-custom-color-8:hover,
:not(.level-2)
  > .u-nav
  > .u-nav-item
  > a.u-nav-link.u-nav-link.u-text-active-custom-color-8.active,
.u-text-hover-custom-color-8.u-language-url:hover,
.u-text-hover-custom-color-8 .u-language-url:hover,
.u-text-hover-custom-color-8.u-carousel-control:hover,
.u-popupmenu-items.u-text-hover-custom-color-8 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-custom-color-8
  .u-nav-link.active {
  color: #053597 !important;
}

.u-text-custom-color-8 .u-svg-link,
.u-text-hover-custom-color-8:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-custom-color-8 .u-svg-link,
.u-button-style.u-button-style.active
  > .u-text-active-custom-color-8
  .u-svg-link,
.u-text-hover-custom-color-8:focus .u-svg-link {
  fill: #053597;
}

.u-link.u-text-custom-color-8:hover {
  color: #053088 !important;
}

a.u-link.u-text-hover-custom-color-8:hover {
  color: #053597 !important;
}

/*end-color custom-color-8*/

/*begin-color custom-color-9*/

.u-text-custom-color-9,
.u-input.u-text-custom-color-9,
.u-input.u-text-custom-color-9[class*="u-border-"],
li.active > a.u-button-style.u-text-custom-color-9,
li.active > a.u-button-style.u-text-custom-color-9[class*="u-border-"],
a.u-button-style.u-text-custom-color-9,
a.u-button-style.u-text-custom-color-9[class*="u-border-"] {
  color: #012d87 !important;
}

a.u-button-style.u-text-custom-color-9:hover,
a.u-button-style.u-text-custom-color-9[class*="u-border-"]:hover,
a.u-button-style.u-text-custom-color-9:focus,
a.u-button-style.u-text-custom-color-9[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-text-custom-color-9:active,
a.u-button-style.u-button-style.u-text-custom-color-9[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-custom-color-9.active,
a.u-button-style.u-button-style.u-text-custom-color-9[class*="u-border-"].active {
  color: #01287a !important;
}

a.u-button-style:hover > .u-text-hover-custom-color-9,
a.u-button-style:hover > .u-text-hover-custom-color-9[class*="u-border-"],
a.u-button-style.u-button-style.u-text-hover-custom-color-9:hover,
a.u-button-style.u-button-style.u-text-hover-custom-color-9[class*="u-border-"]:hover,
a.u-button-style.u-button-style.u-button-style.u-text-hover-custom-color-9.active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-custom-color-9[class*="u-border-"].active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-custom-color-9:active,
a.u-button-style.u-button-style.u-button-style.u-text-hover-custom-color-9[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-text-hover-custom-color-9:focus,
a.u-button-style.u-button-style.u-text-hover-custom-color-9[class*="u-border-"]:focus,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-custom-color-9:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-custom-color-9[class*="u-border-"]:active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-custom-color-9.active,
a.u-button-style.u-button-style.u-button-style.u-button-style.u-text-active-custom-color-9[class*="u-border-"].active,
a.u-button-style.u-button-style.active > .u-text-active-custom-color-9,
a.u-button-style.u-button-style.active
  > .u-text-active-custom-color-9[class*="u-border-"],
:not(.level-2)
  > .u-nav
  > .u-nav-item
  > a.u-nav-link.u-text-hover-custom-color-9:hover,
:not(.level-2)
  > .u-nav
  > .u-nav-item
  > a.u-nav-link.u-nav-link.u-text-active-custom-color-9.active,
.u-text-hover-custom-color-9.u-language-url:hover,
.u-text-hover-custom-color-9 .u-language-url:hover,
.u-text-hover-custom-color-9.u-carousel-control:hover,
.u-popupmenu-items.u-text-hover-custom-color-9 .u-nav-link:hover,
.u-popupmenu-items.u-popupmenu-items.u-text-active-custom-color-9
  .u-nav-link.active {
  color: #012d87 !important;
}

.u-text-custom-color-9 .u-svg-link,
.u-text-hover-custom-color-9:hover .u-svg-link,
.u-button-style:hover > .u-text-hover-custom-color-9 .u-svg-link,
.u-button-style.u-button-style.active
  > .u-text-active-custom-color-9
  .u-svg-link,
.u-text-hover-custom-color-9:focus .u-svg-link {
  fill: #012d87;
}

.u-link.u-text-custom-color-9:hover {
  color: #01287a !important;
}

a.u-link.u-text-hover-custom-color-9:hover {
  color: #012d87 !important;
}

/*end-color custom-color-9*/

.u-body {
  --theme-sheet-width-xl: 1140px;
  --theme-sheet-width-lg: 940px;
  --theme-sheet-width-md: 720px;
  --theme-sheet-width-sm: 540px;
  --theme-sheet-width-xs: 340px;
}

/** common-rules **/

h1.u-title {
  font-weight: 400;
  font-size: 4.5rem;
  line-height: 1.1;
}

h2.u-subtitle {
  font-weight: 400;
  font-size: 2.25rem;
  line-height: 1.1;
}

h1:not(.u-title) {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.1500000000000001;
}

h2:not(.u-subtitle) {
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
}

h5 {
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.2;
}

h6 {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.2;
}

p:not(.u-text-variant) {
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.5499999999999998;
}

.u-input {
  border-width: 1px;
  borders: top right bottom left;
}

a {
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.5499999999999998;
  text-decoration: underline;
}

/** common-rules **/

/** publish-rules **/

/*begin-media rules*/

/*end-media rules*/

/** publish-rules **/

/** cms-rules **/

/*begin-responsive rules*/

/*end-responsive rules*/

/** cms-rules **/

/** color-rules **/

.u-overlap.u-overlap-transparent:not(.u-overlap-contrast)
  .u-header
  :not(.u-nav-item)
  > .u-input,
.u-gradient > .u-container-layout > .u-input,
.u-image:not(.u-shading) > .u-container-layout > .u-input,
.u-input {
  border-color: #b3b3b3;
  background-color: #ffffff;
}

.u-overlap.u-overlap-transparent:not(.u-overlap-contrast)
  .u-header
  :not(.u-nav-item)
  > a,
.u-gradient > .u-container-layout > a,
.u-image:not(.u-shading) > .u-container-layout > a,
a {
  color: #111111;
}

.u-overlap.u-overlap-transparent:not(.u-overlap-contrast)
  .u-header
  :not(.u-nav-item)
  > a:hover,
.u-gradient > .u-container-layout > a:hover,
.u-image:not(.u-shading) > .u-container-layout > a:hover,
a:hover {
  color: #0f0f0f;
}

/** color-rules **/

/** alt-color-rules **/

.u-custom-color-3 .u-btn,
.u-custom-color-4 .u-btn,
.u-custom-color-5 .u-btn,
.u-custom-color-6 .u-btn,
.u-custom-color-7 .u-btn,
.u-custom-color-8 .u-btn,
.u-custom-color-9 .u-btn,
.u-body-color .u-btn,
.u-palette-1-base .u-btn,
.u-palette-1-dark-3 .u-btn,
.u-palette-1-dark-2 .u-btn,
.u-palette-1-dark-1 .u-btn,
.u-palette-1 .u-btn,
.u-palette-2-base .u-btn,
.u-palette-2-dark-3 .u-btn,
.u-palette-2-dark-2 .u-btn,
.u-palette-2-dark-1 .u-btn,
.u-palette-2 .u-btn,
.u-palette-2-light-1 .u-btn,
.u-palette-3-dark-3 .u-btn,
.u-palette-3-dark-2 .u-btn,
.u-palette-3-dark-1 .u-btn,
.u-palette-4-base .u-btn,
.u-palette-4-dark-3 .u-btn,
.u-palette-4-dark-2 .u-btn,
.u-palette-4-dark-1 .u-btn,
.u-palette-5-dark-3 .u-btn,
.u-palette-5-dark-2 .u-btn,
.u-palette-5-dark-1 .u-btn,
.u-grey-40 .u-btn,
.u-grey-30 .u-btn,
.u-grey-90 .u-btn,
.u-grey-80 .u-btn,
.u-grey-75 .u-btn,
.u-black .u-btn,
.u-grey-70 .u-btn,
.u-grey-60 .u-btn,
.u-grey-50 .u-btn,
.u-grey-dark-3 .u-btn,
.u-grey-dark-2 .u-btn,
.u-grey-dark-1 .u-btn,
.u-grey .u-btn,
.u-shading .u-btn,
.u-overlap-contrast .u-header .u-btn {
  color: #ffffff;
}

.u-custom-color-3 .u-btn:hover,
.u-custom-color-4 .u-btn:hover,
.u-custom-color-5 .u-btn:hover,
.u-custom-color-6 .u-btn:hover,
.u-custom-color-7 .u-btn:hover,
.u-custom-color-8 .u-btn:hover,
.u-custom-color-9 .u-btn:hover,
.u-body-color .u-btn:hover,
.u-palette-1-base .u-btn:hover,
.u-palette-1-dark-3 .u-btn:hover,
.u-palette-1-dark-2 .u-btn:hover,
.u-palette-1-dark-1 .u-btn:hover,
.u-palette-1 .u-btn:hover,
.u-palette-2-base .u-btn:hover,
.u-palette-2-dark-3 .u-btn:hover,
.u-palette-2-dark-2 .u-btn:hover,
.u-palette-2-dark-1 .u-btn:hover,
.u-palette-2 .u-btn:hover,
.u-palette-2-light-1 .u-btn:hover,
.u-palette-3-dark-3 .u-btn:hover,
.u-palette-3-dark-2 .u-btn:hover,
.u-palette-3-dark-1 .u-btn:hover,
.u-palette-4-base .u-btn:hover,
.u-palette-4-dark-3 .u-btn:hover,
.u-palette-4-dark-2 .u-btn:hover,
.u-palette-4-dark-1 .u-btn:hover,
.u-palette-5-dark-3 .u-btn:hover,
.u-palette-5-dark-2 .u-btn:hover,
.u-palette-5-dark-1 .u-btn:hover,
.u-grey-40 .u-btn:hover,
.u-grey-30 .u-btn:hover,
.u-grey-90 .u-btn:hover,
.u-grey-80 .u-btn:hover,
.u-grey-75 .u-btn:hover,
.u-black .u-btn:hover,
.u-grey-70 .u-btn:hover,
.u-grey-60 .u-btn:hover,
.u-grey-50 .u-btn:hover,
.u-grey-dark-3 .u-btn:hover,
.u-grey-dark-2 .u-btn:hover,
.u-grey-dark-1 .u-btn:hover,
.u-grey .u-btn:hover,
.u-shading .u-btn:hover,
.u-overlap-contrast .u-header .u-btn:hover {
  color: #e6e6e6;
}

.u-custom-color-3 a,
.u-custom-color-4 a,
.u-custom-color-5 a,
.u-custom-color-6 a,
.u-custom-color-7 a,
.u-custom-color-8 a,
.u-custom-color-9 a,
.u-body-color a,
.u-palette-1-base a,
.u-palette-1-dark-3 a,
.u-palette-1-dark-2 a,
.u-palette-1-dark-1 a,
.u-palette-1 a,
.u-palette-2-base a,
.u-palette-2-dark-3 a,
.u-palette-2-dark-2 a,
.u-palette-2-dark-1 a,
.u-palette-2 a,
.u-palette-2-light-1 a,
.u-palette-3-dark-3 a,
.u-palette-3-dark-2 a,
.u-palette-3-dark-1 a,
.u-palette-4-base a,
.u-palette-4-dark-3 a,
.u-palette-4-dark-2 a,
.u-palette-4-dark-1 a,
.u-palette-5-dark-3 a,
.u-palette-5-dark-2 a,
.u-palette-5-dark-1 a,
.u-grey-40 a,
.u-grey-30 a,
.u-grey-90 a,
.u-grey-80 a,
.u-grey-75 a,
.u-black a,
.u-grey-70 a,
.u-grey-60 a,
.u-grey-50 a,
.u-grey-dark-3 a,
.u-grey-dark-2 a,
.u-grey-dark-1 a,
.u-grey a,
.u-shading a,
.u-overlap-contrast .u-header a:not(.u-nav-link):not(.u-btn) {
  color: #ddd9d9;
}

.u-custom-color-3 a:hover,
.u-custom-color-4 a:hover,
.u-custom-color-5 a:hover,
.u-custom-color-6 a:hover,
.u-custom-color-7 a:hover,
.u-custom-color-8 a:hover,
.u-custom-color-9 a:hover,
.u-body-color a:hover,
.u-palette-1-base a:hover,
.u-palette-1-dark-3 a:hover,
.u-palette-1-dark-2 a:hover,
.u-palette-1-dark-1 a:hover,
.u-palette-1 a:hover,
.u-palette-2-base a:hover,
.u-palette-2-dark-3 a:hover,
.u-palette-2-dark-2 a:hover,
.u-palette-2-dark-1 a:hover,
.u-palette-2 a:hover,
.u-palette-2-light-1 a:hover,
.u-palette-3-dark-3 a:hover,
.u-palette-3-dark-2 a:hover,
.u-palette-3-dark-1 a:hover,
.u-palette-4-base a:hover,
.u-palette-4-dark-3 a:hover,
.u-palette-4-dark-2 a:hover,
.u-palette-4-dark-1 a:hover,
.u-palette-5-dark-3 a:hover,
.u-palette-5-dark-2 a:hover,
.u-palette-5-dark-1 a:hover,
.u-grey-40 a:hover,
.u-grey-30 a:hover,
.u-grey-90 a:hover,
.u-grey-80 a:hover,
.u-grey-75 a:hover,
.u-black a:hover,
.u-grey-70 a:hover,
.u-grey-60 a:hover,
.u-grey-50 a:hover,
.u-grey-dark-3 a:hover,
.u-grey-dark-2 a:hover,
.u-grey-dark-1 a:hover,
.u-grey a:hover {
  color: #a1a1a1;
}

/** alt-color-rules **/

/*end-variables sitestylecss*/

/*begin-variables custom-site-css*/

h1 {
  font-size: 28px !important;
  font-weight: 700 !important;
}

h2,
h2,
h3,
h4 {
  font-size: 21px !important;
  font-weight: 700 !important;
}

h3,
h4 {
  font-size: 20px !important;
  font-weight: 700 !important;
}

/*end-variables custom-site-css*/

/*begin-variables base-font-size*/

html {
  font-size: 16px;
}

/*end-variables base-font-size*/

h1 {
  font-size: 28px !important;
  font-weight: 700 !important;
}

h2,
h2,
h3,
h4 {
  font-size: 21px !important;
  font-weight: 700 !important;
}

h3,
h4 {
  font-size: 20px !important;
  font-weight: 700 !important;
}

.u-header {
  background-image: none;
}

.u-header .u-sheet-1 {
  min-height: 50px;
}

.u-header .u-group-elements-1 {
  min-height: 52px;
  margin-top: 7px;
  margin-bottom: 5px;
  height: auto;
  width: 614px;
}

.u-header .u-image-1 {
  width: 104px;
  height: 52px;
  margin: 0 510px 0 auto;
}

.u-header .u-logo-image-1 {
  width: 100%;
  height: 100%;
}

.u-header .u-btn-1 {
  --radius: 8px;
  border-style: solid;
  font-size: 0.9375rem;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  background-image: none;
  font-weight: 700;
  margin: -45px 0 0 auto;
  padding: 4px 31px 4px 30px;
}

.u-header .u-btn-2 {
  --radius: 8px;
  border-style: solid;
  font-size: 0.9375rem;
  background-image: none;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  font-weight: 700;
  margin: -36px 124px 0 auto;
  padding: 3px 31px 5px 30px;
}

/*RESPONSIVE_MEDIA*/

@media (max-width: 1199px) {
  .u-header .u-group-elements-1 {
    width: auto;
  }

  .u-header .u-image-1 {
    margin-right: auto;
    margin-left: 0;
  }

  .u-header .u-btn-1 {
    margin-top: -45px;
  }

  .u-header .u-btn-2 {
    margin-top: -36px;
  }
}

/*/RESPONSIVE_MEDIA*/

/*RESPONSIVE_CLASS*/

.u-lg .u-header .u-group-elements-1 {
  width: auto;
}

.u-lg .u-header .u-image-1 {
  margin-right: auto;
  margin-left: 0;
}

.u-lg .u-header .u-btn-1 {
  margin-top: -45px;
}

.u-lg .u-header .u-btn-2 {
  margin-top: -36px;
}

/*/RESPONSIVE_CLASS*/

/*RESPONSIVE_MEDIA*/

@media (max-width: 991px) {
  .u-header .u-sheet-1 {
    min-height: 37px;
  }
}

/*/RESPONSIVE_MEDIA*/

/*RESPONSIVE_CLASS*/

.u-md .u-header .u-sheet-1 {
  min-height: 37px;
}

/*/RESPONSIVE_CLASS*/

/*RESPONSIVE_MEDIA*/

@media (max-width: 767px) {
  .u-header .u-sheet-1 {
    min-height: 28px;
  }
}

/*/RESPONSIVE_MEDIA*/

/*RESPONSIVE_CLASS*/

.u-sm .u-header .u-sheet-1 {
  min-height: 28px;
}

/*/RESPONSIVE_CLASS*/

/*RESPONSIVE_MEDIA*/

@media (max-width: 575px) {
  .u-header .u-sheet-1 {
    min-height: 124px;
  }

  .u-header .u-group-elements-1 {
    min-height: 104px;
    width: 302px;
    margin: 12px auto 10px;
  }

  .u-header .u-image-1 {
    margin-left: auto;
  }

  .u-header .u-btn-1 {
    margin-top: 16px;
  }

  .u-header .u-btn-2 {
    margin-top: -36px;
    margin-right: auto;
    margin-left: 0;
  }
}

/*/RESPONSIVE_MEDIA*/

/*RESPONSIVE_CLASS*/

.u-xs .u-header .u-sheet-1 {
  min-height: 124px;
}

.u-xs .u-header .u-group-elements-1 {
  min-height: 104px;
  width: 302px;
  margin: 12px auto 10px;
}

.u-xs .u-header .u-image-1 {
  margin-left: auto;
}

.u-xs .u-header .u-btn-1 {
  margin-top: 16px;
}

.u-xs .u-header .u-btn-2 {
  margin-top: -36px;
  margin-right: auto;
  margin-left: 0;
}

.u-footer .u-sheet-1 {
  min-height: 63px;
}

.u-footer .u-group-elements-1 {
  width: 1140px;
  min-height: 48px;
  margin: 4px 0 11px;
}

.u-footer .u-btn-1 {
  --radius: 8px;
  border-style: solid;
  font-size: 0.9375rem;
  background-image: none;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.4);
  font-weight: 700;
  text-transform: uppercase;
  margin: 8px 0 0 auto;
  padding: 3px 31px 4px 30px;
}

.u-footer .u-image-1 {
  width: 101px;
  height: 48px;
  margin: -43px auto 0 0;
}

/*RESPONSIVE_MEDIA*/

@media (max-width: 1199px) {
  .u-footer .u-sheet-1 {
    min-height: 56px;
  }

  .u-footer .u-group-elements-1 {
    width: 940px;
  }
}

/*/RESPONSIVE_MEDIA*/

/*RESPONSIVE_CLASS*/

.u-lg .u-footer .u-sheet-1 {
  min-height: 56px;
}

.u-lg .u-footer .u-group-elements-1 {
  width: 940px;
}

/*/RESPONSIVE_CLASS*/

/*RESPONSIVE_MEDIA*/

@media (max-width: 991px) {
  .u-footer .u-group-elements-1 {
    width: 720px;
  }
}

/*/RESPONSIVE_MEDIA*/

/*RESPONSIVE_CLASS*/

.u-md .u-footer .u-group-elements-1 {
  width: 720px;
}

/*/RESPONSIVE_CLASS*/

/*RESPONSIVE_MEDIA*/

@media (max-width: 767px) {
  .u-footer .u-group-elements-1 {
    width: 540px;
  }
}

.u-sm .u-footer .u-group-elements-1 {
  width: 540px;
}

@media (max-width: 575px) {
  .u-footer .u-sheet-1 {
    min-height: 46px;
  }

  .u-footer .u-group-elements-1 {
    margin-top: -1px;
    margin-bottom: 1px;
    height: auto;
    margin-right: initial;
    margin-left: initial;
    width: auto;
  }
}

.u-xs .u-footer .u-sheet-1 {
  min-height: 46px;
}

.u-xs .u-footer .u-group-elements-1 {
  margin-top: -1px;
  margin-bottom: 1px;
  height: auto;
  margin-right: initial;
  margin-left: initial;
  width: auto;
}
