.submit-btn {
	border-radius: 35px;
	padding: 14px 50px;
	font-weight: bold;
	margin-bottom:60px;
	margin-top: 20px;
	letter-spacing: 2px
}

.pole {
	width:300px;
	height: 40px;
	border-radius: 15px;
	border:1px solid #022d51;
}
.pole-1 {
	width:400px;
	height: 80px;
	border-radius: 15px;
	border:1px solid #022d51;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
template,
[hidden] {
  display: none;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
}
b,
strong {
  font-weight: inherit;
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
optgroup {
  font-weight: 700;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
textarea {
  overflow: auto;
  outline: none;
}
button,
select,
input,
textarea {
  outline: none;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
ul,
ol {
  padding-left: 20px;
}
/* Fade effect */
/* Over effect */
/* Slide effect */
/* Over and Slide effect */
/* Flip Left effect */
/* Flip Right effect */
/* Flip Top effect */
/* Flip Bottom effect */
/* Wobble Left effect */
/* Wobble Right effect */
/* Wobble top effect */
/* Wobble bottom effect */
/* Zoom and Rotate Effects */
/* Utility */
.over-slide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.background-effect {
  overflow: hidden;
}
.background-effect ~ .container-layout {
  cursor: pointer;
}
/* Fade effect */
.effect-fade .over-slide {
  opacity: 0;
  transition: all 500ms ease;
}

.btn {
  /*display: inline-block;*/
  display: table;
  /*TODO maye need another solution for negative marin*/
  cursor: pointer;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
  border: 0 none transparent;
  outline: none !important;
  background-color: transparent;
  margin: 0;
  -webkit-text-decoration-skip: objects;
  font-style: initial;
  white-space: nowrap;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  text-align: center;
  padding: 10px 30px;
  border-radius: 0;
  --border-radius: 0;
  align-self: flex-start;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
}
.btn.disabled,
.btn[disabled] {
  opacity: 0.6;
}
.btn-circle {
  border-radius: 50%;
}
.button-style.border-no-right.border-no-left.border-no-bottom,
.button-style.border-no-top.border-no-left.border-no-bottom,
.button-style.border-no-top.border-no-right.border-no-bottom,
.button-style.border-no-top.border-no-right.border-no-left,
.btn-rectangle {
  border-radius: 0 !important;
}
.button-style {
  transition-property: background-color, color, border-color;
}
.text a,
.post-content a,
.product-control.text a {
  font-size: inherit !important;
  font-family: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
  text-transform: inherit !important;
}
.filter-item a,
.nav-link,
.tab-link {
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  text-decoration: inherit;
}
.text:not(ul):not(ol):not(p):not(.post-content):not(.block-content):not(.product-desc):not(.cart-block-content):not(.checkout-block-content) a {
  color: inherit;
}
.text:not(ul):not(ol):not(p):not(.post-content):not(.block-content):not(.product-desc):not(.cart-block-content):not(.checkout-block-content) a,
.text:not(ul):not(ol):not(p):not(.post-content):not(.block-content):not(.product-desc):not(.cart-block-content):not(.checkout-block-content) a:hover {
  text-decoration: none;
}
.link,
a {
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
}
.link {
  display: table;
  border-style: solid;
  border-bottom-width: 0;
  white-space: nowrap;
  align-self: flex-start;
}
.link,
.link:hover,
.link:focus {
  text-decoration: none;
}
.link:focus,
.link:active:focus,
.link.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

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

*,
*:before,
*:after {
  box-sizing: border-box;
}
html {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
body {
  height: auto;
  min-height: 100%;
  overflow-x: clip;
}
body,
aside,
.sidebar-block,
section,
header,
footer {
  position: relative;
}
section > *,
header > *,
footer > *,
.sheet > *,
.section-row > * {
  position: relative;
}
base {
  display: none;
}
a {
  color: #259bca;
  text-decoration: none;
}
a:hover {
  color: #0676a4;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.clearfix:after,
.clearfix:before {
  content: '';
  display: table;
}
.clearfix:after {
  clear: both;
}

ul.text li:last-child {
  margin-bottom: 0;
}

.hidden {
  display: none !important;
}
@media (min-width: 1400px) {
  .hidden-xxl {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .xl-mode .hidden-xl {
    display: none !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .xxl-mode .hidden-xl {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (max-width: 575px) {
  .hidden-xs {
    display: none !important;
  }
}
.invisible {
  visibility: hidden;
}
.border-none:not([class*="border-hover-"]):not([class*="border-active-"]),
.border-none:not(:hover):not(.hover)[class*="border-hover-"],
.border-none:not(:active):not(.active)[class*="border-active-"] {
  border-width: 0 !important;
}
.outline-none {
  outline: none !important;
}
.button-style[class*="border-"].border-no-top,
[class*="border-"].border-no-top {
  border-top-width: 0;
  border-top-style: none;
}
.button-style[class*="border-"].border-no-right,
[class*="border-"].border-no-right {
  border-right-width: 0;
  border-right-style: none;
}
.button-style[class*="border-"].border-no-bottom,
[class*="border-"].border-no-bottom {
  border-bottom-width: 0;
  border-bottom-style: none;
}
.button-style[class*="border-"].border-no-left,
[class*="border-"].border-no-left {
  border-left-width: 0;
  border-left-style: none;
}
.border-color-none {
  background-color: transparent;
}
.text.indent-none {
  padding-left: 0 !important;
}
.text-default {
  display: table;
  align-self: flex-start;
  width: -webkit-fit-content;
  width: fit-content;
  width: -moz-fit-content;
}
.text-default:empty {
  display: block;
  width: 15px;
}
@media (min-width: 1400px) {
  .text-default-xxl {
    display: table;
    align-self: flex-start;
    width: -webkit-fit-content;
    width: fit-content;
    width: -moz-fit-content;
  }
  .text-default-xxl:empty {
    display: block;
    width: 15px;
  }
}
@media (min-width: 1200px) {
  .xl-mode .text-default-xl {
    display: table;
    align-self: flex-start;
    width: -webkit-fit-content;
    width: fit-content;
    width: -moz-fit-content;
  }
  .xl-mode .text-default-xl:empty {
    display: block;
    width: 15px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .xxl-mode .text-default-xl {
    display: table;
    align-self: flex-start;
    width: -webkit-fit-content;
    width: fit-content;
    width: -moz-fit-content;
  }
  .xxl-mode .text-default-xl:empty {
    display: block;
    width: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .text-default-lg {
    display: table;
    align-self: flex-start;
    width: -webkit-fit-content;
    width: fit-content;
    width: -moz-fit-content;
  }
  .text-default-lg:empty {
    display: block;
    width: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-default-md {
    display: table;
    align-self: flex-start;
    width: -webkit-fit-content;
    width: fit-content;
    width: -moz-fit-content;
  }
  .text-default-md:empty {
    display: block;
    width: 15px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .text-default-sm {
    display: table;
    align-self: flex-start;
    width: -webkit-fit-content;
    width: fit-content;
    width: -moz-fit-content;
  }
  .text-default-sm:empty {
    display: block;
    width: 15px;
  }
}
@media (max-width: 575px) {
  .text-default-xs {
    display: table;
    align-self: flex-start;
    width: -webkit-fit-content;
    width: fit-content;
    width: -moz-fit-content;
  }
  .text-default-xs:empty {
    display: block;
    width: 15px;
  }
}
.caret {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 1em;
  width: 1.5em;
}
.hover-feature.container-style {
  overflow: hidden;
}
.image,
.background-effect-image,
.video-poster {
  object-fit: cover;
  display: block;
  vertical-align: middle;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
img.image,
.video-poster {
  overflow: hidden;
}
.back-image.image-contain,
.image.image-contain {
  object-fit: contain;
  background-size: contain;
}
.back-image.image-tiles,
.image.image-tiles {
  background-size: initial;
  background-repeat: repeat;
  background-position: top left !important;
}
.image:where(:not(img):not(.hover-box)) {
  overflow: visible;
}
.text .image {
  display: inline-block;
}
.post-content .image {
  margin-bottom: 0.5rem;
}
.image-circle.image {
  border-radius: 50% !important;
}
.image-square {
  border-radius: 0;
}
[data-post-link],
[data-href] {
  cursor: pointer;
}
.sheet {
  position: relative;
  margin: 0 auto;
}
.xl-mode .sheet {
  width: var(--theme-sheet-width-xl);
}
.xxl-mode .sheet {
  width: var(--theme-sheet-width-xxl);
}
@media (min-width: 1400px) {
  .sheet {
    width: var(--theme-sheet-width-xxl) !important;
  }
}
@media (min-width: 1200px) {
  .xl-mode .sheet {
    width: var(--theme-sheet-width-xl) !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .xxl-mode .sheet {
    width: var(--theme-sheet-width-xl) !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sheet {
    width: var(--theme-sheet-width-lg) !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sheet {
    width: var(--theme-sheet-width-md) !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .sheet {
    width: var(--theme-sheet-width-sm) !important;
  }
}
@media (max-width: 575px) {
  .sheet {
    width: var(--theme-sheet-width-xs) !important;
  }
}
.body .sheet .sheet {
  width: 100% !important;
}
.container-layout {
  position: relative;
  flex: 1;
  max-width: 100%;
  transition-duration: inherit;
}
.audio-main-layout-wrapper,
.audio-main-layout-wrapper > *,
.inner-container-layout,
.inner-container-layout > *,
.group-elements,
.group-elements > *,
.container-layout > * {
  position: relative;
}
.inner-container-layout {
  white-space: normal;
}
.expanded {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.expanded-width {
  width: 100% !important;
}
@media (min-width: 1400px) {
  .expanded-width-xxl {
    width: 100% !important;
  }
}
@media (min-width: 1200px) {
  .xl-mode .expanded-width-xl {
    width: 100% !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .xxl-mode .expanded-width-xl {
    width: 100% !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .expanded-width-lg {
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .expanded-width-md {
    width: 100% !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .expanded-width-sm {
    width: 100% !important;
  }
}
@media (max-width: 575px) {
  .expanded-width-xs {
    width: 100% !important;
  }
}
.expanded-width:not(.custom-expanded) {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media (min-width: 1400px) {
  .expanded-width:not(.custom-expanded)-xxl {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (min-width: 1200px) {
  .xl-mode .expanded-width:not(.custom-expanded)-xl {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .xxl-mode .expanded-width:not(.custom-expanded)-xl {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .expanded-width:not(.custom-expanded)-lg {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .expanded-width:not(.custom-expanded)-md {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .expanded-width:not(.custom-expanded)-sm {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 575px) {
  .expanded-width:not(.custom-expanded)-xs {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.preserve-proportions.expanded-width > * {
  position: absolute !important;
}
.preserve-proportions.expanded-width-xl > * {
  position: absolute !important;
}
.preserve-proportions.expanded-width-lg > * {
  position: absolute !important;
}
.preserve-proportions.expanded-width-md > * {
  position: absolute !important;
}
.preserve-proportions.expanded-width-sm > * {
  position: absolute !important;
}
.preserve-proportions.expanded-width-xs > * {
  position: absolute !important;
}
.preserve-proportions.expanded-width > .preserve-proportions-child {
  position: relative !important;
}
.preserve-proportions.expanded-width-xl > .preserve-proportions-child {
  position: relative !important;
}
.preserve-proportions.expanded-width-lg > .preserve-proportions-child {
  position: relative !important;
}
.preserve-proportions.expanded-width-md > .preserve-proportions-child {
  position: relative !important;
}
.preserve-proportions.expanded-width-sm > .preserve-proportions-child {
  position: relative !important;
}
.preserve-proportions.expanded-width-xs > .preserve-proportions-child {
  position: relative !important;
}
.expanded-height {
  position: absolute !important;
  height: 100% !important;
}
@media (min-width: 1400px) {
  .expanded-height-xxl {
    position: absolute !important;
    height: 100% !important;
  }
}
@media (min-width: 1200px) {
  .xl-mode .expanded-height-xl {
    position: absolute !important;
    height: 100% !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .xxl-mode .expanded-height-xl {
    position: absolute !important;
    height: 100% !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .expanded-height-lg {
    position: absolute !important;
    height: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .expanded-height-md {
    position: absolute !important;
    height: 100% !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .expanded-height-sm {
    position: absolute !important;
    height: 100% !important;
  }
}
@media (max-width: 575px) {
  .expanded-height-xs {
    position: absolute !important;
    height: 100% !important;
  }
}
.expanded-height:not(.custom-expanded) {
  top: 0 !important;
}
@media (min-width: 1400px) {
  .expanded-height:not(.custom-expanded)-xxl {
    top: 0 !important;
  }
}
@media (min-width: 1200px) {
  .xl-mode .expanded-height:not(.custom-expanded)-xl {
    top: 0 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .xxl-mode .expanded-height:not(.custom-expanded)-xl {
    top: 0 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .expanded-height:not(.custom-expanded)-lg {
    top: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .expanded-height:not(.custom-expanded)-md {
    top: 0 !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .expanded-height:not(.custom-expanded)-sm {
    top: 0 !important;
  }
}
@media (max-width: 575px) {
  .expanded-height:not(.custom-expanded)-xs {
    top: 0 !important;
  }
}
.valign-middle,
.valign-top,
.valign-bottom {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1400px) {
  .valign-middle-xxl,
  .valign-top-xxl,
  .valign-bottom-xxl {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 1200px) {
  .xl-mode .valign-middle-xl,
  .xl-mode .valign-top-xl,
  .xl-mode .valign-bottom-xl {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .xxl-mode .valign-middle-xl,
  .xxl-mode .valign-top-xl,
  .xxl-mode .valign-bottom-xl {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .valign-middle-lg,
  .valign-top-lg,
  .valign-bottom-lg {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .valign-middle-md,
  .valign-top-md,
  .valign-bottom-md {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .valign-middle-sm,
  .valign-top-sm,
  .valign-bottom-sm {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .valign-middle-xs,
  .valign-top-xs,
  .valign-bottom-xs {
    display: flex;
    flex-direction: column;
  }
}
.valign-middle > *,
.valign-top > *,
.valign-bottom > * {
  flex-shrink: 0;
}
.valign-middle {
  justify-content: center;
}
@media (min-width: 1400px) {
  .valign-middle-xxl {
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .xl-mode .valign-middle-xl {
    justify-content: center;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .xxl-mode .valign-middle-xl {
    justify-content: center;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .valign-middle-lg {
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .valign-middle-md {
    justify-content: center;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .valign-middle-sm {
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .valign-middle-xs {
    justify-content: center;
  }
}
.valign-top {
  justify-content: flex-start;
}
@media (min-width: 1400px) {
  .valign-top-xxl {
    justify-content: flex-start;
  }
}
@media (min-width: 1200px) {
  .xl-mode .valign-top-xl {
    justify-content: flex-start;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .xxl-mode .valign-top-xl {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .valign-top-lg {
    justify-content: flex-start;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .valign-top-md {
    justify-content: flex-start;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .valign-top-sm {
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .valign-top-xs {
    justify-content: flex-start;
  }
}
.valign-bottom {
  justify-content: flex-end;
}
@media (min-width: 1400px) {
  .valign-bottom-xxl {
    justify-content: flex-end;
  }
}
@media (min-width: 1200px) {
  .xl-mode .valign-bottom-xl {
    justify-content: flex-end;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .xxl-mode .valign-bottom-xl {
    justify-content: flex-end;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .valign-bottom-lg {
    justify-content: flex-end;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .valign-bottom-md {
    justify-content: flex-end;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .valign-bottom-sm {
    justify-content: flex-end;
  }
}
@media (max-width: 575px) {
  .valign-bottom-xs {
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  :not(.sheet) > [class*="gutter-"]:not(.gutter-0).expanded-width {
    overflow: hidden;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .layout-wrap:not(.layout-custom-sm) .layout-row > * {
    min-width: 100%;
  }
  .layout-wrap:not(.layout-custom-sm) .layout {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .layout-wrap:not(.layout-custom-sm) .layout .layout-cell {
    border-left: 0 !important;
    border-right: 0 !important;
  }
  .absolute-hcenter,
  .absolute-hcenter-sm {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .layout-wrap:not(.layout-custom-xs) .layout-row > * {
    min-width: 100%;
  }
  .layout-wrap:not(.layout-custom-xs) .layout {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .layout-wrap:not(.layout-custom-xs) .layout .layout-cell {
    border-left: 0 !important;
    border-right: 0 !important;
  }
  .absolute-hcenter,
  .absolute-hcenter-xs {
    max-width: 100%;
  }
}
.layout-row > .size-60 {
  flex: 0 0 100%;
  max-width: 100%;
  min-width: 100%;
}
.layout-col > .size-60 {
  flex: 60 0 auto;
}

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

  .xxl-mode  .layout-row > .size-36-xl {
    flex: 0 0 60%;
    max-width: 60%;
    min-width: 60%;
  }
  .xxl-mode  .layout-col > .size-36-xl {
    flex: 36 0 auto;
  }
  .xxl-mode  .layout-row > .size-35-xl {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
    min-width: 58.33333333%;
  }
  .xxl-mode  .layout-col > .size-35-xl {
    flex: 35 0 auto;
  }
  .xxl-mode  .layout-row > .size-34-xl {
    flex: 0 0 56.66666667%;
    max-width: 56.66666667%;
    min-width: 56.66666667%;
  }
  .xxl-mode  .layout-col > .size-34-xl {
    flex: 34 0 auto;
  }
  .xxl-mode  .layout-row > .size-33-xl {
    flex: 0 0 55%;
    max-width: 55%;
    min-width: 55%;
  }
  .xxl-mode  .layout-col > .size-33-xl {
    flex: 33 0 auto;
  }
  .xxl-mode  .layout-row > .size-32-xl {
    flex: 0 0 53.33333333%;
    max-width: 53.33333333%;
    min-width: 53.33333333%;
  }
  .xxl-mode  .layout-col > .size-32-xl {
    flex: 32 0 auto;
  }
  .xxl-mode  .layout-row > .size-31-xl {
    flex: 0 0 51.66666667%;
    max-width: 51.66666667%;
    min-width: 51.66666667%;
  }
  .xxl-mode  .layout-col > .size-31-xl {
    flex: 31 0 auto;
  }
  .xxl-mode  .layout-row > .size-30-xl {
    flex: 0 0 50%;
    max-width: 50%;
    min-width: 50%;
  }
  .xxl-mode  .layout-col > .size-30-xl {
    flex: 30 0 auto;
  }
  .xxl-mode  .layout-row > .size-29-xl {
    flex: 0 0 48.33333333%;
    max-width: 48.33333333%;
    min-width: 48.33333333%;
  }
  .xxl-mode  .layout-col > .size-29-xl {
    flex: 29 0 auto;
  }
  .xxl-mode  .layout-row > .size-28-xl {
    flex: 0 0 46.66666667%;
    max-width: 46.66666667%;
    min-width: 46.66666667%;
  }
  .xxl-mode  .layout-col > .size-28-xl {
    flex: 28 0 auto;
  }
  .xxl-mode  .layout-row > .size-27-xl {
    flex: 0 0 45%;
    max-width: 45%;
    min-width: 45%;
  }
  .xxl-mode  .layout-col > .size-27-xl {
    flex: 27 0 auto;
  }
  .xxl-mode  .layout-row > .size-26-xl {
    flex: 0 0 43.33333333%;
    max-width: 43.33333333%;
    min-width: 43.33333333%;
  }
  .xxl-mode  .layout-col > .size-26-xl {
    flex: 26 0 auto;
  }
  .xxl-mode  .layout-row > .size-25-xl {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
    min-width: 41.66666667%;
  }
  .xxl-mode  .layout-col > .size-25-xl {
    flex: 25 0 auto;
  }
  .xxl-mode  .layout-row > .size-24-xl {
    flex: 0 0 40%;
    max-width: 40%;
    min-width: 40%;
  }
  .xxl-mode  .layout-col > .size-24-xl {
    flex: 24 0 auto;
  }
  .xxl-mode  .layout-row > .size-23-xl {
    flex: 0 0 38.33333333%;
    max-width: 38.33333333%;
    min-width: 38.33333333%;
  }
  .xxl-mode  .layout-col > .size-23-xl {
    flex: 23 0 auto;
  }
  .xxl-mode  .layout-row > .size-22-xl {
    flex: 0 0 36.66666667%;
    max-width: 36.66666667%;
    min-width: 36.66666667%;
  }
  .xxl-mode  .layout-col > .size-22-xl {
    flex: 22 0 auto;
  }
  .xxl-mode  .layout-row > .size-21-xl {
    flex: 0 0 35%;
    max-width: 35%;
    min-width: 35%;
  }
  .xxl-mode  .layout-col > .size-21-xl {
    flex: 21 0 auto;
  }
  .xxl-mode  .layout-row > .size-20-xl {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
    min-width: 33.33333333%;
  }
  .xxl-mode  .layout-col > .size-20-xl {
    flex: 20 0 auto;
  }
  .xxl-mode  .layout-row > .size-19-xl {
    flex: 0 0 31.66666667%;
    max-width: 31.66666667%;
    min-width: 31.66666667%;
  }
  .xxl-mode  .layout-col > .size-19-xl {
    flex: 19 0 auto;
  }
  .xxl-mode  .layout-row > .size-18-xl {
    flex: 0 0 30%;
    max-width: 30%;
    min-width: 30%;
  }
  .xxl-mode  .layout-col > .size-18-xl {
    flex: 18 0 auto;
  }
  .xxl-mode  .layout-row > .size-17-xl {
    flex: 0 0 28.33333333%;
    max-width: 28.33333333%;
    min-width: 28.33333333%;
  }
  .xxl-mode  .layout-col > .size-17-xl {
    flex: 17 0 auto;
  }
  .xxl-mode  .layout-row > .size-16-xl {
    flex: 0 0 26.66666667%;
    max-width: 26.66666667%;
    min-width: 26.66666667%;
  }
  .xxl-mode  .layout-col > .size-16-xl {
    flex: 16 0 auto;
  }
  .xxl-mode  .layout-row > .size-15-xl {
    flex: 0 0 25%;
    max-width: 25%;
    min-width: 25%;
  }
  .xxl-mode  .layout-col > .size-15-xl {
    flex: 15 0 auto;
  }
  .xxl-mode  .layout-row > .size-14-xl {
    flex: 0 0 23.33333333%;
    max-width: 23.33333333%;
    min-width: 23.33333333%;
  }
  .xxl-mode  .layout-col > .size-14-xl {
    flex: 14 0 auto;
  }
  .xxl-mode  .layout-row > .size-13-xl {
    flex: 0 0 21.66666667%;
    max-width: 21.66666667%;
    min-width: 21.66666667%;
  }
  .xxl-mode  .layout-col > .size-13-xl {
    flex: 13 0 auto;
  }
  .xxl-mode  .layout-row > .size-12-xl {
    flex: 0 0 20%;
    max-width: 20%;
    min-width: 20%;
  }
  .xxl-mode  .layout-col > .size-12-xl {
    flex: 12 0 auto;
  }
  .xxl-mode  .layout-row > .size-11-xl {
    flex: 0 0 18.33333333%;
    max-width: 18.33333333%;
    min-width: 18.33333333%;
  }
  .xxl-mode  .layout-col > .size-11-xl {
    flex: 11 0 auto;
  }
  .xxl-mode  .layout-row > .size-10-xl {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
    min-width: 16.66666667%;
  }
  .xxl-mode  .layout-col > .size-10-xl {
    flex: 10 0 auto;
  }
  .xxl-mode  .layout-row > .size-9-xl {
    flex: 0 0 15%;
    max-width: 15%;
    min-width: 15%;
  }
  .xxl-mode  .layout-col > .size-9-xl {
    flex: 9 0 auto;
  }
  .xxl-mode  .layout-row > .size-8-xl {
    flex: 0 0 13.33333333%;
    max-width: 13.33333333%;
    min-width: 13.33333333%;
  }
  .xxl-mode  .layout-col > .size-8-xl {
    flex: 8 0 auto;
  }
  .xxl-mode  .layout-row > .size-7-xl {
    flex: 0 0 11.66666667%;
    max-width: 11.66666667%;
    min-width: 11.66666667%;
  }
  .xxl-mode  .layout-col > .size-7-xl {
    flex: 7 0 auto;
  }
  .xxl-mode  .layout-row > .size-6-xl {
    flex: 0 0 10%;
    max-width: 10%;
    min-width: 10%;
  }
  .xxl-mode  .layout-col > .size-6-xl {
    flex: 6 0 auto;
  }
  .xxl-mode  .layout-row > .size-5-xl {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
    min-width: 8.33333333%;
  }
  .xxl-mode  .layout-col > .size-5-xl {
    flex: 5 0 auto;
  }
  .xxl-mode  .layout-row > .size-4-xl {
    flex: 0 0 6.66666667%;
    max-width: 6.66666667%;
    min-width: 6.66666667%;
  }
  .xxl-mode  .layout-col > .size-4-xl {
    flex: 4 0 auto;
  }
  .xxl-mode  .layout-row > .size-3-xl {
    flex: 0 0 5%;
    max-width: 5%;
    min-width: 5%;
  }
  .xxl-mode  .layout-col > .size-3-xl {
    flex: 3 0 auto;
  }
  .xxl-mode  .layout-row > .size-2-xl {
    flex: 0 0 3.33333333%;
    max-width: 3.33333333%;
    min-width: 3.33333333%;
  }
  .xxl-mode  .layout-col > .size-2-xl {
    flex: 2 0 auto;
  }
  .xxl-mode  .layout-row > .size-1-xl {
    flex: 0 0 1.66666667%;
    max-width: 1.66666667%;
    min-width: 1.66666667%;
  }
  .xxl-mode  .layout-col > .size-1-xl {
    flex: 1 0 auto;
  }
  .xxl-mode  .layout-row > .size-0-xl {
    flex: 0 0 0%;
    max-width: 0%;
    min-width: 0%;
  }
  .xxl-mode  .layout-col > .size-0-xl {
    flex: 0 0 auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .layout-row > .size-60-lg {
    flex: 0 0 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .layout-col > .size-60-lg {
    flex: 60 0 auto;
  }
  .layout-row > .size-59-lg {
    flex: 0 0 98.33333333%;
    max-width: 98.33333333%;
    min-width: 98.33333333%;
  }
  .layout-col > .size-59-lg {
    flex: 59 0 auto;
  }
  .layout-row > .size-58-lg {
    flex: 0 0 96.66666667%;
    max-width: 96.66666667%;
    min-width: 96.66666667%;
  }
  .layout-col > .size-58-lg {
    flex: 58 0 auto;
  }
  .layout-row > .size-57-lg {
    flex: 0 0 95%;
    max-width: 95%;
    min-width: 95%;
  }
  .layout-col > .size-57-lg {
    flex: 57 0 auto;
  }
  .layout-row > .size-56-lg {
    flex: 0 0 93.33333333%;
    max-width: 93.33333333%;
    min-width: 93.33333333%;
  }
  .layout-col > .size-56-lg {
    flex: 56 0 auto;
  }
  .layout-row > .size-55-lg {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
    min-width: 91.66666667%;
  }
  .layout-col > .size-55-lg {
    flex: 55 0 auto;
  }
  .layout-row > .size-54-lg {
    flex: 0 0 90%;
    max-width: 90%;
    min-width: 90%;
  }
  .layout-col > .size-54-lg {
    flex: 54 0 auto;
  }
  .layout-row > .size-53-lg {
    flex: 0 0 88.33333333%;
    max-width: 88.33333333%;
    min-width: 88.33333333%;
  }
  .layout-col > .size-53-lg {
    flex: 53 0 auto;
  }
  .layout-row > .size-52-lg {
    flex: 0 0 86.66666667%;
    max-width: 86.66666667%;
    min-width: 86.66666667%;
  }
  .layout-col > .size-52-lg {
    flex: 52 0 auto;
  }
  .layout-row > .size-51-lg {
    flex: 0 0 85%;
    max-width: 85%;
    min-width: 85%;
  }
  .layout-col > .size-51-lg {
    flex: 51 0 auto;
  }
  .layout-row > .size-50-lg {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
    min-width: 83.33333333%;
  }
  .layout-col > .size-50-lg {
    flex: 50 0 auto;
  }
  .layout-row > .size-49-lg {
    flex: 0 0 81.66666667%;
    max-width: 81.66666667%;
    min-width: 81.66666667%;
  }
  .layout-col > .size-49-lg {
    flex: 49 0 auto;
  }
  .layout-row > .size-48-lg {
    flex: 0 0 80%;
    max-width: 80%;
    min-width: 80%;
  }
  .layout-col > .size-48-lg {
    flex: 48 0 auto;
  }
  .layout-row > .size-47-lg {
    flex: 0 0 78.33333333%;
    max-width: 78.33333333%;
    min-width: 78.33333333%;
  }
  .layout-col > .size-47-lg {
    flex: 47 0 auto;
  }
  .layout-row > .size-46-lg {
    flex: 0 0 76.66666667%;
    max-width: 76.66666667%;
    min-width: 76.66666667%;
  }
  .layout-col > .size-46-lg {
    flex: 46 0 auto;
  }
  .layout-row > .size-45-lg {
    flex: 0 0 75%;
    max-width: 75%;
    min-width: 75%;
  }
  .layout-col > .size-45-lg {
    flex: 45 0 auto;
  }
  .layout-row > .size-44-lg {
    flex: 0 0 73.33333333%;
    max-width: 73.33333333%;
    min-width: 73.33333333%;
  }
  .layout-col > .size-44-lg {
    flex: 44 0 auto;
  }
  .layout-row > .size-43-lg {
    flex: 0 0 71.66666667%;
    max-width: 71.66666667%;
    min-width: 71.66666667%;
  }
  .layout-col > .size-43-lg {
    flex: 43 0 auto;
  }
  .layout-row > .size-42-lg {
    flex: 0 0 70%;
    max-width: 70%;
    min-width: 70%;
  }
  .layout-col > .size-42-lg {
    flex: 42 0 auto;
  }
  .layout-row > .size-41-lg {
    flex: 0 0 68.33333333%;
    max-width: 68.33333333%;
    min-width: 68.33333333%;
  }
  .layout-col > .size-41-lg {
    flex: 41 0 auto;
  }
  .layout-row > .size-40-lg {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
    min-width: 66.66666667%;
  }
  .layout-col > .size-40-lg {
    flex: 40 0 auto;
  }
  .layout-row > .size-39-lg {
    flex: 0 0 65%;
    max-width: 65%;
    min-width: 65%;
  }
  .layout-col > .size-39-lg {
    flex: 39 0 auto;
  }
  .layout-row > .size-38-lg {
    flex: 0 0 63.33333333%;
    max-width: 63.33333333%;
    min-width: 63.33333333%;
  }
  .layout-col > .size-38-lg {
    flex: 38 0 auto;
  }
  .layout-row > .size-37-lg {
    flex: 0 0 61.66666667%;
    max-width: 61.66666667%;
    min-width: 61.66666667%;
  }
  .layout-col > .size-37-lg {
    flex: 37 0 auto;
  }
  .layout-row > .size-36-lg {
    flex: 0 0 60%;
    max-width: 60%;
    min-width: 60%;
  }
  .layout-col > .size-36-lg {
    flex: 36 0 auto;
  }
  .layout-row > .size-35-lg {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
    min-width: 58.33333333%;
  }
  .layout-col > .size-35-lg {
    flex: 35 0 auto;
  }
  .layout-row > .size-34-lg {
    flex: 0 0 56.66666667%;
    max-width: 56.66666667%;
    min-width: 56.66666667%;
  }
  .layout-col > .size-34-lg {
    flex: 34 0 auto;
  }
  .layout-row > .size-33-lg {
    flex: 0 0 55%;
    max-width: 55%;
    min-width: 55%;
  }
  .layout-col > .size-33-lg {
    flex: 33 0 auto;
  }
  .layout-row > .size-32-lg {
    flex: 0 0 53.33333333%;
    max-width: 53.33333333%;
    min-width: 53.33333333%;
  }
  .layout-col > .size-32-lg {
    flex: 32 0 auto;
  }
  .layout-row > .size-31-lg {
    flex: 0 0 51.66666667%;
    max-width: 51.66666667%;
    min-width: 51.66666667%;
  }
  .layout-col > .size-31-lg {
    flex: 31 0 auto;
  }
  .layout-row > .size-30-lg {
    flex: 0 0 50%;
    max-width: 50%;
    min-width: 50%;
  }
  .layout-col > .size-30-lg {
    flex: 30 0 auto;
  }
  .layout-row > .size-29-lg {
    flex: 0 0 48.33333333%;
    max-width: 48.33333333%;
    min-width: 48.33333333%;
  }
  .layout-col > .size-29-lg {
    flex: 29 0 auto;
  }
  .layout-row > .size-28-lg {
    flex: 0 0 46.66666667%;
    max-width: 46.66666667%;
    min-width: 46.66666667%;
  }
  .layout-col > .size-28-lg {
    flex: 28 0 auto;
  }
  .layout-row > .size-27-lg {
    flex: 0 0 45%;
    max-width: 45%;
    min-width: 45%;
  }
  .layout-col > .size-27-lg {
    flex: 27 0 auto;
  }
  .layout-row > .size-26-lg {
    flex: 0 0 43.33333333%;
    max-width: 43.33333333%;
    min-width: 43.33333333%;
  }
  .layout-col > .size-26-lg {
    flex: 26 0 auto;
  }
  .layout-row > .size-25-lg {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
    min-width: 41.66666667%;
  }
  .layout-col > .size-25-lg {
    flex: 25 0 auto;
  }
  .layout-row > .size-24-lg {
    flex: 0 0 40%;
    max-width: 40%;
    min-width: 40%;
  }
  .layout-col > .size-24-lg {
    flex: 24 0 auto;
  }
  .layout-row > .size-23-lg {
    flex: 0 0 38.33333333%;
    max-width: 38.33333333%;
    min-width: 38.33333333%;
  }
  .layout-col > .size-23-lg {
    flex: 23 0 auto;
  }
  .layout-row > .size-22-lg {
    flex: 0 0 36.66666667%;
    max-width: 36.66666667%;
    min-width: 36.66666667%;
  }
  .layout-col > .size-22-lg {
    flex: 22 0 auto;
  }
  .layout-row > .size-21-lg {
    flex: 0 0 35%;
    max-width: 35%;
    min-width: 35%;
  }
  .layout-col > .size-21-lg {
    flex: 21 0 auto;
  }
  .layout-row > .size-20-lg {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
    min-width: 33.33333333%;
  }
  .layout-col > .size-20-lg {
    flex: 20 0 auto;
  }
  .layout-row > .size-19-lg {
    flex: 0 0 31.66666667%;
    max-width: 31.66666667%;
    min-width: 31.66666667%;
  }
  .layout-col > .size-19-lg {
    flex: 19 0 auto;
  }
  .layout-row > .size-18-lg {
    flex: 0 0 30%;
    max-width: 30%;
    min-width: 30%;
  }
  .layout-col > .size-18-lg {
    flex: 18 0 auto;
  }
  .layout-row > .size-17-lg {
    flex: 0 0 28.33333333%;
    max-width: 28.33333333%;
    min-width: 28.33333333%;
  }
  .layout-col > .size-17-lg {
    flex: 17 0 auto;
  }
  .layout-row > .size-16-lg {
    flex: 0 0 26.66666667%;
    max-width: 26.66666667%;
    min-width: 26.66666667%;
  }
  .layout-col > .size-16-lg {
    flex: 16 0 auto;
  }
  .layout-row > .size-15-lg {
    flex: 0 0 25%;
    max-width: 25%;
    min-width: 25%;
  }
  .layout-col > .size-15-lg {
    flex: 15 0 auto;
  }
  .layout-row > .size-14-lg {
    flex: 0 0 23.33333333%;
    max-width: 23.33333333%;
    min-width: 23.33333333%;
  }
  .layout-col > .size-14-lg {
    flex: 14 0 auto;
  }
  .layout-row > .size-13-lg {
    flex: 0 0 21.66666667%;
    max-width: 21.66666667%;
    min-width: 21.66666667%;
  }
  .layout-col > .size-13-lg {
    flex: 13 0 auto;
  }
  .layout-row > .size-12-lg {
    flex: 0 0 20%;
    max-width: 20%;
    min-width: 20%;
  }
  .layout-col > .size-12-lg {
    flex: 12 0 auto;
  }
  .layout-row > .size-11-lg {
    flex: 0 0 18.33333333%;
    max-width: 18.33333333%;
    min-width: 18.33333333%;
  }
  .layout-col > .size-11-lg {
    flex: 11 0 auto;
  }
  .layout-row > .size-10-lg {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
    min-width: 16.66666667%;
  }
  .layout-col > .size-10-lg {
    flex: 10 0 auto;
  }
  .layout-row > .size-9-lg {
    flex: 0 0 15%;
    max-width: 15%;
    min-width: 15%;
  }
  .layout-col > .size-9-lg {
    flex: 9 0 auto;
  }
  .layout-row > .size-8-lg {
    flex: 0 0 13.33333333%;
    max-width: 13.33333333%;
    min-width: 13.33333333%;
  }
  .layout-col > .size-8-lg {
    flex: 8 0 auto;
  }
  .layout-row > .size-7-lg {
    flex: 0 0 11.66666667%;
    max-width: 11.66666667%;
    min-width: 11.66666667%;
  }
  .layout-col > .size-7-lg {
    flex: 7 0 auto;
  }
  .layout-row > .size-6-lg {
    flex: 0 0 10%;
    max-width: 10%;
    min-width: 10%;
  }
  .layout-col > .size-6-lg {
    flex: 6 0 auto;
  }
  .layout-row > .size-5-lg {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
    min-width: 8.33333333%;
  }
  .layout-col > .size-5-lg {
    flex: 5 0 auto;
  }
  .layout-row > .size-4-lg {
    flex: 0 0 6.66666667%;
    max-width: 6.66666667%;
    min-width: 6.66666667%;
  }
  .layout-col > .size-4-lg {
    flex: 4 0 auto;
  }
  .layout-row > .size-3-lg {
    flex: 0 0 5%;
    max-width: 5%;
    min-width: 5%;
  }
  .layout-col > .size-3-lg {
    flex: 3 0 auto;
  }
  .layout-row > .size-2-lg {
    flex: 0 0 3.33333333%;
    max-width: 3.33333333%;
    min-width: 3.33333333%;
  }
  .layout-col > .size-2-lg {
    flex: 2 0 auto;
  }
  .layout-row > .size-1-lg {
    flex: 0 0 1.66666667%;
    max-width: 1.66666667%;
    min-width: 1.66666667%;
  }
  .layout-col > .size-1-lg {
    flex: 1 0 auto;
  }
  .layout-row > .size-0-lg {
    flex: 0 0 0%;
    max-width: 0%;
    min-width: 0%;
  }
  .layout-col > .size-0-lg {
    flex: 0 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .layout-row > .size-60-md {
    flex: 0 0 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .layout-col > .size-60-md {
    flex: 60 0 auto;
  }
  .layout-row > .size-59-md {
    flex: 0 0 98.33333333%;
    max-width: 98.33333333%;
    min-width: 98.33333333%;
  }
  .layout-col > .size-59-md {
    flex: 59 0 auto;
  }
  .layout-row > .size-58-md {
    flex: 0 0 96.66666667%;
    max-width: 96.66666667%;
    min-width: 96.66666667%;
  }
  .layout-col > .size-58-md {
    flex: 58 0 auto;
  }
  .layout-row > .size-57-md {
    flex: 0 0 95%;
    max-width: 95%;
    min-width: 95%;
  }
  .layout-col > .size-57-md {
    flex: 57 0 auto;
  }
  .layout-row > .size-56-md {
    flex: 0 0 93.33333333%;
    max-width: 93.33333333%;
    min-width: 93.33333333%;
  }
  .layout-col > .size-56-md {
    flex: 56 0 auto;
  }
  .layout-row > .size-55-md {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
    min-width: 91.66666667%;
  }
  .layout-col > .size-55-md {
    flex: 55 0 auto;
  }
  .layout-row > .size-54-md {
    flex: 0 0 90%;
    max-width: 90%;
    min-width: 90%;
  }
  .layout-col > .size-54-md {
    flex: 54 0 auto;
  }
  .layout-row > .size-53-md {
    flex: 0 0 88.33333333%;
    max-width: 88.33333333%;
    min-width: 88.33333333%;
  }
  .layout-col > .size-53-md {
    flex: 53 0 auto;
  }
  .layout-row > .size-52-md {
    flex: 0 0 86.66666667%;
    max-width: 86.66666667%;
    min-width: 86.66666667%;
  }
  .layout-col > .size-52-md {
    flex: 52 0 auto;
  }
  .layout-row > .size-51-md {
    flex: 0 0 85%;
    max-width: 85%;
    min-width: 85%;
  }
  .layout-col > .size-51-md {
    flex: 51 0 auto;
  }
  .layout-row > .size-50-md {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
    min-width: 83.33333333%;
  }
  .layout-col > .size-50-md {
    flex: 50 0 auto;
  }
  .layout-row > .size-49-md {
    flex: 0 0 81.66666667%;
    max-width: 81.66666667%;
    min-width: 81.66666667%;
  }
  .layout-col > .size-49-md {
    flex: 49 0 auto;
  }
  .layout-row > .size-48-md {
    flex: 0 0 80%;
    max-width: 80%;
    min-width: 80%;
  }
  .layout-col > .size-48-md {
    flex: 48 0 auto;
  }
  .layout-row > .size-47-md {
    flex: 0 0 78.33333333%;
    max-width: 78.33333333%;
    min-width: 78.33333333%;
  }
  .layout-col > .size-47-md {
    flex: 47 0 auto;
  }
  .layout-row > .size-46-md {
    flex: 0 0 76.66666667%;
    max-width: 76.66666667%;
    min-width: 76.66666667%;
  }
  .layout-col > .size-46-md {
    flex: 46 0 auto;
  }
  .layout-row > .size-45-md {
    flex: 0 0 75%;
    max-width: 75%;
    min-width: 75%;
  }
  .layout-col > .size-45-md {
    flex: 45 0 auto;
  }
  .layout-row > .size-44-md {
    flex: 0 0 73.33333333%;
    max-width: 73.33333333%;
    min-width: 73.33333333%;
  }
  .layout-col > .size-44-md {
    flex: 44 0 auto;
  }
  .layout-row > .size-43-md {
    flex: 0 0 71.66666667%;
    max-width: 71.66666667%;
    min-width: 71.66666667%;
  }
  .layout-col > .size-43-md {
    flex: 43 0 auto;
  }
  .layout-row > .size-42-md {
    flex: 0 0 70%;
    max-width: 70%;
    min-width: 70%;
  }
  .layout-col > .size-42-md {
    flex: 42 0 auto;
  }
  .layout-row > .size-41-md {
    flex: 0 0 68.33333333%;
    max-width: 68.33333333%;
    min-width: 68.33333333%;
  }
  .layout-col > .size-41-md {
    flex: 41 0 auto;
  }
  .layout-row > .size-40-md {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
    min-width: 66.66666667%;
  }
  .layout-col > .size-40-md {
    flex: 40 0 auto;
  }
  .layout-row > .size-39-md {
    flex: 0 0 65%;
    max-width: 65%;
    min-width: 65%;
  }
  .layout-col > .size-39-md {
    flex: 39 0 auto;
  }
  .layout-row > .size-38-md {
    flex: 0 0 63.33333333%;
    max-width: 63.33333333%;
    min-width: 63.33333333%;
  }
  .layout-col > .size-38-md {
    flex: 38 0 auto;
  }
  .layout-row > .size-37-md {
    flex: 0 0 61.66666667%;
    max-width: 61.66666667%;
    min-width: 61.66666667%;
  }
  .layout-col > .size-37-md {
    flex: 37 0 auto;
  }
  .layout-row > .size-36-md {
    flex: 0 0 60%;
    max-width: 60%;
    min-width: 60%;
  }
  .layout-col > .size-36-md {
    flex: 36 0 auto;
  }
  .layout-row > .size-35-md {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
    min-width: 58.33333333%;
  }
  .layout-col > .size-35-md {
    flex: 35 0 auto;
  }
  .layout-row > .size-34-md {
    flex: 0 0 56.66666667%;
    max-width: 56.66666667%;
    min-width: 56.66666667%;
  }
  .layout-col > .size-34-md {
    flex: 34 0 auto;
  }
  .layout-row > .size-33-md {
    flex: 0 0 55%;
    max-width: 55%;
    min-width: 55%;
  }
  .layout-col > .size-33-md {
    flex: 33 0 auto;
  }
  .layout-row > .size-32-md {
    flex: 0 0 53.33333333%;
    max-width: 53.33333333%;
    min-width: 53.33333333%;
  }
  .layout-col > .size-32-md {
    flex: 32 0 auto;
  }
  .layout-row > .size-31-md {
    flex: 0 0 51.66666667%;
    max-width: 51.66666667%;
    min-width: 51.66666667%;
  }
  .layout-col > .size-31-md {
    flex: 31 0 auto;
  }
  .layout-row > .size-30-md {
    flex: 0 0 50%;
    max-width: 50%;
    min-width: 50%;
  }
  .layout-col > .size-30-md {
    flex: 30 0 auto;
  }
  .layout-row > .size-29-md {
    flex: 0 0 48.33333333%;
    max-width: 48.33333333%;
    min-width: 48.33333333%;
  }
  .layout-col > .size-29-md {
    flex: 29 0 auto;
  }
  .layout-row > .size-28-md {
    flex: 0 0 46.66666667%;
    max-width: 46.66666667%;
    min-width: 46.66666667%;
  }
  .layout-col > .size-28-md {
    flex: 28 0 auto;
  }
  .layout-row > .size-27-md {
    flex: 0 0 45%;
    max-width: 45%;
    min-width: 45%;
  }
  .layout-col > .size-27-md {
    flex: 27 0 auto;
  }
  .layout-row > .size-26-md {
    flex: 0 0 43.33333333%;
    max-width: 43.33333333%;
    min-width: 43.33333333%;
  }
  .layout-col > .size-26-md {
    flex: 26 0 auto;
  }
  .layout-row > .size-25-md {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
    min-width: 41.66666667%;
  }
  .layout-col > .size-25-md {
    flex: 25 0 auto;
  }
  .layout-row > .size-24-md {
    flex: 0 0 40%;
    max-width: 40%;
    min-width: 40%;
  }
  .layout-col > .size-24-md {
    flex: 24 0 auto;
  }
  .layout-row > .size-23-md {
    flex: 0 0 38.33333333%;
    max-width: 38.33333333%;
    min-width: 38.33333333%;
  }
  .layout-col > .size-23-md {
    flex: 23 0 auto;
  }
  .layout-row > .size-22-md {
    flex: 0 0 36.66666667%;
    max-width: 36.66666667%;
    min-width: 36.66666667%;
  }
  .layout-col > .size-22-md {
    flex: 22 0 auto;
  }
  .layout-row > .size-21-md {
    flex: 0 0 35%;
    max-width: 35%;
    min-width: 35%;
  }
  .layout-col > .size-21-md {
    flex: 21 0 auto;
  }
  .layout-row > .size-20-md {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
    min-width: 33.33333333%;
  }
  .layout-col > .size-20-md {
    flex: 20 0 auto;
  }
  .layout-row > .size-19-md {
    flex: 0 0 31.66666667%;
    max-width: 31.66666667%;
    min-width: 31.66666667%;
  }
  .layout-col > .size-19-md {
    flex: 19 0 auto;
  }
  .layout-row > .size-18-md {
    flex: 0 0 30%;
    max-width: 30%;
    min-width: 30%;
  }
  .layout-col > .size-18-md {
    flex: 18 0 auto;
  }
  .layout-row > .size-17-md {
    flex: 0 0 28.33333333%;
    max-width: 28.33333333%;
    min-width: 28.33333333%;
  }
  .layout-col > .size-17-md {
    flex: 17 0 auto;
  }
  .layout-row > .size-16-md {
    flex: 0 0 26.66666667%;
    max-width: 26.66666667%;
    min-width: 26.66666667%;
  }
  .layout-col > .size-16-md {
    flex: 16 0 auto;
  }
  .layout-row > .size-15-md {
    flex: 0 0 25%;
    max-width: 25%;
    min-width: 25%;
  }
  .layout-col > .size-15-md {
    flex: 15 0 auto;
  }
  .layout-row > .size-14-md {
    flex: 0 0 23.33333333%;
    max-width: 23.33333333%;
    min-width: 23.33333333%;
  }
  .layout-col > .size-14-md {
    flex: 14 0 auto;
  }
  .layout-row > .size-13-md {
    flex: 0 0 21.66666667%;
    max-width: 21.66666667%;
    min-width: 21.66666667%;
  }
  .layout-col > .size-13-md {
    flex: 13 0 auto;
  }
  .layout-row > .size-12-md {
    flex: 0 0 20%;
    max-width: 20%;
    min-width: 20%;
  }
  .layout-col > .size-12-md {
    flex: 12 0 auto;
  }
  .layout-row > .size-11-md {
    flex: 0 0 18.33333333%;
    max-width: 18.33333333%;
    min-width: 18.33333333%;
  }
  .layout-col > .size-11-md {
    flex: 11 0 auto;
  }
  .layout-row > .size-10-md {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
    min-width: 16.66666667%;
  }
  .layout-col > .size-10-md {
    flex: 10 0 auto;
  }
  .layout-row > .size-9-md {
    flex: 0 0 15%;
    max-width: 15%;
    min-width: 15%;
  }
  .layout-col > .size-9-md {
    flex: 9 0 auto;
  }
  .layout-row > .size-8-md {
    flex: 0 0 13.33333333%;
    max-width: 13.33333333%;
    min-width: 13.33333333%;
  }
  .layout-col > .size-8-md {
    flex: 8 0 auto;
  }
  .layout-row > .size-7-md {
    flex: 0 0 11.66666667%;
    max-width: 11.66666667%;
    min-width: 11.66666667%;
  }
  .layout-col > .size-7-md {
    flex: 7 0 auto;
  }
  .layout-row > .size-6-md {
    flex: 0 0 10%;
    max-width: 10%;
    min-width: 10%;
  }
  .layout-col > .size-6-md {
    flex: 6 0 auto;
  }
  .layout-row > .size-5-md {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
    min-width: 8.33333333%;
  }
  .layout-col > .size-5-md {
    flex: 5 0 auto;
  }
  .layout-row > .size-4-md {
    flex: 0 0 6.66666667%;
    max-width: 6.66666667%;
    min-width: 6.66666667%;
  }
  .layout-col > .size-4-md {
    flex: 4 0 auto;
  }
  .layout-row > .size-3-md {
    flex: 0 0 5%;
    max-width: 5%;
    min-width: 5%;
  }
  .layout-col > .size-3-md {
    flex: 3 0 auto;
  }
  .layout-row > .size-2-md {
    flex: 0 0 3.33333333%;
    max-width: 3.33333333%;
    min-width: 3.33333333%;
  }
  .layout-col > .size-2-md {
    flex: 2 0 auto;
  }
  .layout-row > .size-1-md {
    flex: 0 0 1.66666667%;
    max-width: 1.66666667%;
    min-width: 1.66666667%;
  }
  .layout-col > .size-1-md {
    flex: 1 0 auto;
  }
  .layout-row > .size-0-md {
    flex: 0 0 0%;
    max-width: 0%;
    min-width: 0%;
  }
  .layout-col > .size-0-md {
    flex: 0 0 auto;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .layout-row > .size-60-sm {
    flex: 0 0 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .layout-col > .size-60-sm {
    flex: 60 0 auto;
  }
  .layout-row > .size-59-sm {
    flex: 0 0 98.33333333%;
    max-width: 98.33333333%;
    min-width: 98.33333333%;
  }
  .layout-col > .size-59-sm {
    flex: 59 0 auto;
  }
  .layout-row > .size-58-sm {
    flex: 0 0 96.66666667%;
    max-width: 96.66666667%;
    min-width: 96.66666667%;
  }
  .layout-col > .size-58-sm {
    flex: 58 0 auto;
  }
  .layout-row > .size-57-sm {
    flex: 0 0 95%;
    max-width: 95%;
    min-width: 95%;
  }
  .layout-col > .size-57-sm {
    flex: 57 0 auto;
  }
  .layout-row > .size-56-sm {
    flex: 0 0 93.33333333%;
    max-width: 93.33333333%;
    min-width: 93.33333333%;
  }
  .layout-col > .size-56-sm {
    flex: 56 0 auto;
  }
  .layout-row > .size-55-sm {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
    min-width: 91.66666667%;
  }
  .layout-col > .size-55-sm {
    flex: 55 0 auto;
  }
  .layout-row > .size-54-sm {
    flex: 0 0 90%;
    max-width: 90%;
    min-width: 90%;
  }
  .layout-col > .size-54-sm {
    flex: 54 0 auto;
  }
  .layout-row > .size-53-sm {
    flex: 0 0 88.33333333%;
    max-width: 88.33333333%;
    min-width: 88.33333333%;
  }
  .layout-col > .size-53-sm {
    flex: 53 0 auto;
  }
  .layout-row > .size-52-sm {
    flex: 0 0 86.66666667%;
    max-width: 86.66666667%;
    min-width: 86.66666667%;
  }
  .layout-col > .size-52-sm {
    flex: 52 0 auto;
  }
  .layout-row > .size-51-sm {
    flex: 0 0 85%;
    max-width: 85%;
    min-width: 85%;
  }
  .layout-col > .size-51-sm {
    flex: 51 0 auto;
  }
  .layout-row > .size-50-sm {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
    min-width: 83.33333333%;
  }
  .layout-col > .size-50-sm {
    flex: 50 0 auto;
  }
  .layout-row > .size-49-sm {
    flex: 0 0 81.66666667%;
    max-width: 81.66666667%;
    min-width: 81.66666667%;
  }
  .layout-col > .size-49-sm {
    flex: 49 0 auto;
  }
  .layout-row > .size-48-sm {
    flex: 0 0 80%;
    max-width: 80%;
    min-width: 80%;
  }
  .layout-col > .size-48-sm {
    flex: 48 0 auto;
  }
  .layout-row > .size-47-sm {
    flex: 0 0 78.33333333%;
    max-width: 78.33333333%;
    min-width: 78.33333333%;
  }
  .layout-col > .size-47-sm {
    flex: 47 0 auto;
  }
  .layout-row > .size-46-sm {
    flex: 0 0 76.66666667%;
    max-width: 76.66666667%;
    min-width: 76.66666667%;
  }
  .layout-col > .size-46-sm {
    flex: 46 0 auto;
  }
  .layout-row > .size-45-sm {
    flex: 0 0 75%;
    max-width: 75%;
    min-width: 75%;
  }
  .layout-col > .size-45-sm {
    flex: 45 0 auto;
  }
  .layout-row > .size-44-sm {
    flex: 0 0 73.33333333%;
    max-width: 73.33333333%;
    min-width: 73.33333333%;
  }
  .layout-col > .size-44-sm {
    flex: 44 0 auto;
  }
  .layout-row > .size-43-sm {
    flex: 0 0 71.66666667%;
    max-width: 71.66666667%;
    min-width: 71.66666667%;
  }
  .layout-col > .size-43-sm {
    flex: 43 0 auto;
  }
  .layout-row > .size-42-sm {
    flex: 0 0 70%;
    max-width: 70%;
    min-width: 70%;
  }
  .layout-col > .size-42-sm {
    flex: 42 0 auto;
  }
  .layout-row > .size-41-sm {
    flex: 0 0 68.33333333%;
    max-width: 68.33333333%;
    min-width: 68.33333333%;
  }
  .layout-col > .size-41-sm {
    flex: 41 0 auto;
  }
  .layout-row > .size-40-sm {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
    min-width: 66.66666667%;
  }
  .layout-col > .size-40-sm {
    flex: 40 0 auto;
  }
  .layout-row > .size-39-sm {
    flex: 0 0 65%;
    max-width: 65%;
    min-width: 65%;
  }
  .layout-col > .size-39-sm {
    flex: 39 0 auto;
  }
  .layout-row > .size-38-sm {
    flex: 0 0 63.33333333%;
    max-width: 63.33333333%;
    min-width: 63.33333333%;
  }
  .layout-col > .size-38-sm {
    flex: 38 0 auto;
  }
  .layout-row > .size-37-sm {
    flex: 0 0 61.66666667%;
    max-width: 61.66666667%;
    min-width: 61.66666667%;
  }
  .layout-col > .size-37-sm {
    flex: 37 0 auto;
  }
  .layout-row > .size-36-sm {
    flex: 0 0 60%;
    max-width: 60%;
    min-width: 60%;
  }
  .layout-col > .size-36-sm {
    flex: 36 0 auto;
  }
  .layout-row > .size-35-sm {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
    min-width: 58.33333333%;
  }
  .layout-col > .size-35-sm {
    flex: 35 0 auto;
  }
  .layout-row > .size-34-sm {
    flex: 0 0 56.66666667%;
    max-width: 56.66666667%;
    min-width: 56.66666667%;
  }
  .layout-col > .size-34-sm {
    flex: 34 0 auto;
  }
  .layout-row > .size-33-sm {
    flex: 0 0 55%;
    max-width: 55%;
    min-width: 55%;
  }
  .layout-col > .size-33-sm {
    flex: 33 0 auto;
  }
  .layout-row > .size-32-sm {
    flex: 0 0 53.33333333%;
    max-width: 53.33333333%;
    min-width: 53.33333333%;
  }
  .layout-col > .size-32-sm {
    flex: 32 0 auto;
  }
  .layout-row > .size-31-sm {
    flex: 0 0 51.66666667%;
    max-width: 51.66666667%;
    min-width: 51.66666667%;
  }
  .layout-col > .size-31-sm {
    flex: 31 0 auto;
  }
  .layout-row > .size-30-sm {
    flex: 0 0 50%;
    max-width: 50%;
    min-width: 50%;
  }
  .layout-col > .size-30-sm {
    flex: 30 0 auto;
  }
  .layout-row > .size-29-sm {
    flex: 0 0 48.33333333%;
    max-width: 48.33333333%;
    min-width: 48.33333333%;
  }
  .layout-col > .size-29-sm {
    flex: 29 0 auto;
  }
  .layout-row > .size-28-sm {
    flex: 0 0 46.66666667%;
    max-width: 46.66666667%;
    min-width: 46.66666667%;
  }
  .layout-col > .size-28-sm {
    flex: 28 0 auto;
  }
  .layout-row > .size-27-sm {
    flex: 0 0 45%;
    max-width: 45%;
    min-width: 45%;
  }
  .layout-col > .size-27-sm {
    flex: 27 0 auto;
  }
  .layout-row > .size-26-sm {
    flex: 0 0 43.33333333%;
    max-width: 43.33333333%;
    min-width: 43.33333333%;
  }
  .layout-col > .size-26-sm {
    flex: 26 0 auto;
  }
  .layout-row > .size-25-sm {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
    min-width: 41.66666667%;
  }
  .layout-col > .size-25-sm {
    flex: 25 0 auto;
  }
  .layout-row > .size-24-sm {
    flex: 0 0 40%;
    max-width: 40%;
    min-width: 40%;
  }
  .layout-col > .size-24-sm {
    flex: 24 0 auto;
  }
  .layout-row > .size-23-sm {
    flex: 0 0 38.33333333%;
    max-width: 38.33333333%;
    min-width: 38.33333333%;
  }
  .layout-col > .size-23-sm {
    flex: 23 0 auto;
  }
  .layout-row > .size-22-sm {
    flex: 0 0 36.66666667%;
    max-width: 36.66666667%;
    min-width: 36.66666667%;
  }
  .layout-col > .size-22-sm {
    flex: 22 0 auto;
  }
  .layout-row > .size-21-sm {
    flex: 0 0 35%;
    max-width: 35%;
    min-width: 35%;
  }
  .layout-col > .size-21-sm {
    flex: 21 0 auto;
  }
  .layout-row > .size-20-sm {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
    min-width: 33.33333333%;
  }
  .layout-col > .size-20-sm {
    flex: 20 0 auto;
  }
  .layout-row > .size-19-sm {
    flex: 0 0 31.66666667%;
    max-width: 31.66666667%;
    min-width: 31.66666667%;
  }
  .layout-col > .size-19-sm {
    flex: 19 0 auto;
  }
  .layout-row > .size-18-sm {
    flex: 0 0 30%;
    max-width: 30%;
    min-width: 30%;
  }
  .layout-col > .size-18-sm {
    flex: 18 0 auto;
  }
  .layout-row > .size-17-sm {
    flex: 0 0 28.33333333%;
    max-width: 28.33333333%;
    min-width: 28.33333333%;
  }
  .layout-col > .size-17-sm {
    flex: 17 0 auto;
  }
  .layout-row > .size-16-sm {
    flex: 0 0 26.66666667%;
    max-width: 26.66666667%;
    min-width: 26.66666667%;
  }
  .layout-col > .size-16-sm {
    flex: 16 0 auto;
  }
  .layout-row > .size-15-sm {
    flex: 0 0 25%;
    max-width: 25%;
    min-width: 25%;
  }
  .layout-col > .size-15-sm {
    flex: 15 0 auto;
  }
  .layout-row > .size-14-sm {
    flex: 0 0 23.33333333%;
    max-width: 23.33333333%;
    min-width: 23.33333333%;
  }
  .layout-col > .size-14-sm {
    flex: 14 0 auto;
  }
  .layout-row > .size-13-sm {
    flex: 0 0 21.66666667%;
    max-width: 21.66666667%;
    min-width: 21.66666667%;
  }
  .layout-col > .size-13-sm {
    flex: 13 0 auto;
  }
  .layout-row > .size-12-sm {
    flex: 0 0 20%;
    max-width: 20%;
    min-width: 20%;
  }
  .layout-col > .size-12-sm {
    flex: 12 0 auto;
  }
  .layout-row > .size-11-sm {
    flex: 0 0 18.33333333%;
    max-width: 18.33333333%;
    min-width: 18.33333333%;
  }
  .layout-col > .size-11-sm {
    flex: 11 0 auto;
  }
  .layout-row > .size-10-sm {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
    min-width: 16.66666667%;
  }
  .layout-col > .size-10-sm {
    flex: 10 0 auto;
  }
  .layout-row > .size-9-sm {
    flex: 0 0 15%;
    max-width: 15%;
    min-width: 15%;
  }
  .layout-col > .size-9-sm {
    flex: 9 0 auto;
  }
  .layout-row > .size-8-sm {
    flex: 0 0 13.33333333%;
    max-width: 13.33333333%;
    min-width: 13.33333333%;
  }
  .layout-col > .size-8-sm {
    flex: 8 0 auto;
  }
  .layout-row > .size-7-sm {
    flex: 0 0 11.66666667%;
    max-width: 11.66666667%;
    min-width: 11.66666667%;
  }
  .layout-col > .size-7-sm {
    flex: 7 0 auto;
  }
  .layout-row > .size-6-sm {
    flex: 0 0 10%;
    max-width: 10%;
    min-width: 10%;
  }
  .layout-col > .size-6-sm {
    flex: 6 0 auto;
  }
  .layout-row > .size-5-sm {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
    min-width: 8.33333333%;
  }
  .layout-col > .size-5-sm {
    flex: 5 0 auto;
  }
  .layout-row > .size-4-sm {
    flex: 0 0 6.66666667%;
    max-width: 6.66666667%;
    min-width: 6.66666667%;
  }
  .layout-col > .size-4-sm {
    flex: 4 0 auto;
  }
  .layout-row > .size-3-sm {
    flex: 0 0 5%;
    max-width: 5%;
    min-width: 5%;
  }
  .layout-col > .size-3-sm {
    flex: 3 0 auto;
  }
  .layout-row > .size-2-sm {
    flex: 0 0 3.33333333%;
    max-width: 3.33333333%;
    min-width: 3.33333333%;
  }
  .layout-col > .size-2-sm {
    flex: 2 0 auto;
  }
  .layout-row > .size-1-sm {
    flex: 0 0 1.66666667%;
    max-width: 1.66666667%;
    min-width: 1.66666667%;
  }
  .layout-col > .size-1-sm {
    flex: 1 0 auto;
  }
  .layout-row > .size-0-sm {
    flex: 0 0 0%;
    max-width: 0%;
    min-width: 0%;
  }
  .layout-col > .size-0-sm {
    flex: 0 0 auto;
  }
}
@media (max-width: 575px) {
  .layout-row > .size-60-xs {
    flex: 0 0 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .layout-col > .size-60-xs {
    flex: 60 0 auto;
  }
  .layout-row > .size-59-xs {
    flex: 0 0 98.33333333%;
    max-width: 98.33333333%;
    min-width: 98.33333333%;
  }
  .layout-col > .size-59-xs {
    flex: 59 0 auto;
  }
  .layout-row > .size-58-xs {
    flex: 0 0 96.66666667%;
    max-width: 96.66666667%;
    min-width: 96.66666667%;
  }
  .layout-col > .size-58-xs {
    flex: 58 0 auto;
  }
  .layout-row > .size-57-xs {
    flex: 0 0 95%;
    max-width: 95%;
    min-width: 95%;
  }
  .layout-col > .size-57-xs {
    flex: 57 0 auto;
  }
  .layout-row > .size-56-xs {
    flex: 0 0 93.33333333%;
    max-width: 93.33333333%;
    min-width: 93.33333333%;
  }
  .layout-col > .size-56-xs {
    flex: 56 0 auto;
  }
  .layout-row > .size-55-xs {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
    min-width: 91.66666667%;
  }
  .layout-col > .size-55-xs {
    flex: 55 0 auto;
  }
  .layout-row > .size-54-xs {
    flex: 0 0 90%;
    max-width: 90%;
    min-width: 90%;
  }
  .layout-col > .size-54-xs {
    flex: 54 0 auto;
  }
  .layout-row > .size-53-xs {
    flex: 0 0 88.33333333%;
    max-width: 88.33333333%;
    min-width: 88.33333333%;
  }
  .layout-col > .size-53-xs {
    flex: 53 0 auto;
  }
  .layout-row > .size-52-xs {
    flex: 0 0 86.66666667%;
    max-width: 86.66666667%;
    min-width: 86.66666667%;
  }
  .layout-col > .size-52-xs {
    flex: 52 0 auto;
  }
  .layout-row > .size-51-xs {
    flex: 0 0 85%;
    max-width: 85%;
    min-width: 85%;
  }
  .layout-col > .size-51-xs {
    flex: 51 0 auto;
  }
  .layout-row > .size-50-xs {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
    min-width: 83.33333333%;
  }
  .layout-col > .size-50-xs {
    flex: 50 0 auto;
  }
  .layout-row > .size-49-xs {
    flex: 0 0 81.66666667%;
    max-width: 81.66666667%;
    min-width: 81.66666667%;
  }
  .layout-col > .size-49-xs {
    flex: 49 0 auto;
  }
  .layout-row > .size-48-xs {
    flex: 0 0 80%;
    max-width: 80%;
    min-width: 80%;
  }
  .layout-col > .size-48-xs {
    flex: 48 0 auto;
  }
  .layout-row > .size-47-xs {
    flex: 0 0 78.33333333%;
    max-width: 78.33333333%;
    min-width: 78.33333333%;
  }
  .layout-col > .size-47-xs {
    flex: 47 0 auto;
  }
  .layout-row > .size-46-xs {
    flex: 0 0 76.66666667%;
    max-width: 76.66666667%;
    min-width: 76.66666667%;
  }
  .layout-col > .size-46-xs {
    flex: 46 0 auto;
  }
  .layout-row > .size-45-xs {
    flex: 0 0 75%;
    max-width: 75%;
    min-width: 75%;
  }
  .layout-col > .size-45-xs {
    flex: 45 0 auto;
  }
  .layout-row > .size-44-xs {
    flex: 0 0 73.33333333%;
    max-width: 73.33333333%;
    min-width: 73.33333333%;
  }
  .layout-col > .size-44-xs {
    flex: 44 0 auto;
  }
  .layout-row > .size-43-xs {
    flex: 0 0 71.66666667%;
    max-width: 71.66666667%;
    min-width: 71.66666667%;
  }
  .layout-col > .size-43-xs {
    flex: 43 0 auto;
  }
  .layout-row > .size-42-xs {
    flex: 0 0 70%;
    max-width: 70%;
    min-width: 70%;
  }
  .layout-col > .size-42-xs {
    flex: 42 0 auto;
  }
  .layout-row > .size-41-xs {
    flex: 0 0 68.33333333%;
    max-width: 68.33333333%;
    min-width: 68.33333333%;
  }
  .layout-col > .size-41-xs {
    flex: 41 0 auto;
  }
  .layout-row > .size-40-xs {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
    min-width: 66.66666667%;
  }
  .layout-col > .size-40-xs {
    flex: 40 0 auto;
  }
  .layout-row > .size-39-xs {
    flex: 0 0 65%;
    max-width: 65%;
    min-width: 65%;
  }
  .layout-col > .size-39-xs {
    flex: 39 0 auto;
  }
  .layout-row > .size-38-xs {
    flex: 0 0 63.33333333%;
    max-width: 63.33333333%;
    min-width: 63.33333333%;
  }
  .layout-col > .size-38-xs {
    flex: 38 0 auto;
  }
  .layout-row > .size-37-xs {
    flex: 0 0 61.66666667%;
    max-width: 61.66666667%;
    min-width: 61.66666667%;
  }
  .layout-col > .size-37-xs {
    flex: 37 0 auto;
  }
  .layout-row > .size-36-xs {
    flex: 0 0 60%;
    max-width: 60%;
    min-width: 60%;
  }
  .layout-col > .size-36-xs {
    flex: 36 0 auto;
  }
  .layout-row > .size-35-xs {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
    min-width: 58.33333333%;
  }
  .layout-col > .size-35-xs {
    flex: 35 0 auto;
  }
  .layout-row > .size-34-xs {
    flex: 0 0 56.66666667%;
    max-width: 56.66666667%;
    min-width: 56.66666667%;
  }
  .layout-col > .size-34-xs {
    flex: 34 0 auto;
  }
  .layout-row > .size-33-xs {
    flex: 0 0 55%;
    max-width: 55%;
    min-width: 55%;
  }
  .layout-col > .size-33-xs {
    flex: 33 0 auto;
  }
  .layout-row > .size-32-xs {
    flex: 0 0 53.33333333%;
    max-width: 53.33333333%;
    min-width: 53.33333333%;
  }
  .layout-col > .size-32-xs {
    flex: 32 0 auto;
  }
  .layout-row > .size-31-xs {
    flex: 0 0 51.66666667%;
    max-width: 51.66666667%;
    min-width: 51.66666667%;
  }
  .layout-col > .size-31-xs {
    flex: 31 0 auto;
  }
  .layout-row > .size-30-xs {
    flex: 0 0 50%;
    max-width: 50%;
    min-width: 50%;
  }
  .layout-col > .size-30-xs {
    flex: 30 0 auto;
  }
  .layout-row > .size-29-xs {
    flex: 0 0 48.33333333%;
    max-width: 48.33333333%;
    min-width: 48.33333333%;
  }
  .layout-col > .size-29-xs {
    flex: 29 0 auto;
  }
  .layout-row > .size-28-xs {
    flex: 0 0 46.66666667%;
    max-width: 46.66666667%;
    min-width: 46.66666667%;
  }
  .layout-col > .size-28-xs {
    flex: 28 0 auto;
  }
  .layout-row > .size-27-xs {
    flex: 0 0 45%;
    max-width: 45%;
    min-width: 45%;
  }
  .layout-col > .size-27-xs {
    flex: 27 0 auto;
  }
  .layout-row > .size-26-xs {
    flex: 0 0 43.33333333%;
    max-width: 43.33333333%;
    min-width: 43.33333333%;
  }
  .layout-col > .size-26-xs {
    flex: 26 0 auto;
  }
  .layout-row > .size-25-xs {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
    min-width: 41.66666667%;
  }
  .layout-col > .size-25-xs {
    flex: 25 0 auto;
  }
  .layout-row > .size-24-xs {
    flex: 0 0 40%;
    max-width: 40%;
    min-width: 40%;
  }
  .layout-col > .size-24-xs {
    flex: 24 0 auto;
  }
  .layout-row > .size-23-xs {
    flex: 0 0 38.33333333%;
    max-width: 38.33333333%;
    min-width: 38.33333333%;
  }
  .layout-col > .size-23-xs {
    flex: 23 0 auto;
  }
  .layout-row > .size-22-xs {
    flex: 0 0 36.66666667%;
    max-width: 36.66666667%;
    min-width: 36.66666667%;
  }
  .layout-col > .size-22-xs {
    flex: 22 0 auto;
  }
  .layout-row > .size-21-xs {
    flex: 0 0 35%;
    max-width: 35%;
    min-width: 35%;
  }
  .layout-col > .size-21-xs {
    flex: 21 0 auto;
  }
  .layout-row > .size-20-xs {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
    min-width: 33.33333333%;
  }
  .layout-col > .size-20-xs {
    flex: 20 0 auto;
  }
  .layout-row > .size-19-xs {
    flex: 0 0 31.66666667%;
    max-width: 31.66666667%;
    min-width: 31.66666667%;
  }
  .layout-col > .size-19-xs {
    flex: 19 0 auto;
  }
  .layout-row > .size-18-xs {
    flex: 0 0 30%;
    max-width: 30%;
    min-width: 30%;
  }
  .layout-col > .size-18-xs {
    flex: 18 0 auto;
  }
  .layout-row > .size-17-xs {
    flex: 0 0 28.33333333%;
    max-width: 28.33333333%;
    min-width: 28.33333333%;
  }
  .layout-col > .size-17-xs {
    flex: 17 0 auto;
  }
  .layout-row > .size-16-xs {
    flex: 0 0 26.66666667%;
    max-width: 26.66666667%;
    min-width: 26.66666667%;
  }
  .layout-col > .size-16-xs {
    flex: 16 0 auto;
  }
  .layout-row > .size-15-xs {
    flex: 0 0 25%;
    max-width: 25%;
    min-width: 25%;
  }
  .layout-col > .size-15-xs {
    flex: 15 0 auto;
  }
  .layout-row > .size-14-xs {
    flex: 0 0 23.33333333%;
    max-width: 23.33333333%;
    min-width: 23.33333333%;
  }
  .layout-col > .size-14-xs {
    flex: 14 0 auto;
  }
  .layout-row > .size-13-xs {
    flex: 0 0 21.66666667%;
    max-width: 21.66666667%;
    min-width: 21.66666667%;
  }
  .layout-col > .size-13-xs {
    flex: 13 0 auto;
  }
  .layout-row > .size-12-xs {
    flex: 0 0 20%;
    max-width: 20%;
    min-width: 20%;
  }
  .layout-col > .size-12-xs {
    flex: 12 0 auto;
  }
  .layout-row > .size-11-xs {
    flex: 0 0 18.33333333%;
    max-width: 18.33333333%;
    min-width: 18.33333333%;
  }
  .layout-col > .size-11-xs {
    flex: 11 0 auto;
  }
  .layout-row > .size-10-xs {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
    min-width: 16.66666667%;
  }
  .layout-col > .size-10-xs {
    flex: 10 0 auto;
  }
  .layout-row > .size-9-xs {
    flex: 0 0 15%;
    max-width: 15%;
    min-width: 15%;
  }
  .layout-col > .size-9-xs {
    flex: 9 0 auto;
  }
  .layout-row > .size-8-xs {
    flex: 0 0 13.33333333%;
    max-width: 13.33333333%;
    min-width: 13.33333333%;
  }
  .layout-col > .size-8-xs {
    flex: 8 0 auto;
  }
  .layout-row > .size-7-xs {
    flex: 0 0 11.66666667%;
    max-width: 11.66666667%;
    min-width: 11.66666667%;
  }
  .layout-col > .size-7-xs {
    flex: 7 0 auto;
  }
  .layout-row > .size-6-xs {
    flex: 0 0 10%;
    max-width: 10%;
    min-width: 10%;
  }
  .layout-col > .size-6-xs {
    flex: 6 0 auto;
  }
  .layout-row > .size-5-xs {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
    min-width: 8.33333333%;
  }
  .layout-col > .size-5-xs {
    flex: 5 0 auto;
  }
  .layout-row > .size-4-xs {
    flex: 0 0 6.66666667%;
    max-width: 6.66666667%;
    min-width: 6.66666667%;
  }
  .layout-col > .size-4-xs {
    flex: 4 0 auto;
  }
  .layout-row > .size-3-xs {
    flex: 0 0 5%;
    max-width: 5%;
    min-width: 5%;
  }
  .layout-col > .size-3-xs {
    flex: 3 0 auto;
  }
  .layout-row > .size-2-xs {
    flex: 0 0 3.33333333%;
    max-width: 3.33333333%;
    min-width: 3.33333333%;
  }
  .layout-col > .size-2-xs {
    flex: 2 0 auto;
  }
  .layout-row > .size-1-xs {
    flex: 0 0 1.66666667%;
    max-width: 1.66666667%;
    min-width: 1.66666667%;
  }
  .layout-col > .size-1-xs {
    flex: 1 0 auto;
  }
  .layout-row > .size-0-xs {
    flex: 0 0 0%;
    max-width: 0%;
    min-width: 0%;
  }
  .layout-col > .size-0-xs {
    flex: 0 0 auto;
  }
}
.gutter-100 .layout {
  margin: -50px;
}
.gutter-100 .layout .layout-cell {
  border: 50px solid transparent;
}
.gutter-100.layout-spacing-top {
  padding-top: 100px;
}
.gutter-100.layout-spacing-top-bottom {
  padding: 100px 0;
}
.gutter-100.layout-spacing-left-right {
  padding: 0 100px;
}
.gutter-100.layout-spacing-all {
  padding: 100px;
}
.gutter-98 .layout {
  margin: -49px;
}
.gutter-98 .layout .layout-cell {
  border: 49px solid transparent;
}
.gutter-98.layout-spacing-top {
  padding-top: 98px;
}
.gutter-98.layout-spacing-top-bottom {
  padding: 98px 0;
}
.gutter-98.layout-spacing-left-right {
  padding: 0 98px;
}
.gutter-98.layout-spacing-all {
  padding: 98px;
}
.gutter-96 .layout {
  margin: -48px;
}
.gutter-96 .layout .layout-cell {
  border: 48px solid transparent;
}
.gutter-96.layout-spacing-top {
  padding-top: 96px;
}
.gutter-96.layout-spacing-top-bottom {
  padding: 96px 0;
}
.gutter-96.layout-spacing-left-right {
  padding: 0 96px;
}
.gutter-96.layout-spacing-all {
  padding: 96px;
}
.gutter-94 .layout {
  margin: -47px;
}
.gutter-94 .layout .layout-cell {
  border: 47px solid transparent;
}
.gutter-94.layout-spacing-top {
  padding-top: 94px;
}
.gutter-94.layout-spacing-top-bottom {
  padding: 94px 0;
}
.gutter-94.layout-spacing-left-right {
  padding: 0 94px;
}
.gutter-94.layout-spacing-all {
  padding: 94px;
}
.gutter-92 .layout {
  margin: -46px;
}
.gutter-92 .layout .layout-cell {
  border: 46px solid transparent;
}
.gutter-92.layout-spacing-top {
  padding-top: 92px;
}
.gutter-92.layout-spacing-top-bottom {
  padding: 92px 0;
}
.gutter-92.layout-spacing-left-right {
  padding: 0 92px;
}
.gutter-92.layout-spacing-all {
  padding: 92px;
}
.gutter-90 .layout {
  margin: -45px;
}
.gutter-90 .layout .layout-cell {
  border: 45px solid transparent;
}
.gutter-90.layout-spacing-top {
  padding-top: 90px;
}
.gutter-90.layout-spacing-top-bottom {
  padding: 90px 0;
}
.gutter-90.layout-spacing-left-right {
  padding: 0 90px;
}
.gutter-90.layout-spacing-all {
  padding: 90px;
}
.gutter-88 .layout {
  margin: -44px;
}
.gutter-88 .layout .layout-cell {
  border: 44px solid transparent;
}
.gutter-88.layout-spacing-top {
  padding-top: 88px;
}
.gutter-88.layout-spacing-top-bottom {
  padding: 88px 0;
}
.gutter-88.layout-spacing-left-right {
  padding: 0 88px;
}
.gutter-88.layout-spacing-all {
  padding: 88px;
}
.gutter-86 .layout {
  margin: -43px;
}
.gutter-86 .layout .layout-cell {
  border: 43px solid transparent;
}
.gutter-86.layout-spacing-top {
  padding-top: 86px;
}
.gutter-86.layout-spacing-top-bottom {
  padding: 86px 0;
}
.gutter-86.layout-spacing-left-right {
  padding: 0 86px;
}
.gutter-86.layout-spacing-all {
  padding: 86px;
}
.gutter-84 .layout {
  margin: -42px;
}
.gutter-84 .layout .layout-cell {
  border: 42px solid transparent;
}
.gutter-84.layout-spacing-top {
  padding-top: 84px;
}
.gutter-84.layout-spacing-top-bottom {
  padding: 84px 0;
}
.gutter-84.layout-spacing-left-right {
  padding: 0 84px;
}
.gutter-84.layout-spacing-all {
  padding: 84px;
}
.gutter-82 .layout {
  margin: -41px;
}
.gutter-82 .layout .layout-cell {
  border: 41px solid transparent;
}
.gutter-82.layout-spacing-top {
  padding-top: 82px;
}
.gutter-82.layout-spacing-top-bottom {
  padding: 82px 0;
}
.gutter-82.layout-spacing-left-right {
  padding: 0 82px;
}
.gutter-82.layout-spacing-all {
  padding: 82px;
}
.gutter-80 .layout {
  margin: -40px;
}
.gutter-80 .layout .layout-cell {
  border: 40px solid transparent;
}
.gutter-80.layout-spacing-top {
  padding-top: 80px;
}
.gutter-80.layout-spacing-top-bottom {
  padding: 80px 0;
}
.gutter-80.layout-spacing-left-right {
  padding: 0 80px;
}
.gutter-80.layout-spacing-all {
  padding: 80px;
}
.gutter-78 .layout {
  margin: -39px;
}
.gutter-78 .layout .layout-cell {
  border: 39px solid transparent;
}
.gutter-78.layout-spacing-top {
  padding-top: 78px;
}
.gutter-78.layout-spacing-top-bottom {
  padding: 78px 0;
}
.gutter-78.layout-spacing-left-right {
  padding: 0 78px;
}
.gutter-78.layout-spacing-all {
  padding: 78px;
}
.gutter-76 .layout {
  margin: -38px;
}
.gutter-76 .layout .layout-cell {
  border: 38px solid transparent;
}
.gutter-76.layout-spacing-top {
  padding-top: 76px;
}
.gutter-76.layout-spacing-top-bottom {
  padding: 76px 0;
}
.gutter-76.layout-spacing-left-right {
  padding: 0 76px;
}
.gutter-76.layout-spacing-all {
  padding: 76px;
}
.gutter-74 .layout {
  margin: -37px;
}
.gutter-74 .layout .layout-cell {
  border: 37px solid transparent;
}
.gutter-74.layout-spacing-top {
  padding-top: 74px;
}
.gutter-74.layout-spacing-top-bottom {
  padding: 74px 0;
}
.gutter-74.layout-spacing-left-right {
  padding: 0 74px;
}
.gutter-74.layout-spacing-all {
  padding: 74px;
}
.gutter-72 .layout {
  margin: -36px;
}
.gutter-72 .layout .layout-cell {
  border: 36px solid transparent;
}
.gutter-72.layout-spacing-top {
  padding-top: 72px;
}
.gutter-72.layout-spacing-top-bottom {
  padding: 72px 0;
}
.gutter-72.layout-spacing-left-right {
  padding: 0 72px;
}
.gutter-72.layout-spacing-all {
  padding: 72px;
}
.gutter-70 .layout {
  margin: -35px;
}
.gutter-70 .layout .layout-cell {
  border: 35px solid transparent;
}
.gutter-70.layout-spacing-top {
  padding-top: 70px;
}
.gutter-70.layout-spacing-top-bottom {
  padding: 70px 0;
}
.gutter-70.layout-spacing-left-right {
  padding: 0 70px;
}
.gutter-70.layout-spacing-all {
  padding: 70px;
}
.gutter-68 .layout {
  margin: -34px;
}
.gutter-68 .layout .layout-cell {
  border: 34px solid transparent;
}
.gutter-68.layout-spacing-top {
  padding-top: 68px;
}
.gutter-68.layout-spacing-top-bottom {
  padding: 68px 0;
}
.gutter-68.layout-spacing-left-right {
  padding: 0 68px;
}
.gutter-68.layout-spacing-all {
  padding: 68px;
}
.gutter-66 .layout {
  margin: -33px;
}
.gutter-66 .layout .layout-cell {
  border: 33px solid transparent;
}
.gutter-66.layout-spacing-top {
  padding-top: 66px;
}
.gutter-66.layout-spacing-top-bottom {
  padding: 66px 0;
}
.gutter-66.layout-spacing-left-right {
  padding: 0 66px;
}
.gutter-66.layout-spacing-all {
  padding: 66px;
}
.gutter-64 .layout {
  margin: -32px;
}
.gutter-64 .layout .layout-cell {
  border: 32px solid transparent;
}
.gutter-64.layout-spacing-top {
  padding-top: 64px;
}
.gutter-64.layout-spacing-top-bottom {
  padding: 64px 0;
}
.gutter-64.layout-spacing-left-right {
  padding: 0 64px;
}
.gutter-64.layout-spacing-all {
  padding: 64px;
}
.gutter-62 .layout {
  margin: -31px;
}
.gutter-62 .layout .layout-cell {
  border: 31px solid transparent;
}
.gutter-62.layout-spacing-top {
  padding-top: 62px;
}
.gutter-62.layout-spacing-top-bottom {
  padding: 62px 0;
}
.gutter-62.layout-spacing-left-right {
  padding: 0 62px;
}
.gutter-62.layout-spacing-all {
  padding: 62px;
}
.gutter-60 .layout {
  margin: -30px;
}
.gutter-60 .layout .layout-cell {
  border: 30px solid transparent;
}
.gutter-60.layout-spacing-top {
  padding-top: 60px;
}
.gutter-60.layout-spacing-top-bottom {
  padding: 60px 0;
}
.gutter-60.layout-spacing-left-right {
  padding: 0 60px;
}
.gutter-60.layout-spacing-all {
  padding: 60px;
}
.gutter-58 .layout {
  margin: -29px;
}
.gutter-58 .layout .layout-cell {
  border: 29px solid transparent;
}
.gutter-58.layout-spacing-top {
  padding-top: 58px;
}
.gutter-58.layout-spacing-top-bottom {
  padding: 58px 0;
}
.gutter-58.layout-spacing-left-right {
  padding: 0 58px;
}
.gutter-58.layout-spacing-all {
  padding: 58px;
}
.gutter-56 .layout {
  margin: -28px;
}
.gutter-56 .layout .layout-cell {
  border: 28px solid transparent;
}
.gutter-56.layout-spacing-top {
  padding-top: 56px;
}
.gutter-56.layout-spacing-top-bottom {
  padding: 56px 0;
}
.gutter-56.layout-spacing-left-right {
  padding: 0 56px;
}
.gutter-56.layout-spacing-all {
  padding: 56px;
}
.gutter-54 .layout {
  margin: -27px;
}
.gutter-54 .layout .layout-cell {
  border: 27px solid transparent;
}
.gutter-54.layout-spacing-top {
  padding-top: 54px;
}
.gutter-54.layout-spacing-top-bottom {
  padding: 54px 0;
}
.gutter-54.layout-spacing-left-right {
  padding: 0 54px;
}
.gutter-54.layout-spacing-all {
  padding: 54px;
}
.gutter-52 .layout {
  margin: -26px;
}
.gutter-52 .layout .layout-cell {
  border: 26px solid transparent;
}
.gutter-52.layout-spacing-top {
  padding-top: 52px;
}
.gutter-52.layout-spacing-top-bottom {
  padding: 52px 0;
}
.gutter-52.layout-spacing-left-right {
  padding: 0 52px;
}
.gutter-52.layout-spacing-all {
  padding: 52px;
}
.gutter-50 .layout {
  margin: -25px;
}
.gutter-50 .layout .layout-cell {
  border: 25px solid transparent;
}
.gutter-50.layout-spacing-top {
  padding-top: 50px;
}
.gutter-50.layout-spacing-top-bottom {
  padding: 50px 0;
}
.gutter-50.layout-spacing-left-right {
  padding: 0 50px;
}
.gutter-50.layout-spacing-all {
  padding: 50px;
}
.gutter-48 .layout {
  margin: -24px;
}
.gutter-48 .layout .layout-cell {
  border: 24px solid transparent;
}
.gutter-48.layout-spacing-top {
  padding-top: 48px;
}
.gutter-48.layout-spacing-top-bottom {
  padding: 48px 0;
}
.gutter-48.layout-spacing-left-right {
  padding: 0 48px;
}
.gutter-48.layout-spacing-all {
  padding: 48px;
}
.gutter-46 .layout {
  margin: -23px;
}
.gutter-46 .layout .layout-cell {
  border: 23px solid transparent;
}
.gutter-46.layout-spacing-top {
  padding-top: 46px;
}
.gutter-46.layout-spacing-top-bottom {
  padding: 46px 0;
}
.gutter-46.layout-spacing-left-right {
  padding: 0 46px;
}
.gutter-46.layout-spacing-all {
  padding: 46px;
}
.gutter-44 .layout {
  margin: -22px;
}
.gutter-44 .layout .layout-cell {
  border: 22px solid transparent;
}
.gutter-44.layout-spacing-top {
  padding-top: 44px;
}
.gutter-44.layout-spacing-top-bottom {
  padding: 44px 0;
}
.gutter-44.layout-spacing-left-right {
  padding: 0 44px;
}
.gutter-44.layout-spacing-all {
  padding: 44px;
}
.gutter-42 .layout {
  margin: -21px;
}
.gutter-42 .layout .layout-cell {
  border: 21px solid transparent;
}
.gutter-42.layout-spacing-top {
  padding-top: 42px;
}
.gutter-42.layout-spacing-top-bottom {
  padding: 42px 0;
}
.gutter-42.layout-spacing-left-right {
  padding: 0 42px;
}
.gutter-42.layout-spacing-all {
  padding: 42px;
}
.gutter-40 .layout {
  margin: -20px;
}
.gutter-40 .layout .layout-cell {
  border: 20px solid transparent;
}
.gutter-40.layout-spacing-top {
  padding-top: 40px;
}
.gutter-40.layout-spacing-top-bottom {
  padding: 40px 0;
}
.gutter-40.layout-spacing-left-right {
  padding: 0 40px;
}
.gutter-40.layout-spacing-all {
  padding: 40px;
}
.gutter-38 .layout {
  margin: -19px;
}
.gutter-38 .layout .layout-cell {
  border: 19px solid transparent;
}
.gutter-38.layout-spacing-top {
  padding-top: 38px;
}
.gutter-38.layout-spacing-top-bottom {
  padding: 38px 0;
}
.gutter-38.layout-spacing-left-right {
  padding: 0 38px;
}
.gutter-38.layout-spacing-all {
  padding: 38px;
}
.gutter-36 .layout {
  margin: -18px;
}
.gutter-36 .layout .layout-cell {
  border: 18px solid transparent;
}
.gutter-36.layout-spacing-top {
  padding-top: 36px;
}
.gutter-36.layout-spacing-top-bottom {
  padding: 36px 0;
}
.gutter-36.layout-spacing-left-right {
  padding: 0 36px;
}
.gutter-36.layout-spacing-all {
  padding: 36px;
}
.gutter-34 .layout {
  margin: -17px;
}
.gutter-34 .layout .layout-cell {
  border: 17px solid transparent;
}
.gutter-34.layout-spacing-top {
  padding-top: 34px;
}
.gutter-34.layout-spacing-top-bottom {
  padding: 34px 0;
}
.gutter-34.layout-spacing-left-right {
  padding: 0 34px;
}
.gutter-34.layout-spacing-all {
  padding: 34px;
}
.gutter-32 .layout {
  margin: -16px;
}
.gutter-32 .layout .layout-cell {
  border: 16px solid transparent;
}
.gutter-32.layout-spacing-top {
  padding-top: 32px;
}
.gutter-32.layout-spacing-top-bottom {
  padding: 32px 0;
}
.gutter-32.layout-spacing-left-right {
  padding: 0 32px;
}
.gutter-32.layout-spacing-all {
  padding: 32px;
}
.gutter-30 .layout {
  margin: -15px;
}
.gutter-30 .layout .layout-cell {
  border: 15px solid transparent;
}
.gutter-30.layout-spacing-top {
  padding-top: 30px;
}
.gutter-30.layout-spacing-top-bottom {
  padding: 30px 0;
}
.gutter-30.layout-spacing-left-right {
  padding: 0 30px;
}
.gutter-30.layout-spacing-all {
  padding: 30px;
}
.gutter-28 .layout {
  margin: -14px;
}
.gutter-28 .layout .layout-cell {
  border: 14px solid transparent;
}
.gutter-28.layout-spacing-top {
  padding-top: 28px;
}
.gutter-28.layout-spacing-top-bottom {
  padding: 28px 0;
}
.gutter-28.layout-spacing-left-right {
  padding: 0 28px;
}
.gutter-28.layout-spacing-all {
  padding: 28px;
}
.gutter-26 .layout {
  margin: -13px;
}
.gutter-26 .layout .layout-cell {
  border: 13px solid transparent;
}
.gutter-26.layout-spacing-top {
  padding-top: 26px;
}
.gutter-26.layout-spacing-top-bottom {
  padding: 26px 0;
}
.gutter-26.layout-spacing-left-right {
  padding: 0 26px;
}
.gutter-26.layout-spacing-all {
  padding: 26px;
}
.gutter-24 .layout {
  margin: -12px;
}
.gutter-24 .layout .layout-cell {
  border: 12px solid transparent;
}
.gutter-24.layout-spacing-top {
  padding-top: 24px;
}
.gutter-24.layout-spacing-top-bottom {
  padding: 24px 0;
}
.gutter-24.layout-spacing-left-right {
  padding: 0 24px;
}
.gutter-24.layout-spacing-all {
  padding: 24px;
}
.gutter-22 .layout {
  margin: -11px;
}
.gutter-22 .layout .layout-cell {
  border: 11px solid transparent;
}
.gutter-22.layout-spacing-top {
  padding-top: 22px;
}
.gutter-22.layout-spacing-top-bottom {
  padding: 22px 0;
}
.gutter-22.layout-spacing-left-right {
  padding: 0 22px;
}
.gutter-22.layout-spacing-all {
  padding: 22px;
}
.gutter-20 .layout {
  margin: -10px;
}
.gutter-20 .layout .layout-cell {
  border: 10px solid transparent;
}
.gutter-20.layout-spacing-top {
  padding-top: 20px;
}
.gutter-20.layout-spacing-top-bottom {
  padding: 20px 0;
}
.gutter-20.layout-spacing-left-right {
  padding: 0 20px;
}
.gutter-20.layout-spacing-all {
  padding: 20px;
}
.gutter-18 .layout {
  margin: -9px;
}
.gutter-18 .layout .layout-cell {
  border: 9px solid transparent;
}
.gutter-18.layout-spacing-top {
  padding-top: 18px;
}
.gutter-18.layout-spacing-top-bottom {
  padding: 18px 0;
}
.gutter-18.layout-spacing-left-right {
  padding: 0 18px;
}
.gutter-18.layout-spacing-all {
  padding: 18px;
}
.gutter-16 .layout {
  margin: -8px;
}
.gutter-16 .layout .layout-cell {
  border: 8px solid transparent;
}
.gutter-16.layout-spacing-top {
  padding-top: 16px;
}
.gutter-16.layout-spacing-top-bottom {
  padding: 16px 0;
}
.gutter-16.layout-spacing-left-right {
  padding: 0 16px;
}
.gutter-16.layout-spacing-all {
  padding: 16px;
}
.gutter-14 .layout {
  margin: -7px;
}
.gutter-14 .layout .layout-cell {
  border: 7px solid transparent;
}
.gutter-14.layout-spacing-top {
  padding-top: 14px;
}
.gutter-14.layout-spacing-top-bottom {
  padding: 14px 0;
}
.gutter-14.layout-spacing-left-right {
  padding: 0 14px;
}
.gutter-14.layout-spacing-all {
  padding: 14px;
}
.gutter-12 .layout {
  margin: -6px;
}
.gutter-12 .layout .layout-cell {
  border: 6px solid transparent;
}
.gutter-12.layout-spacing-top {
  padding-top: 12px;
}
.gutter-12.layout-spacing-top-bottom {
  padding: 12px 0;
}
.gutter-12.layout-spacing-left-right {
  padding: 0 12px;
}
.gutter-12.layout-spacing-all {
  padding: 12px;
}
.gutter-10 .layout {
  margin: -5px;
}
.gutter-10 .layout .layout-cell {
  border: 5px solid transparent;
}
.gutter-10.layout-spacing-top {
  padding-top: 10px;
}
.gutter-10.layout-spacing-top-bottom {
  padding: 10px 0;
}
.gutter-10.layout-spacing-left-right {
  padding: 0 10px;
}
.gutter-10.layout-spacing-all {
  padding: 10px;
}
.gutter-8 .layout {
  margin: -4px;
}
.gutter-8 .layout .layout-cell {
  border: 4px solid transparent;
}
.gutter-8.layout-spacing-top {
  padding-top: 8px;
}
.gutter-8.layout-spacing-top-bottom {
  padding: 8px 0;
}
.gutter-8.layout-spacing-left-right {
  padding: 0 8px;
}
.gutter-8.layout-spacing-all {
  padding: 8px;
}
.gutter-6 .layout {
  margin: -3px;
}
.gutter-6 .layout .layout-cell {
  border: 3px solid transparent;
}
.gutter-6.layout-spacing-top {
  padding-top: 6px;
}
.gutter-6.layout-spacing-top-bottom {
  padding: 6px 0;
}
.gutter-6.layout-spacing-left-right {
  padding: 0 6px;
}
.gutter-6.layout-spacing-all {
  padding: 6px;
}
.gutter-4 .layout {
  margin: -2px;
}
.gutter-4 .layout .layout-cell {
  border: 2px solid transparent;
}
.gutter-4.layout-spacing-top {
  padding-top: 4px;
}
.gutter-4.layout-spacing-top-bottom {
  padding: 4px 0;
}
.gutter-4.layout-spacing-left-right {
  padding: 0 4px;
}
.gutter-4.layout-spacing-all {
  padding: 4px;
}
.gutter-2 .layout {
  margin: -1px;
}
.gutter-2 .layout .layout-cell {
  border: 1px solid transparent;
}
.gutter-2.layout-spacing-top {
  padding-top: 2px;
}
.gutter-2.layout-spacing-top-bottom {
  padding: 2px 0;
}
.gutter-2.layout-spacing-left-right {
  padding: 0 2px;
}
.gutter-2.layout-spacing-all {
  padding: 2px;
}
.gutter-0 .layout {
  margin: 0px;
}
.gutter-0 .layout .layout-cell {
  border: 0px solid transparent;
}
.gutter-0.layout-spacing-top {
  padding-top: 0px;
}
.gutter-0.layout-spacing-top-bottom {
  padding: 0px 0;
}
.gutter-0.layout-spacing-left-right {
  padding: 0 0px;
}
.gutter-0.layout-spacing-all {
  padding: 0px;
}
.layout-wrap.layout-spacing-vertical .layout-cell {
  border-top-width: 0;
  border-bottom-width: 0;
}
.layout-wrap.layout-spacing-vertical .layout {
  margin-top: 0;
  margin-bottom: 0;
  height: 100%;
}
.layout-wrap.layout-spacing-horizontal .layout-cell {
  border-left-width: 0;
  border-right-width: 0;
}
.layout-wrap.layout-spacing-horizontal .layout {
  margin-left: 0;
  margin-right: 0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .layout-col > * {
    flex-basis: auto !important;
  }
}
.layout-col,
.layout-row,
.layout-col > *,
.layout-row > * {
  display: flex;
}
.layout-col,
.layout-row {
  flex: 1 1 auto;
}
.layout-row > * {
  max-height: 100%;
  min-height: -webkit-fit-content;
  min-height: fit-content;
}
.layout-col > * {
  min-height: -webkit-fit-content;
  min-height: fit-content;
  max-width: 100%;
}
.layout-col {
  flex-direction: column;
  min-height: -webkit-fit-content;
  min-height: fit-content;
}
.layout-row {
  flex-direction: row;
  flex-wrap: wrap;
  min-height: -webkit-fit-content;
  min-height: fit-content;
  max-width: 100%;
}
.layout-cell {
  position: relative;
  display: flex;
  background-clip: padding-box;
  background-origin: padding-box;
}
.sheet:not(.image):not(.video) {
  pointer-events: none;
}
.sheet:not(.image):not(.video) > * {
  pointer-events: auto;
  pointer-events: initial;
}
.stick-footer {
  display: flex;
  flex-direction: column;
}
.stick-footer .footer {
  margin-top: auto;
}
.hide-header .header,
.hide-footer .footer {
  display: none;
}
.absolute-hcenter {
  left: 50% !important;
  transform: translateX(-50%);
}
@media (min-width: 1400px) {
  .absolute-hcenter-xxl {
    left: 50% !important;
    transform: translateX(-50%);
  }
}
@media (min-width: 1200px) {
  .xl-mode .absolute-hcenter-xl {
    left: 50% !important;
    transform: translateX(-50%);
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .xxl-mode .absolute-hcenter-xl {
    left: 50% !important;
    transform: translateX(-50%);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .absolute-hcenter-lg {
    left: 50% !important;
    transform: translateX(-50%);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .absolute-hcenter-md {
    left: 50% !important;
    transform: translateX(-50%);
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .absolute-hcenter-sm {
    left: 50% !important;
    transform: translateX(-50%);
  }
}
@media (max-width: 575px) {
  .absolute-hcenter-xs {
    left: 50% !important;
    transform: translateX(-50%);
  }
}
.absolute-vcenter {
  top: 50% !important;
  transform: translateY(-50%);
}
@media (min-width: 1400px) {
  .absolute-vcenter-xxl {
    top: 50% !important;
    transform: translateY(-50%);
  }
}
@media (min-width: 1200px) {
  .xl-mode .absolute-vcenter-xl {
    top: 50% !important;
    transform: translateY(-50%);
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .xxl-mode .absolute-vcenter-xl {
    top: 50% !important;
    transform: translateY(-50%);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .absolute-vcenter-lg {
    top: 50% !important;
    transform: translateY(-50%);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .absolute-vcenter-md {
    top: 50% !important;
    transform: translateY(-50%);
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .absolute-vcenter-sm {
    top: 50% !important;
    transform: translateY(-50%);
  }
}
@media (max-width: 575px) {
  .absolute-vcenter-xs {
    top: 50% !important;
    transform: translateY(-50%);
  }
}
.header.sticky {
  position: fixed;
  top: 0;
}
@supports (position: sticky) {
  .header.sticky {
    position: sticky;
  }
}
@supports (position: -webkit-sticky) {
  .header.sticky {
    position: -webkit-sticky;
  }
}
.sticky {
  transition: background-color 250ms, box-shadow 250ms;
}
.header.box-shadow:not(.sticky) {
  z-index: 1;
}
.menoverlay .header.box-shadow:not(.sticky) {
  z-index: unset;
}
.overlap .header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.header.sticky,
.overlap .header {
  z-index: 20;
  padding-top: 0.1px;
}
.overlap .header.sticky {
  position: fixed;
}
.overlap.overlap-transparent .header {
  background-color: transparent !important;
  background-image: none !important;
}
.overlap.offcanvas-opened .header.sticky {
  z-index: auto;
  position: absolute !important;
}
.overlap.offcanvas-opened .header.sticky + section {
  z-index: -1;
}
.sticky:before {
  border-style: solid;
  border-width: 0;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  transition: border-width 250ms;
}
.sheet.content-layout {
  display: flex;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .sheet.content-layout {
    flex-direction: column;
    align-items: center;
  }
}
.sidebar {
  flex: 0 0 300px;
  border-top-width: 0 !important;
  border-bottom-width: 0 !important;
}
.sidebar:first-child {
  border-left-width: 0;
}
.sidebar:last-child {
  border-right-width: 0;
}
@media (max-width: 991px) {
  .sidebar {
    flex: 1;
  }
}
.sidebar .form-group:not(:last-child) {
  margin-bottom: 10px;
}
.sidebar .form-group > label {
  margin-bottom: 0px;
}
.sidebar:first-child.indent-100 {
  margin-right: 100px;
}
.sidebar:last-child.indent-100 {
  margin-left: 100px;
}
.block.indent-100,
.block.spacing-100 .block-header {
  margin-bottom: 100px;
}
.sidebar:first-child.indent-99 {
  margin-right: 99px;
}
.sidebar:last-child.indent-99 {
  margin-left: 99px;
}
.block.indent-99,
.block.spacing-99 .block-header {
  margin-bottom: 99px;
}
.sidebar:first-child.indent-98 {
  margin-right: 98px;
}
.sidebar:last-child.indent-98 {
  margin-left: 98px;
}
.block.indent-98,
.block.spacing-98 .block-header {
  margin-bottom: 98px;
}
.sidebar:first-child.indent-97 {
  margin-right: 97px;
}
.sidebar:last-child.indent-97 {
  margin-left: 97px;
}
.block.indent-97,
.block.spacing-97 .block-header {
  margin-bottom: 97px;
}
.sidebar:first-child.indent-96 {
  margin-right: 96px;
}
.sidebar:last-child.indent-96 {
  margin-left: 96px;
}
.block.indent-96,
.block.spacing-96 .block-header {
  margin-bottom: 96px;
}
.sidebar:first-child.indent-95 {
  margin-right: 95px;
}
.sidebar:last-child.indent-95 {
  margin-left: 95px;
}
.block.indent-95,
.block.spacing-95 .block-header {
  margin-bottom: 95px;
}
.sidebar:first-child.indent-94 {
  margin-right: 94px;
}
.sidebar:last-child.indent-94 {
  margin-left: 94px;
}
.block.indent-94,
.block.spacing-94 .block-header {
  margin-bottom: 94px;
}
.sidebar:first-child.indent-93 {
  margin-right: 93px;
}
.sidebar:last-child.indent-93 {
  margin-left: 93px;
}
.block.indent-93,
.block.spacing-93 .block-header {
  margin-bottom: 93px;
}
.sidebar:first-child.indent-92 {
  margin-right: 92px;
}
.sidebar:last-child.indent-92 {
  margin-left: 92px;
}
.block.indent-92,
.block.spacing-92 .block-header {
  margin-bottom: 92px;
}
.sidebar:first-child.indent-91 {
  margin-right: 91px;
}
.sidebar:last-child.indent-91 {
  margin-left: 91px;
}
.block.indent-91,
.block.spacing-91 .block-header {
  margin-bottom: 91px;
}
.sidebar:first-child.indent-90 {
  margin-right: 90px;
}
.sidebar:last-child.indent-90 {
  margin-left: 90px;
}
.block.indent-90,
.block.spacing-90 .block-header {
  margin-bottom: 90px;
}
.sidebar:first-child.indent-89 {
  margin-right: 89px;
}
.sidebar:last-child.indent-89 {
  margin-left: 89px;
}
.block.indent-89,
.block.spacing-89 .block-header {
  margin-bottom: 89px;
}
.sidebar:first-child.indent-88 {
  margin-right: 88px;
}
.sidebar:last-child.indent-88 {
  margin-left: 88px;
}
.block.indent-88,
.block.spacing-88 .block-header {
  margin-bottom: 88px;
}
.sidebar:first-child.indent-87 {
  margin-right: 87px;
}
.sidebar:last-child.indent-87 {
  margin-left: 87px;
}
.block.indent-87,
.block.spacing-87 .block-header {
  margin-bottom: 87px;
}
.sidebar:first-child.indent-86 {
  margin-right: 86px;
}
.sidebar:last-child.indent-86 {
  margin-left: 86px;
}
.block.indent-86,
.block.spacing-86 .block-header {
  margin-bottom: 86px;
}
.sidebar:first-child.indent-85 {
  margin-right: 85px;
}
.sidebar:last-child.indent-85 {
  margin-left: 85px;
}
.block.indent-85,
.block.spacing-85 .block-header {
  margin-bottom: 85px;
}
.sidebar:first-child.indent-84 {
  margin-right: 84px;
}
.sidebar:last-child.indent-84 {
  margin-left: 84px;
}
.block.indent-84,
.block.spacing-84 .block-header {
  margin-bottom: 84px;
}
.sidebar:first-child.indent-83 {
  margin-right: 83px;
}
.sidebar:last-child.indent-83 {
  margin-left: 83px;
}
.block.indent-83,
.block.spacing-83 .block-header {
  margin-bottom: 83px;
}
.sidebar:first-child.indent-82 {
  margin-right: 82px;
}
.sidebar:last-child.indent-82 {
  margin-left: 82px;
}
.block.indent-82,
.block.spacing-82 .block-header {
  margin-bottom: 82px;
}
.sidebar:first-child.indent-81 {
  margin-right: 81px;
}
.sidebar:last-child.indent-81 {
  margin-left: 81px;
}
.block.indent-81,
.block.spacing-81 .block-header {
  margin-bottom: 81px;
}
.sidebar:first-child.indent-80 {
  margin-right: 80px;
}
.sidebar:last-child.indent-80 {
  margin-left: 80px;
}
.block.indent-80,
.block.spacing-80 .block-header {
  margin-bottom: 80px;
}
.sidebar:first-child.indent-79 {
  margin-right: 79px;
}
.sidebar:last-child.indent-79 {
  margin-left: 79px;
}
.block.indent-79,
.block.spacing-79 .block-header {
  margin-bottom: 79px;
}
.sidebar:first-child.indent-78 {
  margin-right: 78px;
}
.sidebar:last-child.indent-78 {
  margin-left: 78px;
}
.block.indent-78,
.block.spacing-78 .block-header {
  margin-bottom: 78px;
}
.sidebar:first-child.indent-77 {
  margin-right: 77px;
}
.sidebar:last-child.indent-77 {
  margin-left: 77px;
}
.block.indent-77,
.block.spacing-77 .block-header {
  margin-bottom: 77px;
}
.sidebar:first-child.indent-76 {
  margin-right: 76px;
}
.sidebar:last-child.indent-76 {
  margin-left: 76px;
}
.block.indent-76,
.block.spacing-76 .block-header {
  margin-bottom: 76px;
}
.sidebar:first-child.indent-75 {
  margin-right: 75px;
}
.sidebar:last-child.indent-75 {
  margin-left: 75px;
}
.block.indent-75,
.block.spacing-75 .block-header {
  margin-bottom: 75px;
}
.sidebar:first-child.indent-74 {
  margin-right: 74px;
}
.sidebar:last-child.indent-74 {
  margin-left: 74px;
}
.block.indent-74,
.block.spacing-74 .block-header {
  margin-bottom: 74px;
}
.sidebar:first-child.indent-73 {
  margin-right: 73px;
}
.sidebar:last-child.indent-73 {
  margin-left: 73px;
}
.block.indent-73,
.block.spacing-73 .block-header {
  margin-bottom: 73px;
}
.sidebar:first-child.indent-72 {
  margin-right: 72px;
}
.sidebar:last-child.indent-72 {
  margin-left: 72px;
}
.block.indent-72,
.block.spacing-72 .block-header {
  margin-bottom: 72px;
}
.sidebar:first-child.indent-71 {
  margin-right: 71px;
}
.sidebar:last-child.indent-71 {
  margin-left: 71px;
}
.block.indent-71,
.block.spacing-71 .block-header {
  margin-bottom: 71px;
}
.sidebar:first-child.indent-70 {
  margin-right: 70px;
}
.sidebar:last-child.indent-70 {
  margin-left: 70px;
}
.block.indent-70,
.block.spacing-70 .block-header {
  margin-bottom: 70px;
}
.sidebar:first-child.indent-69 {
  margin-right: 69px;
}
.sidebar:last-child.indent-69 {
  margin-left: 69px;
}
.block.indent-69,
.block.spacing-69 .block-header {
  margin-bottom: 69px;
}
.sidebar:first-child.indent-68 {
  margin-right: 68px;
}
.sidebar:last-child.indent-68 {
  margin-left: 68px;
}
.block.indent-68,
.block.spacing-68 .block-header {
  margin-bottom: 68px;
}
.sidebar:first-child.indent-67 {
  margin-right: 67px;
}
.sidebar:last-child.indent-67 {
  margin-left: 67px;
}
.block.indent-67,
.block.spacing-67 .block-header {
  margin-bottom: 67px;
}
.sidebar:first-child.indent-66 {
  margin-right: 66px;
}
.sidebar:last-child.indent-66 {
  margin-left: 66px;
}
.block.indent-66,
.block.spacing-66 .block-header {
  margin-bottom: 66px;
}
.sidebar:first-child.indent-65 {
  margin-right: 65px;
}
.sidebar:last-child.indent-65 {
  margin-left: 65px;
}
.block.indent-65,
.block.spacing-65 .block-header {
  margin-bottom: 65px;
}
.sidebar:first-child.indent-64 {
  margin-right: 64px;
}
.sidebar:last-child.indent-64 {
  margin-left: 64px;
}
.block.indent-64,
.block.spacing-64 .block-header {
  margin-bottom: 64px;
}
.sidebar:first-child.indent-63 {
  margin-right: 63px;
}
.sidebar:last-child.indent-63 {
  margin-left: 63px;
}
.block.indent-63,
.block.spacing-63 .block-header {
  margin-bottom: 63px;
}
.sidebar:first-child.indent-62 {
  margin-right: 62px;
}
.sidebar:last-child.indent-62 {
  margin-left: 62px;
}
.block.indent-62,
.block.spacing-62 .block-header {
  margin-bottom: 62px;
}
.sidebar:first-child.indent-61 {
  margin-right: 61px;
}
.sidebar:last-child.indent-61 {
  margin-left: 61px;
}
.block.indent-61,
.block.spacing-61 .block-header {
  margin-bottom: 61px;
}
.sidebar:first-child.indent-60 {
  margin-right: 60px;
}
.sidebar:last-child.indent-60 {
  margin-left: 60px;
}
.block.indent-60,
.block.spacing-60 .block-header {
  margin-bottom: 60px;
}
.sidebar:first-child.indent-59 {
  margin-right: 59px;
}
.sidebar:last-child.indent-59 {
  margin-left: 59px;
}
.block.indent-59,
.block.spacing-59 .block-header {
  margin-bottom: 59px;
}
.sidebar:first-child.indent-58 {
  margin-right: 58px;
}
.sidebar:last-child.indent-58 {
  margin-left: 58px;
}
.block.indent-58,
.block.spacing-58 .block-header {
  margin-bottom: 58px;
}
.sidebar:first-child.indent-57 {
  margin-right: 57px;
}
.sidebar:last-child.indent-57 {
  margin-left: 57px;
}
.block.indent-57,
.block.spacing-57 .block-header {
  margin-bottom: 57px;
}
.sidebar:first-child.indent-56 {
  margin-right: 56px;
}
.sidebar:last-child.indent-56 {
  margin-left: 56px;
}
.block.indent-56,
.block.spacing-56 .block-header {
  margin-bottom: 56px;
}
.sidebar:first-child.indent-55 {
  margin-right: 55px;
}
.sidebar:last-child.indent-55 {
  margin-left: 55px;
}
.block.indent-55,
.block.spacing-55 .block-header {
  margin-bottom: 55px;
}
.sidebar:first-child.indent-54 {
  margin-right: 54px;
}
.sidebar:last-child.indent-54 {
  margin-left: 54px;
}
.block.indent-54,
.block.spacing-54 .block-header {
  margin-bottom: 54px;
}
.sidebar:first-child.indent-53 {
  margin-right: 53px;
}
.sidebar:last-child.indent-53 {
  margin-left: 53px;
}
.block.indent-53,
.block.spacing-53 .block-header {
  margin-bottom: 53px;
}
.sidebar:first-child.indent-52 {
  margin-right: 52px;
}
.sidebar:last-child.indent-52 {
  margin-left: 52px;
}
.block.indent-52,
.block.spacing-52 .block-header {
  margin-bottom: 52px;
}
.sidebar:first-child.indent-51 {
  margin-right: 51px;
}
.sidebar:last-child.indent-51 {
  margin-left: 51px;
}
.block.indent-51,
.block.spacing-51 .block-header {
  margin-bottom: 51px;
}
.sidebar:first-child.indent-50 {
  margin-right: 50px;
}
.sidebar:last-child.indent-50 {
  margin-left: 50px;
}
.block.indent-50,
.block.spacing-50 .block-header {
  margin-bottom: 50px;
}
.sidebar:first-child.indent-49 {
  margin-right: 49px;
}
.sidebar:last-child.indent-49 {
  margin-left: 49px;
}
.block.indent-49,
.block.spacing-49 .block-header {
  margin-bottom: 49px;
}
.sidebar:first-child.indent-48 {
  margin-right: 48px;
}
.sidebar:last-child.indent-48 {
  margin-left: 48px;
}
.block.indent-48,
.block.spacing-48 .block-header {
  margin-bottom: 48px;
}
.sidebar:first-child.indent-47 {
  margin-right: 47px;
}
.sidebar:last-child.indent-47 {
  margin-left: 47px;
}
.block.indent-47,
.block.spacing-47 .block-header {
  margin-bottom: 47px;
}
.sidebar:first-child.indent-46 {
  margin-right: 46px;
}
.sidebar:last-child.indent-46 {
  margin-left: 46px;
}
.block.indent-46,
.block.spacing-46 .block-header {
  margin-bottom: 46px;
}
.sidebar:first-child.indent-45 {
  margin-right: 45px;
}
.sidebar:last-child.indent-45 {
  margin-left: 45px;
}
.block.indent-45,
.block.spacing-45 .block-header {
  margin-bottom: 45px;
}
.sidebar:first-child.indent-44 {
  margin-right: 44px;
}
.sidebar:last-child.indent-44 {
  margin-left: 44px;
}
.block.indent-44,
.block.spacing-44 .block-header {
  margin-bottom: 44px;
}
.sidebar:first-child.indent-43 {
  margin-right: 43px;
}
.sidebar:last-child.indent-43 {
  margin-left: 43px;
}
.block.indent-43,
.block.spacing-43 .block-header {
  margin-bottom: 43px;
}
.sidebar:first-child.indent-42 {
  margin-right: 42px;
}
.sidebar:last-child.indent-42 {
  margin-left: 42px;
}
.block.indent-42,
.block.spacing-42 .block-header {
  margin-bottom: 42px;
}
.sidebar:first-child.indent-41 {
  margin-right: 41px;
}
.sidebar:last-child.indent-41 {
  margin-left: 41px;
}
.block.indent-41,
.block.spacing-41 .block-header {
  margin-bottom: 41px;
}
.sidebar:first-child.indent-40 {
  margin-right: 40px;
}
.sidebar:last-child.indent-40 {
  margin-left: 40px;
}
.block.indent-40,
.block.spacing-40 .block-header {
  margin-bottom: 40px;
}
.sidebar.spacing-40,
.position.spacing-40,
.block-content.spacing-40 {
  padding: 40px;
}
.block-header.v-spacing-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.block-header.h-spacing-40 {
  padding-left: 40px;
  padding-right: 40px;
}
.block:not(:last-child).block-separator.indent-40:after {
  bottom: -20px;
}
.sidebar:first-child.indent-39 {
  margin-right: 39px;
}
.sidebar:last-child.indent-39 {
  margin-left: 39px;
}
.block.indent-39,
.block.spacing-39 .block-header {
  margin-bottom: 39px;
}
.sidebar.spacing-39,
.position.spacing-39,
.block-content.spacing-39 {
  padding: 39px;
}
.block-header.v-spacing-39 {
  padding-top: 39px;
  padding-bottom: 39px;
}
.block-header.h-spacing-39 {
  padding-left: 39px;
  padding-right: 39px;
}
.block:not(:last-child).block-separator.indent-39:after {
  bottom: -19.5px;
}
.sidebar:first-child.indent-38 {
  margin-right: 38px;
}
.sidebar:last-child.indent-38 {
  margin-left: 38px;
}
.block.indent-38,
.block.spacing-38 .block-header {
  margin-bottom: 38px;
}
.sidebar.spacing-38,
.position.spacing-38,
.block-content.spacing-38 {
  padding: 38px;
}
.block-header.v-spacing-38 {
  padding-top: 38px;
  padding-bottom: 38px;
}
.block-header.h-spacing-38 {
  padding-left: 38px;
  padding-right: 38px;
}
.block:not(:last-child).block-separator.indent-38:after {
  bottom: -19px;
}
.sidebar:first-child.indent-37 {
  margin-right: 37px;
}
.sidebar:last-child.indent-37 {
  margin-left: 37px;
}
.block.indent-37,
.block.spacing-37 .block-header {
  margin-bottom: 37px;
}
.sidebar.spacing-37,
.position.spacing-37,
.block-content.spacing-37 {
  padding: 37px;
}
.block-header.v-spacing-37 {
  padding-top: 37px;
  padding-bottom: 37px;
}
.block-header.h-spacing-37 {
  padding-left: 37px;
  padding-right: 37px;
}
.block:not(:last-child).block-separator.indent-37:after {
  bottom: -18.5px;
}
.sidebar:first-child.indent-36 {
  margin-right: 36px;
}
.sidebar:last-child.indent-36 {
  margin-left: 36px;
}
.block.indent-36,
.block.spacing-36 .block-header {
  margin-bottom: 36px;
}
.sidebar.spacing-36,
.position.spacing-36,
.block-content.spacing-36 {
  padding: 36px;
}
.block-header.v-spacing-36 {
  padding-top: 36px;
  padding-bottom: 36px;
}
.block-header.h-spacing-36 {
  padding-left: 36px;
  padding-right: 36px;
}
.block:not(:last-child).block-separator.indent-36:after {
  bottom: -18px;
}
.sidebar:first-child.indent-35 {
  margin-right: 35px;
}
.sidebar:last-child.indent-35 {
  margin-left: 35px;
}
.block.indent-35,
.block.spacing-35 .block-header {
  margin-bottom: 35px;
}
.sidebar.spacing-35,
.position.spacing-35,
.block-content.spacing-35 {
  padding: 35px;
}
.block-header.v-spacing-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}
.block-header.h-spacing-35 {
  padding-left: 35px;
  padding-right: 35px;
}
.block:not(:last-child).block-separator.indent-35:after {
  bottom: -17.5px;
}
.sidebar:first-child.indent-34 {
  margin-right: 34px;
}
.sidebar:last-child.indent-34 {
  margin-left: 34px;
}
.block.indent-34,
.block.spacing-34 .block-header {
  margin-bottom: 34px;
}
.sidebar.spacing-34,
.position.spacing-34,
.block-content.spacing-34 {
  padding: 34px;
}
.block-header.v-spacing-34 {
  padding-top: 34px;
  padding-bottom: 34px;
}
.block-header.h-spacing-34 {
  padding-left: 34px;
  padding-right: 34px;
}
.block:not(:last-child).block-separator.indent-34:after {
  bottom: -17px;
}
.sidebar:first-child.indent-33 {
  margin-right: 33px;
}
.sidebar:last-child.indent-33 {
  margin-left: 33px;
}
.block.indent-33,
.block.spacing-33 .block-header {
  margin-bottom: 33px;
}
.sidebar.spacing-33,
.position.spacing-33,
.block-content.spacing-33 {
  padding: 33px;
}
.block-header.v-spacing-33 {
  padding-top: 33px;
  padding-bottom: 33px;
}
.block-header.h-spacing-33 {
  padding-left: 33px;
  padding-right: 33px;
}
.block:not(:last-child).block-separator.indent-33:after {
  bottom: -16.5px;
}
.sidebar:first-child.indent-32 {
  margin-right: 32px;
}
.sidebar:last-child.indent-32 {
  margin-left: 32px;
}
.block.indent-32,
.block.spacing-32 .block-header {
  margin-bottom: 32px;
}
.sidebar.spacing-32,
.position.spacing-32,
.block-content.spacing-32 {
  padding: 32px;
}
.block-header.v-spacing-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}
.block-header.h-spacing-32 {
  padding-left: 32px;
  padding-right: 32px;
}
.block:not(:last-child).block-separator.indent-32:after {
  bottom: -16px;
}
.sidebar:first-child.indent-31 {
  margin-right: 31px;
}
.sidebar:last-child.indent-31 {
  margin-left: 31px;
}
.block.indent-31,
.block.spacing-31 .block-header {
  margin-bottom: 31px;
}
.sidebar.spacing-31,
.position.spacing-31,
.block-content.spacing-31 {
  padding: 31px;
}
.block-header.v-spacing-31 {
  padding-top: 31px;
  padding-bottom: 31px;
}
.block-header.h-spacing-31 {
  padding-left: 31px;
  padding-right: 31px;
}
.block:not(:last-child).block-separator.indent-31:after {
  bottom: -15.5px;
}
.sidebar:first-child.indent-30 {
  margin-right: 30px;
}
.sidebar:last-child.indent-30 {
  margin-left: 30px;
}
.block.indent-30,
.block.spacing-30 .block-header {
  margin-bottom: 30px;
}
.sidebar.spacing-30,
.position.spacing-30,
.block-content.spacing-30 {
  padding: 30px;
}
.block-header.v-spacing-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.block-header.h-spacing-30 {
  padding-left: 30px;
  padding-right: 30px;
}
.block:not(:last-child).block-separator.indent-30:after {
  bottom: -15px;
}
.sidebar:first-child.indent-29 {
  margin-right: 29px;
}
.sidebar:last-child.indent-29 {
  margin-left: 29px;
}
.block.indent-29,
.block.spacing-29 .block-header {
  margin-bottom: 29px;
}
.sidebar.spacing-29,
.position.spacing-29,
.block-content.spacing-29 {
  padding: 29px;
}
.block-header.v-spacing-29 {
  padding-top: 29px;
  padding-bottom: 29px;
}
.block-header.h-spacing-29 {
  padding-left: 29px;
  padding-right: 29px;
}
.block:not(:last-child).block-separator.indent-29:after {
  bottom: -14.5px;
}
.sidebar:first-child.indent-28 {
  margin-right: 28px;
}
.sidebar:last-child.indent-28 {
  margin-left: 28px;
}
.block.indent-28,
.block.spacing-28 .block-header {
  margin-bottom: 28px;
}
.sidebar.spacing-28,
.position.spacing-28,
.block-content.spacing-28 {
  padding: 28px;
}
.block-header.v-spacing-28 {
  padding-top: 28px;
  padding-bottom: 28px;
}
.block-header.h-spacing-28 {
  padding-left: 28px;
  padding-right: 28px;
}
.block:not(:last-child).block-separator.indent-28:after {
  bottom: -14px;
}
.sidebar:first-child.indent-27 {
  margin-right: 27px;
}
.sidebar:last-child.indent-27 {
  margin-left: 27px;
}
.block.indent-27,
.block.spacing-27 .block-header {
  margin-bottom: 27px;
}
.sidebar.spacing-27,
.position.spacing-27,
.block-content.spacing-27 {
  padding: 27px;
}
.block-header.v-spacing-27 {
  padding-top: 27px;
  padding-bottom: 27px;
}
.block-header.h-spacing-27 {
  padding-left: 27px;
  padding-right: 27px;
}
.block:not(:last-child).block-separator.indent-27:after {
  bottom: -13.5px;
}
.sidebar:first-child.indent-26 {
  margin-right: 26px;
}
.sidebar:last-child.indent-26 {
  margin-left: 26px;
}
.block.indent-26,
.block.spacing-26 .block-header {
  margin-bottom: 26px;
}
.sidebar.spacing-26,
.position.spacing-26,
.block-content.spacing-26 {
  padding: 26px;
}
.block-header.v-spacing-26 {
  padding-top: 26px;
  padding-bottom: 26px;
}
.block-header.h-spacing-26 {
  padding-left: 26px;
  padding-right: 26px;
}
.block:not(:last-child).block-separator.indent-26:after {
  bottom: -13px;
}
.sidebar:first-child.indent-25 {
  margin-right: 25px;
}
.sidebar:last-child.indent-25 {
  margin-left: 25px;
}
.block.indent-25,
.block.spacing-25 .block-header {
  margin-bottom: 25px;
}
.sidebar.spacing-25,
.position.spacing-25,
.block-content.spacing-25 {
  padding: 25px;
}
.block-header.v-spacing-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}
.block-header.h-spacing-25 {
  padding-left: 25px;
  padding-right: 25px;
}
.block:not(:last-child).block-separator.indent-25:after {
  bottom: -12.5px;
}
.sidebar:first-child.indent-24 {
  margin-right: 24px;
}
.sidebar:last-child.indent-24 {
  margin-left: 24px;
}
.block.indent-24,
.block.spacing-24 .block-header {
  margin-bottom: 24px;
}
.sidebar.spacing-24,
.position.spacing-24,
.block-content.spacing-24 {
  padding: 24px;
}
.block-header.v-spacing-24 {
  padding-top: 24px;
  padding-bottom: 24px;
}
.block-header.h-spacing-24 {
  padding-left: 24px;
  padding-right: 24px;
}
.block:not(:last-child).block-separator.indent-24:after {
  bottom: -12px;
}
.sidebar:first-child.indent-23 {
  margin-right: 23px;
}
.sidebar:last-child.indent-23 {
  margin-left: 23px;
}
.block.indent-23,
.block.spacing-23 .block-header {
  margin-bottom: 23px;
}
.sidebar.spacing-23,
.position.spacing-23,
.block-content.spacing-23 {
  padding: 23px;
}
.block-header.v-spacing-23 {
  padding-top: 23px;
  padding-bottom: 23px;
}
.block-header.h-spacing-23 {
  padding-left: 23px;
  padding-right: 23px;
}
.block:not(:last-child).block-separator.indent-23:after {
  bottom: -11.5px;
}
.sidebar:first-child.indent-22 {
  margin-right: 22px;
}
.sidebar:last-child.indent-22 {
  margin-left: 22px;
}
.block.indent-22,
.block.spacing-22 .block-header {
  margin-bottom: 22px;
}
.sidebar.spacing-22,
.position.spacing-22,
.block-content.spacing-22 {
  padding: 22px;
}
.block-header.v-spacing-22 {
  padding-top: 22px;
  padding-bottom: 22px;
}
.block-header.h-spacing-22 {
  padding-left: 22px;
  padding-right: 22px;
}
.block:not(:last-child).block-separator.indent-22:after {
  bottom: -11px;
}
.sidebar:first-child.indent-21 {
  margin-right: 21px;
}
.sidebar:last-child.indent-21 {
  margin-left: 21px;
}
.block.indent-21,
.block.spacing-21 .block-header {
  margin-bottom: 21px;
}
.sidebar.spacing-21,
.position.spacing-21,
.block-content.spacing-21 {
  padding: 21px;
}
.block-header.v-spacing-21 {
  padding-top: 21px;
  padding-bottom: 21px;
}
.block-header.h-spacing-21 {
  padding-left: 21px;
  padding-right: 21px;
}
.block:not(:last-child).block-separator.indent-21:after {
  bottom: -10.5px;
}
.sidebar:first-child.indent-20 {
  margin-right: 20px;
}
.sidebar:last-child.indent-20 {
  margin-left: 20px;
}
.block.indent-20,
.block.spacing-20 .block-header {
  margin-bottom: 20px;
}
.sidebar.spacing-20,
.position.spacing-20,
.block-content.spacing-20 {
  padding: 20px;
}
.block-header.v-spacing-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.block-header.h-spacing-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.block:not(:last-child).block-separator.indent-20:after {
  bottom: -10px;
}
.sidebar:first-child.indent-19 {
  margin-right: 19px;
}
.sidebar:last-child.indent-19 {
  margin-left: 19px;
}
.block.indent-19,
.block.spacing-19 .block-header {
  margin-bottom: 19px;
}
.sidebar.spacing-19,
.position.spacing-19,
.block-content.spacing-19 {
  padding: 19px;
}
.block-header.v-spacing-19 {
  padding-top: 19px;
  padding-bottom: 19px;
}
.block-header.h-spacing-19 {
  padding-left: 19px;
  padding-right: 19px;
}
.block:not(:last-child).block-separator.indent-19:after {
  bottom: -9.5px;
}
.sidebar:first-child.indent-18 {
  margin-right: 18px;
}
.sidebar:last-child.indent-18 {
  margin-left: 18px;
}
.block.indent-18,
.block.spacing-18 .block-header {
  margin-bottom: 18px;
}
.sidebar.spacing-18,
.position.spacing-18,
.block-content.spacing-18 {
  padding: 18px;
}
.block-header.v-spacing-18 {
  padding-top: 18px;
  padding-bottom: 18px;
}
.block-header.h-spacing-18 {
  padding-left: 18px;
  padding-right: 18px;
}
.block:not(:last-child).block-separator.indent-18:after {
  bottom: -9px;
}
.sidebar:first-child.indent-17 {
  margin-right: 17px;
}
.sidebar:last-child.indent-17 {
  margin-left: 17px;
}
.block.indent-17,
.block.spacing-17 .block-header {
  margin-bottom: 17px;
}
.sidebar.spacing-17,
.position.spacing-17,
.block-content.spacing-17 {
  padding: 17px;
}
.block-header.v-spacing-17 {
  padding-top: 17px;
  padding-bottom: 17px;
}
.block-header.h-spacing-17 {
  padding-left: 17px;
  padding-right: 17px;
}
.block:not(:last-child).block-separator.indent-17:after {
  bottom: -8.5px;
}
.sidebar:first-child.indent-16 {
  margin-right: 16px;
}
.sidebar:last-child.indent-16 {
  margin-left: 16px;
}
.block.indent-16,
.block.spacing-16 .block-header {
  margin-bottom: 16px;
}
.sidebar.spacing-16,
.position.spacing-16,
.block-content.spacing-16 {
  padding: 16px;
}
.block-header.v-spacing-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}
.block-header.h-spacing-16 {
  padding-left: 16px;
  padding-right: 16px;
}
.block:not(:last-child).block-separator.indent-16:after {
  bottom: -8px;
}
.sidebar:first-child.indent-15 {
  margin-right: 15px;
}
.sidebar:last-child.indent-15 {
  margin-left: 15px;
}
.block.indent-15,
.block.spacing-15 .block-header {
  margin-bottom: 15px;
}
.sidebar.spacing-15,
.position.spacing-15,
.block-content.spacing-15 {
  padding: 15px;
}
.block-header.v-spacing-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.block-header.h-spacing-15 {
  padding-left: 15px;
  padding-right: 15px;
}
.block:not(:last-child).block-separator.indent-15:after {
  bottom: -7.5px;
}
.sidebar:first-child.indent-14 {
  margin-right: 14px;
}
.sidebar:last-child.indent-14 {
  margin-left: 14px;
}
.block.indent-14,
.block.spacing-14 .block-header {
  margin-bottom: 14px;
}
.sidebar.spacing-14,
.position.spacing-14,
.block-content.spacing-14 {
  padding: 14px;
}
.block-header.v-spacing-14 {
  padding-top: 14px;
  padding-bottom: 14px;
}
.block-header.h-spacing-14 {
  padding-left: 14px;
  padding-right: 14px;
}
.block:not(:last-child).block-separator.indent-14:after {
  bottom: -7px;
}
.sidebar:first-child.indent-13 {
  margin-right: 13px;
}
.sidebar:last-child.indent-13 {
  margin-left: 13px;
}
.block.indent-13,
.block.spacing-13 .block-header {
  margin-bottom: 13px;
}
.sidebar.spacing-13,
.position.spacing-13,
.block-content.spacing-13 {
  padding: 13px;
}
.block-header.v-spacing-13 {
  padding-top: 13px;
  padding-bottom: 13px;
}
.block-header.h-spacing-13 {
  padding-left: 13px;
  padding-right: 13px;
}
.block:not(:last-child).block-separator.indent-13:after {
  bottom: -6.5px;
}
.sidebar:first-child.indent-12 {
  margin-right: 12px;
}
.sidebar:last-child.indent-12 {
  margin-left: 12px;
}
.block.indent-12,
.block.spacing-12 .block-header {
  margin-bottom: 12px;
}
.sidebar.spacing-12,
.position.spacing-12,
.block-content.spacing-12 {
  padding: 12px;
}
.block-header.v-spacing-12 {
  padding-top: 12px;
  padding-bottom: 12px;
}
.block-header.h-spacing-12 {
  padding-left: 12px;
  padding-right: 12px;
}
.block:not(:last-child).block-separator.indent-12:after {
  bottom: -6px;
}
.sidebar:first-child.indent-11 {
  margin-right: 11px;
}
.sidebar:last-child.indent-11 {
  margin-left: 11px;
}
.block.indent-11,
.block.spacing-11 .block-header {
  margin-bottom: 11px;
}
.sidebar.spacing-11,
.position.spacing-11,
.block-content.spacing-11 {
  padding: 11px;
}
.block-header.v-spacing-11 {
  padding-top: 11px;
  padding-bottom: 11px;
}
.block-header.h-spacing-11 {
  padding-left: 11px;
  padding-right: 11px;
}
.block:not(:last-child).block-separator.indent-11:after {
  bottom: -5.5px;
}
.sidebar:first-child.indent-10 {
  margin-right: 10px;
}
.sidebar:last-child.indent-10 {
  margin-left: 10px;
}
.block.indent-10,
.block.spacing-10 .block-header {
  margin-bottom: 10px;
}
.sidebar.spacing-10,
.position.spacing-10,
.block-content.spacing-10 {
  padding: 10px;
}
.block-header.v-spacing-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.block-header.h-spacing-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.block:not(:last-child).block-separator.indent-10:after {
  bottom: -5px;
}
.sidebar:first-child.indent-9 {
  margin-right: 9px;
}
.sidebar:last-child.indent-9 {
  margin-left: 9px;
}
.block.indent-9,
.block.spacing-9 .block-header {
  margin-bottom: 9px;
}
.sidebar.spacing-9,
.position.spacing-9,
.block-content.spacing-9 {
  padding: 9px;
}
.block-header.v-spacing-9 {
  padding-top: 9px;
  padding-bottom: 9px;
}
.block-header.h-spacing-9 {
  padding-left: 9px;
  padding-right: 9px;
}
.block:not(:last-child).block-separator.indent-9:after {
  bottom: -4.5px;
}
.sidebar:first-child.indent-8 {
  margin-right: 8px;
}
.sidebar:last-child.indent-8 {
  margin-left: 8px;
}
.block.indent-8,
.block.spacing-8 .block-header {
  margin-bottom: 8px;
}
.sidebar.spacing-8,
.position.spacing-8,
.block-content.spacing-8 {
  padding: 8px;
}
.block-header.v-spacing-8 {
  padding-top: 8px;
  padding-bottom: 8px;
}
.block-header.h-spacing-8 {
  padding-left: 8px;
  padding-right: 8px;
}
.block:not(:last-child).block-separator.indent-8:after {
  bottom: -4px;
}
.sidebar:first-child.indent-7 {
  margin-right: 7px;
}
.sidebar:last-child.indent-7 {
  margin-left: 7px;
}
.block.indent-7,
.block.spacing-7 .block-header {
  margin-bottom: 7px;
}
.sidebar.spacing-7,
.position.spacing-7,
.block-content.spacing-7 {
  padding: 7px;
}
.block-header.v-spacing-7 {
  padding-top: 7px;
  padding-bottom: 7px;
}
.block-header.h-spacing-7 {
  padding-left: 7px;
  padding-right: 7px;
}
.block:not(:last-child).block-separator.indent-7:after {
  bottom: -3.5px;
}
.sidebar:first-child.indent-6 {
  margin-right: 6px;
}
.sidebar:last-child.indent-6 {
  margin-left: 6px;
}
.block.indent-6,
.block.spacing-6 .block-header {
  margin-bottom: 6px;
}
.sidebar.spacing-6,
.position.spacing-6,
.block-content.spacing-6 {
  padding: 6px;
}
.block-header.v-spacing-6 {
  padding-top: 6px;
  padding-bottom: 6px;
}
.block-header.h-spacing-6 {
  padding-left: 6px;
  padding-right: 6px;
}
.block:not(:last-child).block-separator.indent-6:after {
  bottom: -3px;
}
.sidebar:first-child.indent-5 {
  margin-right: 5px;
}
.sidebar:last-child.indent-5 {
  margin-left: 5px;
}
.block.indent-5,
.block.spacing-5 .block-header {
  margin-bottom: 5px;
}
.sidebar.spacing-5,
.position.spacing-5,
.block-content.spacing-5 {
  padding: 5px;
}
.block-header.v-spacing-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.block-header.h-spacing-5 {
  padding-left: 5px;
  padding-right: 5px;
}
.block:not(:last-child).block-separator.indent-5:after {
  bottom: -2.5px;
}
.sidebar:first-child.indent-4 {
  margin-right: 4px;
}
.sidebar:last-child.indent-4 {
  margin-left: 4px;
}
.block.indent-4,
.block.spacing-4 .block-header {
  margin-bottom: 4px;
}
.sidebar.spacing-4,
.position.spacing-4,
.block-content.spacing-4 {
  padding: 4px;
}
.block-header.v-spacing-4 {
  padding-top: 4px;
  padding-bottom: 4px;
}
.block-header.h-spacing-4 {
  padding-left: 4px;
  padding-right: 4px;
}
.block:not(:last-child).block-separator.indent-4:after {
  bottom: -2px;
}
.sidebar:first-child.indent-3 {
  margin-right: 3px;
}
.sidebar:last-child.indent-3 {
  margin-left: 3px;
}
.block.indent-3,
.block.spacing-3 .block-header {
  margin-bottom: 3px;
}
.sidebar.spacing-3,
.position.spacing-3,
.block-content.spacing-3 {
  padding: 3px;
}
.block-header.v-spacing-3 {
  padding-top: 3px;
  padding-bottom: 3px;
}
.block-header.h-spacing-3 {
  padding-left: 3px;
  padding-right: 3px;
}
.block:not(:last-child).block-separator.indent-3:after {
  bottom: -1.5px;
}
.sidebar:first-child.indent-2 {
  margin-right: 2px;
}
.sidebar:last-child.indent-2 {
  margin-left: 2px;
}
.block.indent-2,
.block.spacing-2 .block-header {
  margin-bottom: 2px;
}
.sidebar.spacing-2,
.position.spacing-2,
.block-content.spacing-2 {
  padding: 2px;
}
.block-header.v-spacing-2 {
  padding-top: 2px;
  padding-bottom: 2px;
}
.block-header.h-spacing-2 {
  padding-left: 2px;
  padding-right: 2px;
}
.block:not(:last-child).block-separator.indent-2:after {
  bottom: -1px;
}
.sidebar:first-child.indent-1 {
  margin-right: 1px;
}
.sidebar:last-child.indent-1 {
  margin-left: 1px;
}
.block.indent-1,
.block.spacing-1 .block-header {
  margin-bottom: 1px;
}
.sidebar.spacing-1,
.position.spacing-1,
.block-content.spacing-1 {
  padding: 1px;
}
.block-header.v-spacing-1 {
  padding-top: 1px;
  padding-bottom: 1px;
}
.block-header.h-spacing-1 {
  padding-left: 1px;
  padding-right: 1px;
}
.block:not(:last-child).block-separator.indent-1:after {
  bottom: -0.5px;
}
.sidebar:first-child.indent-0 {
  margin-right: 0px;
}
.sidebar:last-child.indent-0 {
  margin-left: 0px;
}
.block.indent-0,
.block.spacing-0 .block-header {
  margin-bottom: 0px;
}
.sidebar.spacing-0,
.position.spacing-0,
.block-content.spacing-0 {
  padding: 0px;
}
.block-header.v-spacing-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.block-header.h-spacing-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.block:not(:last-child).block-separator.indent-0:after {
  bottom: 0px;
}
.block:last-child {
  margin-bottom: 0;
}
.block .block-header {
  margin-top: 0;
}
.block:not([class*="spacing-"]) .block-header {
  margin-bottom: 0;
}
.content {
  flex: 1 1 auto;
  height: auto !important;
  max-width: 100%;
}
.block.block-separator {
  position: relative;
}
.block:not(:last-child).block-separator:after {
  content: '';
  width: 100%;
  display: block;
  position: absolute;
}
.block:not(:last-child).block-separator:after {
  border-bottom-style: solid;
  transform: translate(0, 50%);
}
.group {
  display: flex;
}
.group,
.group .container-layout > * {
  position: relative;
}
.line.line-horizontal {
  border-right-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
}
.line.line-vertical {
  border-right-width: 0;
  border-bottom-width: 0;
  border-top-width: 0;
}
.shape {
  position: relative;
}
.shape-svg.shape-svg.shape-svg,
.shape-svg.shape-svg.shape-svg:hover {
  border: none !important;
  color: transparent;
}
.shape-svg .svg-link {
  transition-duration: inherit;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
[class*="border-"]:not(.shape-svg) {
  stroke: none;
}
.shape-top {
  border-top-style: none !important;
}
.shape-right {
  border-right-style: none !important;
}
.shape-bottom {
  border-bottom-style: none !important;
}
.shape-left {
  border-left-style: none !important;
}
.shape-circle,
.shape-circle:before,
.shape-circle > .container-layout {
  border-radius: 50%;
}
.shape-square,
.shape-square:before,
.shape-square > .container-layout {
  border-radius: 0;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive video,
.embed-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.map .embed-responsive {
  width: 100%;
  height: 100%;
}
.icon {
  display: block;
  line-height: 0;
  border-width: 0px;
}
.svg-link {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.svg-content {
  width: 0;
  height: 0;
}
.icon-circle {
  border-radius: 50%;
}
.file-icon img {
  object-fit: contain;
  display: block;
  width: 100%;
  height: 100%;
}
.back-to-top {
  position: fixed;
  z-index: 100000;
  display: none;
}
.post-details {
  display: flex;
}
.post-details .blog-post {
  display: flex;
  flex: 1;
}
.post-category {
  width: -webkit-max-content;
  width: max-content;
}
.post-category a {
  display: inline-block;
}
.metadata {
  display: table;
}
.metadata .meta-icon {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}
.metadata .meta-icon:first-child {
  margin-left: 0;
}
.metadata .meta-icon + .meta-icon:before {
  content: '|';
  display: inline-block;
  margin-right: 5px;
}
.video-poster {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 0;
  opacity: 1;
  transition: opacity 800ms, height 0s;
  transition-delay: 0s, 0s;
}
.video-poster:before,
.video-poster:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
}
.video-poster:before {
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  border: 5px solid #fff;
  border-radius: 100%;
}
.video-poster:after {
  width: 0;
  height: 0;
  margin: -20px 0 0 -10px;
  border-left: 40px solid #fff;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
}
.background-video .video-poster:before,
.background-video .video-poster:after {
  display: none;
}
.video video + .video-poster {
  background: transparent;
}
.video.active .video-poster,
.background-video .lazyloaded ~ .video-poster {
  opacity: 0;
  pointer-events: none;
  height: 0;
  transition-delay: 0s, 800ms;
}
.video-poster:before,
.video-poster:after {
  box-sizing: initial;
}
.pswp .embed-responsive,
.video .embed-responsive {
  width: 100%;
  height: 100%;
}
.video video {
  object-fit: cover;
}
.video.video-contain video {
  object-fit: contain;
  background-size: contain;
}
@media (min-width: 1400px) {
  .video.video-contain video-xxl {
    object-fit: contain;
    background-size: contain;
  }
}
@media (min-width: 1200px) {
  .xl-mode .video.video-contain video-xl {
    object-fit: contain;
    background-size: contain;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .xxl-mode .video.video-contain video-xl {
    object-fit: contain;
    background-size: contain;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .video.video-contain video-lg {
    object-fit: contain;
    background-size: contain;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .video.video-contain video-md {
    object-fit: contain;
    background-size: contain;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .video.video-contain video-sm {
    object-fit: contain;
    background-size: contain;
  }
}
@media (max-width: 575px) {
  .video.video-contain video-xs {
    object-fit: contain;
    background-size: contain;
  }
}
div.video,
.background-video {
  overflow: hidden;
}
.video-shading {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
@media (min-width: 768px) {
  .background-video .embed-responsive {
    pointer-events: none;
  }
}
.audio {
  margin: 7rem auto;
  background: white;
  height: 100%;
}
.audio-main-layout-wrapper {
  display: flex;
  width: 100%;
  padding: 16px 12px 16px 12px;
}
.audio-cover-layout {
  flex: 0 0 70px;
  width: 70px;
}
.audio-cover-layout .audio-cover {
  width: 100%;
  background-position: 50%;
  background-size: cover;
  display: block;
  height: 70px;
}
.audio-main-layout {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-around;
  overflow: hidden;
  padding: 6px 16px;
  width: 100%;
}
.audio-upper-layout {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  margin-bottom: 5px;
  margin-left: 8px;
}
.audio-upper-layout .player-track-meta {
  display: flex;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.audio-upper-layout .player-track-meta span {
  margin: 0;
}
.audio-upper-layout .player-track-meta span.track-name:not(.hidden) + span.artist-name:before {
  content: "-";
  opacity: 1;
  padding: 5px;
}
.audio-lower-layout .player-controls {
  display: flex;
  align-items: center;
  width: 100%;
}
.player-play-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
}
.icon-container {
  fill: transparent;
  stroke: none;
}
.player-play-btn:hover {
  fill: #444444;
}
.player-play-btn svg {
  position: relative;
  left: 0.5px;
  width: 36px;
  height: 36px;
  display: block;
}
.player-timeline {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: space-between;
  padding-left: 5px;
}
.player-progress {
  display: flex;
  postion: relative;
  height: 4px;
  border-radius: 25px;
  margin: 0 5px;
  flex: 10;
  flex-basis: 100%;
  overflow: hidden;
}
.player-progress-filled {
  height: 6px;
  flex: 0;
  flex-basis: 0%;
  border-radius: 25px;
}
.player-time {
  display: flex;
  flex: 1;
  padding: 2px 5px;
}
.metadata {
  display: table;
}
.metadata .meta-icon {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}
.metadata .meta-icon:first-child {
  margin-left: 0;
}
.metadata .meta-icon + .meta-icon:before {
  content: '|';
  display: inline-block;
  margin-right: 5px;
}
.post-tags {
  display: table;
}
.menu,
.popupmenitems {
  display: table;
  white-space: nowrap;
  position: relative;
  line-height: 1;
}
.popupmenitems {
  min-width: 120px;
}
.popupmenitems .nav {
  width: 100%;
}
.popupmenitems .nav-link {
  padding: 8px 0;
  white-space: normal;
}
.nav,
.nav-item {
  position: relative;
}
.nav {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-item {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  height: 100%;
}
.nav-popup.nav-item {
  height: auto;
}
.nav-popup.fake:not(.open) {
  display: none;
}
.nav-popup .nav:not([class*="align-"]) .nav {
  text-align: inherit;
}
.nav-container .nav-popup {
  position: absolute;
  visibility: hidden;
  pointer-events: none;
  z-index: 99;
}
.nav-container .nav-item .nav-item {
  display: block;
}
.nav-container .nav-item:hover > .nav-popup:not(.fake) {
  visibility: visible;
  pointer-events: auto;
}
.menu.menhamburger .nav-container {
  display: none;
}
.menmega .nav-container .mega-popup .nav {
  display: block;
}
.menmega .nav-container .level-2 > .nav {
  display: grid;
}
.menmega .nav-container .level-2.columns-auto > .nav {
  display: flex;
}
.menmega .nav-container .level-2 > .nav a {
  white-space: nowrap;
}
.menmega .nav-container .level-2 > .nav > li > a {
  white-space: normal;
}
.menmega .nav-container .mega-popup .level-3 {
  position: relative;
  top: 0 !important;
  left: 0 !important;
  right: auto !important;
}
.menmega .nav-container .nav-item:hover > .mega-popup:not(.fake) .nav-popup,
.menmega .nav-container .mega-popup.open .nav-popup {
  visibility: visible;
  pointer-events: auto;
}
.menmega .nav-container .mega-popup > .nav {
  min-width: 120px;
  max-width: -webkit-min-content;
  max-width: min-content;
}
.menmega .nav-container .mega-popup > .nav .nav {
  width: auto;
}
.columns-1 .popupmenitems {
  grid-template-columns: repeat(1, 100%);
}
@media (min-width: 1400px) {
  .columns-1-xxl .popupmenitems {
    grid-template-columns: repeat(1, 100%);
  }
}
@media (min-width: 1200px) {
  .xl-mode .columns-1-xl .popupmenitems {
    grid-template-columns: repeat(1, 100%);
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .xxl-mode .columns-1-xl .popupmenitems {
    grid-template-columns: repeat(1, 100%);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .columns-1-lg .popupmenitems {
    grid-template-columns: repeat(1, 100%);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .columns-1-md .popupmenitems {
    grid-template-columns: repeat(1, 100%);
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .columns-1-sm .popupmenitems {
    grid-template-columns: repeat(1, 100%);
  }
}
@media (max-width: 575px) {
  .columns-1-xs .popupmenitems {
    grid-template-columns: repeat(1, 100%);
  }
}
.columns-2 .popupmenitems {
  grid-template-columns: repeat(2, 50%);
}
@media (min-width: 1400px) {
  .columns-2-xxl .popupmenitems {
    grid-template-columns: repeat(2, 50%);
  }
}
@media (min-width: 1200px) {
  .xl-mode .columns-2-xl .popupmenitems {
    grid-template-columns: repeat(2, 50%);
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .xxl-mode .columns-2-xl .popupmenitems {
    grid-template-columns: repeat(2, 50%);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .columns-2-lg .popupmenitems {
    grid-template-columns: repeat(2, 50%);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .columns-2-md .popupmenitems {
    grid-template-columns: repeat(2, 50%);
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .columns-2-sm .popupmenitems {
    grid-template-columns: repeat(2, 50%);
  }
}
@media (max-width: 575px) {
  .columns-2-xs .popupmenitems {
    grid-template-columns: repeat(2, 50%);
  }
}
.columns-3 .popupmenitems {
  grid-template-columns: repeat(3, 33.33333333%);
}
@media (min-width: 1400px) {
  .columns-3-xxl .popupmenitems {
    grid-template-columns: repeat(3, 33.33333333%);
  }
}
@media (min-width: 1200px) {
  .xl-mode .columns-3-xl .popupmenitems {
    grid-template-columns: repeat(3, 33.33333333%);
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .xxl-mode .columns-3-xl .popupmenitems {
    grid-template-columns: repeat(3, 33.33333333%);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .columns-3-lg .popupmenitems {
    grid-template-columns: repeat(3, 33.33333333%);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .columns-3-md .popupmenitems {
    grid-template-columns: repeat(3, 33.33333333%);
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .columns-3-sm .popupmenitems {
    grid-template-columns: repeat(3, 33.33333333%);
  }
}
@media (max-width: 575px) {
  .columns-3-xs .popupmenitems {
    grid-template-columns: repeat(3, 33.33333333%);
  }
}
.columns-4 .popupmenitems {
  grid-template-columns: repeat(4, 25%);
}
@media (min-width: 1400px) {
  .columns-4-xxl .popupmenitems {
    grid-template-columns: repeat(4, 25%);
  }
}
@media (min-width: 1200px) {
  .xl-mode .columns-4-xl .popupmenitems {
    grid-template-columns: repeat(4, 25%);
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .xxl-mode .columns-4-xl .popupmenitems {
    grid-template-columns: repeat(4, 25%);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .columns-4-lg .popupmenitems {
    grid-template-columns: repeat(4, 25%);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .columns-4-md .popupmenitems {
    grid-template-columns: repeat(4, 25%);
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .columns-4-sm .popupmenitems {
    grid-template-columns: repeat(4, 25%);
  }
}
@media (max-width: 575px) {
  .columns-4-xs .popupmenitems {
    grid-template-columns: repeat(4, 25%);
  }
}
.columns-5 .popupmenitems {
  grid-template-columns: repeat(5, 20%);
}
@media (min-width: 1400px) {
  .columns-5-xxl .popupmenitems {
    grid-template-columns: repeat(5, 20%);
  }
}
@media (min-width: 1200px) {
  .xl-mode .columns-5-xl .popupmenitems {
    grid-template-columns: repeat(5, 20%);
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .xxl-mode .columns-5-xl .popupmenitems {
    grid-template-columns: repeat(5, 20%);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .columns-5-lg .popupmenitems {
    grid-template-columns: repeat(5, 20%);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .columns-5-md .popupmenitems {
    grid-template-columns: repeat(5, 20%);
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .columns-5-sm .popupmenitems {
    grid-template-columns: repeat(5, 20%);
  }
}
@media (max-width: 575px) {
  .columns-5-xs .popupmenitems {
    grid-template-columns: repeat(5, 20%);
  }
}
.columns-6 .popupmenitems {
  grid-template-columns: repeat(6, 16.66666667%);
}
@media (min-width: 1400px) {
  .columns-6-xxl .popupmenitems {
    grid-template-columns: repeat(6, 16.66666667%);
  }
}
@media (min-width: 1200px) {
  .xl-mode .columns-6-xl .popupmenitems {
    grid-template-columns: repeat(6, 16.66666667%);
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .xxl-mode .columns-6-xl .popupmenitems {
    grid-template-columns: repeat(6, 16.66666667%);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .columns-6-lg .popupmenitems {
    grid-template-columns: repeat(6, 16.66666667%);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .columns-6-md .popupmenitems {
    grid-template-columns: repeat(6, 16.66666667%);
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .columns-6-sm .popupmenitems {
    grid-template-columns: repeat(6, 16.66666667%);
  }
}
@media (max-width: 575px) {
  .columns-6-xs .popupmenitems {
    grid-template-columns: repeat(6, 16.66666667%);
  }
}
.menu .nav-container .popup-left {
  right: 0;
}
.menu .nav-container .popup-right {
  left: 0;
}
.menu .nav-container .nav-item .nav-item .nav-popup {
  top: 0;
  left: 100%;
}
.menu .nav-container .nav-item .nav-item .nav-popup.popup-left {
  right: 100%;
  left: auto;
}
.nav-container-collapse .nav-popup {
  overflow: hidden;
  visibility: hidden;
  pointer-events: none;
  max-height: 0;
}
.nav-container-collapse .nav-popup .nav {
  box-shadow: none;
}
.nav-container-collapse .nav-popup.animating {
  transition: max-height 200ms ease;
}
.nav-popup.open {
  visibility: visible;
  pointer-events: auto;
}
.dropdown-icon .nav-link:first-child:nth-last-child(2):after {
  content: "";
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTYgMTYiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iIzgwODA4MCIgZD0iTTIuMSw1LjJMMi4xLDUuMmMwLjMtMC4zLDAuOC0wLjMsMS4xLDBMOCwxMC4zbDQuNy01QzEzLDUsMTMuNSw1LDEzLjksNS4zbDAsMGMwLjMsMC4zLDAuMSwwLjctMC4yLDENCglsLTUsNS40Yy0wLjMsMC4zLTAuOCwwLjMtMS4xLDBMMi40LDYuNEMyLjEsNi4xLDEuOCw1LjUsMi4xLDUuMnoiLz4NCjwvc3ZnPg0K);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 50% 50%;
  min-width: 1em;
  min-height: 1em;
  margin-right: -0.1em;
  margin-top: -0.2em;
  display: inline-block;
  transform: translateY(20%);
}
.dropdown-icon .nav-container .nav-popup .nav-link:first-child:nth-last-child(2):after {
  content: none;
}
.spacing-100:not(.text) > li:not(:last-child) {
  margin-right: 100px;
}
.spacing-100 > .accordion-item + .accordion-item {
  margin-top: 100px;
}
.h-spacing-100 > a,
.h-spacing-100 > .nav-item > a,
.h-spacing-100 > .nav-item > span {
  padding-left: 100px;
  padding-right: 100px;
}
.v-spacing-100 > a,
.v-spacing-100 > .nav-item > a,
.v-spacing-100 > .nav-item > span {
  padding-top: 100px;
  padding-bottom: 100px;
}
.enable-responsive .spacing-100 > li + li {
  margin: 100px 0 0 0 !important;
}
.spacing-99:not(.text) > li:not(:last-child) {
  margin-right: 99px;
}
.spacing-99 > .accordion-item + .accordion-item {
  margin-top: 99px;
}
.h-spacing-99 > a,
.h-spacing-99 > .nav-item > a,
.h-spacing-99 > .nav-item > span {
  padding-left: 99px;
  padding-right: 99px;
}
.v-spacing-99 > a,
.v-spacing-99 > .nav-item > a,
.v-spacing-99 > .nav-item > span {
  padding-top: 99px;
  padding-bottom: 99px;
}
.enable-responsive .spacing-99 > li + li {
  margin: 99px 0 0 0 !important;
}
.spacing-98:not(.text) > li:not(:last-child) {
  margin-right: 98px;
}
.spacing-98 > .accordion-item + .accordion-item {
  margin-top: 98px;
}
.h-spacing-98 > a,
.h-spacing-98 > .nav-item > a,
.h-spacing-98 > .nav-item > span {
  padding-left: 98px;
  padding-right: 98px;
}
.v-spacing-98 > a,
.v-spacing-98 > .nav-item > a,
.v-spacing-98 > .nav-item > span {
  padding-top: 98px;
  padding-bottom: 98px;
}
.enable-responsive .spacing-98 > li + li {
  margin: 98px 0 0 0 !important;
}
.spacing-97:not(.text) > li:not(:last-child) {
  margin-right: 97px;
}
.spacing-97 > .accordion-item + .accordion-item {
  margin-top: 97px;
}
.h-spacing-97 > a,
.h-spacing-97 > .nav-item > a,
.h-spacing-97 > .nav-item > span {
  padding-left: 97px;
  padding-right: 97px;
}
.v-spacing-97 > a,
.v-spacing-97 > .nav-item > a,
.v-spacing-97 > .nav-item > span {
  padding-top: 97px;
  padding-bottom: 97px;
}
.enable-responsive .spacing-97 > li + li {
  margin: 97px 0 0 0 !important;
}
.spacing-96:not(.text) > li:not(:last-child) {
  margin-right: 96px;
}
.spacing-96 > .accordion-item + .accordion-item {
  margin-top: 96px;
}
.h-spacing-96 > a,
.h-spacing-96 > .nav-item > a,
.h-spacing-96 > .nav-item > span {
  padding-left: 96px;
  padding-right: 96px;
}
.v-spacing-96 > a,
.v-spacing-96 > .nav-item > a,
.v-spacing-96 > .nav-item > span {
  padding-top: 96px;
  padding-bottom: 96px;
}
.enable-responsive .spacing-96 > li + li {
  margin: 96px 0 0 0 !important;
}
.spacing-95:not(.text) > li:not(:last-child) {
  margin-right: 95px;
}
.spacing-95 > .accordion-item + .accordion-item {
  margin-top: 95px;
}
.h-spacing-95 > a,
.h-spacing-95 > .nav-item > a,
.h-spacing-95 > .nav-item > span {
  padding-left: 95px;
  padding-right: 95px;
}
.v-spacing-95 > a,
.v-spacing-95 > .nav-item > a,
.v-spacing-95 > .nav-item > span {
  padding-top: 95px;
  padding-bottom: 95px;
}
.enable-responsive .spacing-95 > li + li {
  margin: 95px 0 0 0 !important;
}
.spacing-94:not(.text) > li:not(:last-child) {
  margin-right: 94px;
}
.spacing-94 > .accordion-item + .accordion-item {
  margin-top: 94px;
}
.h-spacing-94 > a,
.h-spacing-94 > .nav-item > a,
.h-spacing-94 > .nav-item > span {
  padding-left: 94px;
  padding-right: 94px;
}
.v-spacing-94 > a,
.v-spacing-94 > .nav-item > a,
.v-spacing-94 > .nav-item > span {
  padding-top: 94px;
  padding-bottom: 94px;
}
.enable-responsive .spacing-94 > li + li {
  margin: 94px 0 0 0 !important;
}
.spacing-93:not(.text) > li:not(:last-child) {
  margin-right: 93px;
}
.spacing-93 > .accordion-item + .accordion-item {
  margin-top: 93px;
}
.h-spacing-93 > a,
.h-spacing-93 > .nav-item > a,
.h-spacing-93 > .nav-item > span {
  padding-left: 93px;
  padding-right: 93px;
}
.v-spacing-93 > a,
.v-spacing-93 > .nav-item > a,
.v-spacing-93 > .nav-item > span {
  padding-top: 93px;
  padding-bottom: 93px;
}
.enable-responsive .spacing-93 > li + li {
  margin: 93px 0 0 0 !important;
}
.spacing-92:not(.text) > li:not(:last-child) {
  margin-right: 92px;
}
.spacing-92 > .accordion-item + .accordion-item {
  margin-top: 92px;
}
.h-spacing-92 > a,
.h-spacing-92 > .nav-item > a,
.h-spacing-92 > .nav-item > span {
  padding-left: 92px;
  padding-right: 92px;
}
.v-spacing-92 > a,
.v-spacing-92 > .nav-item > a,
.v-spacing-92 > .nav-item > span {
  padding-top: 92px;
  padding-bottom: 92px;
}
.enable-responsive .spacing-92 > li + li {
  margin: 92px 0 0 0 !important;
}
.spacing-91:not(.text) > li:not(:last-child) {
  margin-right: 91px;
}
.spacing-91 > .accordion-item + .accordion-item {
  margin-top: 91px;
}
.h-spacing-91 > a,
.h-spacing-91 > .nav-item > a,
.h-spacing-91 > .nav-item > span {
  padding-left: 91px;
  padding-right: 91px;
}
.v-spacing-91 > a,
.v-spacing-91 > .nav-item > a,
.v-spacing-91 > .nav-item > span {
  padding-top: 91px;
  padding-bottom: 91px;
}
.enable-responsive .spacing-91 > li + li {
  margin: 91px 0 0 0 !important;
}
.spacing-90:not(.text) > li:not(:last-child) {
  margin-right: 90px;
}
.spacing-90 > .accordion-item + .accordion-item {
  margin-top: 90px;
}
.h-spacing-90 > a,
.h-spacing-90 > .nav-item > a,
.h-spacing-90 > .nav-item > span {
  padding-left: 90px;
  padding-right: 90px;
}
.v-spacing-90 > a,
.v-spacing-90 > .nav-item > a,
.v-spacing-90 > .nav-item > span {
  padding-top: 90px;
  padding-bottom: 90px;
}
.enable-responsive .spacing-90 > li + li {
  margin: 90px 0 0 0 !important;
}
.spacing-89:not(.text) > li:not(:last-child) {
  margin-right: 89px;
}
.spacing-89 > .accordion-item + .accordion-item {
  margin-top: 89px;
}
.h-spacing-89 > a,
.h-spacing-89 > .nav-item > a,
.h-spacing-89 > .nav-item > span {
  padding-left: 89px;
  padding-right: 89px;
}
.v-spacing-89 > a,
.v-spacing-89 > .nav-item > a,
.v-spacing-89 > .nav-item > span {
  padding-top: 89px;
  padding-bottom: 89px;
}
.enable-responsive .spacing-89 > li + li {
  margin: 89px 0 0 0 !important;
}
.spacing-88:not(.text) > li:not(:last-child) {
  margin-right: 88px;
}
.spacing-88 > .accordion-item + .accordion-item {
  margin-top: 88px;
}
.h-spacing-88 > a,
.h-spacing-88 > .nav-item > a,
.h-spacing-88 > .nav-item > span {
  padding-left: 88px;
  padding-right: 88px;
}
.v-spacing-88 > a,
.v-spacing-88 > .nav-item > a,
.v-spacing-88 > .nav-item > span {
  padding-top: 88px;
  padding-bottom: 88px;
}
.enable-responsive .spacing-88 > li + li {
  margin: 88px 0 0 0 !important;
}
.spacing-87:not(.text) > li:not(:last-child) {
  margin-right: 87px;
}
.spacing-87 > .accordion-item + .accordion-item {
  margin-top: 87px;
}
.h-spacing-87 > a,
.h-spacing-87 > .nav-item > a,
.h-spacing-87 > .nav-item > span {
  padding-left: 87px;
  padding-right: 87px;
}
.v-spacing-87 > a,
.v-spacing-87 > .nav-item > a,
.v-spacing-87 > .nav-item > span {
  padding-top: 87px;
  padding-bottom: 87px;
}
.enable-responsive .spacing-87 > li + li {
  margin: 87px 0 0 0 !important;
}
.spacing-86:not(.text) > li:not(:last-child) {
  margin-right: 86px;
}
.spacing-86 > .accordion-item + .accordion-item {
  margin-top: 86px;
}
.h-spacing-86 > a,
.h-spacing-86 > .nav-item > a,
.h-spacing-86 > .nav-item > span {
  padding-left: 86px;
  padding-right: 86px;
}
.v-spacing-86 > a,
.v-spacing-86 > .nav-item > a,
.v-spacing-86 > .nav-item > span {
  padding-top: 86px;
  padding-bottom: 86px;
}
.enable-responsive .spacing-86 > li + li {
  margin: 86px 0 0 0 !important;
}
.spacing-85:not(.text) > li:not(:last-child) {
  margin-right: 85px;
}
.spacing-85 > .accordion-item + .accordion-item {
  margin-top: 85px;
}
.h-spacing-85 > a,
.h-spacing-85 > .nav-item > a,
.h-spacing-85 > .nav-item > span {
  padding-left: 85px;
  padding-right: 85px;
}
.v-spacing-85 > a,
.v-spacing-85 > .nav-item > a,
.v-spacing-85 > .nav-item > span {
  padding-top: 85px;
  padding-bottom: 85px;
}
.enable-responsive .spacing-85 > li + li {
  margin: 85px 0 0 0 !important;
}
.spacing-84:not(.text) > li:not(:last-child) {
  margin-right: 84px;
}
.spacing-84 > .accordion-item + .accordion-item {
  margin-top: 84px;
}
.h-spacing-84 > a,
.h-spacing-84 > .nav-item > a,
.h-spacing-84 > .nav-item > span {
  padding-left: 84px;
  padding-right: 84px;
}
.v-spacing-84 > a,
.v-spacing-84 > .nav-item > a,
.v-spacing-84 > .nav-item > span {
  padding-top: 84px;
  padding-bottom: 84px;
}
.enable-responsive .spacing-84 > li + li {
  margin: 84px 0 0 0 !important;
}
.spacing-83:not(.text) > li:not(:last-child) {
  margin-right: 83px;
}
.spacing-83 > .accordion-item + .accordion-item {
  margin-top: 83px;
}
.h-spacing-83 > a,
.h-spacing-83 > .nav-item > a,
.h-spacing-83 > .nav-item > span {
  padding-left: 83px;
  padding-right: 83px;
}
.v-spacing-83 > a,
.v-spacing-83 > .nav-item > a,
.v-spacing-83 > .nav-item > span {
  padding-top: 83px;
  padding-bottom: 83px;
}
.enable-responsive .spacing-83 > li + li {
  margin: 83px 0 0 0 !important;
}
.spacing-82:not(.text) > li:not(:last-child) {
  margin-right: 82px;
}
.spacing-82 > .accordion-item + .accordion-item {
  margin-top: 82px;
}
.h-spacing-82 > a,
.h-spacing-82 > .nav-item > a,
.h-spacing-82 > .nav-item > span {
  padding-left: 82px;
  padding-right: 82px;
}
.v-spacing-82 > a,
.v-spacing-82 > .nav-item > a,
.v-spacing-82 > .nav-item > span {
  padding-top: 82px;
  padding-bottom: 82px;
}
.enable-responsive .spacing-82 > li + li {
  margin: 82px 0 0 0 !important;
}
.spacing-81:not(.text) > li:not(:last-child) {
  margin-right: 81px;
}
.spacing-81 > .accordion-item + .accordion-item {
  margin-top: 81px;
}
.h-spacing-81 > a,
.h-spacing-81 > .nav-item > a,
.h-spacing-81 > .nav-item > span {
  padding-left: 81px;
  padding-right: 81px;
}
.v-spacing-81 > a,
.v-spacing-81 > .nav-item > a,
.v-spacing-81 > .nav-item > span {
  padding-top: 81px;
  padding-bottom: 81px;
}
.enable-responsive .spacing-81 > li + li {
  margin: 81px 0 0 0 !important;
}
.spacing-80:not(.text) > li:not(:last-child) {
  margin-right: 80px;
}
.spacing-80 > .accordion-item + .accordion-item {
  margin-top: 80px;
}
.h-spacing-80 > a,
.h-spacing-80 > .nav-item > a,
.h-spacing-80 > .nav-item > span {
  padding-left: 80px;
  padding-right: 80px;
}
.v-spacing-80 > a,
.v-spacing-80 > .nav-item > a,
.v-spacing-80 > .nav-item > span {
  padding-top: 80px;
  padding-bottom: 80px;
}
.enable-responsive .spacing-80 > li + li {
  margin: 80px 0 0 0 !important;
}
.spacing-79:not(.text) > li:not(:last-child) {
  margin-right: 79px;
}
.spacing-79 > .accordion-item + .accordion-item {
  margin-top: 79px;
}
.h-spacing-79 > a,
.h-spacing-79 > .nav-item > a,
.h-spacing-79 > .nav-item > span {
  padding-left: 79px;
  padding-right: 79px;
}
.v-spacing-79 > a,
.v-spacing-79 > .nav-item > a,
.v-spacing-79 > .nav-item > span {
  padding-top: 79px;
  padding-bottom: 79px;
}
.enable-responsive .spacing-79 > li + li {
  margin: 79px 0 0 0 !important;
}
.spacing-78:not(.text) > li:not(:last-child) {
  margin-right: 78px;
}
.spacing-78 > .accordion-item + .accordion-item {
  margin-top: 78px;
}
.h-spacing-78 > a,
.h-spacing-78 > .nav-item > a,
.h-spacing-78 > .nav-item > span {
  padding-left: 78px;
  padding-right: 78px;
}
.v-spacing-78 > a,
.v-spacing-78 > .nav-item > a,
.v-spacing-78 > .nav-item > span {
  padding-top: 78px;
  padding-bottom: 78px;
}
.enable-responsive .spacing-78 > li + li {
  margin: 78px 0 0 0 !important;
}
.spacing-77:not(.text) > li:not(:last-child) {
  margin-right: 77px;
}
.spacing-77 > .accordion-item + .accordion-item {
  margin-top: 77px;
}
.h-spacing-77 > a,
.h-spacing-77 > .nav-item > a,
.h-spacing-77 > .nav-item > span {
  padding-left: 77px;
  padding-right: 77px;
}
.v-spacing-77 > a,
.v-spacing-77 > .nav-item > a,
.v-spacing-77 > .nav-item > span {
  padding-top: 77px;
  padding-bottom: 77px;
}
.enable-responsive .spacing-77 > li + li {
  margin: 77px 0 0 0 !important;
}
.spacing-76:not(.text) > li:not(:last-child) {
  margin-right: 76px;
}
.spacing-76 > .accordion-item + .accordion-item {
  margin-top: 76px;
}
.h-spacing-76 > a,
.h-spacing-76 > .nav-item > a,
.h-spacing-76 > .nav-item > span {
  padding-left: 76px;
  padding-right: 76px;
}
.v-spacing-76 > a,
.v-spacing-76 > .nav-item > a,
.v-spacing-76 > .nav-item > span {
  padding-top: 76px;
  padding-bottom: 76px;
}
.enable-responsive .spacing-76 > li + li {
  margin: 76px 0 0 0 !important;
}
.spacing-75:not(.text) > li:not(:last-child) {
  margin-right: 75px;
}
.spacing-75 > .accordion-item + .accordion-item {
  margin-top: 75px;
}
.h-spacing-75 > a,
.h-spacing-75 > .nav-item > a,
.h-spacing-75 > .nav-item > span {
  padding-left: 75px;
  padding-right: 75px;
}
.v-spacing-75 > a,
.v-spacing-75 > .nav-item > a,
.v-spacing-75 > .nav-item > span {
  padding-top: 75px;
  padding-bottom: 75px;
}
.enable-responsive .spacing-75 > li + li {
  margin: 75px 0 0 0 !important;
}
.spacing-74:not(.text) > li:not(:last-child) {
  margin-right: 74px;
}
.spacing-74 > .accordion-item + .accordion-item {
  margin-top: 74px;
}
.h-spacing-74 > a,
.h-spacing-74 > .nav-item > a,
.h-spacing-74 > .nav-item > span {
  padding-left: 74px;
  padding-right: 74px;
}
.v-spacing-74 > a,
.v-spacing-74 > .nav-item > a,
.v-spacing-74 > .nav-item > span {
  padding-top: 74px;
  padding-bottom: 74px;
}
.enable-responsive .spacing-74 > li + li {
  margin: 74px 0 0 0 !important;
}
.spacing-73:not(.text) > li:not(:last-child) {
  margin-right: 73px;
}
.spacing-73 > .accordion-item + .accordion-item {
  margin-top: 73px;
}
.h-spacing-73 > a,
.h-spacing-73 > .nav-item > a,
.h-spacing-73 > .nav-item > span {
  padding-left: 73px;
  padding-right: 73px;
}
.v-spacing-73 > a,
.v-spacing-73 > .nav-item > a,
.v-spacing-73 > .nav-item > span {
  padding-top: 73px;
  padding-bottom: 73px;
}
.enable-responsive .spacing-73 > li + li {
  margin: 73px 0 0 0 !important;
}
.spacing-72:not(.text) > li:not(:last-child) {
  margin-right: 72px;
}
.spacing-72 > .accordion-item + .accordion-item {
  margin-top: 72px;
}
.h-spacing-72 > a,
.h-spacing-72 > .nav-item > a,
.h-spacing-72 > .nav-item > span {
  padding-left: 72px;
  padding-right: 72px;
}
.v-spacing-72 > a,
.v-spacing-72 > .nav-item > a,
.v-spacing-72 > .nav-item > span {
  padding-top: 72px;
  padding-bottom: 72px;
}
.enable-responsive .spacing-72 > li + li {
  margin: 72px 0 0 0 !important;
}
.spacing-71:not(.text) > li:not(:last-child) {
  margin-right: 71px;
}
.spacing-71 > .accordion-item + .accordion-item {
  margin-top: 71px;
}
.h-spacing-71 > a,
.h-spacing-71 > .nav-item > a,
.h-spacing-71 > .nav-item > span {
  padding-left: 71px;
  padding-right: 71px;
}
.v-spacing-71 > a,
.v-spacing-71 > .nav-item > a,
.v-spacing-71 > .nav-item > span {
  padding-top: 71px;
  padding-bottom: 71px;
}
.enable-responsive .spacing-71 > li + li {
  margin: 71px 0 0 0 !important;
}
.spacing-70:not(.text) > li:not(:last-child) {
  margin-right: 70px;
}
.spacing-70 > .accordion-item + .accordion-item {
  margin-top: 70px;
}
.h-spacing-70 > a,
.h-spacing-70 > .nav-item > a,
.h-spacing-70 > .nav-item > span {
  padding-left: 70px;
  padding-right: 70px;
}
.v-spacing-70 > a,
.v-spacing-70 > .nav-item > a,
.v-spacing-70 > .nav-item > span {
  padding-top: 70px;
  padding-bottom: 70px;
}
.enable-responsive .spacing-70 > li + li {
  margin: 70px 0 0 0 !important;
}
.spacing-69:not(.text) > li:not(:last-child) {
  margin-right: 69px;
}
.spacing-69 > .accordion-item + .accordion-item {
  margin-top: 69px;
}
.h-spacing-69 > a,
.h-spacing-69 > .nav-item > a,
.h-spacing-69 > .nav-item > span {
  padding-left: 69px;
  padding-right: 69px;
}
.v-spacing-69 > a,
.v-spacing-69 > .nav-item > a,
.v-spacing-69 > .nav-item > span {
  padding-top: 69px;
  padding-bottom: 69px;
}
.enable-responsive .spacing-69 > li + li {
  margin: 69px 0 0 0 !important;
}
.spacing-68:not(.text) > li:not(:last-child) {
  margin-right: 68px;
}
.spacing-68 > .accordion-item + .accordion-item {
  margin-top: 68px;
}
.h-spacing-68 > a,
.h-spacing-68 > .nav-item > a,
.h-spacing-68 > .nav-item > span {
  padding-left: 68px;
  padding-right: 68px;
}
.v-spacing-68 > a,
.v-spacing-68 > .nav-item > a,
.v-spacing-68 > .nav-item > span {
  padding-top: 68px;
  padding-bottom: 68px;
}
.enable-responsive .spacing-68 > li + li {
  margin: 68px 0 0 0 !important;
}
.spacing-67:not(.text) > li:not(:last-child) {
  margin-right: 67px;
}
.spacing-67 > .accordion-item + .accordion-item {
  margin-top: 67px;
}
.h-spacing-67 > a,
.h-spacing-67 > .nav-item > a,
.h-spacing-67 > .nav-item > span {
  padding-left: 67px;
  padding-right: 67px;
}
.v-spacing-67 > a,
.v-spacing-67 > .nav-item > a,
.v-spacing-67 > .nav-item > span {
  padding-top: 67px;
  padding-bottom: 67px;
}
.enable-responsive .spacing-67 > li + li {
  margin: 67px 0 0 0 !important;
}
.spacing-66:not(.text) > li:not(:last-child) {
  margin-right: 66px;
}
.spacing-66 > .accordion-item + .accordion-item {
  margin-top: 66px;
}
.h-spacing-66 > a,
.h-spacing-66 > .nav-item > a,
.h-spacing-66 > .nav-item > span {
  padding-left: 66px;
  padding-right: 66px;
}
.v-spacing-66 > a,
.v-spacing-66 > .nav-item > a,
.v-spacing-66 > .nav-item > span {
  padding-top: 66px;
  padding-bottom: 66px;
}
.enable-responsive .spacing-66 > li + li {
  margin: 66px 0 0 0 !important;
}
.spacing-65:not(.text) > li:not(:last-child) {
  margin-right: 65px;
}
.spacing-65 > .accordion-item + .accordion-item {
  margin-top: 65px;
}
.h-spacing-65 > a,
.h-spacing-65 > .nav-item > a,
.h-spacing-65 > .nav-item > span {
  padding-left: 65px;
  padding-right: 65px;
}
.v-spacing-65 > a,
.v-spacing-65 > .nav-item > a,
.v-spacing-65 > .nav-item > span {
  padding-top: 65px;
  padding-bottom: 65px;
}
.enable-responsive .spacing-65 > li + li {
  margin: 65px 0 0 0 !important;
}
.spacing-64:not(.text) > li:not(:last-child) {
  margin-right: 64px;
}
.spacing-64 > .accordion-item + .accordion-item {
  margin-top: 64px;
}
.h-spacing-64 > a,
.h-spacing-64 > .nav-item > a,
.h-spacing-64 > .nav-item > span {
  padding-left: 64px;
  padding-right: 64px;
}
.v-spacing-64 > a,
.v-spacing-64 > .nav-item > a,
.v-spacing-64 > .nav-item > span {
  padding-top: 64px;
  padding-bottom: 64px;
}
.enable-responsive .spacing-64 > li + li {
  margin: 64px 0 0 0 !important;
}
.spacing-63:not(.text) > li:not(:last-child) {
  margin-right: 63px;
}
.spacing-63 > .accordion-item + .accordion-item {
  margin-top: 63px;
}
.h-spacing-63 > a,
.h-spacing-63 > .nav-item > a,
.h-spacing-63 > .nav-item > span {
  padding-left: 63px;
  padding-right: 63px;
}
.v-spacing-63 > a,
.v-spacing-63 > .nav-item > a,
.v-spacing-63 > .nav-item > span {
  padding-top: 63px;
  padding-bottom: 63px;
}
.enable-responsive .spacing-63 > li + li {
  margin: 63px 0 0 0 !important;
}
.spacing-62:not(.text) > li:not(:last-child) {
  margin-right: 62px;
}
.spacing-62 > .accordion-item + .accordion-item {
  margin-top: 62px;
}
.h-spacing-62 > a,
.h-spacing-62 > .nav-item > a,
.h-spacing-62 > .nav-item > span {
  padding-left: 62px;
  padding-right: 62px;
}
.v-spacing-62 > a,
.v-spacing-62 > .nav-item > a,
.v-spacing-62 > .nav-item > span {
  padding-top: 62px;
  padding-bottom: 62px;
}
.enable-responsive .spacing-62 > li + li {
  margin: 62px 0 0 0 !important;
}
.spacing-61:not(.text) > li:not(:last-child) {
  margin-right: 61px;
}
.spacing-61 > .accordion-item + .accordion-item {
  margin-top: 61px;
}
.h-spacing-61 > a,
.h-spacing-61 > .nav-item > a,
.h-spacing-61 > .nav-item > span {
  padding-left: 61px;
  padding-right: 61px;
}
.v-spacing-61 > a,
.v-spacing-61 > .nav-item > a,
.v-spacing-61 > .nav-item > span {
  padding-top: 61px;
  padding-bottom: 61px;
}
.enable-responsive .spacing-61 > li + li {
  margin: 61px 0 0 0 !important;
}
.spacing-60:not(.text) > li:not(:last-child) {
  margin-right: 60px;
}
.spacing-60 > .accordion-item + .accordion-item {
  margin-top: 60px;
}
.h-spacing-60 > a,
.h-spacing-60 > .nav-item > a,
.h-spacing-60 > .nav-item > span {
  padding-left: 60px;
  padding-right: 60px;
}
.v-spacing-60 > a,
.v-spacing-60 > .nav-item > a,
.v-spacing-60 > .nav-item > span {
  padding-top: 60px;
  padding-bottom: 60px;
}
.enable-responsive .spacing-60 > li + li {
  margin: 60px 0 0 0 !important;
}
.spacing-59:not(.text) > li:not(:last-child) {
  margin-right: 59px;
}
.spacing-59 > .accordion-item + .accordion-item {
  margin-top: 59px;
}
.h-spacing-59 > a,
.h-spacing-59 > .nav-item > a,
.h-spacing-59 > .nav-item > span {
  padding-left: 59px;
  padding-right: 59px;
}
.v-spacing-59 > a,
.v-spacing-59 > .nav-item > a,
.v-spacing-59 > .nav-item > span {
  padding-top: 59px;
  padding-bottom: 59px;
}
.enable-responsive .spacing-59 > li + li {
  margin: 59px 0 0 0 !important;
}
.spacing-58:not(.text) > li:not(:last-child) {
  margin-right: 58px;
}
.spacing-58 > .accordion-item + .accordion-item {
  margin-top: 58px;
}
.h-spacing-58 > a,
.h-spacing-58 > .nav-item > a,
.h-spacing-58 > .nav-item > span {
  padding-left: 58px;
  padding-right: 58px;
}
.v-spacing-58 > a,
.v-spacing-58 > .nav-item > a,
.v-spacing-58 > .nav-item > span {
  padding-top: 58px;
  padding-bottom: 58px;
}
.enable-responsive .spacing-58 > li + li {
  margin: 58px 0 0 0 !important;
}
.spacing-57:not(.text) > li:not(:last-child) {
  margin-right: 57px;
}
.spacing-57 > .accordion-item + .accordion-item {
  margin-top: 57px;
}
.h-spacing-57 > a,
.h-spacing-57 > .nav-item > a,
.h-spacing-57 > .nav-item > span {
  padding-left: 57px;
  padding-right: 57px;
}
.v-spacing-57 > a,
.v-spacing-57 > .nav-item > a,
.v-spacing-57 > .nav-item > span {
  padding-top: 57px;
  padding-bottom: 57px;
}
.enable-responsive .spacing-57 > li + li {
  margin: 57px 0 0 0 !important;
}
.spacing-56:not(.text) > li:not(:last-child) {
  margin-right: 56px;
}
.spacing-56 > .accordion-item + .accordion-item {
  margin-top: 56px;
}
.h-spacing-56 > a,
.h-spacing-56 > .nav-item > a,
.h-spacing-56 > .nav-item > span {
  padding-left: 56px;
  padding-right: 56px;
}
.v-spacing-56 > a,
.v-spacing-56 > .nav-item > a,
.v-spacing-56 > .nav-item > span {
  padding-top: 56px;
  padding-bottom: 56px;
}
.enable-responsive .spacing-56 > li + li {
  margin: 56px 0 0 0 !important;
}
.spacing-55:not(.text) > li:not(:last-child) {
  margin-right: 55px;
}
.spacing-55 > .accordion-item + .accordion-item {
  margin-top: 55px;
}
.h-spacing-55 > a,
.h-spacing-55 > .nav-item > a,
.h-spacing-55 > .nav-item > span {
  padding-left: 55px;
  padding-right: 55px;
}
.v-spacing-55 > a,
.v-spacing-55 > .nav-item > a,
.v-spacing-55 > .nav-item > span {
  padding-top: 55px;
  padding-bottom: 55px;
}
.enable-responsive .spacing-55 > li + li {
  margin: 55px 0 0 0 !important;
}
.spacing-54:not(.text) > li:not(:last-child) {
  margin-right: 54px;
}
.spacing-54 > .accordion-item + .accordion-item {
  margin-top: 54px;
}
.h-spacing-54 > a,
.h-spacing-54 > .nav-item > a,
.h-spacing-54 > .nav-item > span {
  padding-left: 54px;
  padding-right: 54px;
}
.v-spacing-54 > a,
.v-spacing-54 > .nav-item > a,
.v-spacing-54 > .nav-item > span {
  padding-top: 54px;
  padding-bottom: 54px;
}
.enable-responsive .spacing-54 > li + li {
  margin: 54px 0 0 0 !important;
}
.spacing-53:not(.text) > li:not(:last-child) {
  margin-right: 53px;
}
.spacing-53 > .accordion-item + .accordion-item {
  margin-top: 53px;
}
.h-spacing-53 > a,
.h-spacing-53 > .nav-item > a,
.h-spacing-53 > .nav-item > span {
  padding-left: 53px;
  padding-right: 53px;
}
.v-spacing-53 > a,
.v-spacing-53 > .nav-item > a,
.v-spacing-53 > .nav-item > span {
  padding-top: 53px;
  padding-bottom: 53px;
}
.enable-responsive .spacing-53 > li + li {
  margin: 53px 0 0 0 !important;
}
.spacing-52:not(.text) > li:not(:last-child) {
  margin-right: 52px;
}
.spacing-52 > .accordion-item + .accordion-item {
  margin-top: 52px;
}
.h-spacing-52 > a,
.h-spacing-52 > .nav-item > a,
.h-spacing-52 > .nav-item > span {
  padding-left: 52px;
  padding-right: 52px;
}
.v-spacing-52 > a,
.v-spacing-52 > .nav-item > a,
.v-spacing-52 > .nav-item > span {
  padding-top: 52px;
  padding-bottom: 52px;
}
.enable-responsive .spacing-52 > li + li {
  margin: 52px 0 0 0 !important;
}
.spacing-51:not(.text) > li:not(:last-child) {
  margin-right: 51px;
}
.spacing-51 > .accordion-item + .accordion-item {
  margin-top: 51px;
}
.h-spacing-51 > a,
.h-spacing-51 > .nav-item > a,
.h-spacing-51 > .nav-item > span {
  padding-left: 51px;
  padding-right: 51px;
}
.v-spacing-51 > a,
.v-spacing-51 > .nav-item > a,
.v-spacing-51 > .nav-item > span {
  padding-top: 51px;
  padding-bottom: 51px;
}
.enable-responsive .spacing-51 > li + li {
  margin: 51px 0 0 0 !important;
}
.spacing-50:not(.text) > li:not(:last-child) {
  margin-right: 50px;
}
.spacing-50 > .accordion-item + .accordion-item {
  margin-top: 50px;
}
.h-spacing-50 > a,
.h-spacing-50 > .nav-item > a,
.h-spacing-50 > .nav-item > span {
  padding-left: 50px;
  padding-right: 50px;
}
.v-spacing-50 > a,
.v-spacing-50 > .nav-item > a,
.v-spacing-50 > .nav-item > span {
  padding-top: 50px;
  padding-bottom: 50px;
}
.enable-responsive .spacing-50 > li + li {
  margin: 50px 0 0 0 !important;
}
.spacing-49:not(.text) > li:not(:last-child) {
  margin-right: 49px;
}
.spacing-49 > .accordion-item + .accordion-item {
  margin-top: 49px;
}
.h-spacing-49 > a,
.h-spacing-49 > .nav-item > a,
.h-spacing-49 > .nav-item > span {
  padding-left: 49px;
  padding-right: 49px;
}
.v-spacing-49 > a,
.v-spacing-49 > .nav-item > a,
.v-spacing-49 > .nav-item > span {
  padding-top: 49px;
  padding-bottom: 49px;
}
.enable-responsive .spacing-49 > li + li {
  margin: 49px 0 0 0 !important;
}
.spacing-48:not(.text) > li:not(:last-child) {
  margin-right: 48px;
}
.spacing-48 > .accordion-item + .accordion-item {
  margin-top: 48px;
}
.h-spacing-48 > a,
.h-spacing-48 > .nav-item > a,
.h-spacing-48 > .nav-item > span {
  padding-left: 48px;
  padding-right: 48px;
}
.v-spacing-48 > a,
.v-spacing-48 > .nav-item > a,
.v-spacing-48 > .nav-item > span {
  padding-top: 48px;
  padding-bottom: 48px;
}
.enable-responsive .spacing-48 > li + li {
  margin: 48px 0 0 0 !important;
}
.spacing-47:not(.text) > li:not(:last-child) {
  margin-right: 47px;
}
.spacing-47 > .accordion-item + .accordion-item {
  margin-top: 47px;
}
.h-spacing-47 > a,
.h-spacing-47 > .nav-item > a,
.h-spacing-47 > .nav-item > span {
  padding-left: 47px;
  padding-right: 47px;
}
.v-spacing-47 > a,
.v-spacing-47 > .nav-item > a,
.v-spacing-47 > .nav-item > span {
  padding-top: 47px;
  padding-bottom: 47px;
}
.enable-responsive .spacing-47 > li + li {
  margin: 47px 0 0 0 !important;
}
.spacing-46:not(.text) > li:not(:last-child) {
  margin-right: 46px;
}
.spacing-46 > .accordion-item + .accordion-item {
  margin-top: 46px;
}
.h-spacing-46 > a,
.h-spacing-46 > .nav-item > a,
.h-spacing-46 > .nav-item > span {
  padding-left: 46px;
  padding-right: 46px;
}
.v-spacing-46 > a,
.v-spacing-46 > .nav-item > a,
.v-spacing-46 > .nav-item > span {
  padding-top: 46px;
  padding-bottom: 46px;
}
.enable-responsive .spacing-46 > li + li {
  margin: 46px 0 0 0 !important;
}
.spacing-45:not(.text) > li:not(:last-child) {
  margin-right: 45px;
}
.spacing-45 > .accordion-item + .accordion-item {
  margin-top: 45px;
}
.h-spacing-45 > a,
.h-spacing-45 > .nav-item > a,
.h-spacing-45 > .nav-item > span {
  padding-left: 45px;
  padding-right: 45px;
}
.v-spacing-45 > a,
.v-spacing-45 > .nav-item > a,
.v-spacing-45 > .nav-item > span {
  padding-top: 45px;
  padding-bottom: 45px;
}
.enable-responsive .spacing-45 > li + li {
  margin: 45px 0 0 0 !important;
}
.spacing-44:not(.text) > li:not(:last-child) {
  margin-right: 44px;
}
.spacing-44 > .accordion-item + .accordion-item {
  margin-top: 44px;
}
.h-spacing-44 > a,
.h-spacing-44 > .nav-item > a,
.h-spacing-44 > .nav-item > span {
  padding-left: 44px;
  padding-right: 44px;
}
.v-spacing-44 > a,
.v-spacing-44 > .nav-item > a,
.v-spacing-44 > .nav-item > span {
  padding-top: 44px;
  padding-bottom: 44px;
}
.enable-responsive .spacing-44 > li + li {
  margin: 44px 0 0 0 !important;
}
.spacing-43:not(.text) > li:not(:last-child) {
  margin-right: 43px;
}
.spacing-43 > .accordion-item + .accordion-item {
  margin-top: 43px;
}
.h-spacing-43 > a,
.h-spacing-43 > .nav-item > a,
.h-spacing-43 > .nav-item > span {
  padding-left: 43px;
  padding-right: 43px;
}
.v-spacing-43 > a,
.v-spacing-43 > .nav-item > a,
.v-spacing-43 > .nav-item > span {
  padding-top: 43px;
  padding-bottom: 43px;
}
.enable-responsive .spacing-43 > li + li {
  margin: 43px 0 0 0 !important;
}
.spacing-42:not(.text) > li:not(:last-child) {
  margin-right: 42px;
}
.spacing-42 > .accordion-item + .accordion-item {
  margin-top: 42px;
}
.h-spacing-42 > a,
.h-spacing-42 > .nav-item > a,
.h-spacing-42 > .nav-item > span {
  padding-left: 42px;
  padding-right: 42px;
}
.v-spacing-42 > a,
.v-spacing-42 > .nav-item > a,
.v-spacing-42 > .nav-item > span {
  padding-top: 42px;
  padding-bottom: 42px;
}
.enable-responsive .spacing-42 > li + li {
  margin: 42px 0 0 0 !important;
}
.spacing-41:not(.text) > li:not(:last-child) {
  margin-right: 41px;
}
.spacing-41 > .accordion-item + .accordion-item {
  margin-top: 41px;
}
.h-spacing-41 > a,
.h-spacing-41 > .nav-item > a,
.h-spacing-41 > .nav-item > span {
  padding-left: 41px;
  padding-right: 41px;
}
.v-spacing-41 > a,
.v-spacing-41 > .nav-item > a,
.v-spacing-41 > .nav-item > span {
  padding-top: 41px;
  padding-bottom: 41px;
}
.enable-responsive .spacing-41 > li + li {
  margin: 41px 0 0 0 !important;
}
.spacing-40:not(.text) > li:not(:last-child) {
  margin-right: 40px;
}
.spacing-40 > .accordion-item + .accordion-item {
  margin-top: 40px;
}
.h-spacing-40 > a,
.h-spacing-40 > .nav-item > a,
.h-spacing-40 > .nav-item > span {
  padding-left: 40px;
  padding-right: 40px;
}
.v-spacing-40 > a,
.v-spacing-40 > .nav-item > a,
.v-spacing-40 > .nav-item > span {
  padding-top: 40px;
  padding-bottom: 40px;
}
.enable-responsive .spacing-40 > li + li {
  margin: 40px 0 0 0 !important;
}
.spacing-39:not(.text) > li:not(:last-child) {
  margin-right: 39px;
}
.spacing-39 > .accordion-item + .accordion-item {
  margin-top: 39px;
}
.h-spacing-39 > a,
.h-spacing-39 > .nav-item > a,
.h-spacing-39 > .nav-item > span {
  padding-left: 39px;
  padding-right: 39px;
}
.v-spacing-39 > a,
.v-spacing-39 > .nav-item > a,
.v-spacing-39 > .nav-item > span {
  padding-top: 39px;
  padding-bottom: 39px;
}
.enable-responsive .spacing-39 > li + li {
  margin: 39px 0 0 0 !important;
}
.spacing-38:not(.text) > li:not(:last-child) {
  margin-right: 38px;
}
.spacing-38 > .accordion-item + .accordion-item {
  margin-top: 38px;
}
.h-spacing-38 > a,
.h-spacing-38 > .nav-item > a,
.h-spacing-38 > .nav-item > span {
  padding-left: 38px;
  padding-right: 38px;
}
.v-spacing-38 > a,
.v-spacing-38 > .nav-item > a,
.v-spacing-38 > .nav-item > span {
  padding-top: 38px;
  padding-bottom: 38px;
}
.enable-responsive .spacing-38 > li + li {
  margin: 38px 0 0 0 !important;
}
.spacing-37:not(.text) > li:not(:last-child) {
  margin-right: 37px;
}
.spacing-37 > .accordion-item + .accordion-item {
  margin-top: 37px;
}
.h-spacing-37 > a,
.h-spacing-37 > .nav-item > a,
.h-spacing-37 > .nav-item > span {
  padding-left: 37px;
  padding-right: 37px;
}
.v-spacing-37 > a,
.v-spacing-37 > .nav-item > a,
.v-spacing-37 > .nav-item > span {
  padding-top: 37px;
  padding-bottom: 37px;
}
.enable-responsive .spacing-37 > li + li {
  margin: 37px 0 0 0 !important;
}
.spacing-36:not(.text) > li:not(:last-child) {
  margin-right: 36px;
}
.spacing-36 > .accordion-item + .accordion-item {
  margin-top: 36px;
}
.h-spacing-36 > a,
.h-spacing-36 > .nav-item > a,
.h-spacing-36 > .nav-item > span {
  padding-left: 36px;
  padding-right: 36px;
}
.v-spacing-36 > a,
.v-spacing-36 > .nav-item > a,
.v-spacing-36 > .nav-item > span {
  padding-top: 36px;
  padding-bottom: 36px;
}
.enable-responsive .spacing-36 > li + li {
  margin: 36px 0 0 0 !important;
}
.spacing-35:not(.text) > li:not(:last-child) {
  margin-right: 35px;
}
.spacing-35 > .accordion-item + .accordion-item {
  margin-top: 35px;
}
.h-spacing-35 > a,
.h-spacing-35 > .nav-item > a,
.h-spacing-35 > .nav-item > span {
  padding-left: 35px;
  padding-right: 35px;
}
.v-spacing-35 > a,
.v-spacing-35 > .nav-item > a,
.v-spacing-35 > .nav-item > span {
  padding-top: 35px;
  padding-bottom: 35px;
}
.enable-responsive .spacing-35 > li + li {
  margin: 35px 0 0 0 !important;
}
.spacing-34:not(.text) > li:not(:last-child) {
  margin-right: 34px;
}
.spacing-34 > .accordion-item + .accordion-item {
  margin-top: 34px;
}
.h-spacing-34 > a,
.h-spacing-34 > .nav-item > a,
.h-spacing-34 > .nav-item > span {
  padding-left: 34px;
  padding-right: 34px;
}
.v-spacing-34 > a,
.v-spacing-34 > .nav-item > a,
.v-spacing-34 > .nav-item > span {
  padding-top: 34px;
  padding-bottom: 34px;
}
.enable-responsive .spacing-34 > li + li {
  margin: 34px 0 0 0 !important;
}
.spacing-33:not(.text) > li:not(:last-child) {
  margin-right: 33px;
}
.spacing-33 > .accordion-item + .accordion-item {
  margin-top: 33px;
}
.h-spacing-33 > a,
.h-spacing-33 > .nav-item > a,
.h-spacing-33 > .nav-item > span {
  padding-left: 33px;
  padding-right: 33px;
}
.v-spacing-33 > a,
.v-spacing-33 > .nav-item > a,
.v-spacing-33 > .nav-item > span {
  padding-top: 33px;
  padding-bottom: 33px;
}
.enable-responsive .spacing-33 > li + li {
  margin: 33px 0 0 0 !important;
}
.spacing-32:not(.text) > li:not(:last-child) {
  margin-right: 32px;
}
.spacing-32 > .accordion-item + .accordion-item {
  margin-top: 32px;
}
.h-spacing-32 > a,
.h-spacing-32 > .nav-item > a,
.h-spacing-32 > .nav-item > span {
  padding-left: 32px;
  padding-right: 32px;
}
.v-spacing-32 > a,
.v-spacing-32 > .nav-item > a,
.v-spacing-32 > .nav-item > span {
  padding-top: 32px;
  padding-bottom: 32px;
}
.enable-responsive .spacing-32 > li + li {
  margin: 32px 0 0 0 !important;
}
.spacing-31:not(.text) > li:not(:last-child) {
  margin-right: 31px;
}
.spacing-31 > .accordion-item + .accordion-item {
  margin-top: 31px;
}
.h-spacing-31 > a,
.h-spacing-31 > .nav-item > a,
.h-spacing-31 > .nav-item > span {
  padding-left: 31px;
  padding-right: 31px;
}
.v-spacing-31 > a,
.v-spacing-31 > .nav-item > a,
.v-spacing-31 > .nav-item > span {
  padding-top: 31px;
  padding-bottom: 31px;
}
.enable-responsive .spacing-31 > li + li {
  margin: 31px 0 0 0 !important;
}
.spacing-30:not(.text) > li:not(:last-child) {
  margin-right: 30px;
}
.spacing-30 > .accordion-item + .accordion-item {
  margin-top: 30px;
}
.h-spacing-30 > a,
.h-spacing-30 > .nav-item > a,
.h-spacing-30 > .nav-item > span {
  padding-left: 30px;
  padding-right: 30px;
}
.v-spacing-30 > a,
.v-spacing-30 > .nav-item > a,
.v-spacing-30 > .nav-item > span {
  padding-top: 30px;
  padding-bottom: 30px;
}
.enable-responsive .spacing-30 > li + li {
  margin: 30px 0 0 0 !important;
}
.spacing-29:not(.text) > li:not(:last-child) {
  margin-right: 29px;
}
.spacing-29 > .accordion-item + .accordion-item {
  margin-top: 29px;
}
.h-spacing-29 > a,
.h-spacing-29 > .nav-item > a,
.h-spacing-29 > .nav-item > span {
  padding-left: 29px;
  padding-right: 29px;
}
.v-spacing-29 > a,
.v-spacing-29 > .nav-item > a,
.v-spacing-29 > .nav-item > span {
  padding-top: 29px;
  padding-bottom: 29px;
}
.enable-responsive .spacing-29 > li + li {
  margin: 29px 0 0 0 !important;
}
.spacing-28:not(.text) > li:not(:last-child) {
  margin-right: 28px;
}
.spacing-28 > .accordion-item + .accordion-item {
  margin-top: 28px;
}
.h-spacing-28 > a,
.h-spacing-28 > .nav-item > a,
.h-spacing-28 > .nav-item > span {
  padding-left: 28px;
  padding-right: 28px;
}
.v-spacing-28 > a,
.v-spacing-28 > .nav-item > a,
.v-spacing-28 > .nav-item > span {
  padding-top: 28px;
  padding-bottom: 28px;
}
.enable-responsive .spacing-28 > li + li {
  margin: 28px 0 0 0 !important;
}
.spacing-27:not(.text) > li:not(:last-child) {
  margin-right: 27px;
}
.spacing-27 > .accordion-item + .accordion-item {
  margin-top: 27px;
}
.h-spacing-27 > a,
.h-spacing-27 > .nav-item > a,
.h-spacing-27 > .nav-item > span {
  padding-left: 27px;
  padding-right: 27px;
}
.v-spacing-27 > a,
.v-spacing-27 > .nav-item > a,
.v-spacing-27 > .nav-item > span {
  padding-top: 27px;
  padding-bottom: 27px;
}
.enable-responsive .spacing-27 > li + li {
  margin: 27px 0 0 0 !important;
}
.spacing-26:not(.text) > li:not(:last-child) {
  margin-right: 26px;
}
.spacing-26 > .accordion-item + .accordion-item {
  margin-top: 26px;
}
.h-spacing-26 > a,
.h-spacing-26 > .nav-item > a,
.h-spacing-26 > .nav-item > span {
  padding-left: 26px;
  padding-right: 26px;
}
.v-spacing-26 > a,
.v-spacing-26 > .nav-item > a,
.v-spacing-26 > .nav-item > span {
  padding-top: 26px;
  padding-bottom: 26px;
}
.enable-responsive .spacing-26 > li + li {
  margin: 26px 0 0 0 !important;
}
.spacing-25:not(.text) > li:not(:last-child) {
  margin-right: 25px;
}
.spacing-25 > .accordion-item + .accordion-item {
  margin-top: 25px;
}
.h-spacing-25 > a,
.h-spacing-25 > .nav-item > a,
.h-spacing-25 > .nav-item > span {
  padding-left: 25px;
  padding-right: 25px;
}
.v-spacing-25 > a,
.v-spacing-25 > .nav-item > a,
.v-spacing-25 > .nav-item > span {
  padding-top: 25px;
  padding-bottom: 25px;
}
.enable-responsive .spacing-25 > li + li {
  margin: 25px 0 0 0 !important;
}
.spacing-24:not(.text) > li:not(:last-child) {
  margin-right: 24px;
}
.spacing-24 > .accordion-item + .accordion-item {
  margin-top: 24px;
}
.h-spacing-24 > a,
.h-spacing-24 > .nav-item > a,
.h-spacing-24 > .nav-item > span {
  padding-left: 24px;
  padding-right: 24px;
}
.v-spacing-24 > a,
.v-spacing-24 > .nav-item > a,
.v-spacing-24 > .nav-item > span {
  padding-top: 24px;
  padding-bottom: 24px;
}
.enable-responsive .spacing-24 > li + li {
  margin: 24px 0 0 0 !important;
}
.spacing-23:not(.text) > li:not(:last-child) {
  margin-right: 23px;
}
.spacing-23 > .accordion-item + .accordion-item {
  margin-top: 23px;
}
.h-spacing-23 > a,
.h-spacing-23 > .nav-item > a,
.h-spacing-23 > .nav-item > span {
  padding-left: 23px;
  padding-right: 23px;
}
.v-spacing-23 > a,
.v-spacing-23 > .nav-item > a,
.v-spacing-23 > .nav-item > span {
  padding-top: 23px;
  padding-bottom: 23px;
}
.enable-responsive .spacing-23 > li + li {
  margin: 23px 0 0 0 !important;
}
.spacing-22:not(.text) > li:not(:last-child) {
  margin-right: 22px;
}
.spacing-22 > .accordion-item + .accordion-item {
  margin-top: 22px;
}
.h-spacing-22 > a,
.h-spacing-22 > .nav-item > a,
.h-spacing-22 > .nav-item > span {
  padding-left: 22px;
  padding-right: 22px;
}
.v-spacing-22 > a,
.v-spacing-22 > .nav-item > a,
.v-spacing-22 > .nav-item > span {
  padding-top: 22px;
  padding-bottom: 22px;
}
.enable-responsive .spacing-22 > li + li {
  margin: 22px 0 0 0 !important;
}
.spacing-21:not(.text) > li:not(:last-child) {
  margin-right: 21px;
}
.spacing-21 > .accordion-item + .accordion-item {
  margin-top: 21px;
}
.h-spacing-21 > a,
.h-spacing-21 > .nav-item > a,
.h-spacing-21 > .nav-item > span {
  padding-left: 21px;
  padding-right: 21px;
}
.v-spacing-21 > a,
.v-spacing-21 > .nav-item > a,
.v-spacing-21 > .nav-item > span {
  padding-top: 21px;
  padding-bottom: 21px;
}
.enable-responsive .spacing-21 > li + li {
  margin: 21px 0 0 0 !important;
}
.spacing-20:not(.text) > li:not(:last-child) {
  margin-right: 20px;
}
.spacing-20 > .accordion-item + .accordion-item {
  margin-top: 20px;
}
.h-spacing-20 > a,
.h-spacing-20 > .nav-item > a,
.h-spacing-20 > .nav-item > span {
  padding-left: 20px;
  padding-right: 20px;
}
.v-spacing-20 > a,
.v-spacing-20 > .nav-item > a,
.v-spacing-20 > .nav-item > span {
  padding-top: 20px;
  padding-bottom: 20px;
}
.enable-responsive .spacing-20 > li + li {
  margin: 20px 0 0 0 !important;
}
.spacing-19:not(.text) > li:not(:last-child) {
  margin-right: 19px;
}
.spacing-19 > .accordion-item + .accordion-item {
  margin-top: 19px;
}
.h-spacing-19 > a,
.h-spacing-19 > .nav-item > a,
.h-spacing-19 > .nav-item > span {
  padding-left: 19px;
  padding-right: 19px;
}
.v-spacing-19 > a,
.v-spacing-19 > .nav-item > a,
.v-spacing-19 > .nav-item > span {
  padding-top: 19px;
  padding-bottom: 19px;
}
.enable-responsive .spacing-19 > li + li {
  margin: 19px 0 0 0 !important;
}
.spacing-18:not(.text) > li:not(:last-child) {
  margin-right: 18px;
}
.spacing-18 > .accordion-item + .accordion-item {
  margin-top: 18px;
}
.h-spacing-18 > a,
.h-spacing-18 > .nav-item > a,
.h-spacing-18 > .nav-item > span {
  padding-left: 18px;
  padding-right: 18px;
}
.v-spacing-18 > a,
.v-spacing-18 > .nav-item > a,
.v-spacing-18 > .nav-item > span {
  padding-top: 18px;
  padding-bottom: 18px;
}
.enable-responsive .spacing-18 > li + li {
  margin: 18px 0 0 0 !important;
}
.spacing-17:not(.text) > li:not(:last-child) {
  margin-right: 17px;
}
.spacing-17 > .accordion-item + .accordion-item {
  margin-top: 17px;
}
.h-spacing-17 > a,
.h-spacing-17 > .nav-item > a,
.h-spacing-17 > .nav-item > span {
  padding-left: 17px;
  padding-right: 17px;
}
.v-spacing-17 > a,
.v-spacing-17 > .nav-item > a,
.v-spacing-17 > .nav-item > span {
  padding-top: 17px;
  padding-bottom: 17px;
}
.enable-responsive .spacing-17 > li + li {
  margin: 17px 0 0 0 !important;
}
.spacing-16:not(.text) > li:not(:last-child) {
  margin-right: 16px;
}
.spacing-16 > .accordion-item + .accordion-item {
  margin-top: 16px;
}
.h-spacing-16 > a,
.h-spacing-16 > .nav-item > a,
.h-spacing-16 > .nav-item > span {
  padding-left: 16px;
  padding-right: 16px;
}
.v-spacing-16 > a,
.v-spacing-16 > .nav-item > a,
.v-spacing-16 > .nav-item > span {
  padding-top: 16px;
  padding-bottom: 16px;
}
.enable-responsive .spacing-16 > li + li {
  margin: 16px 0 0 0 !important;
}
.spacing-15:not(.text) > li:not(:last-child) {
  margin-right: 15px;
}
.spacing-15 > .accordion-item + .accordion-item {
  margin-top: 15px;
}
.h-spacing-15 > a,
.h-spacing-15 > .nav-item > a,
.h-spacing-15 > .nav-item > span {
  padding-left: 15px;
  padding-right: 15px;
}
.v-spacing-15 > a,
.v-spacing-15 > .nav-item > a,
.v-spacing-15 > .nav-item > span {
  padding-top: 15px;
  padding-bottom: 15px;
}
.enable-responsive .spacing-15 > li + li {
  margin: 15px 0 0 0 !important;
}
.spacing-14:not(.text) > li:not(:last-child) {
  margin-right: 14px;
}
.spacing-14 > .accordion-item + .accordion-item {
  margin-top: 14px;
}
.h-spacing-14 > a,
.h-spacing-14 > .nav-item > a,
.h-spacing-14 > .nav-item > span {
  padding-left: 14px;
  padding-right: 14px;
}
.v-spacing-14 > a,
.v-spacing-14 > .nav-item > a,
.v-spacing-14 > .nav-item > span {
  padding-top: 14px;
  padding-bottom: 14px;
}
.enable-responsive .spacing-14 > li + li {
  margin: 14px 0 0 0 !important;
}
.spacing-13:not(.text) > li:not(:last-child) {
  margin-right: 13px;
}
.spacing-13 > .accordion-item + .accordion-item {
  margin-top: 13px;
}
.h-spacing-13 > a,
.h-spacing-13 > .nav-item > a,
.h-spacing-13 > .nav-item > span {
  padding-left: 13px;
  padding-right: 13px;
}
.v-spacing-13 > a,
.v-spacing-13 > .nav-item > a,
.v-spacing-13 > .nav-item > span {
  padding-top: 13px;
  padding-bottom: 13px;
}
.enable-responsive .spacing-13 > li + li {
  margin: 13px 0 0 0 !important;
}
.spacing-12:not(.text) > li:not(:last-child) {
  margin-right: 12px;
}
.spacing-12 > .accordion-item + .accordion-item {
  margin-top: 12px;
}
.h-spacing-12 > a,
.h-spacing-12 > .nav-item > a,
.h-spacing-12 > .nav-item > span {
  padding-left: 12px;
  padding-right: 12px;
}
.v-spacing-12 > a,
.v-spacing-12 > .nav-item > a,
.v-spacing-12 > .nav-item > span {
  padding-top: 12px;
  padding-bottom: 12px;
}
.enable-responsive .spacing-12 > li + li {
  margin: 12px 0 0 0 !important;
}
.spacing-11:not(.text) > li:not(:last-child) {
  margin-right: 11px;
}
.spacing-11 > .accordion-item + .accordion-item {
  margin-top: 11px;
}
.h-spacing-11 > a,
.h-spacing-11 > .nav-item > a,
.h-spacing-11 > .nav-item > span {
  padding-left: 11px;
  padding-right: 11px;
}
.v-spacing-11 > a,
.v-spacing-11 > .nav-item > a,
.v-spacing-11 > .nav-item > span {
  padding-top: 11px;
  padding-bottom: 11px;
}
.enable-responsive .spacing-11 > li + li {
  margin: 11px 0 0 0 !important;
}
.spacing-10:not(.text) > li:not(:last-child) {
  margin-right: 10px;
}
.spacing-10 > .accordion-item + .accordion-item {
  margin-top: 10px;
}
.h-spacing-10 > a,
.h-spacing-10 > .nav-item > a,
.h-spacing-10 > .nav-item > span {
  padding-left: 10px;
  padding-right: 10px;
}
.v-spacing-10 > a,
.v-spacing-10 > .nav-item > a,
.v-spacing-10 > .nav-item > span {
  padding-top: 10px;
  padding-bottom: 10px;
}
.enable-responsive .spacing-10 > li + li {
  margin: 10px 0 0 0 !important;
}
.spacing-9:not(.text) > li:not(:last-child) {
  margin-right: 9px;
}
.spacing-9 > .accordion-item + .accordion-item {
  margin-top: 9px;
}
.h-spacing-9 > a,
.h-spacing-9 > .nav-item > a,
.h-spacing-9 > .nav-item > span {
  padding-left: 9px;
  padding-right: 9px;
}
.v-spacing-9 > a,
.v-spacing-9 > .nav-item > a,
.v-spacing-9 > .nav-item > span {
  padding-top: 9px;
  padding-bottom: 9px;
}
.enable-responsive .spacing-9 > li + li {
  margin: 9px 0 0 0 !important;
}
.spacing-8:not(.text) > li:not(:last-child) {
  margin-right: 8px;
}
.spacing-8 > .accordion-item + .accordion-item {
  margin-top: 8px;
}
.h-spacing-8 > a,
.h-spacing-8 > .nav-item > a,
.h-spacing-8 > .nav-item > span {
  padding-left: 8px;
  padding-right: 8px;
}
.v-spacing-8 > a,
.v-spacing-8 > .nav-item > a,
.v-spacing-8 > .nav-item > span {
  padding-top: 8px;
  padding-bottom: 8px;
}
.enable-responsive .spacing-8 > li + li {
  margin: 8px 0 0 0 !important;
}
.spacing-7:not(.text) > li:not(:last-child) {
  margin-right: 7px;
}
.spacing-7 > .accordion-item + .accordion-item {
  margin-top: 7px;
}
.h-spacing-7 > a,
.h-spacing-7 > .nav-item > a,
.h-spacing-7 > .nav-item > span {
  padding-left: 7px;
  padding-right: 7px;
}
.v-spacing-7 > a,
.v-spacing-7 > .nav-item > a,
.v-spacing-7 > .nav-item > span {
  padding-top: 7px;
  padding-bottom: 7px;
}
.enable-responsive .spacing-7 > li + li {
  margin: 7px 0 0 0 !important;
}
.spacing-6:not(.text) > li:not(:last-child) {
  margin-right: 6px;
}
.spacing-6 > .accordion-item + .accordion-item {
  margin-top: 6px;
}
.h-spacing-6 > a,
.h-spacing-6 > .nav-item > a,
.h-spacing-6 > .nav-item > span {
  padding-left: 6px;
  padding-right: 6px;
}
.v-spacing-6 > a,
.v-spacing-6 > .nav-item > a,
.v-spacing-6 > .nav-item > span {
  padding-top: 6px;
  padding-bottom: 6px;
}
.enable-responsive .spacing-6 > li + li {
  margin: 6px 0 0 0 !important;
}
.spacing-5:not(.text) > li:not(:last-child) {
  margin-right: 5px;
}
.spacing-5 > .accordion-item + .accordion-item {
  margin-top: 5px;
}
.h-spacing-5 > a,
.h-spacing-5 > .nav-item > a,
.h-spacing-5 > .nav-item > span {
  padding-left: 5px;
  padding-right: 5px;
}
.v-spacing-5 > a,
.v-spacing-5 > .nav-item > a,
.v-spacing-5 > .nav-item > span {
  padding-top: 5px;
  padding-bottom: 5px;
}
.enable-responsive .spacing-5 > li + li {
  margin: 5px 0 0 0 !important;
}
.spacing-4:not(.text) > li:not(:last-child) {
  margin-right: 4px;
}
.spacing-4 > .accordion-item + .accordion-item {
  margin-top: 4px;
}
.h-spacing-4 > a,
.h-spacing-4 > .nav-item > a,
.h-spacing-4 > .nav-item > span {
  padding-left: 4px;
  padding-right: 4px;
}
.v-spacing-4 > a,
.v-spacing-4 > .nav-item > a,
.v-spacing-4 > .nav-item > span {
  padding-top: 4px;
  padding-bottom: 4px;
}
.enable-responsive .spacing-4 > li + li {
  margin: 4px 0 0 0 !important;
}
.spacing-3:not(.text) > li:not(:last-child) {
  margin-right: 3px;
}
.spacing-3 > .accordion-item + .accordion-item {
  margin-top: 3px;
}
.h-spacing-3 > a,
.h-spacing-3 > .nav-item > a,
.h-spacing-3 > .nav-item > span {
  padding-left: 3px;
  padding-right: 3px;
}
.v-spacing-3 > a,
.v-spacing-3 > .nav-item > a,
.v-spacing-3 > .nav-item > span {
  padding-top: 3px;
  padding-bottom: 3px;
}
.enable-responsive .spacing-3 > li + li {
  margin: 3px 0 0 0 !important;
}
.spacing-2:not(.text) > li:not(:last-child) {
  margin-right: 2px;
}
.spacing-2 > .accordion-item + .accordion-item {
  margin-top: 2px;
}
.h-spacing-2 > a,
.h-spacing-2 > .nav-item > a,
.h-spacing-2 > .nav-item > span {
  padding-left: 2px;
  padding-right: 2px;
}
.v-spacing-2 > a,
.v-spacing-2 > .nav-item > a,
.v-spacing-2 > .nav-item > span {
  padding-top: 2px;
  padding-bottom: 2px;
}
.enable-responsive .spacing-2 > li + li {
  margin: 2px 0 0 0 !important;
}
.spacing-1:not(.text) > li:not(:last-child) {
  margin-right: 1px;
}
.spacing-1 > .accordion-item + .accordion-item {
  margin-top: 1px;
}
.h-spacing-1 > a,
.h-spacing-1 > .nav-item > a,
.h-spacing-1 > .nav-item > span {
  padding-left: 1px;
  padding-right: 1px;
}
.v-spacing-1 > a,
.v-spacing-1 > .nav-item > a,
.v-spacing-1 > .nav-item > span {
  padding-top: 1px;
  padding-bottom: 1px;
}
.enable-responsive .spacing-1 > li + li {
  margin: 1px 0 0 0 !important;
}
.spacing-0:not(.text) > li:not(:last-child) {
  margin-right: 0px;
}
.spacing-0 > .accordion-item + .accordion-item {
  margin-top: 0px;
}
.h-spacing-0 > a,
.h-spacing-0 > .nav-item > a,
.h-spacing-0 > .nav-item > span {
  padding-left: 0px;
  padding-right: 0px;
}
.v-spacing-0 > a,
.v-spacing-0 > .nav-item > a,
.v-spacing-0 > .nav-item > span {
  padding-top: 0px;
  padding-bottom: 0px;
}
.enable-responsive .spacing-0 > li + li {
  margin: 0px 0 0 0 !important;
}
.enable-responsive .popupmenitems > li:first-child {
  margin: 0 !important;
}
.menone-level .nav-popup {
  display: none;
}
.nav-link {
  display: block;
  white-space: nowrap;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
  border: 0 none transparent;
  outline: none !important;
  background-color: transparent;
  margin: 0;
  -webkit-text-decoration-skip: objects;
}
.nav-link,
.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}
.nav-item a.nav-link,
.mencollapse a.nav-link {
  color: inherit;
}
.nav-container > .nav > .nav-item > .nav-link {
  padding: 10px 20px;
}
.mencollapse {
  display: none;
  border: none;
  z-index: 1;
}
.mencollapse .nav-link {
  text-decoration: none !important;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: calc(1em + 8px);
}
.mencollapse .nav-link svg {
  min-width: 1em;
  width: auto;
  height: 1em;
  vertical-align: top;
}
.mencollapse .nav-link svg + svg {
  position: absolute;
  min-width: auto;
  width: 0;
  height: 0;
  overflow: hidden;
}
.mencollapse .nav-link.file-icon img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: contain;
}
.mencollapse .nav-link.file-icon::after {
  content: '';
  height: 1em;
  width: 1em;
  display: block;
}
.nav-container-collapse {
  display: none;
  z-index: 1001;
  left: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  position: fixed !important;
  overflow: hidden;
  width: 0;
}
.menclose {
  z-index: 1;
  position: relative;
  width: 22px;
  height: 28px;
  margin: 20px 20px 0 auto;
  text-align: right;
  font-style: initial;
  letter-spacing: initial;
  font-weight: initial;
  display: block;
}
.menclose:before {
  content: "\2715";
  font-size: 28px !important;
}
.popupmenitems {
  margin: 20px auto 0;
}
.sidenav {
  flex: 0 0 0;
}
.sidenav .inner-container-layout:before {
  display: none;
}
.menu:not(.open) .sidenav {
  border: none;
}
.sidenav .popupmenitems {
  display: table;
}
.sidenav .nav-item {
  display: block;
  height: auto;
  margin-left: 0;
  /* override horizontal spacing */
}
.sidenav .nav-link {
  background: transparent;
}
.enable-responsive .mencollapse {
  display: block;
}
.enable-responsive .nav-container-collapse {
  display: flex;
}
.enable-responsive .nav-container {
  display: none;
}
@media (min-width: 1400px) {
  .menu[data-responsive-from="XXL"] .mencollapse {
    display: block;
  }
  .menu[data-responsive-from="XXL"] .nav-container-collapse {
    display: flex;
  }
  .menu[data-responsive-from="XXL"] .nav-container {
    display: none;
  }
}
@media (min-width: 1200px) {
  .xl-mode .menu[data-responsive-from="XL"] .mencollapse {
    display: block;
  }
  .xl-mode .menu[data-responsive-from="XL"] .nav-container-collapse {
    display: flex;
  }
  .xl-mode .menu[data-responsive-from="XL"] .nav-container {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .xxl-mode .menu[data-responsive-from="XL"] .mencollapse {
    display: block;
  }
  .xxl-mode .menu[data-responsive-from="XL"] .nav-container-collapse {
    display: flex;
  }
  .xxl-mode .menu[data-responsive-from="XL"] .nav-container {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .menu[data-responsive-from="LG"] .mencollapse {
    display: block;
  }
  .menu[data-responsive-from="LG"] .nav-container-collapse {
    display: flex;
  }
  .menu[data-responsive-from="LG"] .nav-container {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu[data-responsive-from="MD"] .mencollapse,
  .menu:not([data-responsive-from]) .mencollapse {
    display: block;
  }
  .menu[data-responsive-from="MD"] .nav-container-collapse,
  .menu:not([data-responsive-from]) .nav-container-collapse {
    display: flex;
  }
  .menu[data-responsive-from="MD"] .nav-container,
  .menu:not([data-responsive-from]) .nav-container {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .menu[data-responsive-from="SM"] .mencollapse {
    display: block;
  }
  .menu[data-responsive-from="SM"] .nav-container-collapse {
    display: flex;
  }
  .menu[data-responsive-from="SM"] .nav-container {
    display: none;
  }
}
@media (max-width: 575px) {
  .menu[data-responsive-from="XS"] .mencollapse {
    display: block;
  }
  .menu[data-responsive-from="XS"] .nav-container-collapse {
    display: flex;
  }
  .menu[data-responsive-from="XS"] .nav-container {
    display: none;
  }
}
.menu.offcanvas .sidenav {
  height: 100vh;
  height: -webkit-fill-available;
  transition: margin-left 500ms ease;
  border-top: none;
  border-bottom: none;
  white-space: normal;
}
.menu.offcanvas .sidenav > * {
  position: relative;
}
.menu.offcanvas .sidenav .nav-link {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.menu.offcanvas:not(.menopen-right) .sidenav {
  border-left: none;
}
.menu.offcanvas.menopen-right .sidenav {
  order: 1;
  border-right: none;
  transition-property: margin-right;
}
.menu.offcanvas.open .sidenav {
  margin-left: 0;
  margin-right: 0;
}
.menu:not(.offcanvas) .sidenav {
  display: none;
}
.menu:not(.offcanvas).open .sidenav {
  display: block;
  flex-basis: 100%;
  height: 100vh;
  height: -webkit-fill-available;
  border: none !important;
}
.menu:not(.offcanvas) .menoverlay {
  display: none !important;
}
.menoverlay {
  display: none;
  width: 100%;
  height: 100vh;
  height: -webkit-fill-available;
}
.sidenav-overflow {
  overflow: auto;
  position: absolute !important;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.offcanvas-unshifted-left .body > *,
.offcanvas-unshifted-left.body > * {
  animation: menunshift-left 500ms normal forwards ease;
}
.offcanvas-opened.offcanvas-shifted-left .body > *,
.offcanvas-opened.offcanvas-shifted-left.body > * {
  animation: menshift-left 500ms normal forwards ease;
}
.offcanvas-unshifted-right .body > *,
.offcanvas-unshifted-right.body > * {
  animation: menunshift-right 500ms normal forwards ease;
}
.offcanvas-opened.offcanvas-shifted-right .body > *,
.offcanvas-opened.offcanvas-shifted-right.body > * {
  animation: menshift-right 500ms normal forwards ease;
}
.offcanvas .sidenav {
  flex-basis: var(--sidenav-width, 250px) !important;
}
.offcanvas:not(.menopen-right) .sidenav {
  margin-left: calc(-1 * var(--sidenav-width, 250px));
}
.offcanvas.menopen-right .sidenav {
  margin-right: calc(-1 * var(--sidenav-width, 250px));
}
@keyframes menshift-left {
  from {
    left: 0;
  }
  to {
    left: var(--sidenav-width, 250px);
  }
}
@keyframes menunshift-left {
  from {
    left: var(--sidenav-width, 250px);
  }
  to {
    left: 0;
  }
}
@keyframes menshift-right {
  from {
    right: 0;
  }
  to {
    right: var(--sidenav-width, 250px);
  }
}
@keyframes menunshift-right {
  from {
    right: var(--sidenav-width, 250px);
  }
  to {
    right: 0;
  }
}
.flip-horizontal {
  transform: scaleX(-1);
}
.flip-vertical {
  transform: scaleY(-1);
}
.flip-horizontal.flip-vertical {
  transform: scaleX(-1) scaleY(-1);
}
.rich-text .rich-text-video-container {
  position: relative;
}
html {
  font-size: 16px;
}
.body {
  font-size: 1rem;
  line-height: 1.6;
}
.body h1,
.body h2,
.body h3,
.body h4,
.body h5,
.body h6 {
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 500;
  color: inherit;
}
h1 {
  font-size: 2.25rem;
}
h2 {
  font-size: 1.5rem;
}
h3 {
  font-size: 1.25rem;
}
h4 {
  font-size: 1.25rem;
}
h5 {
  font-size: 1.125rem;
}
h6 {
  font-size: 1.125rem;
}
p {
  margin-top: 0;
  padding: 0;
  margin-bottom: 0.5rem;
}
.uppercase {
  text-transform: uppercase;
}
.align-left {
  text-align: left;
}
@media (min-width: 1400px) {
  .align-left-xxl {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .xl-mode .align-left-xl {
    text-align: left;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .xxl-mode .align-left-xl {
    text-align: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .align-left-lg {
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .align-left-md {
    text-align: left;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .align-left-sm {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .align-left-xs {
    text-align: left;
  }
}
.align-center {
  text-align: center;
}
@media (min-width: 1400px) {
  .align-center-xxl {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .xl-mode .align-center-xl {
    text-align: center;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .xxl-mode .align-center-xl {
    text-align: center;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .align-center-lg {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .align-center-md {
    text-align: center;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .align-center-sm {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .align-center-xs {
    text-align: center;
  }
}
.align-right {
  text-align: right;
}
@media (min-width: 1400px) {
  .align-right-xxl {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .xl-mode .align-right-xl {
    text-align: right;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .xxl-mode .align-right-xl {
    text-align: right;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .align-right-lg {
    text-align: right;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .align-right-md {
    text-align: right;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .align-right-sm {
    text-align: right;
  }
}
@media (max-width: 575px) {
  .align-right-xs {
    text-align: right;
  }
}
.align-justify {
  text-align: justify;
}
@media (min-width: 1400px) {
  .align-justify-xxl {
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  .xl-mode .align-justify-xl {
    text-align: justify;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .xxl-mode .align-justify-xl {
    text-align: justify;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .align-justify-lg {
    text-align: justify;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .align-justify-md {
    text-align: justify;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .align-justify-sm {
    text-align: justify;
  }
}
@media (max-width: 575px) {
  .align-justify-xs {
    text-align: justify;
  }
}
.tabs:not([class*="align-"]),
.accordion:not([class*="align-"]),
.repeater-item:not([class*="align-"]),
.container-style:not([class*="align-"]) {
  text-align: left;
}
.nav:not([class*="align-"]) .nav {
  text-align: left;
}
.text {
  word-wrap: break-word;
  position: relative;
}
.word-break {
  word-break: break-all;
}
.font-arial.custom-font {
  font-family: Arial, sans-serif !important;
}
.font-courier-new.custom-font {
  font-family: 'Courier New', monospace !important;
}
.font-georgia.custom-font {
  font-family: Georgia, serif !important;
}
.font-roboto.custom-font {
  font-family: Roboto, sans-serif !important;
}
.font-open-sans.custom-font {
  font-family: 'Open Sans', sans-serif !important;
}
.font-lato.custom-font {
  font-family: Lato, sans-serif !important;
}
.font-montserrat.custom-font {
  font-family: Montserrat, sans-serif !important;
}
.font-roboto-condensed.custom-font {
  font-family: 'Roboto Condensed', sans-serif !important;
}
.font-oswald.custom-font {
  font-family: Oswald, sans-serif !important;
}
.font-raleway.custom-font {
  font-family: Raleway, sans-serif !important;
}
.font-pt-sans.custom-font {
  font-family: 'PT Sans', sans-serif !important;
}
.font-ubuntu.custom-font {
  font-family: Ubuntu, sans-serif !important;
}
.font-titillium-web.custom-font {
  font-family: 'Titillium Web', sans-serif !important;
}
.font-merriweather.custom-font {
  font-family: Merriweather, serif !important;
}
.font-roboto-slab.custom-font {
  font-family: 'Roboto Slab', serif !important;
}
.font-playfair-display.custom-font {
  font-family: 'Playfair Display', serif !important;
}
.font-lobster.custom-font {
  font-family: Lobster, display !important;
}
.rectangle {
  border-radius: 0;
}
.circle {
  border-radius: 50%;
}
.btn.circle {
  border-radius: 100px;
}
.container-style.hover-feature,
.container-style.hover-feature:before {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.container-style.hover-feature:before {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  display: block;
  transition-duration: inherit;
}
.container-style.hover-feature:hover:before,
.container-style.hover-feature.hover:before {
  opacity: 1;
}
section.opacity:before,
.hover-box > .opacity.container-layout:before,
.opacity > .container-layout:before,
.opacity > .audio-main-layout-wrapper:before,
.opacity > .inner-container-layout:before,
.opacity.sidenav:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition-duration: inherit;
  transition-property: opacity;
  border-radius: inherit;
}
section.opacity,
.opacity.container-style,
.hover-box > .opacity.container-layout,
.opacity > .container-layout,
.opacity > .audio-main-layout-wrapper,
.opacity > .inner-container-layout {
  opacity: 1;
}
.hover-box .opacity.container-layout,
.opacity.container-style {
  background-color: transparent !important;
}
.effect-fade:hover .container-layout.over-slide.opacity {
  opacity: 1;
}
.effect-fade .container-layout.over-slide.opacity {
  opacity: 0;
}
.opacity-100:before,
section.opacity-100:before,
.hover-box > .opacity-100.container-layout:before,
.opacity-100 > .container-layout:before,
.opacity-100 > .audio-main-layout-wrapper:before,
.opacity-100 > .inner-container-layout:before,
.opacity-100.sidenav:before {
  opacity: 1;
}
a.opacity-100,
span.opacity-100,
img.opacity-100,
.opacity-100.line,
.opacity-100.shape,
.opacity-100.text,
.opacity-100.menoverlay {
  opacity: 1;
}
.opacity-95:before,
section.opacity-95:before,
.hover-box > .opacity-95.container-layout:before,
.opacity-95 > .container-layout:before,
.opacity-95 > .audio-main-layout-wrapper:before,
.opacity-95 > .inner-container-layout:before,
.opacity-95.sidenav:before {
  opacity: 0.95;
}
a.opacity-95,
span.opacity-95,
img.opacity-95,
.opacity-95.line,
.opacity-95.shape,
.opacity-95.text,
.opacity-95.menoverlay {
  opacity: 0.95;
}
.opacity-90:before,
section.opacity-90:before,
.hover-box > .opacity-90.container-layout:before,
.opacity-90 > .container-layout:before,
.opacity-90 > .audio-main-layout-wrapper:before,
.opacity-90 > .inner-container-layout:before,
.opacity-90.sidenav:before {
  opacity: 0.9;
}
a.opacity-90,
span.opacity-90,
img.opacity-90,
.opacity-90.line,
.opacity-90.shape,
.opacity-90.text,
.opacity-90.menoverlay {
  opacity: 0.9;
}
.opacity-85:before,
section.opacity-85:before,
.hover-box > .opacity-85.container-layout:before,
.opacity-85 > .container-layout:before,
.opacity-85 > .audio-main-layout-wrapper:before,
.opacity-85 > .inner-container-layout:before,
.opacity-85.sidenav:before {
  opacity: 0.85;
}
a.opacity-85,
span.opacity-85,
img.opacity-85,
.opacity-85.line,
.opacity-85.shape,
.opacity-85.text,
.opacity-85.menoverlay {
  opacity: 0.85;
}
.opacity-80:before,
section.opacity-80:before,
.hover-box > .opacity-80.container-layout:before,
.opacity-80 > .container-layout:before,
.opacity-80 > .audio-main-layout-wrapper:before,
.opacity-80 > .inner-container-layout:before,
.opacity-80.sidenav:before {
  opacity: 0.8;
}
a.opacity-80,
span.opacity-80,
img.opacity-80,
.opacity-80.line,
.opacity-80.shape,
.opacity-80.text,
.opacity-80.menoverlay {
  opacity: 0.8;
}
.opacity-75:before,
section.opacity-75:before,
.hover-box > .opacity-75.container-layout:before,
.opacity-75 > .container-layout:before,
.opacity-75 > .audio-main-layout-wrapper:before,
.opacity-75 > .inner-container-layout:before,
.opacity-75.sidenav:before {
  opacity: 0.75;
}
a.opacity-75,
span.opacity-75,
img.opacity-75,
.opacity-75.line,
.opacity-75.shape,
.opacity-75.text,
.opacity-75.menoverlay {
  opacity: 0.75;
}
.opacity-70:before,
section.opacity-70:before,
.hover-box > .opacity-70.container-layout:before,
.opacity-70 > .container-layout:before,
.opacity-70 > .audio-main-layout-wrapper:before,
.opacity-70 > .inner-container-layout:before,
.opacity-70.sidenav:before {
  opacity: 0.7;
}
a.opacity-70,
span.opacity-70,
img.opacity-70,
.opacity-70.line,
.opacity-70.shape,
.opacity-70.text,
.opacity-70.menoverlay {
  opacity: 0.7;
}
.opacity-65:before,
section.opacity-65:before,
.hover-box > .opacity-65.container-layout:before,
.opacity-65 > .container-layout:before,
.opacity-65 > .audio-main-layout-wrapper:before,
.opacity-65 > .inner-container-layout:before,
.opacity-65.sidenav:before {
  opacity: 0.65;
}
a.opacity-65,
span.opacity-65,
img.opacity-65,
.opacity-65.line,
.opacity-65.shape,
.opacity-65.text,
.opacity-65.menoverlay {
  opacity: 0.65;
}
.opacity-60:before,
section.opacity-60:before,
.hover-box > .opacity-60.container-layout:before,
.opacity-60 > .container-layout:before,
.opacity-60 > .audio-main-layout-wrapper:before,
.opacity-60 > .inner-container-layout:before,
.opacity-60.sidenav:before {
  opacity: 0.6;
}
a.opacity-60,
span.opacity-60,
img.opacity-60,
.opacity-60.line,
.opacity-60.shape,
.opacity-60.text,
.opacity-60.menoverlay {
  opacity: 0.6;
}
.opacity-55:before,
section.opacity-55:before,
.hover-box > .opacity-55.container-layout:before,
.opacity-55 > .container-layout:before,
.opacity-55 > .audio-main-layout-wrapper:before,
.opacity-55 > .inner-container-layout:before,
.opacity-55.sidenav:before {
  opacity: 0.55;
}
a.opacity-55,
span.opacity-55,
img.opacity-55,
.opacity-55.line,
.opacity-55.shape,
.opacity-55.text,
.opacity-55.menoverlay {
  opacity: 0.55;
}
.opacity-50:before,
section.opacity-50:before,
.hover-box > .opacity-50.container-layout:before,
.opacity-50 > .container-layout:before,
.opacity-50 > .audio-main-layout-wrapper:before,
.opacity-50 > .inner-container-layout:before,
.opacity-50.sidenav:before {
  opacity: 0.5;
}
a.opacity-50,
span.opacity-50,
img.opacity-50,
.opacity-50.line,
.opacity-50.shape,
.opacity-50.text,
.opacity-50.menoverlay {
  opacity: 0.5;
}
.opacity-45:before,
section.opacity-45:before,
.hover-box > .opacity-45.container-layout:before,
.opacity-45 > .container-layout:before,
.opacity-45 > .audio-main-layout-wrapper:before,
.opacity-45 > .inner-container-layout:before,
.opacity-45.sidenav:before {
  opacity: 0.45;
}
a.opacity-45,
span.opacity-45,
img.opacity-45,
.opacity-45.line,
.opacity-45.shape,
.opacity-45.text,
.opacity-45.menoverlay {
  opacity: 0.45;
}
.opacity-40:before,
section.opacity-40:before,
.hover-box > .opacity-40.container-layout:before,
.opacity-40 > .container-layout:before,
.opacity-40 > .audio-main-layout-wrapper:before,
.opacity-40 > .inner-container-layout:before,
.opacity-40.sidenav:before {
  opacity: 0.4;
}
a.opacity-40,
span.opacity-40,
img.opacity-40,
.opacity-40.line,
.opacity-40.shape,
.opacity-40.text,
.opacity-40.menoverlay {
  opacity: 0.4;
}
.opacity-35:before,
section.opacity-35:before,
.hover-box > .opacity-35.container-layout:before,
.opacity-35 > .container-layout:before,
.opacity-35 > .audio-main-layout-wrapper:before,
.opacity-35 > .inner-container-layout:before,
.opacity-35.sidenav:before {
  opacity: 0.35;
}
a.opacity-35,
span.opacity-35,
img.opacity-35,
.opacity-35.line,
.opacity-35.shape,
.opacity-35.text,
.opacity-35.menoverlay {
  opacity: 0.35;
}
.opacity-30:before,
section.opacity-30:before,
.hover-box > .opacity-30.container-layout:before,
.opacity-30 > .container-layout:before,
.opacity-30 > .audio-main-layout-wrapper:before,
.opacity-30 > .inner-container-layout:before,
.opacity-30.sidenav:before {
  opacity: 0.3;
}
a.opacity-30,
span.opacity-30,
img.opacity-30,
.opacity-30.line,
.opacity-30.shape,
.opacity-30.text,
.opacity-30.menoverlay {
  opacity: 0.3;
}
.opacity-25:before,
section.opacity-25:before,
.hover-box > .opacity-25.container-layout:before,
.opacity-25 > .container-layout:before,
.opacity-25 > .audio-main-layout-wrapper:before,
.opacity-25 > .inner-container-layout:before,
.opacity-25.sidenav:before {
  opacity: 0.25;
}
a.opacity-25,
span.opacity-25,
img.opacity-25,
.opacity-25.line,
.opacity-25.shape,
.opacity-25.text,
.opacity-25.menoverlay {
  opacity: 0.25;
}
.opacity-20:before,
section.opacity-20:before,
.hover-box > .opacity-20.container-layout:before,
.opacity-20 > .container-layout:before,
.opacity-20 > .audio-main-layout-wrapper:before,
.opacity-20 > .inner-container-layout:before,
.opacity-20.sidenav:before {
  opacity: 0.2;
}
a.opacity-20,
span.opacity-20,
img.opacity-20,
.opacity-20.line,
.opacity-20.shape,
.opacity-20.text,
.opacity-20.menoverlay {
  opacity: 0.2;
}
.opacity-15:before,
section.opacity-15:before,
.hover-box > .opacity-15.container-layout:before,
.opacity-15 > .container-layout:before,
.opacity-15 > .audio-main-layout-wrapper:before,
.opacity-15 > .inner-container-layout:before,
.opacity-15.sidenav:before {
  opacity: 0.15;
}
a.opacity-15,
span.opacity-15,
img.opacity-15,
.opacity-15.line,
.opacity-15.shape,
.opacity-15.text,
.opacity-15.menoverlay {
  opacity: 0.15;
}
.opacity-10:before,
section.opacity-10:before,
.hover-box > .opacity-10.container-layout:before,
.opacity-10 > .container-layout:before,
.opacity-10 > .audio-main-layout-wrapper:before,
.opacity-10 > .inner-container-layout:before,
.opacity-10.sidenav:before {
  opacity: 0.1;
}
a.opacity-10,
span.opacity-10,
img.opacity-10,
.opacity-10.line,
.opacity-10.shape,
.opacity-10.text,
.opacity-10.menoverlay {
  opacity: 0.1;
}
.opacity-5:before,
section.opacity-5:before,
.hover-box > .opacity-5.container-layout:before,
.opacity-5 > .container-layout:before,
.opacity-5 > .audio-main-layout-wrapper:before,
.opacity-5 > .inner-container-layout:before,
.opacity-5.sidenav:before {
  opacity: 0.05;
}
a.opacity-5,
span.opacity-5,
img.opacity-5,
.opacity-5.line,
.opacity-5.shape,
.opacity-5.text,
.opacity-5.menoverlay {
  opacity: 0.05;
}
.opacity-0:before,
section.opacity-0:before,
.hover-box > .opacity-0.container-layout:before,
.opacity-0 > .container-layout:before,
.opacity-0 > .audio-main-layout-wrapper:before,
.opacity-0 > .inner-container-layout:before,
.opacity-0.sidenav:before {
  opacity: 0;
}
a.opacity-0,
span.opacity-0,
img.opacity-0,
.opacity-0.line,
.opacity-0.shape,
.opacity-0.text,
.opacity-0.menoverlay {
  opacity: 0;
}
.opacity-var:before,
section.opacity-var:before,
.hover-box > .opacity-var.container-layout:before,
.opacity-var > .container-layout:before,
.opacity-var > .audio-main-layout-wrapper:before,
.opacity-var > .inner-container-layout:before,
.opacity-var.sidenav:before {
  opacity: var(--opacity);
}
a.opacity-var,
span.opacity-var,
img.opacity-var,
.opacity-var.line,
.opacity-var.shape,
.opacity-var.text,
.opacity-var.menoverlay {
  opacity: var(--opacity);
}
[class*="custom-color-"].body,
[class*="palette-"].body,
[class*="gray-"].body,
.white.body,
.black.body {
  background-image: none;
}
.button-style[class*="custom-color-"],
.button-style[class*="palette-"],
.button-style[class*="gray-"],
.button-style.white,
.button-style.black {
  border-width: 0;
}
.search-left .search-icon[class*="custom-color-"],
.search-left .search-icon[class*="palette-"],
.search-left .search-icon[class*="gray-"],
.search-left .search-icon.white,
.search-left .search-icon.black {
  margin-right: 0.8em;
}
.search-right .search-icon[class*="custom-color-"],
.search-right .search-icon[class*="palette-"],
.search-right .search-icon[class*="gray-"],
.search-right .search-icon.white,
.search-right .search-icon.black {
  margin-left: 0.8em;
}
.social-icons {
  display: flex;
  min-width: -webkit-fit-content !important;
  min-width: fit-content !important;
  justify-content: space-between;
  align-items: center;
}
.social-url {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
  border: 0 none transparent;
  outline: none !important;
  background-color: transparent;
  margin: 0;
  -webkit-text-decoration-skip: objects;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.social-icons .icon {
  display: flex;
  height: 100% !important;
}
.social-icons .icon .svg-link,
.social-icons .icon img {
  width: unset;
  flex: 1 0 auto;
}
.social-icons .social-url,
.social-icons .social-url:hover {
  color: currentColor;
}
.social-icons a {
  height: 100%;
  display: inline-block;
  flex: 0 0 fit-content;
}
.language {
  display: flex;
  max-width: -webkit-min-content;
  max-width: min-content;
}
.language .icon {
  display: inline-flex;
  width: auto !important;
  vertical-align: middle;
}
.language .language-url,
.language .language-url:hover {
  color: currentColor;
}
.language .caret {
  order: 2;
}
.language a {
  display: inline-block;
  flex: 1;
}
.language-url {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
  border: 0 none transparent;
  outline: none !important;
  background-color: transparent;
  margin: 0;
  -webkit-text-decoration-skip: objects;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  white-space: nowrap;
}
.language-url .svg-link,
.language-url .file-icon img {
  width: auto;
}
.language-url .language-icon svg:first-child {
  width: auto !important;
  height: 100% !important;
}
.language-content-text .language-url,
.language-content-icon-text .language-url {
  display: flex;
  align-items: center;
}
.language-content-text .language-url:after,
.language-content-icon-text .language-url:after {
  content: attr(data-lang-text);
  display: inline-block;
  white-space: nowrap;
}
.language-content-icon-text .language-url:after {
  margin-left: 12px;
}
.language-content-text .language-url .language-icon {
  display: none;
}
.language-dropdown,
.language-url {
  transition: all 200ms ease;
}
.language-dropdown {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  overflow: hidden;
  top: 100%;
  opacity: 0;
  z-index: 1000;
}
.language-dropdown:hover,
.language-active:hover + .language-dropdown {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
}
blockquote {
  padding: 10px 20px;
  padding-left: 0;
  margin: 0 0 20px;
  border-left-width: 0;
  border-top-width: 0 !important;
  border-right-width: 0 !important;
  border-bottom-width: 0 !important;
  border-style: solid;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 20px;
  color: #eeeeee;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014   \A0';
}
.search {
  display: flex;
  flex-wrap: nowrap;
  transition-duration: 0.25s;
  transition-timing-function: ease;
  transition-property: width, margin-left, margin-right;
  --open-width: fit-content;
  --open-duration: 0.25s;
  --overlay-color: white;
  --overlay-border-color: unset;
  --overlay-text-color: unset;
  --overlay-icon-color: unset;
  --overlay-contrast-color: #333;
}
.search.search-left {
  flex-direction: row;
}
.search.search-right {
  flex-direction: row-reverse;
}
.search button {
  cursor: pointer;
  position: relative;
  flex: 0;
  background: none;
  border: 0;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.search button span {
  display: block;
  min-height: 1em;
  min-width: 1em;
  line-height: 1em;
}
.search input {
  flex: 1;
  position: relative;
  border: 0;
  margin: 0;
  min-width: 0;
  outline: 0;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: inherit;
}
.search-left.search input {
  padding-right: 0.8em;
}
.search-right.search input {
  padding-left: 0.8em;
}
.search input::placeholder {
  font-family: inherit;
}
.search-left .search-icon[class*="border-"] {
  margin-right: 0.8em;
}
.search-right .search-icon[class*="border-"] {
  margin-left: 0.8em;
}
.search-icon .svg-link {
  vertical-align: top;
}
.search-layout-icon {
  width: -webkit-max-content !important;
  width: max-content !important;
  min-height: -webkit-max-content !important;
  min-height: max-content !important;
}
.search-layout-icon .search-icon {
  margin: 0 !important;
}
.search-layout-icon input {
  display: none;
}
.search-layout-input button {
  display: none;
}
.search-open {
  width: var(--open-width) !important;
}
.search-open input {
  display: block;
}
.search-open-section.search-open,
.search-open-page.search-open {
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  margin: 0 !important;
}
.search-open-section.search-open:is(.search-layout-icon, .search-layout-icon-input),
.search-open-page.search-open:is(.search-layout-icon, .search-layout-icon-input) {
  border-color: var(--overlay-border-color);
}
.search-open-section.search-open:is(.search-layout-icon, .search-layout-icon-input) .search-icon svg,
.search-open-page.search-open:is(.search-layout-icon, .search-layout-icon-input) .search-icon svg {
  fill: var(--overlay-icon-color);
}
.search-open-section.search-open:is(.search-layout-icon, .search-layout-icon-input) .search-input,
.search-open-page.search-open:is(.search-layout-icon, .search-layout-icon-input) .search-input {
  color: var(--overlay-text-color) !important;
}
.search-open-section.search-open {
  position: absolute;
}
.search-open-page.search-open {
  position: fixed;
}
.search-open-width.search-open-width-left.search-open {
  margin-left: calc(var(--search-left) - var(--open-move-distance)) !important;
}
.search-open-width.search-open-width-right.search-open {
  margin-right: calc(var(--search-right) - var(--open-move-distance)) !important;
}
.search-open-width.search-open-width-both.search-open {
  margin-left: calc(var(--search-left) - var(--open-move-distance) / 2) !important;
  margin-right: calc(var(--search-right) - var(--open-move-distance) / 2) !important;
}
.search-overlay {
  display: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: default;
  background-color: var(--overlay-color);
  transition: opacity var(--open-duration) ease;
  opacity: 0;
}
.search-overlay .close {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 16px;
  width: 16px;
  transition: transform 0.25s ease;
  cursor: pointer;
}
.search-overlay .close svg {
  fill: var(--overlay-contrast-color);
}
.search-overlay .close:hover,
.search-overlay .close:focus {
  transform: scale(1.5);
}
.search-overlay.open {
  display: block;
}
.search-overlay-page {
  position: fixed;
}
.search-overlay-section {
  position: absolute;
}
.pagination {
  margin-bottom: 0px;
  list-style: none;
  padding: 0;
  display: table;
}
.pagination .pagination-item {
  display: inline-block;
}
.pagination .pagination-item.disabled {
  opacity: 0.5;
}
.pagination .pagination-item.disabled,
.pagination .pagination-item.pagination-separator {
  pointer-events: none;
}
.pagination-center.sorting-center .list-control.has-pagination.has-sorting .pagination {
  -webkit-margin-before: 0;
  margin-right: 0 !important;
}
.pagination-left.sorting-left .list-control.has-pagination.has-sorting .pagination {
  grid-column-end: left;
  -webkit-margin-before: 0;
  margin-right: 0 !important;
}
.pagination-right.sorting-right .list-control.has-pagination.has-sorting .pagination {
  grid-column: 2;
  -webkit-margin-before: 0;
  margin-right: 0 !important;
}
.pagination-center.categories-listbox-center .list-control.has-pagination.has-categories-listbox .pagination {
  -webkit-margin-before: 0;
  margin-right: 0 !important;
}
.pagination-left.categories-listbox-left .list-control.has-pagination.has-categories-listbox .pagination {
  grid-column-end: left;
  -webkit-margin-before: 0;
  margin-right: 0 !important;
}
.pagination-right.categories-listbox-right .list-control.has-pagination.has-categories-listbox .pagination {
  grid-column: 2;
  -webkit-margin-before: 0;
  margin-right: 0 !important;
}
.pagination-left .pagination {
  margin-left: 0 !important;
  margin-right: auto !important;
  grid-column: 1;
}
.pagination-center .pagination {
  margin-left: auto !important;
  margin-right: auto !important;
  grid-column: 2;
}
.pagination-right .pagination {
  margin-left: auto !important;
  margin-right: 0 !important;
  grid-column: 3;
}
.pagination.spacing-0 .nav-item:not(:last-child):not(.active) .nav-link {
  border-right-width: 0 !important;
}
.pagination.spacing-0 .nav-item.active + .nav-item .nav-link {
  border-left-width: 0 !important;
}
@media (max-width: 767px) {
  .pagination .pagination-item {
    display: none;
  }
  .pagination .pagination-item.active,
  .pagination .pagination-item.next,
  .pagination .pagination-item.start,
  .pagination .pagination-item.end,
  .pagination .pagination-item.prev:not(.disabled),
  .pagination .pagination-item:nth-last-child(1),
  .pagination .pagination-item:nth-last-child(2),
  .pagination .pagination-item:nth-last-child(3),
  .pagination .pagination-item.active:first-child + .pagination-item {
    display: inline-block;
  }
  .pagination.responsive-style1 .pagination-item:not(.active) + .pagination-item:nth-last-child(4),
  .pagination.responsive-style1 .pagination-item.prev + .active + .pagination-item {
    display: inline-block;
  }
  .pagination.responsive-style1 .pagination-item.active ~ .pagination-item:nth-last-child(4) {
    display: none;
  }
  .pagination.responsive-style2 .pagination-item.active:first-child + .pagination-item + .pagination-item {
    display: inline-block;
  }
  .pagination.responsive-style2 .pagination-item.active ~ .pagination-item:nth-last-child(3) {
    display: none;
  }
}
.sorting {
  position: relative;
  min-width: 255px;
  color: #000000;
}
.sorting-left .sorting {
  margin-left: 0 !important;
  margin-right: auto !important;
  grid-column: 1;
}
.sorting-center .sorting {
  margin-left: auto !important;
  margin-right: auto !important;
  grid-column: 2;
}
.sorting-center.pagination-center .has-pagination.has-sorting .sorting {
  grid-column-start: left;
}
.sorting-left.pagination-left .has-pagination.has-sorting .sorting {
  grid-column-start: left;
}
.sorting-right.pagination-right .has-pagination.has-sorting .sorting {
  grid-column-start: left;
}
.sorting-center.categories-listbox-center .has-sorting.has-categories-listbox .sorting {
  grid-column-start: left;
}
.sorting-left.categories-listbox-left .has-sorting.has-categories-listbox .sorting {
  grid-column-start: left;
}
.sorting-right.categories-listbox-right .has-sorting.has-categories-listbox .sorting {
  grid-column-start: left;
}
.sorting-right .sorting {
  margin-left: auto !important;
  margin-right: 0 !important;
  grid-column: 3;
}
.sorting select {
  height: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.sorting .caret {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  pointer-events: none;
}
.sorting select[size] ~ .caret {
  display: none;
}
.breadcrumbs {
  list-style: none;
  padding: 0;
  display: table;
}
.breadcrumbs .breadcrumbs-item {
  display: inline-block;
}
.breadcrumbs .breadcrumbs-item:last-of-type .nav-link,
.breadcrumbs .breadcrumbs-item.breadcrumbs-separator .nav-link {
  pointer-events: none;
}
.breadcrumbs .breadcrumbs-separator .nav-link {
  padding: 0 !important;
}
.breadcrumbs .svg-link {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
}
.breadcrumbs .svg-content {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.categories {
  display: table;
}
.categories ul {
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
}
.categories .expand-leaf svg {
  visibility: hidden;
}
aside .categories.categories-vertical {
  width: 100%;
}
aside .categories.categories-vertical ul {
  width: 100%;
}
.categories.categories-vertical,
.categories.categories-horizontal {
  line-height: 1;
}
.categories.categories-vertical {
  /* indent for all tree children excepts root */
}
.categories.categories-vertical ul {
  display: table;
}
.categories.categories-vertical ul .categories-item {
  display: block;
}
.categories.categories-vertical li {
  margin-left: 18px;
}
.categories.categories-vertical li.root {
  margin-left: 0;
}
.categories.categories-vertical li a {
  display: inline;
}
.categories.categories-vertical li .categories-item-content {
  text-align: left;
  padding-left: 0 !important;
  padding-right: 5px !important;
  margin-right: 0 !important;
}
.categories.categories-vertical a .icon {
  opacity: 0;
  transition: opacity 0s, opacity 0.3s linear;
  display: inline;
  font-size: 1em;
  fill: currentColor;
  vertical-align: middle;
  white-space: nowrap;
}
.categories.categories-vertical:hover a .icon {
  opacity: 1;
}
.categories.categories-vertical .expand-open ul {
  display: block;
}
.categories.categories-vertical .expand-closed ul {
  display: none;
}
.categories.categories-horizontal ul ul {
  display: none;
}
.categories.categories-horizontal ul,
.categories.categories-horizontal ul .expand-open ul,
.categories.categories-horizontal ul .expand-open .categories-item-content {
  display: inline-block;
}
.categories.categories-horizontal ul .categories-item {
  display: inline-block;
  margin-left: 0 !important;
}
.categories.categories-horizontal ul .categories-item:last-child .categories-item-content {
  margin-right: 0 !important;
}
.categories.categories-horizontal ul .icon {
  display: none;
}
.categories-listbox {
  position: relative;
  min-width: 255px;
  margin-right: auto;
  color: #000000;
}
.categories-listbox select {
  height: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.categories-listbox .caret {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  pointer-events: none;
}
.categories-listbox select[size] ~ .caret {
  display: none;
}
.categories-listbox-left .categories-listbox {
  margin-left: 0 !important;
  margin-right: auto !important;
  grid-column: 1;
}
.categories-listbox-center .categories-listbox {
  margin-left: auto !important;
  margin-right: auto !important;
  grid-column: 2;
}
.categories-listbox-right .categories-listbox {
  margin-left: auto !important;
  margin-right: 0 !important;
  grid-column: 3;
}
.categories-listbox-center.pagination-center .has-pagination.has-categories-listbox .categories-listbox {
  grid-column-start: left;
}
.categories-listbox-left.pagination-left .has-pagination.has-categories-listbox .categories-listbox {
  grid-column-start: left;
}
.categories-listbox-right.pagination-right .has-pagination.has-categories-listbox .categories-listbox {
  grid-column-start: left;
}
.categories-listbox-center.sorting-center .list-control.has-sorting.has-categories-listbox .categories-listbox {
  -webkit-margin-before: 0;
  margin-right: 0 !important;
}
.categories-listbox-left.sorting-left .list-control.has-sorting.has-categories-listbox .categories-listbox {
  grid-column-end: left;
  -webkit-margin-before: 0;
  margin-right: 0 !important;
}
.categories-listbox-right.sorting-right .list-control.has-sorting.has-categories-listbox .categories-listbox {
  grid-column: 2;
  -webkit-margin-before: 0;
  margin-right: 0 !important;
}
/*begin-commonstyles photoswipe*/
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}
.pswp * {
  box-sizing: border-box;
}
.pswp img {
  max-width: none;
}
/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--open {
  display: block;
}
.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  transform-origin: left top;
  /* for open/close transition */
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none;
}
.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}
.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}
/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}
/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222;
}
.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}
/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}
.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}
/* previews */
.pswp__caption {
  text-align: center;
}
.pswp__caption__center {
  bottom: 3em;
}
.pswp__previews {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-flow: row;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.3);
  overflow: auto;
}
.pswp__previews img {
  width: 5em;
  height: 5em;
  object-fit: cover;
  opacity: 0.3;
  transition: opacity 0.3s;
  cursor: pointer;
}
.pswp__previews img:hover {
  opacity: 1;
}
.pswp__previews img.active {
  opacity: 1;
  cursor: default;
}
.pswp__previews::-webkit-scrollbar {
  display: none;
}
/* end previews  */
/*end-commonstyles photoswipe*/
/*begin-commonstyles photoswipe-default*/
/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*

	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  transition: opacity 0.2s;
  box-shadow: none;
}
.pswp__button:focus,
.pswp__button:hover {
  opacity: 1;
}
.pswp__button:active {
  outline: none;
  opacity: 0.9;
}
.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQgAAABYCAYAAAAJD2m8AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjE1MjlDODkyNzhFRDExRUE4ODlDRjAwQ0Q5ODQ0NUI5IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjE1MjlDODkzNzhFRDExRUE4ODlDRjAwQ0Q5ODQ0NUI5Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTUyOUM4OTA3OEVEMTFFQTg4OUNGMDBDRDk4NDQ1QjkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTUyOUM4OTE3OEVEMTFFQTg4OUNGMDBDRDk4NDQ1QjkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4aKz4qAAAEPklEQVR42uzdz64TVRwH8NZcQ1hxTSRowIXxMRBCCIm8gq+gG+KKtS5U4kITLxv2PAOsIMBrsDDxH5GEuyOGxPE3ehpr77SdTm9nzpl+Pskv5dKW/mjnfHvOzPR2WlXVBKDJW54CQEAAAgIQEICAAAQEICAAAQEICEBAAAICQEAAAgIQEMAOHXS834nPiE/Dyjs0fK583X12YdZH236H6LGhl4/j4vOoK1Hno/6Iehp1FO09y22j2rRfv3IgX9OOL46A6KfXOsB/iPos6kXUg6jfo96Luhl1Iepu1K1o800GwdCpXwGRsfrF6VBVtcWruu39tw2INo89ZI9zPdyL+ivqTtTZhevOpr+vr7+XybbUqd+O26DqofYiIKoGu7jPKfd8OT3sd2tudyfd7vLA4dC5XwMx39pqidF1+t339L3L8mboJVE8/P24uB71YTzs6/m+5vuIH8/ExU9Rj+KvPx0wIBr7bbjdiX4tMUa2k3LbgdL3ur7L42Wwc7IebA9XDbbU558xwB7GH2/olywCgl7UO/R+bZrRNMzAfol6N9d+G0I3h34REEWrjwK8vzi4FpcYycWolzn2u0QO/dKCE6Xy9Sjq5uLRgCVr+k+inuiXLALCUYxeHKVp+1dLpukzX6bbHQ28LTX22yCXfmk5eBzmzDMg6h5+TOcNfL3kvIJv0/VVJttSp34dTnSY88Tg2+b+24ZFm8fO5EzKt+Pi+8n/z0z8La31Z2cmTlqu+7Pt12HOfDnVOuOAmOtl9tmGq5N/9/6/TGv4fz7bMP/cltivgBAQAqKn/1cpPS9sD1NDcUQBUciY2cf9SdW0oBdn1q8ZRL4c5hxT2heW3FPvNAICEBCAgAAEBICAAAQEICAAAQEICEBAAAICEBCAgAAEBCAgAAQEICCA0zHab9Ya+teY+WVJmEEAAgIQEAACAhAQo1cV8IUSlS+9EBAMN/ByHoAl9IiAGKX5L53JcQCW9lWACAghIRwQEEJCOHBaDjwF+e9n2PQ+Qw3MxX436F+QjHUGsclGPOA7XLWiDtNtDlfcBswguoZDm3etTW7LZlP0XKb19WN36cVBjpHOINqufzNal76TprPzdZyuO04/fxD1vMRlSA7Bm/vRFXpeYqzbIArbaXUp6nHURyWERK7PrZAQEK02iMLD4ZpwEBICYkcbxAjC4ecS9k/k/NyW0CM9BcSyDaHwcJjtp8h6AJYQZAiIEhU3c4BiA2LdTsoM3V4TDoeT/86TgL1zsItwmE0rCzj34Yt0+c2SmcOruaUG7J1plzf4xbG+aofkUDsrF8/6TZf1eRDHm/wzXQPC0rvza8WYlhjrAsDhLtjTgGg7OxASsIf7IGbn3rdZOmxy2x065yWHHe+DKHGZu+3zZFPBEgPgtJYYJc2UvNRgBgEICEBAAAICEBCAgAAEBCAgAAEBICAAAQEICGCX/hZgANzhlTFY6SDTAAAAAElFTkSuQmCC') 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}
@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSIyNjRweCIgaGVpZ2h0PSI4OHB4IiB2aWV3Qm94PSIwIDAgMjY0IDg4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyNjQgODgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPHBvbHlnb24gZmlsbD0iI0ZGRkZGRiIgcG9pbnRzPSI3MSw2OCA3MSw3MyA1OSw3MyA1OSw2MSA2NCw2MSA2NCw1OSA1Nyw1OSA1Nyw3NSA3Myw3NSA3Myw2OCAJIi8+DQoJPHBvbHlnb24gZmlsbD0iI0ZGRkZGRiIgcG9pbnRzPSI2Nyw1OSA2Nyw2MSA2OS42LDYxIDYzLjIsNjcuNCA2NC42LDY4LjggNzEsNjIuNCA3MSw2NSA3Myw2NSA3Myw1OSAJIi8+DQo8L2c+DQo8Zz4NCgk8cGF0aCBpZD0iU2hhcGVfMV8iIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xMywyOXYtNWgydjNoM3YySDEzeiBNMTMsMTVoNXYyaC0zdjNoLTJWMTV6IE0zMSwxNXY1aC0ydi0zaC0zdi0ySDMxeiBNMzEsMjloLTV2LTJoM3YtM2gyDQoJCVYyOXoiLz4NCjwvZz4NCjxnPg0KCTxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik02MiwyNHY1aC0ydi0zaC0zdi0ySDYyeiBNNjIsMjBoLTV2LTJoM3YtM2gyVjIweiBNNzAsMjB2LTVoMnYzaDN2Mkg3MHogTTcwLDI0aDV2MmgtM3YzaC0yVjI0eiIvPg0KPC9nPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTE5LjYsNjZMMTQsNjAuNGwxLjQtMS40bDUuNiw1LjZsNS42LTUuNmwxLjQsMS40TDIyLjQsNjZsNS42LDUuNkwyNi42LDczTDIxLDY3LjRMMTUuNCw3M0wxNCw3MS42TDE5LjYsNjYNCgl6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMTExLjgsNjVsLTEuOC0xLjVsMy0zLjVoLTEwdi0yaDEwbC0zLTMuNWwxLjgtMS41bDUuMiw2TDExMS44LDY1eiIvPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTE1Mi4yLDY1bDEuOC0xLjVsLTMtMy41aDEwdi0yaC0xMGwzLTMuNWwtMS44LTEuNWwtNS4yLDZMMTUyLjIsNjV6Ii8+DQo8Zz4NCgk8cGF0aCBpZD0iUmVjdGFuZ2xlLTExIiBmaWxsPSIjRkZGRkZGIiBkPSJNMTYxLDI4LjVsLTMuMy0zLjNsLTEuNCwxLjRsMy4zLDMuM0wxNjEsMjguNXoiLz4NCgk8cGF0aCBpZD0iT3ZhbC0xIiBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS13aWR0aD0iMS41IiBkPSJNMTUyLjUsMjdjMywwLDUuNS0yLjUsNS41LTUuNXMtMi41LTUuNS01LjUtNS41DQoJCXMtNS41LDIuNS01LjUsNS41UzE0OS41LDI3LDE1Mi41LDI3eiIvPg0KCTxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xNTAsMjFoNXYxaC01VjIxeiIvPg0KPC9nPg0KPGc+DQoJPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTExNywyOC41bC0xLjQsMS40bC0zLjMtMy4zbDEuNC0xLjRMMTE3LDI4LjV6Ii8+DQoJPHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2Utd2lkdGg9IjEuNSIgZD0iTTEwOC41LDI3YzMsMCw1LjUtMi41LDUuNS01LjVzLTIuNS01LjUtNS41LTUuNXMtNS41LDIuNS01LjUsNS41DQoJCVMxMDUuNSwyNywxMDguNSwyN3oiLz4NCgk8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMTA2LDIxaDV2MWgtNVYyMXoiLz4NCgk8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMTA5LDE5bC0wLjEsNWwtMC45LDBsMC4xLTVMMTA5LDE5eiIvPg0KPC9nPg0KPC9zdmc+DQo=');
  }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}
.pswp__button--close {
  background-position: 0 -44px;
}
.pswp__button--share {
  background-position: -44px -44px;
}
.pswp__button--fs {
  display: none;
}
.pswp--supports-fs .pswp__button--fs {
  display: block;
}
.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}
.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}
.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}
.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}
/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}
/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}
.pswp__button--arrow--left {
  left: 0;
}
.pswp__button--arrow--right {
  right: 0;
}
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}
.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}
.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}
/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}
.pswp__share-modal--hidden {
  display: none;
}
.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  transform: translateY(6px);
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}
.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}
.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}
.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}
.pswp__share-modal--fade-in {
  opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
  transform: translateY(0);
}
/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}
a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}
a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}
a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}
a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}
a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}
a.pswp__share--download:hover {
  background: #DDD;
}
/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}
/*

	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}
.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}
.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC;
}
.pswp__caption--empty {
  display: none;
}
/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden;
}
/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}
.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}
.pswp__preloader--active {
  opacity: 1;
}
.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url("data:image/gif;base64,R0lGODlhFAAUAPMIAIeHhz8/P1dXVycnJ8/Pz7e3t5+fn29vb////wAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFBwAIACwAAAAAFAAUAEAEUxDJSatFxtwaggWAdIyHJAhXoRYSQUhDPGx0TbmujahbXGWZWqdDAYEsp5NupLPkdDwE7oXwWVasimzWrAE1tKFHErQRK8eL8mMUlRBJVI307uoiACH5BAUHAAgALAEAAQASABIAAAROEMkpS6E4W5upMdUmEQT2feFIltMJYivbvhnZ3R0A4NMwIDodz+cL7nDEn5CH8DGZh8MtEMBEoxkqlXKVIgQCibbK9YLBYvLtHH5K0J0IACH5BAUHAAgALAEAAQASABIAAAROEMkpjaE4W5spANUmFQX2feFIltMJYivbvhnZ3d1x4BNBIDodz+cL7nDEn5CH8DGZAsFtMMBEoxkqlXKVIgIBibbK9YLBYvLtHH5K0J0IACH5BAUHAAgALAEAAQASABIAAAROEMkpAaA4W5vpOdUmGQb2feFIltMJYivbvhnZ3Z0g4FNRIDodz+cL7nDEn5CH8DGZgcCNQMBEoxkqlXKVIgYDibbK9YLBYvLtHH5K0J0IACH5BAUHAAgALAEAAQASABIAAAROEMkpz6E4W5upENUmAQD2feFIltMJYivbvhnZ3V0Q4JNhIDodz+cL7nDEn5CH8DGZg8GtUMBEoxkqlXKVIggEibbK9YLBYvLtHH5K0J0IACH5BAUHAAgALAEAAQASABIAAAROEMkphaA4W5tpCNUmHQf2feFIltMJYivbvhnZ3d0w4BMAIDodz+cL7nDEn5CH8DGZBMLNYMBEoxkqlXKVIgoFibbK9YLBYvLtHH5K0J0IACH5BAUHAAgALAEAAQASABIAAAROEMkpQ6A4W5vpGNUmCQL2feFIltMJYivbvhnZ3R1B4NNxIDodz+cL7nDEn5CH8DGZhcINAMBEoxkqlXKVIgwGibbK9YLBYvLtHH5K0J0IACH5BAUHAAcALAEAAQASABIAAANCeLo6wzA6FxkhbaoQ4L3ZxnXLh0EjWZ4RV71VUcCLIByyTNt2PsO8m452sBGJBsNxkUwuD03lAQBASqnUJ7aq5UYSADs=") 0 0 no-repeat;
}
.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  animation: clockwise 500ms linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}
.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}
.pswp--css_animation .pswp__preloader__cut {
  /*
			The idea of animating inner circle is based on Polymer ("material") loading indicator
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}
.pswp--css_animation .pswp__preloader__donut {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}
@keyframes clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes donut-rotate {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-140deg);
  }
  100% {
    transform: rotate(0);
  }
}
/*

	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}
/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}
.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}
.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}
/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}
/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}
/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}
/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}
.pswp__element--disabled {
  display: none !important;
}
.pswp--minimal--dark .pswp__top-bar {
  background: none;
}
.lightbox .image,
.lightbox .gallery-item {
  cursor: pointer;
}
/*end-commonstyles photoswipe-default*/
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
.body {
  --animation-fade_in-opacity: 0;
  --animation-fade_in_up-opacity: 0;
  --animation-fade_in_left-opacity: 0;
  --animation-fade_in_right-opacity: 0;
  --animation-fade_in_down-opacity: 0;
  --animation-fade_in_up_big-opacity: 0;
  --animation-fade_in_left_big-opacity: 0;
  --animation-fade_in_right_big-opacity: 0;
  --animation-fade_in_down_big-opacity: 0;
  --animation-fade_out-opacity: 0;
  --animation-fade_out_up-opacity: 0;
  --animation-fade_out_left-opacity: 0;
  --animation-fade_out_right-opacity: 0;
  --animation-fade_out_down-opacity: 0;
  --animation-fade_out_up_big-opacity: 0;
  --animation-fade_out_left_big-opacity: 0;
  --animation-fade_out_right_big-opacity: 0;
  --animation-fade_out_down_big-opacity: 0;
  --animation-rotate_in-rotate: -200deg;
  --animation-rotate_in_down_left-rotate: -45deg;
  --animation-rotate_in_down_right-rotate: 45deg;
  --animation-rotate_in_up_left-rotate: 45deg;
  --animation-rotate_in_up_right-rotate: -90deg;
  --animation-rotate_out-rotate: 200deg;
  --animation-rotate_out_down_left-rotate: 45deg;
  --animation-rotate_out_down_right-rotate: -45deg;
  --animation-rotate_out_up_left-rotate: -45deg;
  --animation-rotate_out_up_right-rotate: 90deg;
  --animation-roll_in-rotate: -120deg;
  --animation-roll_in-translate_x: -100%;
  --animation-roll_out-rotate: 120deg;
  --animation-roll_out-translate_x: 100%;
  --animation-zoom_in-scale: 0.3;
  --animation-zoom_in_down-scale: 0.475;
  --animation-zoom_in_down-translate_y: 60px;
  --animation-zoom_in_up-scale: 0.475;
  --animation-zoom_in_up-translate_y: -60px;
  --animation-zoom_in_left-scale: 0.475;
  --animation-zoom_in_left-translate_x: 10px;
  --animation-zoom_in_right-scale: 0.475;
  --animation-zoom_in_right-translate_x: -10px;
  --animation-zoom_out-scale: 0.3;
  --animation-zoom_out_down-scale: 0.475;
  --animation-zoom_out_down-translate_y: -60px;
  --animation-zoom_out_up-scale: 0.475;
  --animation-zoom_out_up-translate_y: 60px;
  --animation-zoom_out_left-scale: 0.475;
  --animation-zoom_out_left-translate_x: 42px;
  --animation-zoom_out_right-scale: 0.475;
  --animation-zoom_out_right-translate_x: -42px;
  --animation-slide_in_down-translate_y: -100%;
  --animation-slide_in_up-translate_y: 100%;
  --animation-slide_in_left-translate_x: -100%;
  --animation-slide_in_right-translate_x: 100%;
  --animation-slide_out_down-translate_y: 100%;
  --animation-slide_out_up-translate_y: -100%;
  --animation-slide_out_left-translate_x: -100%;
  --animation-slide_out_right-translate_x: 100%;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-scale: 1;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-opacity: 0;
  
  
  
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}
@keyframes shake {
  from,
  to {
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: translate3d(0, 0, 0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes jello {
  from,
  11.1%,
  to {
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}
.heartBeat {
  animation-name: heartBeat;
  animation-duration: 1.3s;
  animation-timing-function: ease-in-out;
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-duration: 0.75s;
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-duration: 0.75s;
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  from {
    opacity: var(--animation-fade_in-opacity);
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  from {
    opacity: var(--animation-fade_in_down-opacity);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  from {
    opacity: var(--animation-fade_in_down_big-opacity);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  from {
    opacity: var(--animation-fade_in_left-opacity);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  from {
    opacity: var(--animation-fade_in_left_big-opacity);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  from {
    opacity: var(--animation-fade_in_right-opacity);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  from {
    opacity: var(--animation-fade_in_right_big-opacity);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  from {
    opacity: var(--animation-fade_in_up-opacity);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  from {
    opacity: var(--animation-fade_in_up_big-opacity);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: var(--animation-fade_out-opacity);
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: var(--animation-fade_out_down-opacity);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: var(--animation-fade_out_down_big-opacity);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: var(--animation-fade_out_left-opacity);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: var(--animation-fade_out_left_big-opacity);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: var(--animation-fade_out_right-opacity);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: var(--animation-fade_out_right_big-opacity);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: var(--animation-fade_out_up-opacity);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: var(--animation-fade_out_up_big-opacity);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-duration: 0.75s;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, var(--animation-rotate_in-rotate));
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, var(--animation-rotate_in_down_left-rotate));
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, var(--animation-rotate_in_down_right-rotate));
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, var(--animation-rotate_in_up_left-rotate));
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, var(--animation-rotate_in_up_right-rotate));
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, var(--animation-rotate_out-rotate));
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, var(--animation-rotate_out_down_left-rotate));
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, var(--animation-rotate_out_down_right-rotate));
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, var(--animation-rotate_out_up_left-rotate));
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, var(--animation-rotate_out_up_right-rotate));
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-duration: 2s;
  animation-name: hinge;
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  animation-name: jackInTheBox;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(var(--animation-roll_in-translate_x), 0, 0) rotate3d(0, 0, 1, var(--animation-roll_in-rotate));
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(var(--animation-roll_out-translate_x), 0, 0) rotate3d(0, 0, 1, var(--animation-roll_out-rotate));
  }
}
.rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(var(--animation-zoom_in-scale), var(--animation-zoom_in-scale), var(--animation-zoom_in-scale));
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(var(--animation-zoom_in_down-scale), var(--animation-zoom_in_down-scale), var(--animation-zoom_in_down-scale)) translate3d(0, var(--animation-zoom_in_down-translate_y), 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(var(--animation-zoom_in_left-scale), var(--animation-zoom_in_left-scale), var(--animation-zoom_in_left-scale)) translate3d(var(--animation-zoom_in_left-translate_x), 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(var(--animation-zoom_in_right-scale), var(--animation-zoom_in_right-scale), var(--animation-zoom_in_right-scale)) translate3d(var(--animation-zoom_in_right-translate_x), 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(var(--animation-zoom_in_up-scale), var(--animation-zoom_in_up-scale), var(--animation-zoom_in_up-scale)) translate3d(0, var(--animation-zoom_in_up-translate_y), 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(var(--animation-zoom_out-scale), var(--animation-zoom_out-scale), var(--animation-zoom_out-scale));
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(var(--animation-zoom_out_down-scale), var(--animation-zoom_out_down-scale), var(--animation-zoom_out_down-scale)) translate3d(0, var(--animation-zoom_out_down-translate_y), 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(var(--animation-zoom_out_left-scale), var(--animation-zoom_out_left-scale), var(--animation-zoom_out_left-scale)) translate3d(var(--animation-zoom_out_left-translate_x), 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(var(--animation-zoom_out_right-scale), var(--animation-zoom_out_right-scale), var(--animation-zoom_out_right-scale)) translate3d(var(--animation-zoom_out_right-translate_x), 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(var(--animation-zoom_out_up-scale), var(--animation-zoom_out_up-scale), var(--animation-zoom_out_up-scale)) translate3d(0, var(--animation-zoom_out_up-translate_y), 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, var(--animation-slide_in_down-translate_y), 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  from {
    transform: translate3d(var(--animation-slide_in_left-translate_x), 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  from {
    transform: translate3d(var(--animation-slide_in_right-translate_x), 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, var(--animation-slide_in_up-translate_y), 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, var(--animation-slide_out_down-translate_y), 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(var(--animation-slide_out_left-translate_x), 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(var(--animation-slide_out_right-translate_x), 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, var(--animation-slide_out_up-translate_y), 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.animated.infinite {
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.animated.delay-1s {
  animation-delay: 1s;
}
.animated.delay-2s {
  animation-delay: 2s;
}
.animated.delay-3s {
  animation-delay: 3s;
}
.animated.delay-4s {
  animation-delay: 4s;
}
.animated.delay-5s {
  animation-delay: 5s;
}
.animated.fast {
  animation-duration: 800ms;
}
.animated.faster {
  animation-duration: 500ms;
}
.animated.slow {
  animation-duration: 2s;
}
.animated.slower {
  animation-duration: 3s;
}
@media (print), (prefers-reduced-motion) {
  .animated {
    animation: unset !important;
    transition: none !important;
  }
}
/*begin-commonstyles animation*/
.backstage {
  animation-play-state: paused;
}
.backstage-hidden {
  visibility: hidden;
}
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, var(--animation-slide_out_up-translate_y), 0);
  }
}
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(var(--animation-slide_out_right-translate_x), 0, 0);
  }
}
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, var(--animation-slide_out_down-translate_y), 0);
  }
}
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(var(--animation-slide_out_left-translate_x), 0, 0);
  }
}
/* Fix zoomIn animation for Internet Explorer */
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(var(--animation-zoom_in-scale), var(--animation-zoom_in-scale), var(--animation-zoom_in-scale));
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(var(--animation-zoom_in_down-scale), var(--animation-zoom_in_down-scale), var(--animation-zoom_in_down-scale)) translate3d(0, var(--animation-zoom_in_down-translate_y), 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
  to {
    opacity: 1;
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(var(--animation-zoom_in_left-scale), var(--animation-zoom_in_left-scale), var(--animation-zoom_in_left-scale)) translate3d(var(--animation-zoom_in_left-translate_x), 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
  to {
    opacity: 1;
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(var(--animation-zoom_in_right-scale), var(--animation-zoom_in_right-scale), var(--animation-zoom_in_right-scale)) translate3d(var(--animation-zoom_in_right-translate_x), 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
  to {
    opacity: 1;
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(var(--animation-zoom_in_up-scale), var(--animation-zoom_in_up-scale), var(--animation-zoom_in_up-scale)) translate3d(0, var(--animation-zoom_in_up-translate_y), 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
  to {
    opacity: 1;
  }
}
@keyframes customAnimationIn {
  from {
    transform-origin: center center;
    transform: translate3d(var(--animation-custom_in-translate_x), var(--animation-custom_in-translate_y), 0) scale3d(var(--animation-custom_in-scale), var(--animation-custom_in-scale), var(--animation-custom_in-scale)) rotate3d(0, 0, 1, calc(-1 * var(--animation-custom_in-rotate)));
    opacity: var(--animation-custom_in-opacity);
  }
  to {
    transform-origin: center center;
    transform: translate3d(-50% !important, -50% !important, 0);
    opacity: 1;
  }
}
@keyframes customAnimationOut {
  from {
    transform-origin: center center;
    transform: translate3d(-50% !important, -50% !important, 0);
    opacity: 1;
  }
  to {
    transform-origin: center center;
    transform: translate3d(var(--animation-custom_in-translate_x), var(--animation-custom_in-translate_y), 0) scale3d(var(--animation-custom_in-scale), var(--animation-custom_in-scale), var(--animation-custom_in-scale)) rotate3d(0, 0, 1, calc(-1 * var(--animation-custom_in-rotate)));
    opacity: var(--animation-custom_in-opacity);
  }
}
.customAnimationIn {
  animation-name: customAnimationIn;
}
.customAnimationOut {
  animation-name: customAnimationOut;
}
.responsive-xs .slideInDown,
.responsive-sm .slideInDown {
  animation-name: slideInUp;
}
.responsive-xs .slideOutUp,
.responsive-sm .slideOutUp {
  animation-name: slideOutDown;
}
/*end-commonstyles animation*/
.animated.absolute-hcenter {
  
  --animation-custom_in-translate_x: -50% !important;
}
.animated.absolute-vcenter {
  
  --animation-custom_in-translate_y: -50% !important;
}
.prevent-animation {
  transform: none !important;
  opacity: 1 !important;
  will-change: auto !important;
  filter: none !important;
}
.animation-sticky {
  position: sticky;
  top: 0;
}
.cookies-consent {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
}
.cookies-consent.show {
  display: block;
}
.gallery-item {
  position: relative;
  overflow: hidden;
}
.gallery-item.hide {
  display: none;
}
.gallery-item.show {
  animation: galleryFilterDadeIn 0.25s ease;
}
@keyframes galleryFilterDadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.gallery-item .back-slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.back-image {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.show-text-none .over-slide {
  display: none;
}
.over-slide .gallery-heading,
.over-slide .gallery-text {
  margin-top: 0;
  margin-bottom: 0;
}
.gallery.layout-grid {
  display: flex;
  flex-direction: column;
}
.gallery.layout-carousel .carousel-indicators li {
  opacity: 0.5;
}
.gallery.layout-carousel .carousel-indicators li.active {
  opacity: 1;
}
.no-transition *,
.no-transition *:before,
.no-transition *:after {
  transition: none !important;
}
.layout-carousel.gallery.product-zoom .back-slide,
.layout-thumbnails.gallery.product-zoom .back-slide {
  background-size: contain;
  background-position: 50% 50%;
  cursor: zoom-in;
  overflow: hidden;
}
.layout-carousel.gallery.product-zoom .back-slide.hover img,
.layout-thumbnails.gallery.product-zoom .back-slide.hover img {
  opacity: 1;
}
.layout-carousel.gallery.product-zoom .back-slide img,
.layout-thumbnails.gallery.product-zoom .back-slide img {
  min-width: 120%;
  min-height: 120%;
  height: auto;
  width: auto;
  opacity: 0;
  transition: opacity .5s;
  pointer-events: none;
}
.gallery-filter {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  --filter-spacing: 0;
  --filter-padding-vertical: 0;
  --filter-padding-horizontal: 0;
  --filter-default-color: transparent;
  --filter-hover-color: transparent;
  --filter-active-color: transparent;
  --filter-text-default-color: transparent;
  --filter-text-hover-color: transparent;
  --filter-text-active-color: transparent;
  --filter-border-color: transparent;
  --filter-border-width: 0;
  --filter-border-radius: 0;
}
.gallery-filter .filter-item {
  margin-bottom: 10px;
}
.gallery-filter .filter-item a {
  display: block;
  margin: 0 var(--filter-spacing);
  padding: var(--filter-padding-vertical) var(--filter-padding-horizontal);
  transition: background-color 0.25s ease;
  background-color: var(--filter-default-color);
  color: var(--filter-text-default-color);
  border: var(--filter-border-width) solid var(--filter-border-color);
  border-radius: var(--filter-border-radius);
}
.gallery-filter .filter-item a:hover {
  background-color: var(--filter-hover-color);
  color: var(--filter-text-hover-color);
}
.gallery-filter .filter-item.active a {
  background-color: var(--filter-active-color);
  color: var(--filter-text-active-color);
}
.repeater {
  display: grid;
  grid-template-columns: repeat(3, 33.33333333%);
  gap: var(--gap, 0);
}
.repeater.layout-spacing-all {
  padding: var(--gap, 0);
}
.repeater-item {
  display: flex;
  position: relative;
}
.list-control {
  display: flex;
  position: relative;
}
.list-control:first-child:not(:empty) {
  margin-bottom: 10px;
}
.repeater + .list-control:not(:empty) {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .list-control {
    justify-content: center;
  }
}
.list-control.has-categories-listbox.has-sorting,
.list-control.has-pagination.has-categories-listbox,
.list-control.has-pagination.has-sorting {
  display: grid;
  grid-auto-flow: row dense;
  position: relative;
  align-items: center;
  grid-template-columns: repeat(3, auto);
}
@media (max-width: 575px) {
  .list-control.has-categories-listbox.has-sorting,
  .list-control.has-pagination.has-categories-listbox,
  .list-control.has-pagination.has-sorting {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .list-control.has-categories-listbox.has-sorting > *,
  .list-control.has-pagination.has-categories-listbox > *,
  .list-control.has-pagination.has-sorting > * {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.pagination-center.sorting-center .list-control.has-pagination.has-sorting {
  grid-template-columns: 0;
  justify-content: center;
}
.pagination-left.sorting-left .list-control.has-pagination.has-sorting {
  grid-template-columns: 0;
  justify-content: left;
}
.pagination-right.sorting-right .list-control.has-pagination.has-sorting {
  grid-template-columns: 0;
  justify-content: right;
}
.pagination-center.categories-listbox-center .list-control.has-pagination.has-categories-listbox {
  grid-template-columns: 0;
  justify-content: center;
}
.pagination-left.categories-listbox-left .list-control.has-pagination.has-categories-listbox {
  grid-template-columns: 0;
  justify-content: left;
}
.pagination-right.categories-listbox-right .list-control.has-pagination.has-categories-listbox {
  grid-template-columns: 0;
  justify-content: right;
}
.sorting-center.categories-listbox-center .list-control.has-sorting.has-categories-listbox {
  grid-template-columns: 0;
  justify-content: center;
}
.sorting-left.categories-listbox-left .list-control.has-sorting.has-categories-listbox {
  grid-template-columns: 0;
  justify-content: left;
}
.sorting-right.categories-listbox-right .list-control.has-sorting.has-categories-listbox {
  grid-template-columns: 0;
  justify-content: right;
}
.list:not(.repeater),
.blog:not(.repeater),
.products:not(.repeater) {
  display: flex;
  flex-direction: column;
}
.list:not(.repeater) .repeater,
.blog:not(.repeater) .repeater,
.products:not(.repeater) .repeater {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
}
.list:not(.repeater) .list-control,
.blog:not(.repeater) .list-control,
.products:not(.repeater) .list-control {
  flex: 0;
}
.table table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
.table th,
.table td {
  padding: 10px;
  font-weight: inherit;
  position: inherit;
}
.table th:empty:before,
.table td:empty:before {
  content: '\A0';
}
.table-valign-top {
  vertical-align: top;
}
.table-valign-middle {
  vertical-align: middle;
}
.table-valign-bottom {
  vertical-align: bottom;
}
@media (max-width: 767px) {
  .table-responsive {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .table-responsive thead th,
  .table-responsive tfoot th,
  .table-responsive thead td,
  .table-responsive tfoot td {
    white-space: nowrap;
  }
}
.custom-list {
  list-style-type: none;
  padding-left: 0;
}
.custom-list li {
  position: relative;
  margin-left: 1.1em;
}
.custom-list .list-icon {
  display: inline-block;
  position: absolute;
  width: 1em;
  min-height: 1em;
  height: auto;
  left: -1.2em;
  fill: currentColor;
  text-align: center;
}
.custom-list .list-icon > :first-child {
  display: inline-block;
  position: relative;
  margin: -0.8em;
  font-size: 0.8em;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  line-height: 0.9;
}
.tabs {
  display: flex;
  flex-direction: column;
}
.tabs .tab-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  margin: 0;
}
.tabs .tab-link {
  display: block;
  padding: 10px 20px;
  color: inherit;
  border-color: transparent;
}
.tabs .tab-pane {
  position: relative;
}
.tabs .tab-content {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.tabs .tab-content > .tab-pane {
  flex: 1;
  display: none;
}
.tabs .tab-content > .tab-active {
  display: flex;
}
.tabs.tab-links-align-left .tab-list {
  justify-content: flex-start;
}
.tabs.tab-links-align-center .tab-list {
  justify-content: center;
}
.tabs.tab-links-align-right .tab-list {
  justify-content: flex-end;
}
.tabs.tab-vertical .tab-list {
  flex-direction: column;
}
.tabs.tab-vertical .tab-list .tab-item:not(:last-child) {
  margin-bottom: 0;
}
.tabs.tab-vertical .tab-list .tab-link {
  text-align: left;
}
.tabs.tab-links-align-justify .tab-list {
  text-align: center;
}
.tabs.tab-links-align-justify .tab-list > * {
  flex: 1;
}
.tab-list[class*="border"] .tab-link.border-0 {
  margin-bottom: 0px;
}
.tab-list[class*="border"] .tab-link.border-1 {
  margin-bottom: -1px;
}
.tab-list[class*="border"] .tab-link.border-2 {
  margin-bottom: -2px;
}
.tab-list[class*="border"] .tab-link.border-3 {
  margin-bottom: -3px;
}
.tab-list[class*="border"] .tab-link.border-4 {
  margin-bottom: -4px;
}
.tab-list[class*="border"] .tab-link.border-5 {
  margin-bottom: -5px;
}
.tab-list[class*="border"] .tab-link.border-6 {
  margin-bottom: -6px;
}
.tab-list[class*="border"] .tab-link.border-7 {
  margin-bottom: -7px;
}
.tab-list[class*="border"] .tab-link.border-8 {
  margin-bottom: -8px;
}
.tab-list[class*="border"] .tab-link.border-9 {
  margin-bottom: -9px;
}
.tab-list[class*="border"] .tab-link.border-10 {
  margin-bottom: -10px;
}
.tab-list[class*="border"] .tab-link.border-11 {
  margin-bottom: -11px;
}
.tab-list[class*="border"] .tab-link.border-12 {
  margin-bottom: -12px;
}
.tab-list[class*="border"] .tab-link.border-13 {
  margin-bottom: -13px;
}
.tab-list[class*="border"] .tab-link.border-14 {
  margin-bottom: -14px;
}
.tab-list[class*="border"] .tab-link.border-15 {
  margin-bottom: -15px;
}
.tab-list[class*="border"] .tab-link.border-16 {
  margin-bottom: -16px;
}
.tab-list[class*="border"] .tab-link.border-17 {
  margin-bottom: -17px;
}
.tab-list[class*="border"] .tab-link.border-18 {
  margin-bottom: -18px;
}
.tab-list[class*="border"] .tab-link.border-19 {
  margin-bottom: -19px;
}
.tab-list[class*="border"] .tab-link.border-20 {
  margin-bottom: -20px;
}
.text .icon,
.btn .icon,
.table-cell .icon,
.tab-link .icon,
.accordion-link-text .icon {
  position: relative;
  display: inline;
  line-height: inherit;
  font-size: 1em;
  fill: currentColor;
  vertical-align: middle;
  white-space: nowrap;
}
.text .icon.file-icon > img[src],
.btn .icon.file-icon > img[src],
.table-cell .icon.file-icon > img[src],
.tab-link .icon.file-icon > img[src],
.accordion-link-text .icon.file-icon > img[src] {
  display: inline-block;
  height: 1em;
  width: auto;
  line-height: 1;
  vertical-align: -0.15em;
}
.text .icon > svg,
.btn .icon > svg,
.table-cell .icon > svg,
.tab-link .icon > svg,
.accordion-link-text .icon > svg {
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  vertical-align: -0.15em;
}
.text .icon > svg + img,
.btn .icon > svg + img,
.table-cell .icon > svg + img,
.tab-link .icon > svg + img,
.accordion-link-text .icon > svg + img {
  position: absolute !important;
  left: calc(50% - 0.5em) !important;
  top: calc(50% - 0.5em) !important;
  display: inline !important;
  padding: 0.5em !important;
  margin: 0 !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  min-width: 0 !important;
  min-height: 0 !important;
  width: 0 !important;
  height: 0 !important;
  line-height: 1 !important;
}
.login {
  display: table;
}
.form-agree .btn,
.table-cell .btn,
.text .btn {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: baseline;
  white-space: normal;
  text-align: inherit;
}
.form-agree .btn.button-link,
.table-cell .btn.button-link,
.text .btn.button-link {
  display: inline;
}
.text.cart-block-content .btn {
  white-space: nowrap;
}
.slider {
  display: flex;
  flex-direction: column;
}
.slider .carousel-inner {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.slider .carousel-inner > .carousel-item {
  flex: 1;
  align-items: initial;
  min-height: 100%;
}
.slider .carousel-inner .carousel-item.active,
.slider .carousel-inner .carousel-item-next,
.slider .carousel-inner .carousel-item-prev {
  display: flex;
}
.layout-grid .gallery-inner {
  display: grid;
  grid-template-columns: repeat(3, auto);
  flex: 1 1 auto;
  gap: var(--gap, 0);
}
.layout-grid .gallery-controls {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
}
.layout-grid .gallery-controls:empty {
  margin: 0;
}
.layout-thumbnails,
.layout-carousel {
  display: flex;
}
.layout-thumbnails .carousel-inner,
.layout-carousel .carousel-inner {
  flex: 1;
}
.layout-thumbnails .carousel-item,
.layout-carousel .carousel-item {
  height: 100%;
  flex-direction: column;
}
.layout-thumbnails .carousel-item.active,
.layout-carousel .carousel-item.active,
.layout-thumbnails .carousel-item.carousel-item-next,
.layout-carousel .carousel-item.carousel-item-next,
.layout-thumbnails .carousel-item.carousel-item-prev,
.layout-carousel .carousel-item.carousel-item-prev {
  display: flex;
}
.layout-thumbnails .carousel-item .back-slide,
.layout-carousel .carousel-item .back-slide {
  position: relative;
}
.layout-carousel:not(.gallery-slider) .over-slide {
  position: relative;
  height: auto;
}
.layout-thumbnails {
  flex-direction: column;
  grid-gap: 0 !important;
}
.layout-thumbnails .gallery-inner {
  display: flex;
}
.layout-thumbnails .over-slide {
  display: none;
}
.layout-thumbnails .carousel-indicators {
  display: none;
}
.layout-thumbnails .carousel-thumbnails {
  padding-left: 0;
  margin: 0;
  list-style: none;
  display: flex;
  overflow-x: auto;
}
.layout-thumbnails .carousel-thumbnail {
  flex-shrink: 0;
  overflow: hidden;
}
.carousel-thumbnail-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.thumbnails-position-bottom {
  flex-direction: column;
}
.thumbnails-position-bottom .carousel-thumbnails {
  flex-direction: row;
  order: 10;
  overflow-x: auto;
}
.thumbnails-position-top {
  flex-direction: column;
}
.thumbnails-position-top .carousel-thumbnails {
  flex-direction: row;
  order: -1;
  overflow-x: auto;
}
.thumbnails-position-left {
  flex-direction: row;
}
.thumbnails-position-left .carousel-thumbnails {
  flex-direction: column;
  order: -1;
  overflow-y: auto;
}
.thumbnails-position-right {
  flex-direction: row;
}
.thumbnails-position-right .carousel-thumbnails {
  flex-direction: column;
  order: 10;
  overflow-y: auto;
}
.layout-horizontal {
  position: relative;
}
.layout-horizontal .repeater,
.layout-horizontal .gallery-inner {
  width: 100%;
  height: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
}
.layout-horizontal .repeater::-webkit-scrollbar,
.layout-horizontal .gallery-inner::-webkit-scrollbar {
  display: none;
}
.layout-horizontal .gallery-inner {
  white-space: nowrap;
}
.layout-horizontal .repeater {
  grid-auto-flow: column;
  grid-auto-rows: 100%;
}
.layout-horizontal .gallery-item {
  height: 100%;
  display: inline-block;
  white-space: normal;
}
.layout-horizontal .gallery-item:last-child {
  margin-right: 0 !important;
}
.layout-horizontal .back-slide {
  display: inline-block;
  width: -webkit-fit-content;
  width: fit-content;
}
.layout-horizontal .back-image {
  width: auto;
}
.product {
  display: flex;
}
.product-price {
  display: table;
}
.price-wrapper {
  display: flex;
}
.price-wrapper .price,
.price-wrapper .old-price {
  margin-top: auto;
  margin-bottom: auto;
}
.price-wrapper .old-price {
  line-height: 1;
}
.price-wrapper .hide-price {
  display: none;
}
.price-wrapper .hide-price + div {
  margin-left: 0 !important;
}
.product-category {
  width: -webkit-max-content;
  width: max-content;
}
.product-category a {
  display: inline-block;
}
.product-second-image {
  display: none;
}
.product-second-image-wrapper {
  position: relative;
}
.product-second-image-wrapper .image {
  transition: all 0.7s ease;
}
.product-second-image-wrapper .image + .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  transition: all 0.7s ease;
}
.product-second-image-wrapper > img + img,
.product-second-image-wrapper > div + div {
  opacity: 0;
}
.product-second-image-wrapper:hover > img + img,
.product-second-image-wrapper:hover > div + div {
  opacity: 1;
}
.product-second-image-wrapper:hover > img:first-child:not(:only-child),
.product-second-image-wrapper:hover > div:first-child:not(:only-child) {
  opacity: 0;
}
.product-variation {
  min-width: -webkit-fit-content;
  min-width: fit-content;
  --gap: 0;
}
.product-variant-tags,
.product-variant-colors {
  display: flex;
  flex-flow: row wrap;
  max-width: -webkit-fit-content;
  max-width: fit-content;
  gap: var(--gap);
}
.product-variant-tags {
  padding: 0;
  margin: 0;
  list-style: none;
}
.product-variant-tags .product-variant-tags-item .nav-link {
  display: flex;
  min-width: 44px;
  height: 44px;
  padding: 4px;
  align-items: center;
  justify-content: center;
}
.product-variant-colors-circle {
  height: 25px;
  width: 25px;
  border: 1px solid #bbb;
  background-color: #bbb;
  border-radius: 50%;
  position: relative;
  display: block;
  cursor: pointer;
}
.rotation-parent > * {
  position: absolute;
  top: 50%;
  left: 50%;
}
.product-quantity {
  display: table;
}
.quantity-input {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.quantity-input input,
.quantity-input a {
  vertical-align: middle;
  line-height: 2em;
  height: 2em;
  font-size: 1em;
}
.quantity-input input {
  border: none;
  min-width: 3em;
  width: 100%;
}
.quantity-input a {
  flex-shrink: 0;
  flex-grow: 0;
  align-items: center;
  display: flex;
  position: relative;
  width: 2em;
  text-align: center;
  text-decoration: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.quantity-input a,
.quantity-input a:hover {
  color: inherit;
}
.quantity-input a svg {
  flex: 1 0 auto;
}
.quantity-input a:not(.hidden) ~ input {
  text-align: center;
}
[class*="border-"].quantity-input a {
  border-top-width: 0 !important;
  border-bottom-width: 0 !important;
}
[class*="border-"].quantity-input a:first-child {
  border-left-width: 0 !important;
}
[class*="border-"].quantity-input a:last-child {
  border-right-width: 0 !important;
}
.quantity-input a.disabled {
  pointer-events: none;
}
.quantity-input a.disabled svg {
  opacity: 0.33;
}
.shopping-cart {
  display: block;
  color: inherit;
}
.shopping-cart:hover {
  color: inherit;
}
.shopping-cart-icon {
  position: relative;
  width: 100%;
  height: 100%;
  isolation: isolate;
}
.shopping-cart-count {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  z-index: 1;
  width: calc(1em + 3px);
  height: calc(1em + 3px);
  line-height: calc(1em + 2px);
  text-align: center;
  vertical-align: baseline;
  box-sizing: content-box;
}
.product-badge {
  text-align: center;
}
.product-sku {
  display: table;
}
.cart-product-image {
  width: 100px;
  display: inline-block;
}
.cart-product-title {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
}
.cart-button-container {
  display: flex;
  position: relative;
  justify-content: space-between;
}
.cart-blocks-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  position: relative;
}
@media (max-width: 767px) {
  .cart-blocks-container {
    grid-template-columns: 1fr;
  }
  .cart-form .btn-submit {
    flex-grow: 0;
    margin-left: auto;
  }
}
.checkout-button-container {
  display: flex;
  position: relative;
  justify-content: space-between;
}
.checkout-blocks-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  position: relative;
}
.checkout-totals-table table {
  margin: 0!important;
}
@media (max-width: 767px) {
  .checkout-blocks-container {
    grid-template-columns: 1fr;
  }
}
.payment-services-inner {
  width: 100%;
}
.tabs.tab-payment {
  flex-grow: 1;
}
.tabs.tab-payment .tab-link {
  display: flex;
  align-items: center;
}
.tabs.tab-payment .tab-link input {
  margin-left: 0;
  margin-right: 1em;
}
.tabs.tab-payment .tab-link svg {
  height: 24px;
  width: 24px;
  margin-left: auto;
  margin-right: 0;
}
.tabs.tab-payment .tab-item:first-child .tab-link {
  border-bottom: none;
}
.dialog {
  display: flex;
  position: relative;
}
.dialog > .container-layout {
  max-height: 90vh !important;
  overflow-y: auto;
  scrollbar-width: thin;
}
.dialog-close-button {
  position: absolute;
  top: 20px;
  right: 20px;
  color: inherit;
  background: transparent;
  padding: 0;
  outline: none;
  cursor: pointer;
}
section.dialog-block {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100001;
}
section.dialog-block:not(.dialog-open) {
  display: none;
}
section.dialog-block.dialog-open:before {
  position: absolute;
}
html.dialog-open-scroll {
  overflow-y: hidden;
}
html.dialog-open-scroll section.dialog-block {
  overflow: auto;
}
html.dialog-open-scroll section.dialog-block.dialog-open:before {
  position: fixed;
}
.countdown {
  display: table;
}
.countdown-wrapper {
  display: flex;
  align-items: baseline;
  flex-wrap: nowrap;
}
.countdown-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.countdown-number {
  box-sizing: content-box;
  display: flex;
  justify-content: center;
  width: 1ch;
}
.countdown-number:before {
  content: '0';
  visibility: hidden;
  width: 0;
}
.countdown-number .start-val,
.countdown-number .old-val,
.countdown-number .new-val {
  width: 1ch;
}
.countdown-number .start-val {
  text-align: center;
}
.countdown-number .counter-wrapper {
  position: relative;
  overflow: hidden;
  width: 1ch;
}
.countdown-number .counter-html {
  position: absolute;
  width: 1ch;
}
.countdown-counter {
  display: flex;
  white-space: nowrap;
}
.countdown-message {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  overflow: hidden;
}
.countdown-message p {
  text-align: center;
  margin: auto !important;
}
.accordion-link {
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  font-weight: inherit;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 20px;
  border-color: transparent;
  cursor: pointer;
}
.accordion-link-icon {
  margin-left: auto;
  flex-shrink: 0;
  background: transparent;
}
.accordion-link-icon svg {
  fill: currentColor !important;
}
.accordion-link-icon-hidden {
  display: none;
}
.accordion-pane {
  position: relative;
  display: none;
}
.accordion-pane.accordion-active {
  display: flex;
}
.accordion.spacing-0 .accordion-item:not(:last-child) .accordion-link:not(.active),
.accordion:not([class*="spacing-"]) .accordion-item:not(:last-child) .accordion-link:not(.active) {
  border-bottom: none;
}
.accordion.spacing-0 .accordion-item:not(:last-child) .accordion-link[class*=border-] ~ .accordion-pane,
.accordion:not([class*="spacing-"]) .accordion-item:not(:last-child) .accordion-link[class*=border-] ~ .accordion-pane {
  border-bottom: none;
}
.section-row {
  position: relative;
}
.section-row.sticky-fixed {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 3;
}
.section-row.sticky-fixed.sticky-with-opened-mobile-menu {
  z-index: 4;
}
.box-shadow.section-row:nth-child(10) {
  z-index: 1;
}
.box-shadow.section-row:nth-child(9) {
  z-index: 2;
}
.box-shadow.section-row:nth-child(8) {
  z-index: 3;
}
.box-shadow.section-row:nth-child(7) {
  z-index: 4;
}
.box-shadow.section-row:nth-child(6) {
  z-index: 5;
}
.box-shadow.section-row:nth-child(5) {
  z-index: 6;
}
.box-shadow.section-row:nth-child(4) {
  z-index: 7;
}
.box-shadow.section-row:nth-child(3) {
  z-index: 8;
}
.box-shadow.section-row:nth-child(2) {
  z-index: 9;
}
.box-shadow.section-row:nth-child(1) {
  z-index: 10;
}
.hover-box {
  overflow: hidden;
}
.hover-box .over-slide {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.qs-datepicker-container {
  font-size: 1rem;
  font-family: sans-serif;
  color: #000;
  display: flex;
  flex-direction: column;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.qs-datepicker-container * {
  box-sizing: border-box;
}
.qs-centered {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.qs-hidden {
  display: none;
}
.qs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  width: 100%;
  height: 100%;
  padding: .5em;
  z-index: 1;
  opacity: 1;
  transition: opacity .3s;
  display: flex;
  flex-direction: column;
}
.qs-overlay.qs-hidden {
  opacity: 0;
  z-index: -1;
}
.qs-overlay .qs-overlay-year {
  background: rgba(0, 0, 0, 0);
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  color: #fff;
  font-size: .875em;
  padding: .25em 0;
  width: 80%;
  text-align: center;
  margin: 0 auto;
  display: block;
}
.qs-overlay .qs-overlay-year::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.qs-overlay .qs-close {
  padding: .5em;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
.qs-overlay .qs-submit {
  border: 1px solid #fff;
  border-radius: .263921875em;
  padding: .5em;
  margin: 0 auto auto;
  cursor: pointer;
  background: rgba(128, 128, 128, 0.4);
}
.qs-overlay .qs-submit.qs-disabled {
  color: grey;
  border-color: grey;
  cursor: not-allowed;
}
.qs-overlay .qs-overlay-month-container {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
}
.qs-overlay .qs-overlay-month {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(33.33333333%);
  cursor: pointer;
  opacity: .5;
  transition: opacity 0.15s;
}
.qs-overlay .qs-overlay-month.active,
.qs-overlay .qs-overlay-month:hover {
  opacity: 1;
}
.qs-controls {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  flex-shrink: 0;
  background: #d3d3d3;
  filter: blur(0);
  transition: filter .3s;
  transition: filter 0.3s;
}
.qs-controls.qs-blur {
  filter: blur(5px);
}
.qs-arrow {
  height: 1.5625em;
  width: 1.5625em;
  position: relative;
  cursor: pointer;
  border-radius: .263921875em;
  transition: background 0.15s;
}
.qs-arrow:hover {
  background: rgba(0, 0, 0, 0.1);
}
.qs-arrow:hover.qs-left:after {
  border-right-color: #000;
}
.qs-arrow:hover.qs-right:after {
  border-left-color: #000;
}
.qs-arrow:after {
  content: "";
  border: 0.390625em solid rgba(0, 0, 0, 0);
  position: absolute;
  top: 50%;
  transition: border 0.2s;
}
.qs-arrow.qs-left:after {
  right: 50%;
  transform: translate(25%, -50%);
}
.qs-arrow.qs-right:after {
  left: 50%;
  transform: translate(-25%, -50%);
}
.qs-month-year {
  font-weight: 700;
  transition: border .2s;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  cursor: pointer;
}
.qs-month-year:active:focus,
.qs-month-year:focus {
  outline: none;
}
.qs-month {
  padding-right: 0.5ex;
}
.qs-year {
  padding-left: 0.5ex;
}
.qs-squares {
  display: flex;
  flex-wrap: wrap;
  filter: blur(0);
  transition: filter .3s;
  transition: filter 0.3s;
}
.qs-squares.qs-blur {
  filter: blur(5px);
}
.qs-square {
  width: calc(14.28571429%);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background .1s;
  border-radius: 0.26392188em;
}
.qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover {
  background: #CCCCCC;
}
.qs-current {
  font-weight: 700;
  text-decoration: underline;
}
.qs-active,
.qs-range-end,
.qs-range-start {
  background: #add8e6;
}
.qs-range-start:not(.qs-range-6) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.qs-range-middle {
  background: #d4ebf2;
}
.qs-range-middle:not(.qs-range-0):not(.qs-range-6) {
  border-radius: 0;
}
.qs-range-middle.qs-range-0 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.qs-range-end:not(.qs-range-0),
.qs-range-middle.qs-range-6 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.qs-disabled,
.qs-outside-current-month {
  opacity: 0.2;
}
.qs-disabled {
  cursor: not-allowed;
}
.qs-day,
.qs-empty {
  cursor: default;
}
.qs-day {
  font-weight: 700;
  color: grey;
}
.qs-event {
  position: relative;
}
.qs-event:after {
  content: "";
  position: absolute;
  width: .46875em;
  height: .46875em;
  border-radius: 50%;
  background: #07f;
  bottom: 0;
  right: 0;
}
.payment-dialog .dialog {
  max-height: 100vh;
  overflow: auto;
}
.payment-error,
.payment-success {
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 20px;
}
.payment-error {
  background-color: #F95D51;
}
.payment-success {
  background-color: #62C584;
}
.payment-total-container {
  font-weight: 700;
  font-size: 1.25rem;
  clear: both;
}
.payment-total-label {
  float: left;
}
.payment-total-price {
  float: right;
}
span.product-remove:after {
  margin-left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  content: "\D7";
  font-size: 1rem;
  color: #a3a3a3;
  background: transparent;
  border: 1px solid #a3a3a3;
  cursor: pointer;
  opacity: 0.70;
  height: 35px;
  width: 35px;
}
.iti {
  position: relative;
  display: inline-block;
  width: 100%;
}
.iti .iti__flag-container ul {
  margin: 0 0 0 -1px;
}
.iti * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.iti__hide {
  display: none;
}
.iti__v-hide {
  visibility: hidden;
}
.iti input,
.iti input[type=text],
.iti input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}
.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
  }
}
.iti__flag-box {
  display: inline-block;
  width: 20px;
}
.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}
.iti__country {
  padding: 5px 10px;
  outline: none;
}
.iti__dial-code {
  color: #999;
}
.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti__flag-box,
.iti__country-name,
.iti__dial-code {
  vertical-align: middle;
}
.iti__flag-box,
.iti__country-name {
  margin-right: 6px;
}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}
.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
}
.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.iti--container:hover {
  cursor: pointer;
}
.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}
.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}
.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}
.iti__flag {
  width: 20px;
}
.iti__flag.iti__be {
  width: 18px;
}
.iti__flag.iti__ch {
  width: 15px;
}
.iti__flag.iti__mc {
  width: 19px;
}
.iti__flag.iti__ne {
  width: 18px;
}
.iti__flag.iti__np {
  width: 13px;
}
.iti__flag.iti__va {
  width: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
  }
}
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}
.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}
.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}
.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}
.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}
.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}
.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}
.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}
.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}
.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}
.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}
.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}
.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}
.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}
.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}
.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}
.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}
.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}
.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}
.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}
.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}
.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}
.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}
.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}
.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}
.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}
.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}
.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}
.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}
.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}
.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}
.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}
.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}
.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}
.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}
.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}
.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}
.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0px;
}
.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}
.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}
.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}
.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}
.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}
.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}
.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}
.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}
.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}
.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}
.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}
.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}
.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}
.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0px;
}
.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0px;
}
.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0px;
}
.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0px;
}
.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0px;
}
.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0px;
}
.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0px;
}
.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0px;
}
.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0px;
}
.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0px;
}
.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0px;
}
.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0px;
}
.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0px;
}
.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0px;
}
.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0px;
}
.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0px;
}
.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0px;
}
.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0px;
}
.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0px;
}
.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0px;
}
.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0px;
}
.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0px;
}
.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0px;
}
.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0px;
}
.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0px;
}
.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0px;
}
.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0px;
}
.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0px;
}
.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0px;
}
.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0px;
}
.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0px;
}
.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0px;
}
.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0px;
}
.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0px;
}
.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0px;
}
.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0px;
}
.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0px;
}
.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0px;
}
.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0px;
}
.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0px;
}
.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0px;
}
.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0px;
}
.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0px;
}
.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0px;
}
.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0px;
}
.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0px;
}
.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0px;
}
.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0px;
}
.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0px;
}
.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0px;
}
.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0px;
}
.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0px;
}
.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0px;
}
.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0px;
}
.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0px;
}
.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0px;
}
.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0px;
}
.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0px;
}
.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0px;
}
.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0px;
}
.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0px;
}
.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0px;
}
.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0px;
}
.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0px;
}
.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0px;
}
.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0px;
}
.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0px;
}
.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0px;
}
.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0px;
}
.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0px;
}
.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0px;
}
.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0px;
}
.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0px;
}
.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0px;
}
.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0px;
}
.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0px;
}
.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0px;
}
.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0px;
}
.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0px;
}
.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0px;
}
.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0px;
}
.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0px;
}
.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0px;
}
.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0px;
}
.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0px;
}
.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0px;
}
.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0px;
}
.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0px;
}
.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0px;
}
.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0px;
}
.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0px;
}
.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0px;
}
.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0px;
}
.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0px;
}
.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0px;
}
.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0px;
}
.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0px;
}
.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0px;
}
.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0px;
}
.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0px;
}
.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0px;
}
.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0px;
}
.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0px;
}
.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0px;
}
.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0px;
}
.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0px;
}
.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0px;
}
.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0px;
}
.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0px;
}
.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0px;
}
.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0px;
}
.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0px;
}
.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0px;
}
.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0px;
}
.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0px;
}
.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0px;
}
.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0px;
}
.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0px;
}
.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0px;
}
.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0px;
}
.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0px;
}
.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0px;
}
.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0px;
}
.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0px;
}
.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0px;
}
.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0px;
}
.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0px;
}
.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0px;
}
.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0px;
}
.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0px;
}
.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0px;
}
.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0px;
}
.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0px;
}
.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0px;
}
.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0px;
}
.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0px;
}
.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0px;
}
.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0px;
}
.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0px;
}
.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0px;
}
.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0px;
}
.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0px;
}
.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0px;
}
.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0px;
}
.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0px;
}
.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0px;
}
.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0px;
}
.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0px;
}
.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0px;
}
.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0px;
}
.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0px;
}
.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0px;
}
.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0px;
}
.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0px;
}
.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0px;
}
.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0px;
}
.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0px;
}
.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0px;
}
.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0px;
}
.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0px;
}
.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0px;
}
.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0px;
}
.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0px;
}
.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0px;
}
.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0px;
}
.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0px;
}
.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0px;
}
.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0px;
}
.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0px;
}
.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0px;
}
.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0px;
}
.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0px;
}
.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0px;
}
.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0px;
}
.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0px;
}
.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0px;
}
.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0px;
}
.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0px;
}
.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0px;
}
.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0px;
}
.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0px;
}
.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0px;
}
.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0px;
}
.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0px;
}
.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0px;
}
.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0px;
}
.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0px;
}
.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0px;
}
.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0px;
}
.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0px;
}
.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0px;
}
.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0px;
}
.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0px;
}
.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0px;
}
.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0px;
}
.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0px;
}
.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0px;
}
.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0px;
}
.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0px;
}
.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0px;
}
.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0px;
}
.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0px;
}
.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0px;
}
.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0px;
}
.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0px;
}
.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0px;
}
.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0px;
}
.iti__flag.iti__np {
  background-color: transparent;
}
.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}
.calendar {
  --year-month-bg-color: unset;
  --year-month-gradient-first-color: unset;
  --year-month-gradient-second-color: unset;
  --year-month-gradient-direction: to bottom;
  --year-month-text-color: unset;
  --year-month-bold: normal;
  --year-month-font-style: unset;
  --year-month-text-decoration: unset;
  --year-month-text-transform: unset;
  --year-month-font-family: unset;
  --year-month-font-weight: unset;
  --year-month-font-size: unset;
  --year-month-letter-spacing: unset;
  --year-month-line-height: unset;
  --year-month-padding-vertical: unset;
  --year-month-padding-horizontal: unset;
  --year-month-border-color: unset;
  --year-month-border: unset;
  --year-month-border-top: unset;
  --year-month-border-right: unset;
  --year-month-border-bottom: unset;
  --year-month-border-left: unset;
  --year-month-border-style: unset;
  --year-month-default-border-style: 'solid';
  --year-month-border-radius: unset;
  --year-month-top-left-border-radius: unset;
  --year-month-top-right-border-radius: unset;
  --year-month-bottom-left-border-radius: unset;
  --year-month-bottom-right-border-radius: unset;
  
  --days-text-color: unset;
  --days-text-default-color: unset;
  --days-border-color: unset;
  --days-border: unset;
  --days-border-top: unset;
  --days-border-right: unset;
  --days-border-bottom: unset;
  --days-border-left: unset;
  --days-border-style: unset;
  
  --days-padding-vertical: unset;
  --days-color: unset;
  --days-gradient-first-color: unset;
  --days-gradient-second-color: unset;
  --days-gradient-direction: to bottom;
  --days-bold: unset;
  --days-font-family: unset;
  --days-font-weight: unset;
  --days-font-size: unset;
  --days-line-height: unset;
  --days-letter-spacing: unset;
  --days-font-style: unset;
  --days-text-decoration: unset;
  --days-text-transform: unset;
  --days-border-radius: unset;
  --days-top-left-border-radius: unset;
  --days-top-right-border-radius: unset;
  --days-bottom-left-border-radius: unset;
  --days-bottom-right-border-radius: unset;
  --num-color: transparent;
  --num-gradient-first-color: transparent;
  --num-gradient-second-color: transparent;
  --num-gradient-direction: to bottom;
  --num-padding-vertical: unset;
  --num-bold: unset;
  --num-font-family: unset;
  --num-font-weight: unset;
  --num-font-size: unset;
  --num-line-height: unset;
  --num-letter-spacing: unset;
  --num-font-style: unset;
  --num-text-decoration: unset;
  --num-text-transform: unset;
  --num-text-default-color: unset;
  --num-text-color: unset;
  --num-border-color: unset;
  --num-border: unset;
  --num-border-top: unset;
  --num-border-right: unset;
  --num-border-bottom: unset;
  --num-border-left: unset;
  --num-border-style: unset;
  --num-default-border-style: 'solid';
  --num-border-radius: unset;
  --num-top-left-border-radius: unset;
  --num-top-right-border-radius: unset;
  --num-bottom-left-border-radius: unset;
  --num-bottom-right-border-radius: unset;
  --num-current-color: transparent;
  --num-text-current-default-color: unset;
  --num-text-current-color: unset;
  --num-border-current-color: unset;
  --num-active-color: #3a50f9;
  --num-text-active-default-color: #ffffff;
  --num-text-active-color: unset;
  --num-border-active-color: unset;
  --num-hover-color: #e5e5e5;
  --num-text-hover-default-color: #111111;
  --num-text-hover-color: unset;
  --num-border-hover-color: unset;
  --hours-spacing-vertical: unset;
  --hours-top-spacing: unset;
  display: flex;
  flex-wrap: nowrap;
  min-width: 280px;
  position: relative;
  /* Time styles */
}
@media (min-width: 576px) and (max-width: 767px) {
  .calendar {
    flex-wrap: wrap;
  }
  .calendar .calendar-time-container {
    margin-left: auto !important;
    margin-right: auto;
  }
}
@media (max-width: 575px) {
  .calendar {
    flex-wrap: wrap;
  }
  .calendar .calendar-time-container {
    margin-left: auto !important;
    margin-right: auto;
    width: 100%;
  }
  .calendar .calendar-time-container ul.calendar-time-list {
    height: auto !important;
    display: grid !important;
    grid-template-columns: repeat(3, 33.33333333%);
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .calendar {
    flex-wrap: wrap;
  }
  .calendar .calendar-time-container {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 575px) {
  .calendar {
    flex-wrap: wrap;
  }
  .calendar .calendar-time-container {
    margin-left: auto;
    margin-right: auto;
  }
}
.calendar .qs-squares {
  gap: 0px;
}
.calendar .qs-square {
  width: calc((100% - 0px * 6) / 7);
}
.calendar .qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover {
  background-color: var(--num-hover-color);
  color: var(--num-text-hover-color, var(--num-text-hover-default-color));
  border-color: var(--num-border-hover-color);
}
.calendar .qs-day {
  padding-top: var(--days-padding-vertical);
  padding-bottom: var(--days-padding-vertical);
  color: var(--days-text-color, var(--days-text-default-color, #000000));
  border-color: var(--days-border-color);
  border-top-width: var(--days-border-top, var(--days-border, 0));
  border-right-width: var(--days-border-right, var(--days-border, 0));
  border-bottom-width: var(--days-border-bottom, var(--days-border, 0));
  border-left-width: var(--days-border-left, var(--days-border, 0));
  border-style: var(--days-border-style, 'solid');
  border-top-left-radius: var(--days-top-left-border-radius, var(--days-border-radius));
  border-top-right-radius: var(--days-top-right-border-radius, var(--days-border-radius));
  border-bottom-left-radius: var(--days-bottom-left-border-radius, var(--days-border-radius));
  border-bottom-right-radius: var(--days-bottom-right-border-radius, var(--days-border-radius));
  background-color: var(--days-color);
  background-image: linear-gradient(var(--days-gradient-direction), var(--days-gradient-first-color), var(--days-gradient-second-color));
  -webkit-text-decoration: var(--days-text-decoration);
          text-decoration: var(--days-text-decoration);
  font-family: var(--days-font-family);
  font-weight: var(--days-bold, var(--days-font-weight));
  font-style: var(--days-font-style);
  font-size: var(--days-font-size);
  line-height: var(--days-line-height, 1);
  letter-spacing: var(--days-letter-spacing);
  text-transform: var(--days-text-transform);
}
.calendar .qs-num {
  background-color: var(--num-color);
  background-image: linear-gradient(var(--num-gradient-direction), var(--num-gradient-first-color), var(--num-gradient-second-color));
  -webkit-text-decoration: var(--num-text-decoration);
          text-decoration: var(--num-text-decoration);
  font-family: var(--num-font-family);
  font-weight: var(--num-bold, var(--num-font-weight));
  font-style: var(--num-font-style);
  font-size: var(--num-font-size);
  line-height: var(--num-line-height, 1);
  height: -webkit-fit-content;
  height: fit-content;
  letter-spacing: var(--num-letter-spacing);
  text-transform: var(--num-text-transform);
  border-color: var(--num-border-color);
  border-top-width: var(--num-border-top, var(--num-border, 0));
  border-right-width: var(--num-border-right, var(--num-border, 0));
  border-bottom-width: var(--num-border-bottom, var(--num-border, 0));
  border-left-width: var(--num-border-left, var(--num-border, 0));
  border-style: var(--num-border-style, var(--num-default-border-style));
  border-top-left-radius: var(--num-top-left-border-radius, var(--num-border-radius));
  border-top-right-radius: var(--num-top-right-border-radius, var(--num-border-radius));
  border-bottom-left-radius: var(--num-bottom-left-border-radius, var(--num-border-radius));
  border-bottom-right-radius: var(--num-bottom-right-border-radius, var(--num-border-radius));
  color: var(--num-text-color, var(--num-text-default-color, #000000));
  cursor: pointer;
  padding-top: var(--num-padding-vertical);
  padding-bottom: var(--num-padding-vertical);
}
.calendar .qs-current {
  background-color: var(--num-current-color);
  color: var(--num-text-current-color, var(--num-text-current-default-color, #3a50f9));
  text-decoration: none;
  border-color: var(--num-border-current-color);
}
.calendar .qs-active {
  background-color: var(--num-active-color);
  color: var(--num-text-active-color, var(--num-text-active-default-color));
  border-color: var(--num-border-active-color);
}
.calendar .qs-controls {
  background-color: var(--year-month-bg-color);
  background-image: linear-gradient(var(--year-month-gradient-direction), var(--year-month-gradient-first-color), var(--year-month-gradient-second-color));
  padding-top: var(--year-month-padding-vertical);
  padding-bottom: var(--year-month-padding-vertical);
  padding-left: var(--year-month-padding-horizontal);
  padding-right: var(--year-month-padding-horizontal);
  border-color: var(--year-month-border-color);
  border-top-width: var(--year-month-border-top, var(--year-month-border, 0));
  border-right-width: var(--year-month-border-right, var(--year-month-border, 0));
  border-bottom-width: var(--year-month-border-bottom, var(--year-month-border, 0));
  border-left-width: var(--year-month-border-left, var(--year-month-border, 0));
  border-style: var(--year-month-border-style, var(--year-month-default-border-style));
  border-top-left-radius: var(--year-month-top-left-border-radius, var(--year-month-border-radius));
  border-top-right-radius: var(--year-month-top-right-border-radius, var(--year-month-border-radius));
  border-bottom-left-radius: var(--year-month-bottom-left-border-radius, var(--year-month-border-radius));
  border-bottom-right-radius: var(--year-month-bottom-right-border-radius, var(--year-month-border-radius));
}
.calendar .qs-controls .qs-month-year {
  color: var(--year-month-text-color);
  font-family: var(--year-month-font-family);
  font-size: var(--year-month-font-size);
  font-weight: var(--year-month-bold, var(--year-month-font-weight));
  font-style: var(--year-month-font-style);
  -webkit-text-decoration: var(--year-month-text-decoration);
          text-decoration: var(--year-month-text-decoration);
  text-transform: var(--year-month-text-transform);
  letter-spacing: var(--year-month-letter-spacing);
  line-height: var(--year-month-line-height, 1);
}
.calendar .qs-controls .qs-arrow.qs-left:after {
  border-right-color: var(--year-month-text-color, grey);
}
.calendar .qs-controls .qs-arrow.qs-right:after {
  border-left-color: var(--year-month-text-color, grey);
}
.calendar .datepicker-container {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 250px;
}
.calendar .datepicker-container .qs-outside-current-month:not(.qs-disabled) {
  opacity: 1;
}
.calendar .datepicker-container .qs-datepicker-container.disabled {
  pointer-events: none;
}
.calendar .calendar-time-container {
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  text-align: center;
  min-width: 100px;
}
.calendar .calendar-time-container .calendar-slots-message {
  display: table;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  font-size: 1rem;
}
.calendar .calendar-time-container ul.calendar-time-list {
  display: inline-block;
  list-style-type: none;
  padding: unset;
  margin: unset;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: #ccc #fff;
}
.calendar .calendar-time-container ul.calendar-time-list.disabled {
  pointer-events: none;
  opacity: 0.6;
}
.calendar .calendar-time-container ul.calendar-time-list li {
  cursor: pointer;
}
.calendar .calendar-time-container ul.calendar-time-list li:not(.hidden) ~ :not(:first-child) {
  margin-top: var(--hours-spacing-vertical);
}
.calendar .calendar-time-container .calendar-timezone {
  margin-top: var(--hours-top-spacing);
  margin-bottom: 5px;
  font-size: 0.75rem;
}
.calendar .calendar-success-message,
.calendar .calendar-conflict-message,
.calendar .calendar-error-message,
.calendar .calendar-no-slots-message {
  display: none;
  position: absolute;
  bottom: 5px;
  margin-left: 0 !important;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  min-height: 15%;
  padding: 20px;
  align-items: center;
  justify-content: center;
}
.calendar .calendar-error-message,
.calendar .calendar-conflict-message,
.calendar .calendar-success-message {
  flex-grow: 1;
  text-align: center;
  color: #ffffff;
}
.calendar .calendar-error-message .calendar-message-close,
.calendar .calendar-conflict-message .calendar-message-close,
.calendar .calendar-success-message .calendar-message-close {
  color: #ffffff;
  position: absolute;
  right: 8px;
  top: 0;
}
.calendar .calendar-success-message {
  background: #62C584;
}
.calendar .calendar-error-message,
.calendar .calendar-conflict-message {
  background: #F95D51;
}
.calendar-time-slot {
  border-width: 0;
}
.form-date .qs-datepicker-container {
  position: absolute;
  width: 15.625em;
  z-index: 9001;
  border: 1px solid grey;
  border-radius: .263921875em;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 1.25em 1.25em -0.9375em rgba(0, 0, 0, 0.3);
}
.form-date .qs-square {
  height: 1.5625em;
}
.form-date .qs-month-year:hover {
  border-bottom: 1px solid grey;
}
.form-date .qs-arrow.qs-left:after {
  border-right-color: grey;
}
.form-date .qs-arrow.qs-right:after {
  border-left-color: grey;
}
.form-date .qs-squares {
  padding: .3125em;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-item {
  position: relative;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  perspective: 1000px;
  transform: translate3d(0, 0, 0);
}
.carousel .carousel-item {
  display: none;
}
.carousel-item.active,
.carousel-item.carousel-item-next,
.carousel-item.carousel-item-prev {
  display: block;
}
.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translate3d(0, 0, 0);
}
.carousel-item-next,
.active.carousel-item-right {
  transform: translate3d(100%, 0, 0);
}
.carousel-item-prev,
.active.carousel-item-left {
  transform: translate3d(-100%, 0, 0);
}
.gallery-nav-prev,
.gallery-nav-next,
.carousel-control-prev,
.carousel-control-next {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
  border: 0 none transparent;
  outline: none !important;
  background-color: transparent;
  margin: 0;
  -webkit-text-decoration-skip: objects;
  border: none;
  margin: 0 !important;
  position: absolute;
  top: auto;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  opacity: 1;
}
.gallery-nav-prev span svg,
.gallery-nav-next span svg,
.carousel-control-prev span svg,
.carousel-control-next span svg {
  vertical-align: top;
  fill: currentColor;
}
.gallery-nav-prev:focus,
.gallery-nav-prev:hover,
.gallery-nav-next:focus,
.gallery-nav-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover,
.carousel-control-next:focus,
.carousel-control-next:hover {
  text-decoration: none;
  outline: 0;
}
.gallery-nav-prev,
.carousel-control-prev {
  left: 0;
}
.gallery-nav-next,
.carousel-control-next {
  right: 0;
}
.gallery-nav > span,
.carousel-control > span {
  display: inline-block;
  height: 100%;
  width: 100%;
}
.gallery-nav,
.carousel-control {
  display: inline-block;
  height: 65px;
  width: 65px;
  z-index: 2;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-indicators {
  position: absolute;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li.active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
.sr-only {
  position: absolute;
  width: 1px !important;
  height: 1px !important;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.carousel-duration-10000 .carousel-inner .carousel-item {
  transition-duration: 10000ms;
}
.carousel-duration-9750 .carousel-inner .carousel-item {
  transition-duration: 9750ms;
}
.carousel-duration-9500 .carousel-inner .carousel-item {
  transition-duration: 9500ms;
}
.carousel-duration-9250 .carousel-inner .carousel-item {
  transition-duration: 9250ms;
}
.carousel-duration-9000 .carousel-inner .carousel-item {
  transition-duration: 9000ms;
}
.carousel-duration-8750 .carousel-inner .carousel-item {
  transition-duration: 8750ms;
}
.carousel-duration-8500 .carousel-inner .carousel-item {
  transition-duration: 8500ms;
}
.carousel-duration-8250 .carousel-inner .carousel-item {
  transition-duration: 8250ms;
}
.carousel-duration-8000 .carousel-inner .carousel-item {
  transition-duration: 8000ms;
}
.carousel-duration-7750 .carousel-inner .carousel-item {
  transition-duration: 7750ms;
}
.carousel-duration-7500 .carousel-inner .carousel-item {
  transition-duration: 7500ms;
}
.carousel-duration-7250 .carousel-inner .carousel-item {
  transition-duration: 7250ms;
}
.carousel-duration-7000 .carousel-inner .carousel-item {
  transition-duration: 7000ms;
}
.carousel-duration-6750 .carousel-inner .carousel-item {
  transition-duration: 6750ms;
}
.carousel-duration-6500 .carousel-inner .carousel-item {
  transition-duration: 6500ms;
}
.carousel-duration-6250 .carousel-inner .carousel-item {
  transition-duration: 6250ms;
}
.carousel-duration-6000 .carousel-inner .carousel-item {
  transition-duration: 6000ms;
}
.carousel-duration-5750 .carousel-inner .carousel-item {
  transition-duration: 5750ms;
}
.carousel-duration-5500 .carousel-inner .carousel-item {
  transition-duration: 5500ms;
}
.carousel-duration-5250 .carousel-inner .carousel-item {
  transition-duration: 5250ms;
}
.carousel-duration-5000 .carousel-inner .carousel-item {
  transition-duration: 5000ms;
}
.carousel-duration-4750 .carousel-inner .carousel-item {
  transition-duration: 4750ms;
}
.carousel-duration-4500 .carousel-inner .carousel-item {
  transition-duration: 4500ms;
}
.carousel-duration-4250 .carousel-inner .carousel-item {
  transition-duration: 4250ms;
}
.carousel-duration-4000 .carousel-inner .carousel-item {
  transition-duration: 4000ms;
}
.carousel-duration-3750 .carousel-inner .carousel-item {
  transition-duration: 3750ms;
}
.carousel-duration-3500 .carousel-inner .carousel-item {
  transition-duration: 3500ms;
}
.carousel-duration-3250 .carousel-inner .carousel-item {
  transition-duration: 3250ms;
}
.carousel-duration-3000 .carousel-inner .carousel-item {
  transition-duration: 3000ms;
}
.carousel-duration-2750 .carousel-inner .carousel-item {
  transition-duration: 2750ms;
}
.carousel-duration-2500 .carousel-inner .carousel-item {
  transition-duration: 2500ms;
}
.carousel-duration-2250 .carousel-inner .carousel-item {
  transition-duration: 2250ms;
}
.carousel-duration-2000 .carousel-inner .carousel-item {
  transition-duration: 2000ms;
}
.carousel-duration-1750 .carousel-inner .carousel-item {
  transition-duration: 1750ms;
}
.carousel-duration-1500 .carousel-inner .carousel-item {
  transition-duration: 1500ms;
}
.carousel-duration-1250 .carousel-inner .carousel-item {
  transition-duration: 1250ms;
}
.carousel-duration-1000 .carousel-inner .carousel-item {
  transition-duration: 1000ms;
}
.carousel-duration-750 .carousel-inner .carousel-item {
  transition-duration: 750ms;
}
.carousel-duration-500 .carousel-inner .carousel-item {
  transition-duration: 500ms;
}
.carousel-duration-250 .carousel-inner .carousel-item {
  transition-duration: 250ms;
}
.carousel-duration-0 .carousel-inner .carousel-item {
  transition-duration: 0ms;
}
.carousel-fade .carousel-inner .carousel-item {
  opacity: 0;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.carousel-item-left,
.carousel-fade .carousel-inner .active.carousel-item-right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel-fade .carousel-inner > .carousel-item.carousel-item-next,
.carousel-fade .carousel-inner > .carousel-item.active.carousel-item-right {
  opacity: 0;
  transform: translate3d(0, 0, 0);
  -webkit-transform-3d: translate3d(0, 0, 0);
}
.carousel-fade .carousel-inner > .carousel-item.carousel-item-prev,
.carousel-fade .carousel-inner > .carousel-item.active.carousel-item-left {
  opacity: 0;
  transform: translate3d(0, 0, 0);
  -webkit-transform-3d: translate3d(0, 0, 0);
}
.carousel-fade .carousel-inner > .carousel-item.carousel-item-next.carousel-item-left,
.carousel-fade .carousel-inner > .carousel-item.carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-inner > .carousel-item.active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -webkit-transform-3d: translate3d(0, 0, 0);
}
.carousel-top .carousel-inner .carousel-item-next.carousel-item-left,
.carousel-top .carousel-inner .carousel-item-prev.carousel-item-right {
  transform: translate3d(0, 0, 0);
}
.carousel-top .carousel-inner .carousel-item-next,
.carousel-top .carousel-inner .active.carousel-item-right {
  transform: translate3d(0, 100%, 0);
}
.carousel-top .carousel-inner .carousel-item-prev,
.carousel-top .carousel-inner .active.carousel-item-left {
  transform: translate3d(0, -100%, 0);
}
.carousel-bottom .carousel-inner .carousel-item-next.carousel-item-left,
.carousel-bottom .carousel-inner .carousel-item-prev.carousel-item-right {
  transform: translate3d(0, 0, 0);
}
.carousel-bottom .carousel-inner .carousel-item-next,
.carousel-bottom .carousel-inner .active.carousel-item-right {
  transform: translate3d(0, -100%, 0);
}
.carousel-bottom .carousel-inner .carousel-item-prev,
.carousel-bottom .carousel-inner .active.carousel-item-left {
  transform: translate3d(0, 100%, 0);
}
.carousel-right .carousel-inner .carousel-item-next.carousel-item-left,
.carousel-right .carousel-inner .carousel-item-prev.carousel-item-right {
  transform: translate3d(0, 0, 0);
}
.carousel-right .carousel-inner .carousel-item-next,
.carousel-right .carousel-inner .active.carousel-item-right {
  transform: translate3d(-100%, 0, 0);
}
.carousel-right .carousel-inner .carousel-item-prev,
.carousel-right .carousel-inner .active.carousel-item-left {
  transform: translate3d(100%, 0, 0);
}
.form,
.tab-payment {
  --checkbox-checked-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23478ac9' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
  --radio-checked-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23478ac9'/%3e%3c/svg%3e");
}
.field-input {
  border: 0;
}
.field-input[class*="grey-"],
.field-input[class*="white"],
.field-input[class*="black"],
.field-input[class*="palette-"],
.field-input[class*="custom-color-"],
.field-input[class*="active-"],
.field-input[class*="hover-"],
.field-input[class*="border-"] {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.field-input[class*="grey-"][type="checkbox"]:checked,
.field-input[class*="white"][type="checkbox"]:checked,
.field-input[class*="black"][type="checkbox"]:checked,
.field-input[class*="palette-"][type="checkbox"]:checked,
.field-input[class*="custom-color-"][type="checkbox"]:checked,
.field-input[class*="active-"][type="checkbox"]:checked,
.field-input[class*="hover-"][type="checkbox"]:checked,
.field-input[class*="border-"][type="checkbox"]:checked {
  background-image: var(--checkbox-checked-icon);
}
.field-input[class*="grey-"][type="radio"]:checked,
.field-input[class*="white"][type="radio"]:checked,
.field-input[class*="black"][type="radio"]:checked,
.field-input[class*="palette-"][type="radio"]:checked,
.field-input[class*="custom-color-"][type="radio"]:checked,
.field-input[class*="active-"][type="radio"]:checked,
.field-input[class*="hover-"][type="radio"]:checked,
.field-input[class*="border-"][type="radio"]:checked {
  background-image: var(--radio-checked-icon);
}
.field-input.appearance-auto[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
}
.field-input.appearance-auto[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
}
.field-input.appearance-auto {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  width: initial !important;
  height: initial !important;
  margin-top: 0 !important;
}
[class*="border-"],
.input,
.field-input,
.link[class*="border-"] {
  border-style: solid;
}
.border-0,
.separator-0:after,
.text.border-0,
.input.border-0,
.field-input.field-input.border-0,
a.button-style.border-0 {
  border-width: 0px;
}
.shape-svg.border-0 {
  stroke-width: 0px;
}
.link.border-0 {
  border-width: 0 0 0px 0;
}
.border-1,
.separator-1:after,
.text.border-1,
.input.border-1,
.field-input.field-input.border-1,
a.button-style.border-1 {
  border-width: 1px;
}
.shape-svg.border-1 {
  stroke-width: 1px;
}
.link.border-1 {
  border-width: 0 0 1px 0;
}
.border-2,
.separator-2:after,
.text.border-2,
.input.border-2,
.field-input.field-input.border-2,
a.button-style.border-2 {
  border-width: 2px;
}
.shape-svg.border-2 {
  stroke-width: 2px;
}
.link.border-2 {
  border-width: 0 0 2px 0;
}
.border-3,
.separator-3:after,
.text.border-3,
.input.border-3,
.field-input.field-input.border-3,
a.button-style.border-3 {
  border-width: 3px;
}
.shape-svg.border-3 {
  stroke-width: 3px;
}
.link.border-3 {
  border-width: 0 0 3px 0;
}
.border-4,
.separator-4:after,
.text.border-4,
.input.border-4,
.field-input.field-input.border-4,
a.button-style.border-4 {
  border-width: 4px;
}
.shape-svg.border-4 {
  stroke-width: 4px;
}
.link.border-4 {
  border-width: 0 0 4px 0;
}
.border-5,
.separator-5:after,
.text.border-5,
.input.border-5,
.field-input.field-input.border-5,
a.button-style.border-5 {
  border-width: 5px;
}
.shape-svg.border-5 {
  stroke-width: 5px;
}
.link.border-5 {
  border-width: 0 0 5px 0;
}
.border-6,
.separator-6:after,
.text.border-6,
.input.border-6,
.field-input.field-input.border-6,
a.button-style.border-6 {
  border-width: 6px;
}
.shape-svg.border-6 {
  stroke-width: 6px;
}
.link.border-6 {
  border-width: 0 0 6px 0;
}
.border-7,
.separator-7:after,
.text.border-7,
.input.border-7,
.field-input.field-input.border-7,
a.button-style.border-7 {
  border-width: 7px;
}
.shape-svg.border-7 {
  stroke-width: 7px;
}
.link.border-7 {
  border-width: 0 0 7px 0;
}
.border-8,
.separator-8:after,
.text.border-8,
.input.border-8,
.field-input.field-input.border-8,
a.button-style.border-8 {
  border-width: 8px;
}
.shape-svg.border-8 {
  stroke-width: 8px;
}
.link.border-8 {
  border-width: 0 0 8px 0;
}
.border-9,
.separator-9:after,
.text.border-9,
.input.border-9,
.field-input.field-input.border-9,
a.button-style.border-9 {
  border-width: 9px;
}
.shape-svg.border-9 {
  stroke-width: 9px;
}
.link.border-9 {
  border-width: 0 0 9px 0;
}
.border-10,
.separator-10:after,
.text.border-10,
.input.border-10,
.field-input.field-input.border-10,
a.button-style.border-10 {
  border-width: 10px;
}
.shape-svg.border-10 {
  stroke-width: 10px;
}
.link.border-10 {
  border-width: 0 0 10px 0;
}
.border-11,
.separator-11:after,
.text.border-11,
.input.border-11,
.field-input.field-input.border-11,
a.button-style.border-11 {
  border-width: 11px;
}
.shape-svg.border-11 {
  stroke-width: 11px;
}
.link.border-11 {
  border-width: 0 0 11px 0;
}
.border-12,
.separator-12:after,
.text.border-12,
.input.border-12,
.field-input.field-input.border-12,
a.button-style.border-12 {
  border-width: 12px;
}
.shape-svg.border-12 {
  stroke-width: 12px;
}
.link.border-12 {
  border-width: 0 0 12px 0;
}
.border-13,
.separator-13:after,
.text.border-13,
.input.border-13,
.field-input.field-input.border-13,
a.button-style.border-13 {
  border-width: 13px;
}
.shape-svg.border-13 {
  stroke-width: 13px;
}
.link.border-13 {
  border-width: 0 0 13px 0;
}
.border-14,
.separator-14:after,
.text.border-14,
.input.border-14,
.field-input.field-input.border-14,
a.button-style.border-14 {
  border-width: 14px;
}
.shape-svg.border-14 {
  stroke-width: 14px;
}
.link.border-14 {
  border-width: 0 0 14px 0;
}
.border-15,
.separator-15:after,
.text.border-15,
.input.border-15,
.field-input.field-input.border-15,
a.button-style.border-15 {
  border-width: 15px;
}
.shape-svg.border-15 {
  stroke-width: 15px;
}
.link.border-15 {
  border-width: 0 0 15px 0;
}
.border-16,
.separator-16:after,
.text.border-16,
.input.border-16,
.field-input.field-input.border-16,
a.button-style.border-16 {
  border-width: 16px;
}
.shape-svg.border-16 {
  stroke-width: 16px;
}
.link.border-16 {
  border-width: 0 0 16px 0;
}
.border-17,
.separator-17:after,
.text.border-17,
.input.border-17,
.field-input.field-input.border-17,
a.button-style.border-17 {
  border-width: 17px;
}
.shape-svg.border-17 {
  stroke-width: 17px;
}
.link.border-17 {
  border-width: 0 0 17px 0;
}
.border-18,
.separator-18:after,
.text.border-18,
.input.border-18,
.field-input.field-input.border-18,
a.button-style.border-18 {
  border-width: 18px;
}
.shape-svg.border-18 {
  stroke-width: 18px;
}
.link.border-18 {
  border-width: 0 0 18px 0;
}
.border-19,
.separator-19:after,
.text.border-19,
.input.border-19,
.field-input.field-input.border-19,
a.button-style.border-19 {
  border-width: 19px;
}
.shape-svg.border-19 {
  stroke-width: 19px;
}
.link.border-19 {
  border-width: 0 0 19px 0;
}
.border-20,
.separator-20:after,
.text.border-20,
.input.border-20,
.field-input.field-input.border-20,
a.button-style.border-20 {
  border-width: 20px;
}
.shape-svg.border-20 {
  stroke-width: 20px;
}
.link.border-20 {
  border-width: 0 0 20px 0;
}
[class*="-radius-"],
.radius {
  --border-radius: initial;
  --border-top-left-radius: initial;
  --border-top-right-radius: initial;
  --border-bottom-right-radius: initial;
  --border-bottom-left-radius: initial;
  --radius: initial;
  --top-left-radius: initial;
  --top-right-radius: initial;
  --bottom-right-radius: initial;
  --bottom-left-radius: initial;
}
[class*="-radius-"],
.radius,
[class*="-radius-"]:before,
.radius:before,
[class*="-radius-"] .background-effect,
.radius .background-effect,
[class*="-radius-"]:not(.hover-box) > .container-layout,
.radius:not(.hover-box) > .container-layout {
  border-radius: var(--top-left-radius, var(--border-top-left-radius, var(--radius, var(--border-radius, 0)))) var(--top-right-radius, var(--border-top-right-radius, var(--radius, var(--border-radius, 0)))) var(--bottom-right-radius, var(--border-bottom-right-radius, var(--radius, var(--border-radius, 0)))) var(--bottom-left-radius, var(--border-bottom-left-radius, var(--radius, var(--border-radius, 0)))) !important;
}
.radius-0 {
  --border-radius: 0px;
}
.top-left-radius-0 {
  --border-top-left-radius: 0px;
}
.top-right-radius-0 {
  --border-top-right-radius: 0px;
}
.bottom-right-radius-0 {
  --border-bottom-right-radius: 0px;
}
.bottom-left-radius-0 {
  --border-bottom-left-radius: 0px;
}
.radius-1 {
  --border-radius: 1px;
}
.top-left-radius-1 {
  --border-top-left-radius: 1px;
}
.top-right-radius-1 {
  --border-top-right-radius: 1px;
}
.bottom-right-radius-1 {
  --border-bottom-right-radius: 1px;
}
.bottom-left-radius-1 {
  --border-bottom-left-radius: 1px;
}
.radius-2 {
  --border-radius: 2px;
}
.top-left-radius-2 {
  --border-top-left-radius: 2px;
}
.top-right-radius-2 {
  --border-top-right-radius: 2px;
}
.bottom-right-radius-2 {
  --border-bottom-right-radius: 2px;
}
.bottom-left-radius-2 {
  --border-bottom-left-radius: 2px;
}
.radius-3 {
  --border-radius: 3px;
}
.top-left-radius-3 {
  --border-top-left-radius: 3px;
}
.top-right-radius-3 {
  --border-top-right-radius: 3px;
}
.bottom-right-radius-3 {
  --border-bottom-right-radius: 3px;
}
.bottom-left-radius-3 {
  --border-bottom-left-radius: 3px;
}
.radius-4 {
  --border-radius: 4px;
}
.top-left-radius-4 {
  --border-top-left-radius: 4px;
}
.top-right-radius-4 {
  --border-top-right-radius: 4px;
}
.bottom-right-radius-4 {
  --border-bottom-right-radius: 4px;
}
.bottom-left-radius-4 {
  --border-bottom-left-radius: 4px;
}
.radius-5 {
  --border-radius: 5px;
}
.top-left-radius-5 {
  --border-top-left-radius: 5px;
}
.top-right-radius-5 {
  --border-top-right-radius: 5px;
}
.bottom-right-radius-5 {
  --border-bottom-right-radius: 5px;
}
.bottom-left-radius-5 {
  --border-bottom-left-radius: 5px;
}
.radius-6 {
  --border-radius: 6px;
}
.top-left-radius-6 {
  --border-top-left-radius: 6px;
}
.top-right-radius-6 {
  --border-top-right-radius: 6px;
}
.bottom-right-radius-6 {
  --border-bottom-right-radius: 6px;
}
.bottom-left-radius-6 {
  --border-bottom-left-radius: 6px;
}
.radius-7 {
  --border-radius: 7px;
}
.top-left-radius-7 {
  --border-top-left-radius: 7px;
}
.top-right-radius-7 {
  --border-top-right-radius: 7px;
}
.bottom-right-radius-7 {
  --border-bottom-right-radius: 7px;
}
.bottom-left-radius-7 {
  --border-bottom-left-radius: 7px;
}
.radius-8 {
  --border-radius: 8px;
}
.top-left-radius-8 {
  --border-top-left-radius: 8px;
}
.top-right-radius-8 {
  --border-top-right-radius: 8px;
}
.bottom-right-radius-8 {
  --border-bottom-right-radius: 8px;
}
.bottom-left-radius-8 {
  --border-bottom-left-radius: 8px;
}
.radius-9 {
  --border-radius: 9px;
}
.top-left-radius-9 {
  --border-top-left-radius: 9px;
}
.top-right-radius-9 {
  --border-top-right-radius: 9px;
}
.bottom-right-radius-9 {
  --border-bottom-right-radius: 9px;
}
.bottom-left-radius-9 {
  --border-bottom-left-radius: 9px;
}
.radius-10 {
  --border-radius: 10px;
}
.top-left-radius-10 {
  --border-top-left-radius: 10px;
}
.top-right-radius-10 {
  --border-top-right-radius: 10px;
}
.bottom-right-radius-10 {
  --border-bottom-right-radius: 10px;
}
.bottom-left-radius-10 {
  --border-bottom-left-radius: 10px;
}
.radius-11 {
  --border-radius: 11px;
}
.top-left-radius-11 {
  --border-top-left-radius: 11px;
}
.top-right-radius-11 {
  --border-top-right-radius: 11px;
}
.bottom-right-radius-11 {
  --border-bottom-right-radius: 11px;
}
.bottom-left-radius-11 {
  --border-bottom-left-radius: 11px;
}
.radius-12 {
  --border-radius: 12px;
}
.top-left-radius-12 {
  --border-top-left-radius: 12px;
}
.top-right-radius-12 {
  --border-top-right-radius: 12px;
}
.bottom-right-radius-12 {
  --border-bottom-right-radius: 12px;
}
.bottom-left-radius-12 {
  --border-bottom-left-radius: 12px;
}
.radius-13 {
  --border-radius: 13px;
}
.top-left-radius-13 {
  --border-top-left-radius: 13px;
}
.top-right-radius-13 {
  --border-top-right-radius: 13px;
}
.bottom-right-radius-13 {
  --border-bottom-right-radius: 13px;
}
.bottom-left-radius-13 {
  --border-bottom-left-radius: 13px;
}
.radius-14 {
  --border-radius: 14px;
}
.top-left-radius-14 {
  --border-top-left-radius: 14px;
}
.top-right-radius-14 {
  --border-top-right-radius: 14px;
}
.bottom-right-radius-14 {
  --border-bottom-right-radius: 14px;
}
.bottom-left-radius-14 {
  --border-bottom-left-radius: 14px;
}
.radius-15 {
  --border-radius: 15px;
}
.top-left-radius-15 {
  --border-top-left-radius: 15px;
}
.top-right-radius-15 {
  --border-top-right-radius: 15px;
}
.bottom-right-radius-15 {
  --border-bottom-right-radius: 15px;
}
.bottom-left-radius-15 {
  --border-bottom-left-radius: 15px;
}
.radius-16 {
  --border-radius: 16px;
}
.top-left-radius-16 {
  --border-top-left-radius: 16px;
}
.top-right-radius-16 {
  --border-top-right-radius: 16px;
}
.bottom-right-radius-16 {
  --border-bottom-right-radius: 16px;
}
.bottom-left-radius-16 {
  --border-bottom-left-radius: 16px;
}
.radius-17 {
  --border-radius: 17px;
}
.top-left-radius-17 {
  --border-top-left-radius: 17px;
}
.top-right-radius-17 {
  --border-top-right-radius: 17px;
}
.bottom-right-radius-17 {
  --border-bottom-right-radius: 17px;
}
.bottom-left-radius-17 {
  --border-bottom-left-radius: 17px;
}
.radius-18 {
  --border-radius: 18px;
}
.top-left-radius-18 {
  --border-top-left-radius: 18px;
}
.top-right-radius-18 {
  --border-top-right-radius: 18px;
}
.bottom-right-radius-18 {
  --border-bottom-right-radius: 18px;
}
.bottom-left-radius-18 {
  --border-bottom-left-radius: 18px;
}
.radius-19 {
  --border-radius: 19px;
}
.top-left-radius-19 {
  --border-top-left-radius: 19px;
}
.top-right-radius-19 {
  --border-top-right-radius: 19px;
}
.bottom-right-radius-19 {
  --border-bottom-right-radius: 19px;
}
.bottom-left-radius-19 {
  --border-bottom-left-radius: 19px;
}
.radius-20 {
  --border-radius: 20px;
}
.top-left-radius-20 {
  --border-top-left-radius: 20px;
}
.top-right-radius-20 {
  --border-top-right-radius: 20px;
}
.bottom-right-radius-20 {
  --border-bottom-right-radius: 20px;
}
.bottom-left-radius-20 {
  --border-bottom-left-radius: 20px;
}
.radius-21 {
  --border-radius: 21px;
}
.top-left-radius-21 {
  --border-top-left-radius: 21px;
}
.top-right-radius-21 {
  --border-top-right-radius: 21px;
}
.bottom-right-radius-21 {
  --border-bottom-right-radius: 21px;
}
.bottom-left-radius-21 {
  --border-bottom-left-radius: 21px;
}
.radius-22 {
  --border-radius: 22px;
}
.top-left-radius-22 {
  --border-top-left-radius: 22px;
}
.top-right-radius-22 {
  --border-top-right-radius: 22px;
}
.bottom-right-radius-22 {
  --border-bottom-right-radius: 22px;
}
.bottom-left-radius-22 {
  --border-bottom-left-radius: 22px;
}
.radius-23 {
  --border-radius: 23px;
}
.top-left-radius-23 {
  --border-top-left-radius: 23px;
}
.top-right-radius-23 {
  --border-top-right-radius: 23px;
}
.bottom-right-radius-23 {
  --border-bottom-right-radius: 23px;
}
.bottom-left-radius-23 {
  --border-bottom-left-radius: 23px;
}
.radius-24 {
  --border-radius: 24px;
}
.top-left-radius-24 {
  --border-top-left-radius: 24px;
}
.top-right-radius-24 {
  --border-top-right-radius: 24px;
}
.bottom-right-radius-24 {
  --border-bottom-right-radius: 24px;
}
.bottom-left-radius-24 {
  --border-bottom-left-radius: 24px;
}
.radius-25 {
  --border-radius: 25px;
}
.top-left-radius-25 {
  --border-top-left-radius: 25px;
}
.top-right-radius-25 {
  --border-top-right-radius: 25px;
}
.bottom-right-radius-25 {
  --border-bottom-right-radius: 25px;
}
.bottom-left-radius-25 {
  --border-bottom-left-radius: 25px;
}
.radius-26 {
  --border-radius: 26px;
}
.top-left-radius-26 {
  --border-top-left-radius: 26px;
}
.top-right-radius-26 {
  --border-top-right-radius: 26px;
}
.bottom-right-radius-26 {
  --border-bottom-right-radius: 26px;
}
.bottom-left-radius-26 {
  --border-bottom-left-radius: 26px;
}
.radius-27 {
  --border-radius: 27px;
}
.top-left-radius-27 {
  --border-top-left-radius: 27px;
}
.top-right-radius-27 {
  --border-top-right-radius: 27px;
}
.bottom-right-radius-27 {
  --border-bottom-right-radius: 27px;
}
.bottom-left-radius-27 {
  --border-bottom-left-radius: 27px;
}
.radius-28 {
  --border-radius: 28px;
}
.top-left-radius-28 {
  --border-top-left-radius: 28px;
}
.top-right-radius-28 {
  --border-top-right-radius: 28px;
}
.bottom-right-radius-28 {
  --border-bottom-right-radius: 28px;
}
.bottom-left-radius-28 {
  --border-bottom-left-radius: 28px;
}
.radius-29 {
  --border-radius: 29px;
}
.top-left-radius-29 {
  --border-top-left-radius: 29px;
}
.top-right-radius-29 {
  --border-top-right-radius: 29px;
}
.bottom-right-radius-29 {
  --border-bottom-right-radius: 29px;
}
.bottom-left-radius-29 {
  --border-bottom-left-radius: 29px;
}
.radius-30 {
  --border-radius: 30px;
}
.top-left-radius-30 {
  --border-top-left-radius: 30px;
}
.top-right-radius-30 {
  --border-top-right-radius: 30px;
}
.bottom-right-radius-30 {
  --border-bottom-right-radius: 30px;
}
.bottom-left-radius-30 {
  --border-bottom-left-radius: 30px;
}
.radius-31 {
  --border-radius: 31px;
}
.top-left-radius-31 {
  --border-top-left-radius: 31px;
}
.top-right-radius-31 {
  --border-top-right-radius: 31px;
}
.bottom-right-radius-31 {
  --border-bottom-right-radius: 31px;
}
.bottom-left-radius-31 {
  --border-bottom-left-radius: 31px;
}
.radius-32 {
  --border-radius: 32px;
}
.top-left-radius-32 {
  --border-top-left-radius: 32px;
}
.top-right-radius-32 {
  --border-top-right-radius: 32px;
}
.bottom-right-radius-32 {
  --border-bottom-right-radius: 32px;
}
.bottom-left-radius-32 {
  --border-bottom-left-radius: 32px;
}
.radius-33 {
  --border-radius: 33px;
}
.top-left-radius-33 {
  --border-top-left-radius: 33px;
}
.top-right-radius-33 {
  --border-top-right-radius: 33px;
}
.bottom-right-radius-33 {
  --border-bottom-right-radius: 33px;
}
.bottom-left-radius-33 {
  --border-bottom-left-radius: 33px;
}
.radius-34 {
  --border-radius: 34px;
}
.top-left-radius-34 {
  --border-top-left-radius: 34px;
}
.top-right-radius-34 {
  --border-top-right-radius: 34px;
}
.bottom-right-radius-34 {
  --border-bottom-right-radius: 34px;
}
.bottom-left-radius-34 {
  --border-bottom-left-radius: 34px;
}
.radius-35 {
  --border-radius: 35px;
}
.top-left-radius-35 {
  --border-top-left-radius: 35px;
}
.top-right-radius-35 {
  --border-top-right-radius: 35px;
}
.bottom-right-radius-35 {
  --border-bottom-right-radius: 35px;
}
.bottom-left-radius-35 {
  --border-bottom-left-radius: 35px;
}
.radius-36 {
  --border-radius: 36px;
}
.top-left-radius-36 {
  --border-top-left-radius: 36px;
}
.top-right-radius-36 {
  --border-top-right-radius: 36px;
}
.bottom-right-radius-36 {
  --border-bottom-right-radius: 36px;
}
.bottom-left-radius-36 {
  --border-bottom-left-radius: 36px;
}
.radius-37 {
  --border-radius: 37px;
}
.top-left-radius-37 {
  --border-top-left-radius: 37px;
}
.top-right-radius-37 {
  --border-top-right-radius: 37px;
}
.bottom-right-radius-37 {
  --border-bottom-right-radius: 37px;
}
.bottom-left-radius-37 {
  --border-bottom-left-radius: 37px;
}
.radius-38 {
  --border-radius: 38px;
}
.top-left-radius-38 {
  --border-top-left-radius: 38px;
}
.top-right-radius-38 {
  --border-top-right-radius: 38px;
}
.bottom-right-radius-38 {
  --border-bottom-right-radius: 38px;
}
.bottom-left-radius-38 {
  --border-bottom-left-radius: 38px;
}
.radius-39 {
  --border-radius: 39px;
}
.top-left-radius-39 {
  --border-top-left-radius: 39px;
}
.top-right-radius-39 {
  --border-top-right-radius: 39px;
}
.bottom-right-radius-39 {
  --border-bottom-right-radius: 39px;
}
.bottom-left-radius-39 {
  --border-bottom-left-radius: 39px;
}
.radius-40 {
  --border-radius: 40px;
}
.top-left-radius-40 {
  --border-top-left-radius: 40px;
}
.top-right-radius-40 {
  --border-top-right-radius: 40px;
}
.bottom-right-radius-40 {
  --border-bottom-right-radius: 40px;
}
.bottom-left-radius-40 {
  --border-bottom-left-radius: 40px;
}
.radius-41 {
  --border-radius: 41px;
}
.top-left-radius-41 {
  --border-top-left-radius: 41px;
}
.top-right-radius-41 {
  --border-top-right-radius: 41px;
}
.bottom-right-radius-41 {
  --border-bottom-right-radius: 41px;
}
.bottom-left-radius-41 {
  --border-bottom-left-radius: 41px;
}
.radius-42 {
  --border-radius: 42px;
}
.top-left-radius-42 {
  --border-top-left-radius: 42px;
}
.top-right-radius-42 {
  --border-top-right-radius: 42px;
}
.bottom-right-radius-42 {
  --border-bottom-right-radius: 42px;
}
.bottom-left-radius-42 {
  --border-bottom-left-radius: 42px;
}
.radius-43 {
  --border-radius: 43px;
}
.top-left-radius-43 {
  --border-top-left-radius: 43px;
}
.top-right-radius-43 {
  --border-top-right-radius: 43px;
}
.bottom-right-radius-43 {
  --border-bottom-right-radius: 43px;
}
.bottom-left-radius-43 {
  --border-bottom-left-radius: 43px;
}
.radius-44 {
  --border-radius: 44px;
}
.top-left-radius-44 {
  --border-top-left-radius: 44px;
}
.top-right-radius-44 {
  --border-top-right-radius: 44px;
}
.bottom-right-radius-44 {
  --border-bottom-right-radius: 44px;
}
.bottom-left-radius-44 {
  --border-bottom-left-radius: 44px;
}
.radius-45 {
  --border-radius: 45px;
}
.top-left-radius-45 {
  --border-top-left-radius: 45px;
}
.top-right-radius-45 {
  --border-top-right-radius: 45px;
}
.bottom-right-radius-45 {
  --border-bottom-right-radius: 45px;
}
.bottom-left-radius-45 {
  --border-bottom-left-radius: 45px;
}
.radius-46 {
  --border-radius: 46px;
}
.top-left-radius-46 {
  --border-top-left-radius: 46px;
}
.top-right-radius-46 {
  --border-top-right-radius: 46px;
}
.bottom-right-radius-46 {
  --border-bottom-right-radius: 46px;
}
.bottom-left-radius-46 {
  --border-bottom-left-radius: 46px;
}
.radius-47 {
  --border-radius: 47px;
}
.top-left-radius-47 {
  --border-top-left-radius: 47px;
}
.top-right-radius-47 {
  --border-top-right-radius: 47px;
}
.bottom-right-radius-47 {
  --border-bottom-right-radius: 47px;
}
.bottom-left-radius-47 {
  --border-bottom-left-radius: 47px;
}
.radius-48 {
  --border-radius: 48px;
}
.top-left-radius-48 {
  --border-top-left-radius: 48px;
}
.top-right-radius-48 {
  --border-top-right-radius: 48px;
}
.bottom-right-radius-48 {
  --border-bottom-right-radius: 48px;
}
.bottom-left-radius-48 {
  --border-bottom-left-radius: 48px;
}
.radius-49 {
  --border-radius: 49px;
}
.top-left-radius-49 {
  --border-top-left-radius: 49px;
}
.top-right-radius-49 {
  --border-top-right-radius: 49px;
}
.bottom-right-radius-49 {
  --border-bottom-right-radius: 49px;
}
.bottom-left-radius-49 {
  --border-bottom-left-radius: 49px;
}
.radius-50 {
  --border-radius: 50px;
}
.top-left-radius-50 {
  --border-top-left-radius: 50px;
}
.top-right-radius-50 {
  --border-top-right-radius: 50px;
}
.bottom-right-radius-50 {
  --border-bottom-right-radius: 50px;
}
.bottom-left-radius-50 {
  --border-bottom-left-radius: 50px;
}
/*begin-variables font-family*/
.body {
  font-family: 'Open Sans',sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Raleway,sans-serif;
}
/*end-variables font-family*/
/*begin-variables color*/
.overlap.overlap-transparent .header,
.image,
.gradient {
  color: #111111;
}
.shading,
.overlap.overlap-contrast .header {
  color: #ffffff;
}
.body {
  color: #111111;
  background-color: #ffffff;
  --effect-scale: 1.1;
}
/*end-variables color*/
/*begin-variables font*/
.custom-font.text-font {
  font-family: 'Open Sans',sans-serif !important;
}
.custom-font.heading-font {
  font-family: Raleway,sans-serif !important;
}
/*end-variables font*/
/*begin-variables colors*/
.none.input,
.none.field-input,
.none.button-style,
.none.button-style:hover,
.none.button-style:focus,
.none.button-style:active,
.none.button-style.active,
.button-style.hover-none:hover,
.button-style.hover-none.hover,
.button-style.hover-none:focus,
.button-style.active-none:active,
.button-style.active-none.active,
li.active > .button-style.active-none {
  color: inherit !important;
  background-color: transparent !important;
}
.button-style.border-none,
.button-style.border-hover-none:hover,
.button-style.border-hover-none:focus,
.button-style.border-active-none:active,
.button-style.border-active-none.active,
li.active > .button-style.border-active-none {
  border-color: transparent !important;
  border-width: 0;
}
.button-style.text-none,
.button-style.text-none:hover,
.button-style.text-none:focus,
.button-style.text-none:active,
.button-style.text-none.active,
.button-style.text-hover-none:hover,
.button-style.text-hover-none:focus,
.button-style.text-active-none:active,
.button-style.text-active-none.active,
li.active > .button-style.text-active-none {
  color: inherit !important;
}
.color-1-dark-3,
.body.color-1-dark-3,
section.color-1-dark-3:before,
.color-1-dark-3 > .audio-main-layout-wrapper:before,
.color-1-dark-3 > .container-layout:before,
.color-1-dark-3 > .inner-container-layout:before,
.color-1-dark-3.sidenav:before,
.container-layout.container-layout.color-1-dark-3:before,
.table-alt-color-1-dark-3 tr:nth-child(even) {
  color: #ffffff;
  background-color: #292a33;
}
.input.color-1-dark-3,
.field-input.color-1-dark-3,
.button-style.color-1-dark-3,
.button-style.color-1-dark-3[class*="border-"] {
  color: #ffffff !important;
  background-color: #292a33 !important;
}
.button-style.color-1-dark-3:hover,
.button-style.color-1-dark-3[class*="border-"]:hover,
.button-style.color-1-dark-3:focus,
.button-style.color-1-dark-3[class*="border-"]:focus,
.button-style.button-style.color-1-dark-3:active,
.button-style.button-style.color-1-dark-3[class*="border-"]:active,
.button-style.button-style.color-1-dark-3.active,
.button-style.button-style.color-1-dark-3[class*="border-"].active,
li.active > .button-style.button-style.color-1-dark-3,
li.active > .button-style.button-style.color-1-dark-3[class*="border-"] {
  color: #ffffff !important;
  background-color: #25262e !important;
}
/* hover */
.hover-color-1-dark-3:hover,
.hover-color-1-dark-3[class*="border-"]:hover,
.hover-color-1-dark-3:focus,
.hover-color-1-dark-3[class*="border-"]:focus,
a.button-style.hover-color-1-dark-3:hover,
a.button-style.hover-color-1-dark-3.hover,
a.button-style.hover-color-1-dark-3[class*="border-"]:hover,
a.button-style.hover-color-1-dark-3[class*="border-"].hover,
a.button-style:hover > .hover-color-1-dark-3,
a.button-style:hover > .hover-color-1-dark-3[class*="border-"],
a.button-style.hover-color-1-dark-3:focus,
a.button-style.hover-color-1-dark-3[class*="border-"]:focus {
  color: #ffffff !important;
  background-color: #292a33 !important;
}
/* active */
.active-color-1-dark-3.active.active,
.active-color-1-dark-3[class*="border-"].active.active,
a.button-style.button-style.active-color-1-dark-3:active,
a.button-style.button-style.active-color-1-dark-3[class*="border-"]:active,
a.button-style.button-style.active-color-1-dark-3.active,
a.button-style.button-style.active-color-1-dark-3[class*="border-"].active,
a.button-style.button-style.active > .active-color-1-dark-3,
a.button-style.button-style.active > .active-color-1-dark-3[class*="border-"],
li.active > a.button-style.button-style.active-color-1-dark-3,
li.active > a.button-style.button-style.active-color-1-dark-3[class*="border-"],
input.field-input.field-input.active-color-1-dark-3:checked {
  color: #ffffff !important;
  background-color: #292a33 !important;
}
a.link.hover-color-1-dark-3:hover {
  color: #292a33 !important;
}
.color-1-dark-2,
.body.color-1-dark-2,
section.color-1-dark-2:before,
.color-1-dark-2 > .audio-main-layout-wrapper:before,
.color-1-dark-2 > .container-layout:before,
.color-1-dark-2 > .inner-container-layout:before,
.color-1-dark-2.sidenav:before,
.container-layout.container-layout.color-1-dark-2:before,
.table-alt-color-1-dark-2 tr:nth-child(even) {
  color: #ffffff;
  background-color: #474d75;
}
.input.color-1-dark-2,
.field-input.color-1-dark-2,
.button-style.color-1-dark-2,
.button-style.color-1-dark-2[class*="border-"] {
  color: #ffffff !important;
  background-color: #474d75 !important;
}
.button-style.color-1-dark-2:hover,
.button-style.color-1-dark-2[class*="border-"]:hover,
.button-style.color-1-dark-2:focus,
.button-style.color-1-dark-2[class*="border-"]:focus,
.button-style.button-style.color-1-dark-2:active,
.button-style.button-style.color-1-dark-2[class*="border-"]:active,
.button-style.button-style.color-1-dark-2.active,
.button-style.button-style.color-1-dark-2[class*="border-"].active,
li.active > .button-style.button-style.color-1-dark-2,
li.active > .button-style.button-style.color-1-dark-2[class*="border-"] {
  color: #ffffff !important;
  background-color: #404569 !important;
}
/* hover */
.hover-color-1-dark-2:hover,
.hover-color-1-dark-2[class*="border-"]:hover,
.hover-color-1-dark-2:focus,
.hover-color-1-dark-2[class*="border-"]:focus,
a.button-style.hover-color-1-dark-2:hover,
a.button-style.hover-color-1-dark-2.hover,
a.button-style.hover-color-1-dark-2[class*="border-"]:hover,
a.button-style.hover-color-1-dark-2[class*="border-"].hover,
a.button-style:hover > .hover-color-1-dark-2,
a.button-style:hover > .hover-color-1-dark-2[class*="border-"],
a.button-style.hover-color-1-dark-2:focus,
a.button-style.hover-color-1-dark-2[class*="border-"]:focus {
  color: #ffffff !important;
  background-color: #474d75 !important;
}
/* active */
.active-color-1-dark-2.active.active,
.active-color-1-dark-2[class*="border-"].active.active,
a.button-style.button-style.active-color-1-dark-2:active,
a.button-style.button-style.active-color-1-dark-2[class*="border-"]:active,
a.button-style.button-style.active-color-1-dark-2.active,
a.button-style.button-style.active-color-1-dark-2[class*="border-"].active,
a.button-style.button-style.active > .active-color-1-dark-2,
a.button-style.button-style.active > .active-color-1-dark-2[class*="border-"],
li.active > a.button-style.button-style.active-color-1-dark-2,
li.active > a.button-style.button-style.active-color-1-dark-2[class*="border-"],
input.field-input.field-input.active-color-1-dark-2:checked {
  color: #ffffff !important;
  background-color: #474d75 !important;
}
a.link.hover-color-1-dark-2:hover {
  color: #474d75 !important;
}
.color-1-dark-1,
.body.color-1-dark-1,
section.color-1-dark-1:before,
.color-1-dark-1 > .audio-main-layout-wrapper:before,
.color-1-dark-1 > .container-layout:before,
.color-1-dark-1 > .inner-container-layout:before,
.color-1-dark-1.sidenav:before,
.container-layout.container-layout.color-1-dark-1:before,
.table-alt-color-1-dark-1 tr:nth-child(even) {
  color: #ffffff;
  background-color: #4d59b7;
}
.input.color-1-dark-1,
.field-input.color-1-dark-1,
.button-style.color-1-dark-1,
.button-style.color-1-dark-1[class*="border-"] {
  color: #ffffff !important;
  background-color: #4d59b7 !important;
}
.button-style.color-1-dark-1:hover,
.button-style.color-1-dark-1[class*="border-"]:hover,
.button-style.color-1-dark-1:focus,
.button-style.color-1-dark-1[class*="border-"]:focus,
.button-style.button-style.color-1-dark-1:active,
.button-style.button-style.color-1-dark-1[class*="border-"]:active,
.button-style.button-style.color-1-dark-1.active,
.button-style.button-style.color-1-dark-1[class*="border-"].active,
li.active > .button-style.button-style.color-1-dark-1,
li.active > .button-style.button-style.color-1-dark-1[class*="border-"] {
  color: #ffffff !important;
  background-color: #434fa7 !important;
}
/* hover */
.hover-color-1-dark-1:hover,
.hover-color-1-dark-1[class*="border-"]:hover,
.hover-color-1-dark-1:focus,
.hover-color-1-dark-1[class*="border-"]:focus,
a.button-style.hover-color-1-dark-1:hover,
a.button-style.hover-color-1-dark-1.hover,
a.button-style.hover-color-1-dark-1[class*="border-"]:hover,
a.button-style.hover-color-1-dark-1[class*="border-"].hover,
a.button-style:hover > .hover-color-1-dark-1,
a.button-style:hover > .hover-color-1-dark-1[class*="border-"],
a.button-style.hover-color-1-dark-1:focus,
a.button-style.hover-color-1-dark-1[class*="border-"]:focus {
  color: #ffffff !important;
  background-color: #4d59b7 !important;
}
/* active */
.active-color-1-dark-1.active.active,
.active-color-1-dark-1[class*="border-"].active.active,
a.button-style.button-style.active-color-1-dark-1:active,
a.button-style.button-style.active-color-1-dark-1[class*="border-"]:active,
a.button-style.button-style.active-color-1-dark-1.active,
a.button-style.button-style.active-color-1-dark-1[class*="border-"].active,
a.button-style.button-style.active > .active-color-1-dark-1,
a.button-style.button-style.active > .active-color-1-dark-1[class*="border-"],
li.active > a.button-style.button-style.active-color-1-dark-1,
li.active > a.button-style.button-style.active-color-1-dark-1[class*="border-"],
input.field-input.field-input.active-color-1-dark-1:checked {
  color: #ffffff !important;
  background-color: #4d59b7 !important;
}
a.link.hover-color-1-dark-1:hover {
  color: #4d59b7 !important;
}
.color-1,
.body.color-1,
section.color-1:before,
.color-1 > .audio-main-layout-wrapper:before,
.color-1 > .container-layout:before,
.color-1 > .inner-container-layout:before,
.color-1.sidenav:before,
.container-layout.container-layout.color-1:before,
.table-alt-color-1 tr:nth-child(even) {
  color: #ffffff;
  background-color: #3a50f9;
}
.input.color-1,
.field-input.color-1,
.button-style.color-1,
.button-style.color-1[class*="border-"] {
  color: #ffffff !important;
  background-color: #3a50f9 !important;
}
.button-style.color-1:hover,
.button-style.color-1[class*="border-"]:hover,
.button-style.color-1:focus,
.button-style.color-1[class*="border-"]:focus,
.button-style.button-style.color-1:active,
.button-style.button-style.color-1[class*="border-"]:active,
.button-style.button-style.color-1.active,
.button-style.button-style.color-1[class*="border-"].active,
li.active > .button-style.button-style.color-1,
li.active > .button-style.button-style.color-1[class*="border-"] {
  color: #ffffff !important;
  background-color: #1c36f8 !important;
}
/* hover */
.hover-color-1:hover,
.hover-color-1[class*="border-"]:hover,
.hover-color-1:focus,
.hover-color-1[class*="border-"]:focus,
a.button-style.hover-color-1:hover,
a.button-style.hover-color-1.hover,
a.button-style.hover-color-1[class*="border-"]:hover,
a.button-style.hover-color-1[class*="border-"].hover,
a.button-style:hover > .hover-color-1,
a.button-style:hover > .hover-color-1[class*="border-"],
a.button-style.hover-color-1:focus,
a.button-style.hover-color-1[class*="border-"]:focus {
  color: #ffffff !important;
  background-color: #3a50f9 !important;
}
/* active */
.active-color-1.active.active,
.active-color-1[class*="border-"].active.active,
a.button-style.button-style.active-color-1:active,
a.button-style.button-style.active-color-1[class*="border-"]:active,
a.button-style.button-style.active-color-1.active,
a.button-style.button-style.active-color-1[class*="border-"].active,
a.button-style.button-style.active > .active-color-1,
a.button-style.button-style.active > .active-color-1[class*="border-"],
li.active > a.button-style.button-style.active-color-1,
li.active > a.button-style.button-style.active-color-1[class*="border-"],
input.field-input.field-input.active-color-1:checked {
  color: #ffffff !important;
  background-color: #3a50f9 !important;
}
a.link.hover-color-1:hover {
  color: #3a50f9 !important;
}
.color-1-light-1,
.body.color-1-light-1,
section.color-1-light-1:before,
.color-1-light-1 > .audio-main-layout-wrapper:before,
.color-1-light-1 > .container-layout:before,
.color-1-light-1 > .inner-container-layout:before,
.color-1-light-1.sidenav:before,
.container-layout.container-layout.color-1-light-1:before,
.table-alt-color-1-light-1 tr:nth-child(even) {
  color: #ffffff;
  background-color: #7484fb;
}
.input.color-1-light-1,
.field-input.color-1-light-1,
.button-style.color-1-light-1,
.button-style.color-1-light-1[class*="border-"] {
  color: #ffffff !important;
  background-color: #7484fb !important;
}
.button-style.color-1-light-1:hover,
.button-style.color-1-light-1[class*="border-"]:hover,
.button-style.color-1-light-1:focus,
.button-style.color-1-light-1[class*="border-"]:focus,
.button-style.button-style.color-1-light-1:active,
.button-style.button-style.color-1-light-1[class*="border-"]:active,
.button-style.button-style.color-1-light-1.active,
.button-style.button-style.color-1-light-1[class*="border-"].active,
li.active > .button-style.button-style.color-1-light-1,
li.active > .button-style.button-style.color-1-light-1[class*="border-"] {
  color: #ffffff !important;
  background-color: #5064fa !important;
}
/* hover */
.hover-color-1-light-1:hover,
.hover-color-1-light-1[class*="border-"]:hover,
.hover-color-1-light-1:focus,
.hover-color-1-light-1[class*="border-"]:focus,
a.button-style.hover-color-1-light-1:hover,
a.button-style.hover-color-1-light-1.hover,
a.button-style.hover-color-1-light-1[class*="border-"]:hover,
a.button-style.hover-color-1-light-1[class*="border-"].hover,
a.button-style:hover > .hover-color-1-light-1,
a.button-style:hover > .hover-color-1-light-1[class*="border-"],
a.button-style.hover-color-1-light-1:focus,
a.button-style.hover-color-1-light-1[class*="border-"]:focus {
  color: #ffffff !important;
  background-color: #7484fb !important;
}
/* active */
.active-color-1-light-1.active.active,
.active-color-1-light-1[class*="border-"].active.active,
a.button-style.button-style.active-color-1-light-1:active,
a.button-style.button-style.active-color-1-light-1[class*="border-"]:active,
a.button-style.button-style.active-color-1-light-1.active,
a.button-style.button-style.active-color-1-light-1[class*="border-"].active,
a.button-style.button-style.active > .active-color-1-light-1,
a.button-style.button-style.active > .active-color-1-light-1[class*="border-"],
li.active > a.button-style.button-style.active-color-1-light-1,
li.active > a.button-style.button-style.active-color-1-light-1[class*="border-"],
input.field-input.field-input.active-color-1-light-1:checked {
  color: #ffffff !important;
  background-color: #7484fb !important;
}
a.link.hover-color-1-light-1:hover {
  color: #7484fb !important;
}
.color-1-light-2,
.body.color-1-light-2,
section.color-1-light-2:before,
.color-1-light-2 > .audio-main-layout-wrapper:before,
.color-1-light-2 > .container-layout:before,
.color-1-light-2 > .inner-container-layout:before,
.color-1-light-2.sidenav:before,
.container-layout.container-layout.color-1-light-2:before,
.table-alt-color-1-light-2 tr:nth-child(even) {
  color: #111111;
  background-color: #afb8fd;
}
.input.color-1-light-2,
.field-input.color-1-light-2,
.button-style.color-1-light-2,
.button-style.color-1-light-2[class*="border-"] {
  color: #111111 !important;
  background-color: #afb8fd !important;
}
.button-style.color-1-light-2:hover,
.button-style.color-1-light-2[class*="border-"]:hover,
.button-style.color-1-light-2:focus,
.button-style.color-1-light-2[class*="border-"]:focus,
.button-style.button-style.color-1-light-2:active,
.button-style.button-style.color-1-light-2[class*="border-"]:active,
.button-style.button-style.color-1-light-2.active,
.button-style.button-style.color-1-light-2[class*="border-"].active,
li.active > .button-style.button-style.color-1-light-2,
li.active > .button-style.button-style.color-1-light-2[class*="border-"] {
  color: #111111 !important;
  background-color: #8593fc !important;
}
/* hover */
.hover-color-1-light-2:hover,
.hover-color-1-light-2[class*="border-"]:hover,
.hover-color-1-light-2:focus,
.hover-color-1-light-2[class*="border-"]:focus,
a.button-style.hover-color-1-light-2:hover,
a.button-style.hover-color-1-light-2.hover,
a.button-style.hover-color-1-light-2[class*="border-"]:hover,
a.button-style.hover-color-1-light-2[class*="border-"].hover,
a.button-style:hover > .hover-color-1-light-2,
a.button-style:hover > .hover-color-1-light-2[class*="border-"],
a.button-style.hover-color-1-light-2:focus,
a.button-style.hover-color-1-light-2[class*="border-"]:focus {
  color: #111111 !important;
  background-color: #afb8fd !important;
}
/* active */
.active-color-1-light-2.active.active,
.active-color-1-light-2[class*="border-"].active.active,
a.button-style.button-style.active-color-1-light-2:active,
a.button-style.button-style.active-color-1-light-2[class*="border-"]:active,
a.button-style.button-style.active-color-1-light-2.active,
a.button-style.button-style.active-color-1-light-2[class*="border-"].active,
a.button-style.button-style.active > .active-color-1-light-2,
a.button-style.button-style.active > .active-color-1-light-2[class*="border-"],
li.active > a.button-style.button-style.active-color-1-light-2,
li.active > a.button-style.button-style.active-color-1-light-2[class*="border-"],
input.field-input.field-input.active-color-1-light-2:checked {
  color: #111111 !important;
  background-color: #afb8fd !important;
}
a.link.hover-color-1-light-2:hover {
  color: #afb8fd !important;
}
.color-1-light-3,
.body.color-1-light-3,
section.color-1-light-3:before,
.color-1-light-3 > .audio-main-layout-wrapper:before,
.color-1-light-3 > .container-layout:before,
.color-1-light-3 > .inner-container-layout:before,
.color-1-light-3.sidenav:before,
.container-layout.container-layout.color-1-light-3:before,
.table-alt-color-1-light-3 tr:nth-child(even) {
  color: #111111;
  background-color: #ebedfe;
}
.input.color-1-light-3,
.field-input.color-1-light-3,
.button-style.color-1-light-3,
.button-style.color-1-light-3[class*="border-"] {
  color: #111111 !important;
  background-color: #ebedfe !important;
}
.button-style.color-1-light-3:hover,
.button-style.color-1-light-3[class*="border-"]:hover,
.button-style.color-1-light-3:focus,
.button-style.color-1-light-3[class*="border-"]:focus,
.button-style.button-style.color-1-light-3:active,
.button-style.button-style.color-1-light-3[class*="border-"]:active,
.button-style.button-style.color-1-light-3.active,
.button-style.button-style.color-1-light-3[class*="border-"].active,
li.active > .button-style.button-style.color-1-light-3,
li.active > .button-style.button-style.color-1-light-3[class*="border-"] {
  color: #111111 !important;
  background-color: #bcc3fc !important;
}
/* hover */
.hover-color-1-light-3:hover,
.hover-color-1-light-3[class*="border-"]:hover,
.hover-color-1-light-3:focus,
.hover-color-1-light-3[class*="border-"]:focus,
a.button-style.hover-color-1-light-3:hover,
a.button-style.hover-color-1-light-3.hover,
a.button-style.hover-color-1-light-3[class*="border-"]:hover,
a.button-style.hover-color-1-light-3[class*="border-"].hover,
a.button-style:hover > .hover-color-1-light-3,
a.button-style:hover > .hover-color-1-light-3[class*="border-"],
a.button-style.hover-color-1-light-3:focus,
a.button-style.hover-color-1-light-3[class*="border-"]:focus {
  color: #111111 !important;
  background-color: #ebedfe !important;
}
/* active */
.active-color-1-light-3.active.active,
.active-color-1-light-3[class*="border-"].active.active,
a.button-style.button-style.active-color-1-light-3:active,
a.button-style.button-style.active-color-1-light-3[class*="border-"]:active,
a.button-style.button-style.active-color-1-light-3.active,
a.button-style.button-style.active-color-1-light-3[class*="border-"].active,
a.button-style.button-style.active > .active-color-1-light-3,
a.button-style.button-style.active > .active-color-1-light-3[class*="border-"],
li.active > a.button-style.button-style.active-color-1-light-3,
li.active > a.button-style.button-style.active-color-1-light-3[class*="border-"],
input.field-input.field-input.active-color-1-light-3:checked {
  color: #111111 !important;
  background-color: #ebedfe !important;
}
a.link.hover-color-1-light-3:hover {
  color: #ebedfe !important;
}
.color-1-base,
.body.color-1-base,
section.color-1-base:before,
.color-1-base > .audio-main-layout-wrapper:before,
.color-1-base > .container-layout:before,
.color-1-base > .inner-container-layout:before,
.color-1-base.sidenav:before,
.container-layout.container-layout.color-1-base:before,
.table-alt-color-1-base tr:nth-child(even) {
  color: #ffffff;
  background-color: #3a50f9;
}
.input.color-1-base,
.field-input.color-1-base,
.button-style.color-1-base,
.button-style.color-1-base[class*="border-"] {
  color: #ffffff !important;
  background-color: #3a50f9 !important;
}
.button-style.color-1-base:hover,
.button-style.color-1-base[class*="border-"]:hover,
.button-style.color-1-base:focus,
.button-style.color-1-base[class*="border-"]:focus,
.button-style.button-style.color-1-base:active,
.button-style.button-style.color-1-base[class*="border-"]:active,
.button-style.button-style.color-1-base.active,
.button-style.button-style.color-1-base[class*="border-"].active,
li.active > .button-style.button-style.color-1-base,
li.active > .button-style.button-style.color-1-base[class*="border-"] {
  color: #ffffff !important;
  background-color: #1c36f8 !important;
}
/* hover */
.hover-color-1-base:hover,
.hover-color-1-base[class*="border-"]:hover,
.hover-color-1-base:focus,
.hover-color-1-base[class*="border-"]:focus,
a.button-style.hover-color-1-base:hover,
a.button-style.hover-color-1-base.hover,
a.button-style.hover-color-1-base[class*="border-"]:hover,
a.button-style.hover-color-1-base[class*="border-"].hover,
a.button-style:hover > .hover-color-1-base,
a.button-style:hover > .hover-color-1-base[class*="border-"],
a.button-style.hover-color-1-base:focus,
a.button-style.hover-color-1-base[class*="border-"]:focus {
  color: #ffffff !important;
  background-color: #3a50f9 !important;
}
/* active */
.active-color-1-base.active.active,
.active-color-1-base[class*="border-"].active.active,
a.button-style.button-style.active-color-1-base:active,
a.button-style.button-style.active-color-1-base[class*="border-"]:active,
a.button-style.button-style.active-color-1-base.active,
a.button-style.button-style.active-color-1-base[class*="border-"].active,
a.button-style.button-style.active > .active-color-1-base,
a.button-style.button-style.active > .active-color-1-base[class*="border-"],
li.active > a.button-style.button-style.active-color-1-base,
li.active > a.button-style.button-style.active-color-1-base[class*="border-"],
input.field-input.field-input.active-color-1-base:checked {
  color: #ffffff !important;
  background-color: #3a50f9 !important;
}
a.link.hover-color-1-base:hover {
  color: #3a50f9 !important;
}
.color-2-dark-3,
.body.color-2-dark-3,
section.color-2-dark-3:before,
.color-2-dark-3 > .audio-main-layout-wrapper:before,
.color-2-dark-3 > .container-layout:before,
.color-2-dark-3 > .inner-container-layout:before,
.color-2-dark-3.sidenav:before,
.container-layout.container-layout.color-2-dark-3:before,
.table-alt-color-2-dark-3 tr:nth-child(even) {
  color: #ffffff;
  background-color: #332930;
}
.input.color-2-dark-3,
.field-input.color-2-dark-3,
.button-style.color-2-dark-3,
.button-style.color-2-dark-3[class*="border-"] {
  color: #ffffff !important;
  background-color: #332930 !important;
}
.button-style.color-2-dark-3:hover,
.button-style.color-2-dark-3[class*="border-"]:hover,
.button-style.color-2-dark-3:focus,
.button-style.color-2-dark-3[class*="border-"]:focus,
.button-style.button-style.color-2-dark-3:active,
.button-style.button-style.color-2-dark-3[class*="border-"]:active,
.button-style.button-style.color-2-dark-3.active,
.button-style.button-style.color-2-dark-3[class*="border-"].active,
li.active > .button-style.button-style.color-2-dark-3,
li.active > .button-style.button-style.color-2-dark-3[class*="border-"] {
  color: #ffffff !important;
  background-color: #2e252b !important;
}
/* hover */
.hover-color-2-dark-3:hover,
.hover-color-2-dark-3[class*="border-"]:hover,
.hover-color-2-dark-3:focus,
.hover-color-2-dark-3[class*="border-"]:focus,
a.button-style.hover-color-2-dark-3:hover,
a.button-style.hover-color-2-dark-3.hover,
a.button-style.hover-color-2-dark-3[class*="border-"]:hover,
a.button-style.hover-color-2-dark-3[class*="border-"].hover,
a.button-style:hover > .hover-color-2-dark-3,
a.button-style:hover > .hover-color-2-dark-3[class*="border-"],
a.button-style.hover-color-2-dark-3:focus,
a.button-style.hover-color-2-dark-3[class*="border-"]:focus {
  color: #ffffff !important;
  background-color: #332930 !important;
}
/* active */
.active-color-2-dark-3.active.active,
.active-color-2-dark-3[class*="border-"].active.active,
a.button-style.button-style.active-color-2-dark-3:active,
a.button-style.button-style.active-color-2-dark-3[class*="border-"]:active,
a.button-style.button-style.active-color-2-dark-3.active,
a.button-style.button-style.active-color-2-dark-3[class*="border-"].active,
a.button-style.button-style.active > .active-color-2-dark-3,
a.button-style.button-style.active > .active-color-2-dark-3[class*="border-"],
li.active > a.button-style.button-style.active-color-2-dark-3,
li.active > a.button-style.button-style.active-color-2-dark-3[class*="border-"],
input.field-input.field-input.active-color-2-dark-3:checked {
  color: #ffffff !important;
  background-color: #332930 !important;
}
a.link.hover-color-2-dark-3:hover {
  color: #332930 !important;
}
.color-2-dark-2,
.body.color-2-dark-2,
section.color-2-dark-2:before,
.color-2-dark-2 > .audio-main-layout-wrapper:before,
.color-2-dark-2 > .container-layout:before,
.color-2-dark-2 > .inner-container-layout:before,
.color-2-dark-2.sidenav:before,
.container-layout.container-layout.color-2-dark-2:before,
.table-alt-color-2-dark-2 tr:nth-child(even) {
  color: #ffffff;
  background-color: #714967;
}
.input.color-2-dark-2,
.field-input.color-2-dark-2,
.button-style.color-2-dark-2,
.button-style.color-2-dark-2[class*="border-"] {
  color: #ffffff !important;
  background-color: #714967 !important;
}
.button-style.color-2-dark-2:hover,
.button-style.color-2-dark-2[class*="border-"]:hover,
.button-style.color-2-dark-2:focus,
.button-style.color-2-dark-2[class*="border-"]:focus,
.button-style.button-style.color-2-dark-2:active,
.button-style.button-style.color-2-dark-2[class*="border-"]:active,
.button-style.button-style.color-2-dark-2.active,
.button-style.button-style.color-2-dark-2[class*="border-"].active,
li.active > .button-style.button-style.color-2-dark-2,
li.active > .button-style.button-style.color-2-dark-2[class*="border-"] {
  color: #ffffff !important;
  background-color: #66425d !important;
}
/* hover */
.hover-color-2-dark-2:hover,
.hover-color-2-dark-2[class*="border-"]:hover,
.hover-color-2-dark-2:focus,
.hover-color-2-dark-2[class*="border-"]:focus,
a.button-style.hover-color-2-dark-2:hover,
a.button-style.hover-color-2-dark-2.hover,
a.button-style.hover-color-2-dark-2[class*="border-"]:hover,
a.button-style.hover-color-2-dark-2[class*="border-"].hover,
a.button-style:hover > .hover-color-2-dark-2,
a.button-style:hover > .hover-color-2-dark-2[class*="border-"],
a.button-style.hover-color-2-dark-2:focus,
a.button-style.hover-color-2-dark-2[class*="border-"]:focus {
  color: #ffffff !important;
  background-color: #714967 !important;
}
/* active */
.active-color-2-dark-2.active.active,
.active-color-2-dark-2[class*="border-"].active.active,
a.button-style.button-style.active-color-2-dark-2:active,
a.button-style.button-style.active-color-2-dark-2[class*="border-"]:active,
a.button-style.button-style.active-color-2-dark-2.active,
a.button-style.button-style.active-color-2-dark-2[class*="border-"].active,
a.button-style.button-style.active > .active-color-2-dark-2,
a.button-style.button-style.active > .active-color-2-dark-2[class*="border-"],
li.active > a.button-style.button-style.active-color-2-dark-2,
li.active > a.button-style.button-style.active-color-2-dark-2[class*="border-"],
input.field-input.field-input.active-color-2-dark-2:checked {
  color: #ffffff !important;
  background-color: #714967 !important;
}
a.link.hover-color-2-dark-2:hover {
  color: #714967 !important;
}
.color-2-dark-1,
.body.color-2-dark-1,
section.color-2-dark-1:before,
.color-2-dark-1 > .audio-main-layout-wrapper:before,
.color-2-dark-1 > .container-layout:before,
.color-2-dark-1 > .inner-container-layout:before,
.color-2-dark-1.sidenav:before,
.container-layout.container-layout.color-2-dark-1:before,
.table-alt-color-2-dark-1 tr:nth-child(even) {
  color: #ffffff;
  background-color: #b05599;
}
.input.color-2-dark-1,
.field-input.color-2-dark-1,
.button-style.color-2-dark-1,
.button-style.color-2-dark-1[class*="border-"] {
  color: #ffffff !important;
  background-color: #b05599 !important;
}
.button-style.color-2-dark-1:hover,
.button-style.color-2-dark-1[class*="border-"]:hover,
.button-style.color-2-dark-1:focus,
.button-style.color-2-dark-1[class*="border-"]:focus,
.button-style.button-style.color-2-dark-1:active,
.button-style.button-style.color-2-dark-1[class*="border-"]:active,
.button-style.button-style.color-2-dark-1.active,
.button-style.button-style.color-2-dark-1[class*="border-"].active,
li.active > .button-style.button-style.color-2-dark-1,
li.active > .button-style.button-style.color-2-dark-1[class*="border-"] {
  color: #ffffff !important;
  background-color: #a04b8b !important;
}
/* hover */
.hover-color-2-dark-1:hover,
.hover-color-2-dark-1[class*="border-"]:hover,
.hover-color-2-dark-1:focus,
.hover-color-2-dark-1[class*="border-"]:focus,
a.button-style.hover-color-2-dark-1:hover,
a.button-style.hover-color-2-dark-1.hover,
a.button-style.hover-color-2-dark-1[class*="border-"]:hover,
a.button-style.hover-color-2-dark-1[class*="border-"].hover,
a.button-style:hover > .hover-color-2-dark-1,
a.button-style:hover > .hover-color-2-dark-1[class*="border-"],
a.button-style.hover-color-2-dark-1:focus,
a.button-style.hover-color-2-dark-1[class*="border-"]:focus {
  color: #ffffff !important;
  background-color: #b05599 !important;
}
/* active */
.active-color-2-dark-1.active.active,
.active-color-2-dark-1[class*="border-"].active.active,
a.button-style.button-style.active-color-2-dark-1:active,
a.button-style.button-style.active-color-2-dark-1[class*="border-"]:active,
a.button-style.button-style.active-color-2-dark-1.active,
a.button-style.button-style.active-color-2-dark-1[class*="border-"].active,
a.button-style.button-style.active > .active-color-2-dark-1,
a.button-style.button-style.active > .active-color-2-dark-1[class*="border-"],
li.active > a.button-style.button-style.active-color-2-dark-1,
li.active > a.button-style.button-style.active-color-2-dark-1[class*="border-"],
input.field-input.field-input.active-color-2-dark-1:checked {
  color: #ffffff !important;
  background-color: #b05599 !important;
}
a.link.hover-color-2-dark-1:hover {
  color: #b05599 !important;
}
.color-2,
.body.color-2,
section.color-2:before,
.color-2 > .audio-main-layout-wrapper:before,
.color-2 > .container-layout:before,
.color-2 > .inner-container-layout:before,
.color-2.sidenav:before,
.container-layout.container-layout.color-2:before,
.table-alt-color-2 tr:nth-child(even) {
  color: #ffffff;
  background-color: #ee4dc6;
}
.input.color-2,
.field-input.color-2,
.button-style.color-2,
.button-style.color-2[class*="border-"] {
  color: #ffffff !important;
  background-color: #ee4dc6 !important;
}
.button-style.color-2:hover,
.button-style.color-2[class*="border-"]:hover,
.button-style.color-2:focus,
.button-style.color-2[class*="border-"]:focus,
.button-style.button-style.color-2:active,
.button-style.button-style.color-2[class*="border-"]:active,
.button-style.button-style.color-2.active,
.button-style.button-style.color-2[class*="border-"].active,
li.active > .button-style.button-style.color-2,
li.active > .button-style.button-style.color-2[class*="border-"] {
  color: #ffffff !important;
  background-color: #eb30bd !important;
}
/* hover */
.hover-color-2:hover,
.hover-color-2[class*="border-"]:hover,
.hover-color-2:focus,
.hover-color-2[class*="border-"]:focus,
a.button-style.hover-color-2:hover,
a.button-style.hover-color-2.hover,
a.button-style.hover-color-2[class*="border-"]:hover,
a.button-style.hover-color-2[class*="border-"].hover,
a.button-style:hover > .hover-color-2,
a.button-style:hover > .hover-color-2[class*="border-"],
a.button-style.hover-color-2:focus,
a.button-style.hover-color-2[class*="border-"]:focus {
  color: #ffffff !important;
  background-color: #ee4dc6 !important;
}
/* active */
.active-color-2.active.active,
.active-color-2[class*="border-"].active.active,
a.button-style.button-style.active-color-2:active,
a.button-style.button-style.active-color-2[class*="border-"]:active,
a.button-style.button-style.active-color-2.active,
a.button-style.button-style.active-color-2[class*="border-"].active,
a.button-style.button-style.active > .active-color-2,
a.button-style.button-style.active > .active-color-2[class*="border-"],
li.active > a.button-style.button-style.active-color-2,
li.active > a.button-style.button-style.active-color-2[class*="border-"],
input.field-input.field-input.active-color-2:checked {
  color: #ffffff !important;
  background-color: #ee4dc6 !important;
}
a.link.hover-color-2:hover {
  color: #ee4dc6 !important;
}
.color-2-light-1,
.body.color-2-light-1,
section.color-2-light-1:before,
.color-2-light-1 > .audio-main-layout-wrapper:before,
.color-2-light-1 > .container-layout:before,
.color-2-light-1 > .inner-container-layout:before,
.color-2-light-1.sidenav:before,
.container-layout.container-layout.color-2-light-1:before,
.table-alt-color-2-light-1 tr:nth-child(even) {
  color: #ffffff;
  background-color: #f380d7;
}
.input.color-2-light-1,
.field-input.color-2-light-1,
.button-style.color-2-light-1,
.button-style.color-2-light-1[class*="border-"] {
  color: #ffffff !important;
  background-color: #f380d7 !important;
}
.button-style.color-2-light-1:hover,
.button-style.color-2-light-1[class*="border-"]:hover,
.button-style.color-2-light-1:focus,
.button-style.color-2-light-1[class*="border-"]:focus,
.button-style.button-style.color-2-light-1:active,
.button-style.button-style.color-2-light-1[class*="border-"]:active,
.button-style.button-style.color-2-light-1.active,
.button-style.button-style.color-2-light-1[class*="border-"].active,
li.active > .button-style.button-style.color-2-light-1,
li.active > .button-style.button-style.color-2-light-1[class*="border-"] {
  color: #ffffff !important;
  background-color: #f05ecc !important;
}
/* hover */
.hover-color-2-light-1:hover,
.hover-color-2-light-1[class*="border-"]:hover,
.hover-color-2-light-1:focus,
.hover-color-2-light-1[class*="border-"]:focus,
a.button-style.hover-color-2-light-1:hover,
a.button-style.hover-color-2-light-1.hover,
a.button-style.hover-color-2-light-1[class*="border-"]:hover,
a.button-style.hover-color-2-light-1[class*="border-"].hover,
a.button-style:hover > .hover-color-2-light-1,
a.button-style:hover > .hover-color-2-light-1[class*="border-"],
a.button-style.hover-color-2-light-1:focus,
a.button-style.hover-color-2-light-1[class*="border-"]:focus {
  color: #ffffff !important;
  background-color: #f380d7 !important;
}
/* active */
.active-color-2-light-1.active.active,
.active-color-2-light-1[class*="border-"].active.active,
a.button-style.button-style.active-color-2-light-1:active,
a.button-style.button-style.active-color-2-light-1[class*="border-"]:active,
a.button-style.button-style.active-color-2-light-1.active,
a.button-style.button-style.active-color-2-light-1[class*="border-"].active,
a.button-style.button-style.active > .active-color-2-light-1,
a.button-style.button-style.active > .active-color-2-light-1[class*="border-"],
li.active > a.button-style.button-style.active-color-2-light-1,
li.active > a.button-style.button-style.active-color-2-light-1[class*="border-"],
input.field-input.field-input.active-color-2-light-1:checked {
  color: #ffffff !important;
  background-color: #f380d7 !important;
}
a.link.hover-color-2-light-1:hover {
  color: #f380d7 !important;
}
.color-2-light-2,
.body.color-2-light-2,
section.color-2-light-2:before,
.color-2-light-2 > .audio-main-layout-wrapper:before,
.color-2-light-2 > .container-layout:before,
.color-2-light-2 > .inner-container-layout:before,
.color-2-light-2.sidenav:before,
.container-layout.container-layout.color-2-light-2:before,
.table-alt-color-2-light-2 tr:nth-child(even) {
  color: #111111;
  background-color: #f8b5e8;
}
.input.color-2-light-2,
.field-input.color-2-light-2,
.button-style.color-2-light-2,
.button-style.color-2-light-2[class*="border-"] {
  color: #111111 !important;
  background-color: #f8b5e8 !important;
}
.button-style.color-2-light-2:hover,
.button-style.color-2-light-2[class*="border-"]:hover,
.button-style.color-2-light-2:focus,
.button-style.color-2-light-2[class*="border-"]:focus,
.button-style.button-style.color-2-light-2:active,
.button-style.button-style.color-2-light-2[class*="border-"]:active,
.button-style.button-style.color-2-light-2.active,
.button-style.button-style.color-2-light-2[class*="border-"].active,
li.active > .button-style.button-style.color-2-light-2,
li.active > .button-style.button-style.color-2-light-2[class*="border-"] {
  color: #111111 !important;
  background-color: #f48edc !important;
}
/* hover */
.hover-color-2-light-2:hover,
.hover-color-2-light-2[class*="border-"]:hover,
.hover-color-2-light-2:focus,
.hover-color-2-light-2[class*="border-"]:focus,
a.button-style.hover-color-2-light-2:hover,
a.button-style.hover-color-2-light-2.hover,
a.button-style.hover-color-2-light-2[class*="border-"]:hover,
a.button-style.hover-color-2-light-2[class*="border-"].hover,
a.button-style:hover > .hover-color-2-light-2,
a.button-style:hover > .hover-color-2-light-2[class*="border-"],
a.button-style.hover-color-2-light-2:focus,
a.button-style.hover-color-2-light-2[class*="border-"]:focus {
  color: #111111 !important;
  background-color: #f8b5e8 !important;
}
/* active */
.active-color-2-light-2.active.active,
.active-color-2-light-2[class*="border-"].active.active,
a.button-style.button-style.active-color-2-light-2:active,
a.button-style.button-style.active-color-2-light-2[class*="border-"]:active,
a.button-style.button-style.active-color-2-light-2.active,
a.button-style.button-style.active-color-2-light-2[class*="border-"].active,
a.button-style.button-style.active > .active-color-2-light-2,
a.button-style.button-style.active > .active-color-2-light-2[class*="border-"],
li.active > a.button-style.button-style.active-color-2-light-2,
li.active > a.button-style.button-style.active-color-2-light-2[class*="border-"],
input.field-input.field-input.active-color-2-light-2:checked {
  color: #111111 !important;
  background-color: #f8b5e8 !important;
}
a.link.hover-color-2-light-2:hover {
  color: #f8b5e8 !important;
}
.color-2-light-3,
.body.color-2-light-3,
section.color-2-light-3:before,
.color-2-light-3 > .audio-main-layout-wrapper:before,
.color-2-light-3 > .container-layout:before,
.color-2-light-3 > .inner-container-layout:before,
.color-2-light-3.sidenav:before,
.container-layout.container-layout.color-2-light-3:before,
.table-alt-color-2-light-3 tr:nth-child(even) {
  color: #111111;
  background-color: #fdecf9;
}
.input.color-2-light-3,
.field-input.color-2-light-3,
.button-style.color-2-light-3,
.button-style.color-2-light-3[class*="border-"] {
  color: #111111 !important;
  background-color: #fdecf9 !important;
}
.button-style.color-2-light-3:hover,
.button-style.color-2-light-3[class*="border-"]:hover,
.button-style.color-2-light-3:focus,
.button-style.color-2-light-3[class*="border-"]:focus,
.button-style.button-style.color-2-light-3:active,
.button-style.button-style.color-2-light-3[class*="border-"]:active,
.button-style.button-style.color-2-light-3.active,
.button-style.button-style.color-2-light-3[class*="border-"].active,
li.active > .button-style.button-style.color-2-light-3,
li.active > .button-style.button-style.color-2-light-3[class*="border-"] {
  color: #111111 !important;
  background-color: #f8c0eb !important;
}
/* hover */
.hover-color-2-light-3:hover,
.hover-color-2-light-3[class*="border-"]:hover,
.hover-color-2-light-3:focus,
.hover-color-2-light-3[class*="border-"]:focus,
a.button-style.hover-color-2-light-3:hover,
a.button-style.hover-color-2-light-3.hover,
a.button-style.hover-color-2-light-3[class*="border-"]:hover,
a.button-style.hover-color-2-light-3[class*="border-"].hover,
a.button-style:hover > .hover-color-2-light-3,
a.button-style:hover > .hover-color-2-light-3[class*="border-"],
a.button-style.hover-color-2-light-3:focus,
a.button-style.hover-color-2-light-3[class*="border-"]:focus {
  color: #111111 !important;
  background-color: #fdecf9 !important;
}
/* active */
.active-color-2-light-3.active.active,
.active-color-2-light-3[class*="border-"].active.active,
a.button-style.button-style.active-color-2-light-3:active,
a.button-style.button-style.active-color-2-light-3[class*="border-"]:active,
a.button-style.button-style.active-color-2-light-3.active,
a.button-style.button-style.active-color-2-light-3[class*="border-"].active,
a.button-style.button-style.active > .active-color-2-light-3,
a.button-style.button-style.active > .active-color-2-light-3[class*="border-"],
li.active > a.button-style.button-style.active-color-2-light-3,
li.active > a.button-style.button-style.active-color-2-light-3[class*="border-"],
input.field-input.field-input.active-color-2-light-3:checked {
  color: #111111 !important;
  background-color: #fdecf9 !important;
}
a.link.hover-color-2-light-3:hover {
  color: #fdecf9 !important;
}
.color-2-base,
.body.color-2-base,
section.color-2-base:before,
.color-2-base > .audio-main-layout-wrapper:before,
.color-2-base > .container-layout:before,
.color-2-base > .inner-container-layout:before,
.color-2-base.sidenav:before,
.container-layout.container-layout.color-2-base:before,
.table-alt-color-2-base tr:nth-child(even) {
  color: #ffffff;
  background-color: #ee4dc6;
}
.input.color-2-base,
.field-input.color-2-base,
.button-style.color-2-base,
.button-style.color-2-base[class*="border-"] {
  color: #ffffff !important;
  background-color: #ee4dc6 !important;
}
.button-style.color-2-base:hover,
.button-style.color-2-base[class*="border-"]:hover,
.button-style.color-2-base:focus,
.button-style.color-2-base[class*="border-"]:focus,
.button-style.button-style.color-2-base:active,
.button-style.button-style.color-2-base[class*="border-"]:active,
.button-style.button-style.color-2-base.active,
.button-style.button-style.color-2-base[class*="border-"].active,
li.active > .button-style.button-style.color-2-base,
li.active > .button-style.button-style.color-2-base[class*="border-"] {
  color: #ffffff !important;
  background-color: #eb30bd !important;
}
/* hover */
.hover-color-2-base:hover,
.hover-color-2-base[class*="border-"]:hover,
.hover-color-2-base:focus,
.hover-color-2-base[class*="border-"]:focus,
a.button-style.hover-color-2-base:hover,
a.button-style.hover-color-2-base.hover,
a.button-style.hover-color-2-base[class*="border-"]:hover,
a.button-style.hover-color-2-base[class*="border-"].hover,
a.button-style:hover > .hover-color-2-base,
a.button-style:hover > .hover-color-2-base[class*="border-"],
a.button-style.hover-color-2-base:focus,
a.button-style.hover-color-2-base[class*="border-"]:focus {
  color: #ffffff !important;
  background-color: #ee4dc6 !important;
}
/* active */
.active-color-2-base.active.active,
.active-color-2-base[class*="border-"].active.active,
a.button-style.button-style.active-color-2-base:active,
a.button-style.button-style.active-color-2-base[class*="border-"]:active,
a.button-style.button-style.active-color-2-base.active,
a.button-style.button-style.active-color-2-base[class*="border-"].active,
a.button-style.button-style.active > .active-color-2-base,
a.button-style.button-style.active > .active-color-2-base[class*="border-"],
li.active > a.button-style.button-style.active-color-2-base,
li.active > a.button-style.button-style.active-color-2-base[class*="border-"],
input.field-input.field-input.active-color-2-base:checked {
  color: #ffffff !important;
  background-color: #ee4dc6 !important;
}
a.link.hover-color-2-base:hover {
  color: #ee4dc6 !important;
}
.color-3-dark-3,
.body.color-3-dark-3,
section.color-3-dark-3:before,
.color-3-dark-3 > .audio-main-layout-wrapper:before,
.color-3-dark-3 > .container-layout:before,
.color-3-dark-3 > .inner-container-layout:before,
.color-3-dark-3.sidenav:before,
.container-layout.container-layout.color-3-dark-3:before,
.table-alt-color-3-dark-3 tr:nth-child(even) {
  color: #ffffff;
  background-color: #333129;
}
.input.color-3-dark-3,
.field-input.color-3-dark-3,
.button-style.color-3-dark-3,
.button-style.color-3-dark-3[class*="border-"] {
  color: #ffffff !important;
  background-color: #333129 !important;
}
.button-style.color-3-dark-3:hover,
.button-style.color-3-dark-3[class*="border-"]:hover,
.button-style.color-3-dark-3:focus,
.button-style.color-3-dark-3[class*="border-"]:focus,
.button-style.button-style.color-3-dark-3:active,
.button-style.button-style.color-3-dark-3[class*="border-"]:active,
.button-style.button-style.color-3-dark-3.active,
.button-style.button-style.color-3-dark-3[class*="border-"].active,
li.active > .button-style.button-style.color-3-dark-3,
li.active > .button-style.button-style.color-3-dark-3[class*="border-"] {
  color: #ffffff !important;
  background-color: #2e2c25 !important;
}
/* hover */
.hover-color-3-dark-3:hover,
.hover-color-3-dark-3[class*="border-"]:hover,
.hover-color-3-dark-3:focus,
.hover-color-3-dark-3[class*="border-"]:focus,
a.button-style.hover-color-3-dark-3:hover,
a.button-style.hover-color-3-dark-3.hover,
a.button-style.hover-color-3-dark-3[class*="border-"]:hover,
a.button-style.hover-color-3-dark-3[class*="border-"].hover,
a.button-style:hover > .hover-color-3-dark-3,
a.button-style:hover > .hover-color-3-dark-3[class*="border-"],
a.button-style.hover-color-3-dark-3:focus,
a.button-style.hover-color-3-dark-3[class*="border-"]:focus {
  color: #ffffff !important;
  background-color: #333129 !important;
}
/* active */
.active-color-3-dark-3.active.active,
.active-color-3-dark-3[class*="border-"].active.active,
a.button-style.button-style.active-color-3-dark-3:active,
a.button-style.button-style.active-color-3-dark-3[class*="border-"]:active,
a.button-style.button-style.active-color-3-dark-3.active,
a.button-style.button-style.active-color-3-dark-3[class*="border-"].active,
a.button-style.button-style.active > .active-color-3-dark-3,
a.button-style.button-style.active > .active-color-3-dark-3[class*="border-"],
li.active > a.button-style.button-style.active-color-3-dark-3,
li.active > a.button-style.button-style.active-color-3-dark-3[class*="border-"],
input.field-input.field-input.active-color-3-dark-3:checked {
  color: #ffffff !important;
  background-color: #333129 !important;
}
a.link.hover-color-3-dark-3:hover {
  color: #333129 !important;
}
.color-3-dark-2,
.body.color-3-dark-2,
section.color-3-dark-2:before,
.color-3-dark-2 > .audio-main-layout-wrapper:before,
.color-3-dark-2 > .container-layout:before,
.color-3-dark-2 > .inner-container-layout:before,
.color-3-dark-2.sidenav:before,
.container-layout.container-layout.color-3-dark-2:before,
.table-alt-color-3-dark-2 tr:nth-child(even) {
  color: #ffffff;
  background-color: #756c43;
}
.input.color-3-dark-2,
.field-input.color-3-dark-2,
.button-style.color-3-dark-2,
.button-style.color-3-dark-2[class*="border-"] {
  color: #ffffff !important;
  background-color: #756c43 !important;
}
.button-style.color-3-dark-2:hover,
.button-style.color-3-dark-2[class*="border-"]:hover,
.button-style.color-3-dark-2:focus,
.button-style.color-3-dark-2[class*="border-"]:focus,
.button-style.button-style.color-3-dark-2:active,
.button-style.button-style.color-3-dark-2[class*="border-"]:active,
.button-style.button-style.color-3-dark-2.active,
.button-style.button-style.color-3-dark-2[class*="border-"].active,
li.active > .button-style.button-style.color-3-dark-2,
li.active > .button-style.button-style.color-3-dark-2[class*="border-"] {
  color: #ffffff !important;
  background-color: #69613c !important;
}
/* hover */
.hover-color-3-dark-2:hover,
.hover-color-3-dark-2[class*="border-"]:hover,
.hover-color-3-dark-2:focus,
.hover-color-3-dark-2[class*="border-"]:focus,
a.button-style.hover-color-3-dark-2:hover,
a.button-style.hover-color-3-dark-2.hover,
a.button-style.hover-color-3-dark-2[class*="border-"]:hover,
a.button-style.hover-color-3-dark-2[class*="border-"].hover,
a.button-style:hover > .hover-color-3-dark-2,
a.button-style:hover > .hover-color-3-dark-2[class*="border-"],
a.button-style.hover-color-3-dark-2:focus,
a.button-style.hover-color-3-dark-2[class*="border-"]:focus {
  color: #ffffff !important;
  background-color: #756c43 !important;
}
/* active */
.active-color-3-dark-2.active.active,
.active-color-3-dark-2[class*="border-"].active.active,
a.button-style.button-style.active-color-3-dark-2:active,
a.button-style.button-style.active-color-3-dark-2[class*="border-"]:active,
a.button-style.button-style.active-color-3-dark-2.active,
a.button-style.button-style.active-color-3-dark-2[class*="border-"].active,
a.button-style.button-style.active > .active-color-3-dark-2,
a.button-style.button-style.active > .active-color-3-dark-2[class*="border-"],
li.active > a.button-style.button-style.active-color-3-dark-2,
li.active > a.button-style.button-style.active-color-3-dark-2[class*="border-"],
input.field-input.field-input.active-color-3-dark-2:checked {
  color: #ffffff !important;
  background-color: #756c43 !important;
}
a.link.hover-color-3-dark-2:hover {
  color: #756c43 !important;
}
.color-3-dark-1,
.body.color-3-dark-1,
section.color-3-dark-1:before,
.color-3-dark-1 > .audio-main-layout-wrapper:before,
.color-3-dark-1 > .container-layout:before,
.color-3-dark-1 > .inner-container-layout:before,
.color-3-dark-1.sidenav:before,
.container-layout.container-layout.color-3-dark-1:before,
.table-alt-color-3-dark-1 tr:nth-child(even) {
  color: #ffffff;
  background-color: #b8a13f;
}
.input.color-3-dark-1,
.field-input.color-3-dark-1,
.button-style.color-3-dark-1,
.button-style.color-3-dark-1[class*="border-"] {
  color: #ffffff !important;
  background-color: #b8a13f !important;
}
.button-style.color-3-dark-1:hover,
.button-style.color-3-dark-1[class*="border-"]:hover,
.button-style.color-3-dark-1:focus,
.button-style.color-3-dark-1[class*="border-"]:focus,
.button-style.button-style.color-3-dark-1:active,
.button-style.button-style.color-3-dark-1[class*="border-"]:active,
.button-style.button-style.color-3-dark-1.active,
.button-style.button-style.color-3-dark-1[class*="border-"].active,
li.active > .button-style.button-style.color-3-dark-1,
li.active > .button-style.button-style.color-3-dark-1[class*="border-"] {
  color: #ffffff !important;
  background-color: #a69139 !important;
}
/* hover */
.hover-color-3-dark-1:hover,
.hover-color-3-dark-1[class*="border-"]:hover,
.hover-color-3-dark-1:focus,
.hover-color-3-dark-1[class*="border-"]:focus,
a.button-style.hover-color-3-dark-1:hover,
a.button-style.hover-color-3-dark-1.hover,
a.button-style.hover-color-3-dark-1[class*="border-"]:hover,
a.button-style.hover-color-3-dark-1[class*="border-"].hover,
a.button-style:hover > .hover-color-3-dark-1,
a.button-style:hover > .hover-color-3-dark-1[class*="border-"],
a.button-style.hover-color-3-dark-1:focus,
a.button-style.hover-color-3-dark-1[class*="border-"]:focus {
  color: #ffffff !important;
  background-color: #b8a13f !important;
}
/* active */
.active-color-3-dark-1.active.active,
.active-color-3-dark-1[class*="border-"].active.active,
a.button-style.button-style.active-color-3-dark-1:active,
a.button-style.button-style.active-color-3-dark-1[class*="border-"]:active,
a.button-style.button-style.active-color-3-dark-1.active,
a.button-style.button-style.active-color-3-dark-1[class*="border-"].active,
a.button-style.button-style.active > .active-color-3-dark-1,
a.button-style.button-style.active > .active-color-3-dark-1[class*="border-"],
li.active > a.button-style.button-style.active-color-3-dark-1,
li.active > a.button-style.button-style.active-color-3-dark-1[class*="border-"],
input.field-input.field-input.active-color-3-dark-1:checked {
  color: #ffffff !important;
  background-color: #b8a13f !important;
}
a.link.hover-color-3-dark-1:hover {
  color: #b8a13f !important;
}
.color-3,
.body.color-3,
section.color-3:before,
.color-3 > .audio-main-layout-wrapper:before,
.color-3 > .container-layout:before,
.color-3 > .inner-container-layout:before,
.color-3.sidenav:before,
.container-layout.container-layout.color-3:before,
.table-alt-color-3 tr:nth-child(even) {
  color: #111111;
  background-color: #fad01c;
}
.input.color-3,
.field-input.color-3,
.button-style.color-3,
.button-style.color-3[class*="border-"] {
  color: #111111 !important;
  background-color: #fad01c !important;
}
.button-style.color-3:hover,
.button-style.color-3[class*="border-"]:hover,
.button-style.color-3:focus,
.button-style.color-3[class*="border-"]:focus,
.button-style.button-style.color-3:active,
.button-style.button-style.color-3[class*="border-"]:active,
.button-style.button-style.color-3.active,
.button-style.button-style.color-3[class*="border-"].active,
li.active > .button-style.button-style.color-3,
li.active > .button-style.button-style.color-3[class*="border-"] {
  color: #111111 !important;
  background-color: #f5c805 !important;
}
/* hover */
.hover-color-3:hover,
.hover-color-3[class*="border-"]:hover,
.hover-color-3:focus,
.hover-color-3[class*="border-"]:focus,
a.button-style.hover-color-3:hover,
a.button-style.hover-color-3.hover,
a.button-style.hover-color-3[class*="border-"]:hover,
a.button-style.hover-color-3[class*="border-"].hover,
a.button-style:hover > .hover-color-3,
a.button-style:hover > .hover-color-3[class*="border-"],
a.button-style.hover-color-3:focus,
a.button-style.hover-color-3[class*="border-"]:focus {
  color: #111111 !important;
  background-color: #fad01c !important;
}
/* active */
.active-color-3.active.active,
.active-color-3[class*="border-"].active.active,
a.button-style.button-style.active-color-3:active,
a.button-style.button-style.active-color-3[class*="border-"]:active,
a.button-style.button-style.active-color-3.active,
a.button-style.button-style.active-color-3[class*="border-"].active,
a.button-style.button-style.active > .active-color-3,
a.button-style.button-style.active > .active-color-3[class*="border-"],
li.active > a.button-style.button-style.active-color-3,
li.active > a.button-style.button-style.active-color-3[class*="border-"],
input.field-input.field-input.active-color-3:checked {
  color: #111111 !important;
  background-color: #fad01c !important;
}
a.link.hover-color-3:hover {
  color: #fad01c !important;
}
.color-3-light-1,
.body.color-3-light-1,
section.color-3-light-1:before,
.color-3-light-1 > .audio-main-layout-wrapper:before,
.color-3-light-1 > .container-layout:before,
.color-3-light-1 > .inner-container-layout:before,
.color-3-light-1.sidenav:before,
.container-layout.container-layout.color-3-light-1:before,
.table-alt-color-3-light-1 tr:nth-child(even) {
  color: #111111;
  background-color: #fbde5f;
}
.input.color-3-light-1,
.field-input.color-3-light-1,
.button-style.color-3-light-1,
.button-style.color-3-light-1[class*="border-"] {
  color: #111111 !important;
  background-color: #fbde5f !important;
}
.button-style.color-3-light-1:hover,
.button-style.color-3-light-1[class*="border-"]:hover,
.button-style.color-3-light-1:focus,
.button-style.color-3-light-1[class*="border-"]:focus,
.button-style.button-style.color-3-light-1:active,
.button-style.button-style.color-3-light-1[class*="border-"]:active,
.button-style.button-style.color-3-light-1.active,
.button-style.button-style.color-3-light-1[class*="border-"].active,
li.active > .button-style.button-style.color-3-light-1,
li.active > .button-style.button-style.color-3-light-1[class*="border-"] {
  color: #111111 !important;
  background-color: #fad73d !important;
}
/* hover */
.hover-color-3-light-1:hover,
.hover-color-3-light-1[class*="border-"]:hover,
.hover-color-3-light-1:focus,
.hover-color-3-light-1[class*="border-"]:focus,
a.button-style.hover-color-3-light-1:hover,
a.button-style.hover-color-3-light-1.hover,
a.button-style.hover-color-3-light-1[class*="border-"]:hover,
a.button-style.hover-color-3-light-1[class*="border-"].hover,
a.button-style:hover > .hover-color-3-light-1,
a.button-style:hover > .hover-color-3-light-1[class*="border-"],
a.button-style.hover-color-3-light-1:focus,
a.button-style.hover-color-3-light-1[class*="border-"]:focus {
  color: #111111 !important;
  background-color: #fbde5f !important;
}
/* active */
.active-color-3-light-1.active.active,
.active-color-3-light-1[class*="border-"].active.active,
a.button-style.button-style.active-color-3-light-1:active,
a.button-style.button-style.active-color-3-light-1[class*="border-"]:active,
a.button-style.button-style.active-color-3-light-1.active,
a.button-style.button-style.active-color-3-light-1[class*="border-"].active,
a.button-style.button-style.active > .active-color-3-light-1,
a.button-style.button-style.active > .active-color-3-light-1[class*="border-"],
li.active > a.button-style.button-style.active-color-3-light-1,
li.active > a.button-style.button-style.active-color-3-light-1[class*="border-"],
input.field-input.field-input.active-color-3-light-1:checked {
  color: #111111 !important;
  background-color: #fbde5f !important;
}
a.link.hover-color-3-light-1:hover {
  color: #fbde5f !important;
}
.color-3-light-2,
.body.color-3-light-2,
section.color-3-light-2:before,
.color-3-light-2 > .audio-main-layout-wrapper:before,
.color-3-light-2 > .container-layout:before,
.color-3-light-2 > .inner-container-layout:before,
.color-3-light-2.sidenav:before,
.container-layout.container-layout.color-3-light-2:before,
.table-alt-color-3-light-2 tr:nth-child(even) {
  color: #111111;
  background-color: #fdeca3;
}
.input.color-3-light-2,
.field-input.color-3-light-2,
.button-style.color-3-light-2,
.button-style.color-3-light-2[class*="border-"] {
  color: #111111 !important;
  background-color: #fdeca3 !important;
}
.button-style.color-3-light-2:hover,
.button-style.color-3-light-2[class*="border-"]:hover,
.button-style.color-3-light-2:focus,
.button-style.color-3-light-2[class*="border-"]:focus,
.button-style.button-style.color-3-light-2:active,
.button-style.button-style.color-3-light-2[class*="border-"]:active,
.button-style.button-style.color-3-light-2.active,
.button-style.button-style.color-3-light-2[class*="border-"].active,
li.active > .button-style.button-style.color-3-light-2,
li.active > .button-style.button-style.color-3-light-2[class*="border-"] {
  color: #111111 !important;
  background-color: #fce47a !important;
}
/* hover */
.hover-color-3-light-2:hover,
.hover-color-3-light-2[class*="border-"]:hover,
.hover-color-3-light-2:focus,
.hover-color-3-light-2[class*="border-"]:focus,
a.button-style.hover-color-3-light-2:hover,
a.button-style.hover-color-3-light-2.hover,
a.button-style.hover-color-3-light-2[class*="border-"]:hover,
a.button-style.hover-color-3-light-2[class*="border-"].hover,
a.button-style:hover > .hover-color-3-light-2,
a.button-style:hover > .hover-color-3-light-2[class*="border-"],
a.button-style.hover-color-3-light-2:focus,
a.button-style.hover-color-3-light-2[class*="border-"]:focus {
  color: #111111 !important;
  background-color: #fdeca3 !important;
}
/* active */
.active-color-3-light-2.active.active,
.active-color-3-light-2[class*="border-"].active.active,
a.button-style.button-style.active-color-3-light-2:active,
a.button-style.button-style.active-color-3-light-2[class*="border-"]:active,
a.button-style.button-style.active-color-3-light-2.active,
a.button-style.button-style.active-color-3-light-2[class*="border-"].active,
a.button-style.button-style.active > .active-color-3-light-2,
a.button-style.button-style.active > .active-color-3-light-2[class*="border-"],
li.active > a.button-style.button-style.active-color-3-light-2,
li.active > a.button-style.button-style.active-color-3-light-2[class*="border-"],
input.field-input.field-input.active-color-3-light-2:checked {
  color: #111111 !important;
  background-color: #fdeca3 !important;
}
a.link.hover-color-3-light-2:hover {
  color: #fdeca3 !important;
}
.color-3-light-3,
.body.color-3-light-3,
section.color-3-light-3:before,
.color-3-light-3 > .audio-main-layout-wrapper:before,
.color-3-light-3 > .container-layout:before,
.color-3-light-3 > .inner-container-layout:before,
.color-3-light-3.sidenav:before,
.container-layout.container-layout.color-3-light-3:before,
.table-alt-color-3-light-3 tr:nth-child(even) {
  color: #111111;
  background-color: #fffae8;
}
.input.color-3-light-3,
.field-input.color-3-light-3,
.button-style.color-3-light-3,
.button-style.color-3-light-3[class*="border-"] {
  color: #111111 !important;
  background-color: #fffae8 !important;
}
.button-style.color-3-light-3:hover,
.button-style.color-3-light-3[class*="border-"]:hover,
.button-style.color-3-light-3:focus,
.button-style.color-3-light-3[class*="border-"]:focus,
.button-style.button-style.color-3-light-3:active,
.button-style.button-style.color-3-light-3[class*="border-"]:active,
.button-style.button-style.color-3-light-3.active,
.button-style.button-style.color-3-light-3[class*="border-"].active,
li.active > .button-style.button-style.color-3-light-3,
li.active > .button-style.button-style.color-3-light-3[class*="border-"] {
  color: #111111 !important;
  background-color: #ffefb7 !important;
}
/* hover */
.hover-color-3-light-3:hover,
.hover-color-3-light-3[class*="border-"]:hover,
.hover-color-3-light-3:focus,
.hover-color-3-light-3[class*="border-"]:focus,
a.button-style.hover-color-3-light-3:hover,
a.button-style.hover-color-3-light-3.hover,
a.button-style.hover-color-3-light-3[class*="border-"]:hover,
a.button-style.hover-color-3-light-3[class*="border-"].hover,
a.button-style:hover > .hover-color-3-light-3,
a.button-style:hover > .hover-color-3-light-3[class*="border-"],
a.button-style.hover-color-3-light-3:focus,
a.button-style.hover-color-3-light-3[class*="border-"]:focus {
  color: #111111 !important;
  background-color: #fffae8 !important;
}
/* active */
.active-color-3-light-3.active.active,
.active-color-3-light-3[class*="border-"].active.active,
a.button-style.button-style.active-color-3-light-3:active,
a.button-style.button-style.active-color-3-light-3[class*="border-"]:active,
a.button-style.button-style.active-color-3-light-3.active,
a.button-style.button-style.active-color-3-light-3[class*="border-"].active,
a.button-style.button-style.active > .active-color-3-light-3,
a.button-style.button-style.active > .active-color-3-light-3[class*="border-"],
li.active > a.button-style.button-style.active-color-3-light-3,
li.active > a.button-style.button-style.active-color-3-light-3[class*="border-"],
input.field-input.field-input.active-color-3-light-3:checked {
  color: #111111 !important;
  background-color: #fffae8 !important;
}
a.link.hover-color-3-light-3:hover {
  color: #fffae8 !important;
}
.color-3-base,
.body.color-3-base,
section.color-3-base:before,
.color-3-base > .audio-main-layout-wrapper:before,
.color-3-base > .container-layout:before,
.color-3-base > .inner-container-layout:before,
.color-3-base.sidenav:before,
.container-layout.container-layout.color-3-base:before,
.table-alt-color-3-base tr:nth-child(even) {
  color: #111111;
  background-color: #fad01c;
}
.input.color-3-base,
.field-input.color-3-base,
.button-style.color-3-base,
.button-style.color-3-base[class*="border-"] {
  color: #111111 !important;
  background-color: #fad01c !important;
}
.button-style.color-3-base:hover,
.button-style.color-3-base[class*="border-"]:hover,
.button-style.color-3-base:focus,
.button-style.color-3-base[class*="border-"]:focus,
.button-style.button-style.color-3-base:active,
.button-style.button-style.color-3-base[class*="border-"]:active,
.button-style.button-style.color-3-base.active,
.button-style.button-style.color-3-base[class*="border-"].active,
li.active > .button-style.button-style.color-3-base,
li.active > .button-style.button-style.color-3-base[class*="border-"] {
  color: #111111 !important;
  background-color: #f5c805 !important;
}
/* hover */
.hover-color-3-base:hover,
.hover-color-3-base[class*="border-"]:hover,
.hover-color-3-base:focus,
.hover-color-3-base[class*="border-"]:focus,
a.button-style.hover-color-3-base:hover,
a.button-style.hover-color-3-base.hover,
a.button-style.hover-color-3-base[class*="border-"]:hover,
a.button-style.hover-color-3-base[class*="border-"].hover,
a.button-style:hover > .hover-color-3-base,
a.button-style:hover > .hover-color-3-base[class*="border-"],
a.button-style.hover-color-3-base:focus,
a.button-style.hover-color-3-base[class*="border-"]:focus {
  color: #111111 !important;
  background-color: #fad01c !important;
}
/* active */
.active-color-3-base.active.active,
.active-color-3-base[class*="border-"].active.active,
a.button-style.button-style.active-color-3-base:active,
a.button-style.button-style.active-color-3-base[class*="border-"]:active,
a.button-style.button-style.active-color-3-base.active,
a.button-style.button-style.active-color-3-base[class*="border-"].active,
a.button-style.button-style.active > .active-color-3-base,
a.button-style.button-style.active > .active-color-3-base[class*="border-"],
li.active > a.button-style.button-style.active-color-3-base,
li.active > a.button-style.button-style.active-color-3-base[class*="border-"],
input.field-input.field-input.active-color-3-base:checked {
  color: #111111 !important;
  background-color: #fad01c !important;
}
a.link.hover-color-3-base:hover {
  color: #fad01c !important;
}
.color-4-dark-3,
.body.color-4-dark-3,
section.color-4-dark-3:before,
.color-4-dark-3 > .audio-main-layout-wrapper:before,
.color-4-dark-3 > .container-layout:before,
.color-4-dark-3 > .inner-container-layout:before,
.color-4-dark-3.sidenav:before,
.container-layout.container-layout.color-4-dark-3:before,
.table-alt-color-4-dark-3 tr:nth-child(even) {
  color: #ffffff;
  background-color: #2f2933;
}
.input.color-4-dark-3,
.field-input.color-4-dark-3,
.button-style.color-4-dark-3,
.button-style.color-4-dark-3[class*="border-"] {
  color: #ffffff !important;
  background-color: #2f2933 !important;
}
.button-style.color-4-dark-3:hover,
.button-style.color-4-dark-3[class*="border-"]:hover,
.button-style.color-4-dark-3:focus,
.button-style.color-4-dark-3[class*="border-"]:focus,
.button-style.button-style.color-4-dark-3:active,
.button-style.button-style.color-4-dark-3[class*="border-"]:active,
.button-style.button-style.color-4-dark-3.active,
.button-style.button-style.color-4-dark-3[class*="border-"].active,
li.active > .button-style.button-style.color-4-dark-3,
li.active > .button-style.button-style.color-4-dark-3[class*="border-"] {
  color: #ffffff !important;
  background-color: #2a252e !important;
}
/* hover */
.hover-color-4-dark-3:hover,
.hover-color-4-dark-3[class*="border-"]:hover,
.hover-color-4-dark-3:focus,
.hover-color-4-dark-3[class*="border-"]:focus,
a.button-style.hover-color-4-dark-3:hover,
a.button-style.hover-color-4-dark-3.hover,
a.button-style.hover-color-4-dark-3[class*="border-"]:hover,
a.button-style.hover-color-4-dark-3[class*="border-"].hover,
a.button-style:hover > .hover-color-4-dark-3,
a.button-style:hover > .hover-color-4-dark-3[class*="border-"],
a.button-style.hover-color-4-dark-3:focus,
a.button-style.hover-color-4-dark-3[class*="border-"]:focus {
  color: #ffffff !important;
  background-color: #2f2933 !important;
}
/* active */
.active-color-4-dark-3.active.active,
.active-color-4-dark-3[class*="border-"].active.active,
a.button-style.button-style.active-color-4-dark-3:active,
a.button-style.button-style.active-color-4-dark-3[class*="border-"]:active,
a.button-style.button-style.active-color-4-dark-3.active,
a.button-style.button-style.active-color-4-dark-3[class*="border-"].active,
a.button-style.button-style.active > .active-color-4-dark-3,
a.button-style.button-style.active > .active-color-4-dark-3[class*="border-"],
li.active > a.button-style.button-style.active-color-4-dark-3,
li.active > a.button-style.button-style.active-color-4-dark-3[class*="border-"],
input.field-input.field-input.active-color-4-dark-3:checked {
  color: #ffffff !important;
  background-color: #2f2933 !important;
}
a.link.hover-color-4-dark-3:hover {
  color: #2f2933 !important;
}
.color-4-dark-2,
.body.color-4-dark-2,
section.color-4-dark-2:before,
.color-4-dark-2 > .audio-main-layout-wrapper:before,
.color-4-dark-2 > .container-layout:before,
.color-4-dark-2 > .inner-container-layout:before,
.color-4-dark-2.sidenav:before,
.container-layout.container-layout.color-4-dark-2:before,
.table-alt-color-4-dark-2 tr:nth-child(even) {
  color: #ffffff;
  background-color: #3a224d;
}
.input.color-4-dark-2,
.field-input.color-4-dark-2,
.button-style.color-4-dark-2,
.button-style.color-4-dark-2[class*="border-"] {
  color: #ffffff !important;
  background-color: #3a224d !important;
}
.button-style.color-4-dark-2:hover,
.button-style.color-4-dark-2[class*="border-"]:hover,
.button-style.color-4-dark-2:focus,
.button-style.color-4-dark-2[class*="border-"]:focus,
.button-style.button-style.color-4-dark-2:active,
.button-style.button-style.color-4-dark-2[class*="border-"]:active,
.button-style.button-style.color-4-dark-2.active,
.button-style.button-style.color-4-dark-2[class*="border-"].active,
li.active > .button-style.button-style.color-4-dark-2,
li.active > .button-style.button-style.color-4-dark-2[class*="border-"] {
  color: #ffffff !important;
  background-color: #341f45 !important;
}
/* hover */
.hover-color-4-dark-2:hover,
.hover-color-4-dark-2[class*="border-"]:hover,
.hover-color-4-dark-2:focus,
.hover-color-4-dark-2[class*="border-"]:focus,
a.button-style.hover-color-4-dark-2:hover,
a.button-style.hover-color-4-dark-2.hover,
a.button-style.hover-color-4-dark-2[class*="border-"]:hover,
a.button-style.hover-color-4-dark-2[class*="border-"].hover,
a.button-style:hover > .hover-color-4-dark-2,
a.button-style:hover > .hover-color-4-dark-2[class*="border-"],
a.button-style.hover-color-4-dark-2:focus,
a.button-style.hover-color-4-dark-2[class*="border-"]:focus {
  color: #ffffff !important;
  background-color: #3a224d !important;
}
/* active */
.active-color-4-dark-2.active.active,
.active-color-4-dark-2[class*="border-"].active.active,
a.button-style.button-style.active-color-4-dark-2:active,
a.button-style.button-style.active-color-4-dark-2[class*="border-"]:active,
a.button-style.button-style.active-color-4-dark-2.active,
a.button-style.button-style.active-color-4-dark-2[class*="border-"].active,
a.button-style.button-style.active > .active-color-4-dark-2,
a.button-style.button-style.active > .active-color-4-dark-2[class*="border-"],
li.active > a.button-style.button-style.active-color-4-dark-2,
li.active > a.button-style.button-style.active-color-4-dark-2[class*="border-"],
input.field-input.field-input.active-color-4-dark-2:checked {
  color: #ffffff !important;
  background-color: #3a224d !important;
}
a.link.hover-color-4-dark-2:hover {
  color: #3a224d !important;
}
.color-4-dark-1,
.body.color-4-dark-1,
section.color-4-dark-1:before,
.color-4-dark-1 > .audio-main-layout-wrapper:before,
.color-4-dark-1 > .container-layout:before,
.color-4-dark-1 > .inner-container-layout:before,
.color-4-dark-1.sidenav:before,
.container-layout.container-layout.color-4-dark-1:before,
.table-alt-color-4-dark-1 tr:nth-child(even) {
  color: #ffffff;
  background-color: #3d0966;
}
.input.color-4-dark-1,
.field-input.color-4-dark-1,
.button-style.color-4-dark-1,
.button-style.color-4-dark-1[class*="border-"] {
  color: #ffffff !important;
  background-color: #3d0966 !important;
}
.button-style.color-4-dark-1:hover,
.button-style.color-4-dark-1[class*="border-"]:hover,
.button-style.color-4-dark-1:focus,
.button-style.color-4-dark-1[class*="border-"]:focus,
.button-style.button-style.color-4-dark-1:active,
.button-style.button-style.color-4-dark-1[class*="border-"]:active,
.button-style.button-style.color-4-dark-1.active,
.button-style.button-style.color-4-dark-1[class*="border-"].active,
li.active > .button-style.button-style.color-4-dark-1,
li.active > .button-style.button-style.color-4-dark-1[class*="border-"] {
  color: #ffffff !important;
  background-color: #37085c !important;
}
/* hover */
.hover-color-4-dark-1:hover,
.hover-color-4-dark-1[class*="border-"]:hover,
.hover-color-4-dark-1:focus,
.hover-color-4-dark-1[class*="border-"]:focus,
a.button-style.hover-color-4-dark-1:hover,
a.button-style.hover-color-4-dark-1.hover,
a.button-style.hover-color-4-dark-1[class*="border-"]:hover,
a.button-style.hover-color-4-dark-1[class*="border-"].hover,
a.button-style:hover > .hover-color-4-dark-1,
a.button-style:hover > .hover-color-4-dark-1[class*="border-"],
a.button-style.hover-color-4-dark-1:focus,
a.button-style.hover-color-4-dark-1[class*="border-"]:focus {
  color: #ffffff !important;
  background-color: #3d0966 !important;
}
/* active */
.active-color-4-dark-1.active.active,
.active-color-4-dark-1[class*="border-"].active.active,
a.button-style.button-style.active-color-4-dark-1:active,
a.button-style.button-style.active-color-4-dark-1[class*="border-"]:active,
a.button-style.button-style.active-color-4-dark-1.active,
a.button-style.button-style.active-color-4-dark-1[class*="border-"].active,
a.button-style.button-style.active > .active-color-4-dark-1,
a.button-style.button-style.active > .active-color-4-dark-1[class*="border-"],
li.active > a.button-style.button-style.active-color-4-dark-1,
li.active > a.button-style.button-style.active-color-4-dark-1[class*="border-"],
input.field-input.field-input.active-color-4-dark-1:checked {
  color: #ffffff !important;
  background-color: #3d0966 !important;
}
a.link.hover-color-4-dark-1:hover {
  color: #3d0966 !important;
}
.color-4,
.body.color-4,
section.color-4:before,
.color-4 > .audio-main-layout-wrapper:before,
.color-4 > .container-layout:before,
.color-4 > .inner-container-layout:before,
.color-4.sidenav:before,
.container-layout.container-layout.color-4:before,
.table-alt-color-4 tr:nth-child(even) {
  color: #ffffff;
  background-color: #9c3de7;
}
.input.color-4,
.field-input.color-4,
.button-style.color-4,
.button-style.color-4[class*="border-"] {
  color: #ffffff !important;
  background-color: #9c3de7 !important;
}
.button-style.color-4:hover,
.button-style.color-4[class*="border-"]:hover,
.button-style.color-4:focus,
.button-style.color-4[class*="border-"]:focus,
.button-style.button-style.color-4:active,
.button-style.button-style.color-4[class*="border-"]:active,
.button-style.button-style.color-4.active,
.button-style.button-style.color-4[class*="border-"].active,
li.active > .button-style.button-style.color-4,
li.active > .button-style.button-style.color-4[class*="border-"] {
  color: #ffffff !important;
  background-color: #8f23e4 !important;
}
/* hover */
.hover-color-4:hover,
.hover-color-4[class*="border-"]:hover,
.hover-color-4:focus,
.hover-color-4[class*="border-"]:focus,
a.button-style.hover-color-4:hover,
a.button-style.hover-color-4.hover,
a.button-style.hover-color-4[class*="border-"]:hover,
a.button-style.hover-color-4[class*="border-"].hover,
a.button-style:hover > .hover-color-4,
a.button-style:hover > .hover-color-4[class*="border-"],
a.button-style.hover-color-4:focus,
a.button-style.hover-color-4[class*="border-"]:focus {
  color: #ffffff !important;
  background-color: #9c3de7 !important;
}
/* active */
.active-color-4.active.active,
.active-color-4[class*="border-"].active.active,
a.button-style.button-style.active-color-4:active,
a.button-style.button-style.active-color-4[class*="border-"]:active,
a.button-style.button-style.active-color-4.active,
a.button-style.button-style.active-color-4[class*="border-"].active,
a.button-style.button-style.active > .active-color-4,
a.button-style.button-style.active > .active-color-4[class*="border-"],
li.active > a.button-style.button-style.active-color-4,
li.active > a.button-style.button-style.active-color-4[class*="border-"],
input.field-input.field-input.active-color-4:checked {
  color: #ffffff !important;
  background-color: #9c3de7 !important;
}
a.link.hover-color-4:hover {
  color: #9c3de7 !important;
}
.color-4-light-1,
.body.color-4-light-1,
section.color-4-light-1:before,
.color-4-light-1 > .audio-main-layout-wrapper:before,
.color-4-light-1 > .container-layout:before,
.color-4-light-1 > .inner-container-layout:before,
.color-4-light-1.sidenav:before,
.container-layout.container-layout.color-4-light-1:before,
.table-alt-color-4-light-1 tr:nth-child(even) {
  color: #ffffff;
  background-color: #b874ee;
}
.input.color-4-light-1,
.field-input.color-4-light-1,
.button-style.color-4-light-1,
.button-style.color-4-light-1[class*="border-"] {
  color: #ffffff !important;
  background-color: #b874ee !important;
}
.button-style.color-4-light-1:hover,
.button-style.color-4-light-1[class*="border-"]:hover,
.button-style.color-4-light-1:focus,
.button-style.color-4-light-1[class*="border-"]:focus,
.button-style.button-style.color-4-light-1:active,
.button-style.button-style.color-4-light-1[class*="border-"]:active,
.button-style.button-style.color-4-light-1.active,
.button-style.button-style.color-4-light-1[class*="border-"].active,
li.active > .button-style.button-style.color-4-light-1,
li.active > .button-style.button-style.color-4-light-1[class*="border-"] {
  color: #ffffff !important;
  background-color: #a854ea !important;
}
/* hover */
.hover-color-4-light-1:hover,
.hover-color-4-light-1[class*="border-"]:hover,
.hover-color-4-light-1:focus,
.hover-color-4-light-1[class*="border-"]:focus,
a.button-style.hover-color-4-light-1:hover,
a.button-style.hover-color-4-light-1.hover,
a.button-style.hover-color-4-light-1[class*="border-"]:hover,
a.button-style.hover-color-4-light-1[class*="border-"].hover,
a.button-style:hover > .hover-color-4-light-1,
a.button-style:hover > .hover-color-4-light-1[class*="border-"],
a.button-style.hover-color-4-light-1:focus,
a.button-style.hover-color-4-light-1[class*="border-"]:focus {
  color: #ffffff !important;
  background-color: #b874ee !important;
}
/* active */
.active-color-4-light-1.active.active,
.active-color-4-light-1[class*="border-"].active.active,
a.button-style.button-style.active-color-4-light-1:active,
a.button-style.button-style.active-color-4-light-1[class*="border-"]:active,
a.button-style.button-style.active-color-4-light-1.active,
a.button-style.button-style.active-color-4-light-1[class*="border-"].active,
a.button-style.button-style.active > .active-color-4-light-1,
a.button-style.button-style.active > .active-color-4-light-1[class*="border-"],
li.active > a.button-style.button-style.active-color-4-light-1,
li.active > a.button-style.button-style.active-color-4-light-1[class*="border-"],
input.field-input.field-input.active-color-4-light-1:checked {
  color: #ffffff !important;
  background-color: #b874ee !important;
}
a.link.hover-color-4-light-1:hover {
  color: #b874ee !important;
}
.color-4-light-2,
.body.color-4-light-2,
section.color-4-light-2:before,
.color-4-light-2 > .audio-main-layout-wrapper:before,
.color-4-light-2 > .container-layout:before,
.color-4-light-2 > .inner-container-layout:before,
.color-4-light-2.sidenav:before,
.container-layout.container-layout.color-4-light-2:before,
.table-alt-color-4-light-2 tr:nth-child(even) {
  color: #111111;
  background-color: #d6adf6;
}
.input.color-4-light-2,
.field-input.color-4-light-2,
.button-style.color-4-light-2,
.button-style.color-4-light-2[class*="border-"] {
  color: #111111 !important;
  background-color: #d6adf6 !important;
}
.button-style.color-4-light-2:hover,
.button-style.color-4-light-2[class*="border-"]:hover,
.button-style.color-4-light-2:focus,
.button-style.color-4-light-2[class*="border-"]:focus,
.button-style.button-style.color-4-light-2:active,
.button-style.button-style.color-4-light-2[class*="border-"]:active,
.button-style.button-style.color-4-light-2.active,
.button-style.button-style.color-4-light-2[class*="border-"].active,
li.active > .button-style.button-style.color-4-light-2,
li.active > .button-style.button-style.color-4-light-2[class*="border-"] {
  color: #111111 !important;
  background-color: #c387f2 !important;
}
/* hover */
.hover-color-4-light-2:hover,
.hover-color-4-light-2[class*="border-"]:hover,
.hover-color-4-light-2:focus,
.hover-color-4-light-2[class*="border-"]:focus,
a.button-style.hover-color-4-light-2:hover,
a.button-style.hover-color-4-light-2.hover,
a.button-style.hover-color-4-light-2[class*="border-"]:hover,
a.button-style.hover-color-4-light-2[class*="border-"].hover,
a.button-style:hover > .hover-color-4-light-2,
a.button-style:hover > .hover-color-4-light-2[class*="border-"],
a.button-style.hover-color-4-light-2:focus,
a.button-style.hover-color-4-light-2[class*="border-"]:focus {
  color: #111111 !important;
  background-color: #d6adf6 !important;
}
/* active */
.active-color-4-light-2.active.active,
.active-color-4-light-2[class*="border-"].active.active,
a.button-style.button-style.active-color-4-light-2:active,
a.button-style.button-style.active-color-4-light-2[class*="border-"]:active,
a.button-style.button-style.active-color-4-light-2.active,
a.button-style.button-style.active-color-4-light-2[class*="border-"].active,
a.button-style.button-style.active > .active-color-4-light-2,
a.button-style.button-style.active > .active-color-4-light-2[class*="border-"],
li.active > a.button-style.button-style.active-color-4-light-2,
li.active > a.button-style.button-style.active-color-4-light-2[class*="border-"],
input.field-input.field-input.active-color-4-light-2:checked {
  color: #111111 !important;
  background-color: #d6adf6 !important;
}
a.link.hover-color-4-light-2:hover {
  color: #d6adf6 !important;
}
.color-4-light-3,
.body.color-4-light-3,
section.color-4-light-3:before,
.color-4-light-3 > .audio-main-layout-wrapper:before,
.color-4-light-3 > .container-layout:before,
.color-4-light-3 > .inner-container-layout:before,
.color-4-light-3.sidenav:before,
.container-layout.container-layout.color-4-light-3:before,
.table-alt-color-4-light-3 tr:nth-child(even) {
  color: #111111;
  background-color: #f4eafd;
}
.input.color-4-light-3,
.field-input.color-4-light-3,
.button-style.color-4-light-3,
.button-style.color-4-light-3[class*="border-"] {
  color: #111111 !important;
  background-color: #f4eafd !important;
}
.button-style.color-4-light-3:hover,
.button-style.color-4-light-3[class*="border-"]:hover,
.button-style.color-4-light-3:focus,
.button-style.color-4-light-3[class*="border-"]:focus,
.button-style.button-style.color-4-light-3:active,
.button-style.button-style.color-4-light-3[class*="border-"]:active,
.button-style.button-style.color-4-light-3.active,
.button-style.button-style.color-4-light-3[class*="border-"].active,
li.active > .button-style.button-style.color-4-light-3,
li.active > .button-style.button-style.color-4-light-3[class*="border-"] {
  color: #111111 !important;
  background-color: #ddbef9 !important;
}
/* hover */
.hover-color-4-light-3:hover,
.hover-color-4-light-3[class*="border-"]:hover,
.hover-color-4-light-3:focus,
.hover-color-4-light-3[class*="border-"]:focus,
a.button-style.hover-color-4-light-3:hover,
a.button-style.hover-color-4-light-3.hover,
a.button-style.hover-color-4-light-3[class*="border-"]:hover,
a.button-style.hover-color-4-light-3[class*="border-"].hover,
a.button-style:hover > .hover-color-4-light-3,
a.button-style:hover > .hover-color-4-light-3[class*="border-"],
a.button-style.hover-color-4-light-3:focus,
a.button-style.hover-color-4-light-3[class*="border-"]:focus {
  color: #111111 !important;
  background-color: #f4eafd !important;
}
/* active */
.active-color-4-light-3.active.active,
.active-color-4-light-3[class*="border-"].active.active,
a.button-style.button-style.active-color-4-light-3:active,
a.button-style.button-style.active-color-4-light-3[class*="border-"]:active,
a.button-style.button-style.active-color-4-light-3.active,
a.button-style.button-style.active-color-4-light-3[class*="border-"].active,
a.button-style.button-style.active > .active-color-4-light-3,
a.button-style.button-style.active > .active-color-4-light-3[class*="border-"],
li.active > a.button-style.button-style.active-color-4-light-3,
li.active > a.button-style.button-style.active-color-4-light-3[class*="border-"],
input.field-input.field-input.active-color-4-light-3:checked {
  color: #111111 !important;
  background-color: #f4eafd !important;
}
a.link.hover-color-4-light-3:hover {
  color: #f4eafd !important;
}
.color-4-base,
.body.color-4-base,
section.color-4-base:before,
.color-4-base > .audio-main-layout-wrapper:before,
.color-4-base > .container-layout:before,
.color-4-base > .inner-container-layout:before,
.color-4-base.sidenav:before,
.container-layout.container-layout.color-4-base:before,
.table-alt-color-4-base tr:nth-child(even) {
  color: #ffffff;
  background-color: #3d0966;
}
.input.color-4-base,
.field-input.color-4-base,
.button-style.color-4-base,
.button-style.color-4-base[class*="border-"] {
  color: #ffffff !important;
  background-color: #3d0966 !important;
}
.button-style.color-4-base:hover,
.button-style.color-4-base[class*="border-"]:hover,
.button-style.color-4-base:focus,
.button-style.color-4-base[class*="border-"]:focus,
.button-style.button-style.color-4-base:active,
.button-style.button-style.color-4-base[class*="border-"]:active,
.button-style.button-style.color-4-base.active,
.button-style.button-style.color-4-base[class*="border-"].active,
li.active > .button-style.button-style.color-4-base,
li.active > .button-style.button-style.color-4-base[class*="border-"] {
  color: #ffffff !important;
  background-color: #37085c !important;
}
/* hover */
.hover-color-4-base:hover,
.hover-color-4-base[class*="border-"]:hover,
.hover-color-4-base:focus,
.hover-color-4-base[class*="border-"]:focus,
a.button-style.hover-color-4-base:hover,
a.button-style.hover-color-4-base.hover,
a.button-style.hover-color-4-base[class*="border-"]:hover,
a.button-style.hover-color-4-base[class*="border-"].hover,
a.button-style:hover > .hover-color-4-base,
a.button-style:hover > .hover-color-4-base[class*="border-"],
a.button-style.hover-color-4-base:focus,
a.button-style.hover-color-4-base[class*="border-"]:focus {
  color: #ffffff !important;
  background-color: #3d0966 !important;
}
/* active */
.active-color-4-base.active.active,
.active-color-4-base[class*="border-"].active.active,
a.button-style.button-style.active-color-4-base:active,
a.button-style.button-style.active-color-4-base[class*="border-"]:active,
a.button-style.button-style.active-color-4-base.active,
a.button-style.button-style.active-color-4-base[class*="border-"].active,
a.button-style.button-style.active > .active-color-4-base,
a.button-style.button-style.active > .active-color-4-base[class*="border-"],
li.active > a.button-style.button-style.active-color-4-base,
li.active > a.button-style.button-style.active-color-4-base[class*="border-"],
input.field-input.field-input.active-color-4-base:checked {
  color: #ffffff !important;
  background-color: #3d0966 !important;
}
a.link.hover-color-4-base:hover {
  color: #3d0966 !important;
}
.color-5-dark-3,
.body.color-5-dark-3,
section.color-5-dark-3:before,
.color-5-dark-3 > .audio-main-layout-wrapper:before,
.color-5-dark-3 > .container-layout:before,
.color-5-dark-3 > .inner-container-layout:before,
.color-5-dark-3.sidenav:before,
.container-layout.container-layout.color-5-dark-3:before,
.table-alt-color-5-dark-3 tr:nth-child(even) {
  color: #ffffff;
  background-color: #292d33;
}
.input.color-5-dark-3,
.field-input.color-5-dark-3,
.button-style.color-5-dark-3,
.button-style.color-5-dark-3[class*="border-"] {
  color: #ffffff !important;
  background-color: #292d33 !important;
}
.button-style.color-5-dark-3:hover,
.button-style.color-5-dark-3[class*="border-"]:hover,
.button-style.color-5-dark-3:focus,
.button-style.color-5-dark-3[class*="border-"]:focus,
.button-style.button-style.color-5-dark-3:active,
.button-style.button-style.color-5-dark-3[class*="border-"]:active,
.button-style.button-style.color-5-dark-3.active,
.button-style.button-style.color-5-dark-3[class*="border-"].active,
li.active > .button-style.button-style.color-5-dark-3,
li.active > .button-style.button-style.color-5-dark-3[class*="border-"] {
  color: #ffffff !important;
  background-color: #25292e !important;
}
/* hover */
.hover-color-5-dark-3:hover,
.hover-color-5-dark-3[class*="border-"]:hover,
.hover-color-5-dark-3:focus,
.hover-color-5-dark-3[class*="border-"]:focus,
a.button-style.hover-color-5-dark-3:hover,
a.button-style.hover-color-5-dark-3.hover,
a.button-style.hover-color-5-dark-3[class*="border-"]:hover,
a.button-style.hover-color-5-dark-3[class*="border-"].hover,
a.button-style:hover > .hover-color-5-dark-3,
a.button-style:hover > .hover-color-5-dark-3[class*="border-"],
a.button-style.hover-color-5-dark-3:focus,
a.button-style.hover-color-5-dark-3[class*="border-"]:focus {
  color: #ffffff !important;
  background-color: #292d33 !important;
}
/* active */
.active-color-5-dark-3.active.active,
.active-color-5-dark-3[class*="border-"].active.active,
a.button-style.button-style.active-color-5-dark-3:active,
a.button-style.button-style.active-color-5-dark-3[class*="border-"]:active,
a.button-style.button-style.active-color-5-dark-3.active,
a.button-style.button-style.active-color-5-dark-3[class*="border-"].active,
a.button-style.button-style.active > .active-color-5-dark-3,
a.button-style.button-style.active > .active-color-5-dark-3[class*="border-"],
li.active > a.button-style.button-style.active-color-5-dark-3,
li.active > a.button-style.button-style.active-color-5-dark-3[class*="border-"],
input.field-input.field-input.active-color-5-dark-3:checked {
  color: #ffffff !important;
  background-color: #292d33 !important;
}
a.link.hover-color-5-dark-3:hover {
  color: #292d33 !important;
}
.color-5-dark-2,
.body.color-5-dark-2,
section.color-5-dark-2:before,
.color-5-dark-2 > .audio-main-layout-wrapper:before,
.color-5-dark-2 > .container-layout:before,
.color-5-dark-2 > .inner-container-layout:before,
.color-5-dark-2.sidenav:before,
.container-layout.container-layout.color-5-dark-2:before,
.table-alt-color-5-dark-2 tr:nth-child(even) {
  color: #ffffff;
  background-color: #555c66;
}
.input.color-5-dark-2,
.field-input.color-5-dark-2,
.button-style.color-5-dark-2,
.button-style.color-5-dark-2[class*="border-"] {
  color: #ffffff !important;
  background-color: #555c66 !important;
}
.button-style.color-5-dark-2:hover,
.button-style.color-5-dark-2[class*="border-"]:hover,
.button-style.color-5-dark-2:focus,
.button-style.color-5-dark-2[class*="border-"]:focus,
.button-style.button-style.color-5-dark-2:active,
.button-style.button-style.color-5-dark-2[class*="border-"]:active,
.button-style.button-style.color-5-dark-2.active,
.button-style.button-style.color-5-dark-2[class*="border-"].active,
li.active > .button-style.button-style.color-5-dark-2,
li.active > .button-style.button-style.color-5-dark-2[class*="border-"] {
  color: #ffffff !important;
  background-color: #4d535c !important;
}
/* hover */
.hover-color-5-dark-2:hover,
.hover-color-5-dark-2[class*="border-"]:hover,
.hover-color-5-dark-2:focus,
.hover-color-5-dark-2[class*="border-"]:focus,
a.button-style.hover-color-5-dark-2:hover,
a.button-style.hover-color-5-dark-2.hover,
a.button-style.hover-color-5-dark-2[class*="border-"]:hover,
a.button-style.hover-color-5-dark-2[class*="border-"].hover,
a.button-style:hover > .hover-color-5-dark-2,
a.button-style:hover > .hover-color-5-dark-2[class*="border-"],
a.button-style.hover-color-5-dark-2:focus,
a.button-style.hover-color-5-dark-2[class*="border-"]:focus {
  color: #ffffff !important;
  background-color: #555c66 !important;
}
/* active */
.active-color-5-dark-2.active.active,
.active-color-5-dark-2[class*="border-"].active.active,
a.button-style.button-style.active-color-5-dark-2:active,
a.button-style.button-style.active-color-5-dark-2[class*="border-"]:active,
a.button-style.button-style.active-color-5-dark-2.active,
a.button-style.button-style.active-color-5-dark-2[class*="border-"].active,
a.button-style.button-style.active > .active-color-5-dark-2,
a.button-style.button-style.active > .active-color-5-dark-2[class*="border-"],
li.active > a.button-style.button-style.active-color-5-dark-2,
li.active > a.button-style.button-style.active-color-5-dark-2[class*="border-"],
input.field-input.field-input.active-color-5-dark-2:checked {
  color: #ffffff !important;
  background-color: #555c66 !important;
}
a.link.hover-color-5-dark-2:hover {
  color: #555c66 !important;
}
.color-5-dark-1,
.body.color-5-dark-1,
section.color-5-dark-1:before,
.color-5-dark-1 > .audio-main-layout-wrapper:before,
.color-5-dark-1 > .container-layout:before,
.color-5-dark-1 > .inner-container-layout:before,
.color-5-dark-1.sidenav:before,
.container-layout.container-layout.color-5-dark-1:before,
.table-alt-color-5-dark-1 tr:nth-child(even) {
  color: #ffffff;
  background-color: #858e99;
}
.input.color-5-dark-1,
.field-input.color-5-dark-1,
.button-style.color-5-dark-1,
.button-style.color-5-dark-1[class*="border-"] {
  color: #ffffff !important;
  background-color: #858e99 !important;
}
.button-style.color-5-dark-1:hover,
.button-style.color-5-dark-1[class*="border-"]:hover,
.button-style.color-5-dark-1:focus,
.button-style.color-5-dark-1[class*="border-"]:focus,
.button-style.button-style.color-5-dark-1:active,
.button-style.button-style.color-5-dark-1[class*="border-"]:active,
.button-style.button-style.color-5-dark-1.active,
.button-style.button-style.color-5-dark-1[class*="border-"].active,
li.active > .button-style.button-style.color-5-dark-1,
li.active > .button-style.button-style.color-5-dark-1[class*="border-"] {
  color: #ffffff !important;
  background-color: #75808c !important;
}
/* hover */
.hover-color-5-dark-1:hover,
.hover-color-5-dark-1[class*="border-"]:hover,
.hover-color-5-dark-1:focus,
.hover-color-5-dark-1[class*="border-"]:focus,
a.button-style.hover-color-5-dark-1:hover,
a.button-style.hover-color-5-dark-1.hover,
a.button-style.hover-color-5-dark-1[class*="border-"]:hover,
a.button-style.hover-color-5-dark-1[class*="border-"].hover,
a.button-style:hover > .hover-color-5-dark-1,
a.button-style:hover > .hover-color-5-dark-1[class*="border-"],
a.button-style.hover-color-5-dark-1:focus,
a.button-style.hover-color-5-dark-1[class*="border-"]:focus {
  color: #ffffff !important;
  background-color: #858e99 !important;
}
/* active */
.active-color-5-dark-1.active.active,
.active-color-5-dark-1[class*="border-"].active.active,
a.button-style.button-style.active-color-5-dark-1:active,
a.button-style.button-style.active-color-5-dark-1[class*="border-"]:active,
a.button-style.button-style.active-color-5-dark-1.active,
a.button-style.button-style.active-color-5-dark-1[class*="border-"].active,
a.button-style.button-style.active > .active-color-5-dark-1,
a.button-style.button-style.active > .active-color-5-dark-1[class*="border-"],
li.active > a.button-style.button-style.active-color-5-dark-1,
li.active > a.button-style.button-style.active-color-5-dark-1[class*="border-"],
input.field-input.field-input.active-color-5-dark-1:checked {
  color: #ffffff !important;
  background-color: #858e99 !important;
}
a.link.hover-color-5-dark-1:hover {
  color: #858e99 !important;
}
.color-5,
.body.color-5,
section.color-5:before,
.color-5 > .audio-main-layout-wrapper:before,
.color-5 > .container-layout:before,
.color-5 > .inner-container-layout:before,
.color-5.sidenav:before,
.container-layout.container-layout.color-5:before,
.table-alt-color-5 tr:nth-child(even) {
  color: #111111;
  background-color: #b9c1cc;
}
.input.color-5,
.field-input.color-5,
.button-style.color-5,
.button-style.color-5[class*="border-"] {
  color: #111111 !important;
  background-color: #b9c1cc !important;
}
.button-style.color-5:hover,
.button-style.color-5[class*="border-"]:hover,
.button-style.color-5:focus,
.button-style.color-5[class*="border-"]:focus,
.button-style.button-style.color-5:active,
.button-style.button-style.color-5[class*="border-"]:active,
.button-style.button-style.color-5.active,
.button-style.button-style.color-5[class*="border-"].active,
li.active > .button-style.button-style.color-5,
li.active > .button-style.button-style.color-5[class*="border-"] {
  color: #111111 !important;
  background-color: #a2adbc !important;
}
/* hover */
.hover-color-5:hover,
.hover-color-5[class*="border-"]:hover,
.hover-color-5:focus,
.hover-color-5[class*="border-"]:focus,
a.button-style.hover-color-5:hover,
a.button-style.hover-color-5.hover,
a.button-style.hover-color-5[class*="border-"]:hover,
a.button-style.hover-color-5[class*="border-"].hover,
a.button-style:hover > .hover-color-5,
a.button-style:hover > .hover-color-5[class*="border-"],
a.button-style.hover-color-5:focus,
a.button-style.hover-color-5[class*="border-"]:focus {
  color: #111111 !important;
  background-color: #b9c1cc !important;
}
/* active */
.active-color-5.active.active,
.active-color-5[class*="border-"].active.active,
a.button-style.button-style.active-color-5:active,
a.button-style.button-style.active-color-5[class*="border-"]:active,
a.button-style.button-style.active-color-5.active,
a.button-style.button-style.active-color-5[class*="border-"].active,
a.button-style.button-style.active > .active-color-5,
a.button-style.button-style.active > .active-color-5[class*="border-"],
li.active > a.button-style.button-style.active-color-5,
li.active > a.button-style.button-style.active-color-5[class*="border-"],
input.field-input.field-input.active-color-5:checked {
  color: #111111 !important;
  background-color: #b9c1cc !important;
}
a.link.hover-color-5:hover {
  color: #b9c1cc !important;
}
.color-5-light-1,
.body.color-5-light-1,
section.color-5-light-1:before,
.color-5-light-1 > .audio-main-layout-wrapper:before,
.color-5-light-1 > .container-layout:before,
.color-5-light-1 > .inner-container-layout:before,
.color-5-light-1.sidenav:before,
.container-layout.container-layout.color-5-light-1:before,
.table-alt-color-5-light-1 tr:nth-child(even) {
  color: #111111;
  background-color: #ccd3db;
}
.input.color-5-light-1,
.field-input.color-5-light-1,
.button-style.color-5-light-1,
.button-style.color-5-light-1[class*="border-"] {
  color: #111111 !important;
  background-color: #ccd3db !important;
}
.button-style.color-5-light-1:hover,
.button-style.color-5-light-1[class*="border-"]:hover,
.button-style.color-5-light-1:focus,
.button-style.color-5-light-1[class*="border-"]:focus,
.button-style.button-style.color-5-light-1:active,
.button-style.button-style.color-5-light-1[class*="border-"]:active,
.button-style.button-style.color-5-light-1.active,
.button-style.button-style.color-5-light-1[class*="border-"].active,
li.active > .button-style.button-style.color-5-light-1,
li.active > .button-style.button-style.color-5-light-1[class*="border-"] {
  color: #111111 !important;
  background-color: #b3bec9 !important;
}
/* hover */
.hover-color-5-light-1:hover,
.hover-color-5-light-1[class*="border-"]:hover,
.hover-color-5-light-1:focus,
.hover-color-5-light-1[class*="border-"]:focus,
a.button-style.hover-color-5-light-1:hover,
a.button-style.hover-color-5-light-1.hover,
a.button-style.hover-color-5-light-1[class*="border-"]:hover,
a.button-style.hover-color-5-light-1[class*="border-"].hover,
a.button-style:hover > .hover-color-5-light-1,
a.button-style:hover > .hover-color-5-light-1[class*="border-"],
a.button-style.hover-color-5-light-1:focus,
a.button-style.hover-color-5-light-1[class*="border-"]:focus {
  color: #111111 !important;
  background-color: #ccd3db !important;
}
/* active */
.active-color-5-light-1.active.active,
.active-color-5-light-1[class*="border-"].active.active,
a.button-style.button-style.active-color-5-light-1:active,
a.button-style.button-style.active-color-5-light-1[class*="border-"]:active,
a.button-style.button-style.active-color-5-light-1.active,
a.button-style.button-style.active-color-5-light-1[class*="border-"].active,
a.button-style.button-style.active > .active-color-5-light-1,
a.button-style.button-style.active > .active-color-5-light-1[class*="border-"],
li.active > a.button-style.button-style.active-color-5-light-1,
li.active > a.button-style.button-style.active-color-5-light-1[class*="border-"],
input.field-input.field-input.active-color-5-light-1:checked {
  color: #111111 !important;
  background-color: #ccd3db !important;
}
a.link.hover-color-5-light-1:hover {
  color: #ccd3db !important;
}
.color-5-light-2,
.body.color-5-light-2,
section.color-5-light-2:before,
.color-5-light-2 > .audio-main-layout-wrapper:before,
.color-5-light-2 > .container-layout:before,
.color-5-light-2 > .inner-container-layout:before,
.color-5-light-2.sidenav:before,
.container-layout.container-layout.color-5-light-2:before,
.table-alt-color-5-light-2 tr:nth-child(even) {
  color: #111111;
  background-color: #e0e5eb;
}
.input.color-5-light-2,
.field-input.color-5-light-2,
.button-style.color-5-light-2,
.button-style.color-5-light-2[class*="border-"] {
  color: #111111 !important;
  background-color: #e0e5eb !important;
}
.button-style.color-5-light-2:hover,
.button-style.color-5-light-2[class*="border-"]:hover,
.button-style.color-5-light-2:focus,
.button-style.color-5-light-2[class*="border-"]:focus,
.button-style.button-style.color-5-light-2:active,
.button-style.button-style.color-5-light-2[class*="border-"]:active,
.button-style.button-style.color-5-light-2.active,
.button-style.button-style.color-5-light-2[class*="border-"].active,
li.active > .button-style.button-style.color-5-light-2,
li.active > .button-style.button-style.color-5-light-2[class*="border-"] {
  color: #111111 !important;
  background-color: #c4ced9 !important;
}
/* hover */
.hover-color-5-light-2:hover,
.hover-color-5-light-2[class*="border-"]:hover,
.hover-color-5-light-2:focus,
.hover-color-5-light-2[class*="border-"]:focus,
a.button-style.hover-color-5-light-2:hover,
a.button-style.hover-color-5-light-2.hover,
a.button-style.hover-color-5-light-2[class*="border-"]:hover,
a.button-style.hover-color-5-light-2[class*="border-"].hover,
a.button-style:hover > .hover-color-5-light-2,
a.button-style:hover > .hover-color-5-light-2[class*="border-"],
a.button-style.hover-color-5-light-2:focus,
a.button-style.hover-color-5-light-2[class*="border-"]:focus {
  color: #111111 !important;
  background-color: #e0e5eb !important;
}
/* active */
.active-color-5-light-2.active.active,
.active-color-5-light-2[class*="border-"].active.active,
a.button-style.button-style.active-color-5-light-2:active,
a.button-style.button-style.active-color-5-light-2[class*="border-"]:active,
a.button-style.button-style.active-color-5-light-2.active,
a.button-style.button-style.active-color-5-light-2[class*="border-"].active,
a.button-style.button-style.active > .active-color-5-light-2,
a.button-style.button-style.active > .active-color-5-light-2[class*="border-"],
li.active > a.button-style.button-style.active-color-5-light-2,
li.active > a.button-style.button-style.active-color-5-light-2[class*="border-"],
input.field-input.field-input.active-color-5-light-2:checked {
  color: #111111 !important;
  background-color: #e0e5eb !important;
}
a.link.hover-color-5-light-2:hover {
  color: #e0e5eb !important;
}
.color-5-light-3,
.body.color-5-light-3,
section.color-5-light-3:before,
.color-5-light-3 > .audio-main-layout-wrapper:before,
.color-5-light-3 > .container-layout:before,
.color-5-light-3 > .inner-container-layout:before,
.color-5-light-3.sidenav:before,
.container-layout.container-layout.color-5-light-3:before,
.table-alt-color-5-light-3 tr:nth-child(even) {
  color: #111111;
  background-color: #f5f7fa;
}
.input.color-5-light-3,
.field-input.color-5-light-3,
.button-style.color-5-light-3,
.button-style.color-5-light-3[class*="border-"] {
  color: #111111 !important;
  background-color: #f5f7fa !important;
}
.button-style.color-5-light-3:hover,
.button-style.color-5-light-3[class*="border-"]:hover,
.button-style.color-5-light-3:focus,
.button-style.color-5-light-3[class*="border-"]:focus,
.button-style.button-style.color-5-light-3:active,
.button-style.button-style.color-5-light-3[class*="border-"]:active,
.button-style.button-style.color-5-light-3.active,
.button-style.button-style.color-5-light-3[class*="border-"].active,
li.active > .button-style.button-style.color-5-light-3,
li.active > .button-style.button-style.color-5-light-3[class*="border-"] {
  color: #111111 !important;
  background-color: #d4dde9 !important;
}
/* hover */
.hover-color-5-light-3:hover,
.hover-color-5-light-3[class*="border-"]:hover,
.hover-color-5-light-3:focus,
.hover-color-5-light-3[class*="border-"]:focus,
a.button-style.hover-color-5-light-3:hover,
a.button-style.hover-color-5-light-3.hover,
a.button-style.hover-color-5-light-3[class*="border-"]:hover,
a.button-style.hover-color-5-light-3[class*="border-"].hover,
a.button-style:hover > .hover-color-5-light-3,
a.button-style:hover > .hover-color-5-light-3[class*="border-"],
a.button-style.hover-color-5-light-3:focus,
a.button-style.hover-color-5-light-3[class*="border-"]:focus {
  color: #111111 !important;
  background-color: #f5f7fa !important;
}
/* active */
.active-color-5-light-3.active.active,
.active-color-5-light-3[class*="border-"].active.active,
a.button-style.button-style.active-color-5-light-3:active,
a.button-style.button-style.active-color-5-light-3[class*="border-"]:active,
a.button-style.button-style.active-color-5-light-3.active,
a.button-style.button-style.active-color-5-light-3[class*="border-"].active,
a.button-style.button-style.active > .active-color-5-light-3,
a.button-style.button-style.active > .active-color-5-light-3[class*="border-"],
li.active > a.button-style.button-style.active-color-5-light-3,
li.active > a.button-style.button-style.active-color-5-light-3[class*="border-"],
input.field-input.field-input.active-color-5-light-3:checked {
  color: #111111 !important;
  background-color: #f5f7fa !important;
}
a.link.hover-color-5-light-3:hover {
  color: #f5f7fa !important;
}
.color-5-base,
.body.color-5-base,
section.color-5-base:before,
.color-5-base > .audio-main-layout-wrapper:before,
.color-5-base > .container-layout:before,
.color-5-base > .inner-container-layout:before,
.color-5-base.sidenav:before,
.container-layout.container-layout.color-5-base:before,
.table-alt-color-5-base tr:nth-child(even) {
  color: #111111;
  background-color: #b9c1cc;
}
.input.color-5-base,
.field-input.color-5-base,
.button-style.color-5-base,
.button-style.color-5-base[class*="border-"] {
  color: #111111 !important;
  background-color: #b9c1cc !important;
}
.button-style.color-5-base:hover,
.button-style.color-5-base[class*="border-"]:hover,
.button-style.color-5-base:focus,
.button-style.color-5-base[class*="border-"]:focus,
.button-style.button-style.color-5-base:active,
.button-style.button-style.color-5-base[class*="border-"]:active,
.button-style.button-style.color-5-base.active,
.button-style.button-style.color-5-base[class*="border-"].active,
li.active > .button-style.button-style.color-5-base,
li.active > .button-style.button-style.color-5-base[class*="border-"] {
  color: #111111 !important;
  background-color: #a2adbc !important;
}
/* hover */
.hover-color-5-base:hover,
.hover-color-5-base[class*="border-"]:hover,
.hover-color-5-base:focus,
.hover-color-5-base[class*="border-"]:focus,
a.button-style.hover-color-5-base:hover,
a.button-style.hover-color-5-base.hover,
a.button-style.hover-color-5-base[class*="border-"]:hover,
a.button-style.hover-color-5-base[class*="border-"].hover,
a.button-style:hover > .hover-color-5-base,
a.button-style:hover > .hover-color-5-base[class*="border-"],
a.button-style.hover-color-5-base:focus,
a.button-style.hover-color-5-base[class*="border-"]:focus {
  color: #111111 !important;
  background-color: #b9c1cc !important;
}
/* active */
.active-color-5-base.active.active,
.active-color-5-base[class*="border-"].active.active,
a.button-style.button-style.active-color-5-base:active,
a.button-style.button-style.active-color-5-base[class*="border-"]:active,
a.button-style.button-style.active-color-5-base.active,
a.button-style.button-style.active-color-5-base[class*="border-"].active,
a.button-style.button-style.active > .active-color-5-base,
a.button-style.button-style.active > .active-color-5-base[class*="border-"],
li.active > a.button-style.button-style.active-color-5-base,
li.active > a.button-style.button-style.active-color-5-base[class*="border-"],
input.field-input.field-input.active-color-5-base:checked {
  color: #111111 !important;
  background-color: #b9c1cc !important;
}
a.link.hover-color-5-base:hover {
  color: #b9c1cc !important;
}
.palette-1-dark-3,
.body.palette-1-dark-3,
section.palette-1-dark-3:before,
.palette-1-dark-3 > .audio-main-layout-wrapper:before,
.palette-1-dark-3 > .container-layout:before,
.palette-1-dark-3 > .inner-container-layout:before,
.palette-1-dark-3.sidenav:before,
.container-layout.container-layout.palette-1-dark-3:before,
.table-alt-palette-1-dark-3 tr:nth-child(even) {
  color: #ffffff;
  background-color: #292a33;
}
.input.palette-1-dark-3,
.field-input.palette-1-dark-3,
.button-style.palette-1-dark-3,
.button-style.palette-1-dark-3[class*="border-"] {
  color: #ffffff !important;
  background-color: #292a33 !important;
}
.button-style.palette-1-dark-3:hover,
.button-style.palette-1-dark-3[class*="border-"]:hover,
.button-style.palette-1-dark-3:focus,
.button-style.palette-1-dark-3[class*="border-"]:focus,
.button-style.button-style.palette-1-dark-3:active,
.button-style.button-style.palette-1-dark-3[class*="border-"]:active,
.button-style.button-style.palette-1-dark-3.active,
.button-style.button-style.palette-1-dark-3[class*="border-"].active,
li.active > .button-style.button-style.palette-1-dark-3,
li.active > .button-style.button-style.palette-1-dark-3[class*="border-"] {
  color: #ffffff !important;
  background-color: #25262e !important;
}
/* hover */
.hover-palette-1-dark-3:hover,
.hover-palette-1-dark-3[class*="border-"]:hover,
.hover-palette-1-dark-3:focus,
.hover-palette-1-dark-3[class*="border-"]:focus,
a.button-style.hover-palette-1-dark-3:hover,
a.button-style.hover-palette-1-dark-3.hover,
a.button-style.hover-palette-1-dark-3[class*="border-"]:hover,
a.button-style.hover-palette-1-dark-3[class*="border-"].hover,
a.button-style:hover > .hover-palette-1-dark-3,
a.button-style:hover > .hover-palette-1-dark-3[class*="border-"],
a.button-style.hover-palette-1-dark-3:focus,
a.button-style.hover-palette-1-dark-3[class*="border-"]:focus {
  color: #ffffff !important;
  background-color: #292a33 !important;
}
/* active */
.active-palette-1-dark-3.active.active,
.active-palette-1-dark-3[class*="border-"].active.active,
a.button-style.button-style.active-palette-1-dark-3:active,
a.button-style.button-style.active-palette-1-dark-3[class*="border-"]:active,
a.button-style.button-style.active-palette-1-dark-3.active,
a.button-style.button-style.active-palette-1-dark-3[class*="border-"].active,
a.button-style.button-style.active > .active-palette-1-dark-3,
a.button-style.button-style.active > .active-palette-1-dark-3[class*="border-"],
li.active > a.button-style.button-style.active-palette-1-dark-3,
li.active > a.button-style.button-style.active-palette-1-dark-3[class*="border-"],
input.field-input.field-input.active-palette-1-dark-3:checked {
  color: #ffffff !important;
  background-color: #292a33 !important;
}
a.link.hover-palette-1-dark-3:hover {
  color: #292a33 !important;
}
.palette-1-dark-2,
.body.palette-1-dark-2,
section.palette-1-dark-2:before,
.palette-1-dark-2 > .audio-main-layout-wrapper:before,
.palette-1-dark-2 > .container-layout:before,
.palette-1-dark-2 > .inner-container-layout:before,
.palette-1-dark-2.sidenav:before,
.container-layout.container-layout.palette-1-dark-2:before,
.table-alt-palette-1-dark-2 tr:nth-child(even) {
  color: #ffffff;
  background-color: #474d75;
}
.input.palette-1-dark-2,
.field-input.palette-1-dark-2,
.button-style.palette-1-dark-2,
.button-style.palette-1-dark-2[class*="border-"] {
  color: #ffffff !important;
  background-color: #474d75 !important;
}
.button-style.palette-1-dark-2:hover,
.button-style.palette-1-dark-2[class*="border-"]:hover,
.button-style.palette-1-dark-2:focus,
.button-style.palette-1-dark-2[class*="border-"]:focus,
.button-style.button-style.palette-1-dark-2:active,
.button-style.button-style.palette-1-dark-2[class*="border-"]:active,
.button-style.button-style.palette-1-dark-2.active,
.button-style.button-style.palette-1-dark-2[class*="border-"].active,
li.active > .button-style.button-style.palette-1-dark-2,
li.active > .button-style.button-style.palette-1-dark-2[class*="border-"] {
  color: #ffffff !important;
  background-color: #404569 !important;
}
/* hover */
.hover-palette-1-dark-2:hover,
.hover-palette-1-dark-2[class*="border-"]:hover,
.hover-palette-1-dark-2:focus,
.hover-palette-1-dark-2[class*="border-"]:focus,
a.button-style.hover-palette-1-dark-2:hover,
a.button-style.hover-palette-1-dark-2.hover,
a.button-style.hover-palette-1-dark-2[class*="border-"]:hover,
a.button-style.hover-palette-1-dark-2[class*="border-"].hover,
a.button-style:hover > .hover-palette-1-dark-2,
a.button-style:hover > .hover-palette-1-dark-2[class*="border-"],
a.button-style.hover-palette-1-dark-2:focus,
a.button-style.hover-palette-1-dark-2[class*="border-"]:focus {
  color: #ffffff !important;
  background-color: #474d75 !important;
}
/* active */
.active-palette-1-dark-2.active.active,
.active-palette-1-dark-2[class*="border-"].active.active,
a.button-style.button-style.active-palette-1-dark-2:active,
a.button-style.button-style.active-palette-1-dark-2[class*="border-"]:active,
a.button-style.button-style.active-palette-1-dark-2.active,
a.button-style.button-style.active-palette-1-dark-2[class*="border-"].active,
a.button-style.button-style.active > .active-palette-1-dark-2,
a.button-style.button-style.active > .active-palette-1-dark-2[class*="border-"],
li.active > a.button-style.button-style.active-palette-1-dark-2,
li.active > a.button-style.button-style.active-palette-1-dark-2[class*="border-"],
input.field-input.field-input.active-palette-1-dark-2:checked {
  color: #ffffff !important;
  background-color: #474d75 !important;
}
a.link.hover-palette-1-dark-2:hover {
  color: #474d75 !important;
}
.palette-1-dark-1,
.body.palette-1-dark-1,
section.palette-1-dark-1:before,
.palette-1-dark-1 > .audio-main-layout-wrapper:before,
.palette-1-dark-1 > .container-layout:before,
.palette-1-dark-1 > .inner-container-layout:before,
.palette-1-dark-1.sidenav:before,
.container-layout.container-layout.palette-1-dark-1:before,
.table-alt-palette-1-dark-1 tr:nth-child(even) {
  color: #ffffff;
  background-color: #4d59b7;
}
.input.palette-1-dark-1,
.field-input.palette-1-dark-1,
.button-style.palette-1-dark-1,
.button-style.palette-1-dark-1[class*="border-"] {
  color: #ffffff !important;
  background-color: #4d59b7 !important;
}
.button-style.palette-1-dark-1:hover,
.button-style.palette-1-dark-1[class*="border-"]:hover,
.button-style.palette-1-dark-1:focus,
.button-style.palette-1-dark-1[class*="border-"]:focus,
.button-style.button-style.palette-1-dark-1:active,
.button-style.button-style.palette-1-dark-1[class*="border-"]:active,
.button-style.button-style.palette-1-dark-1.active,
.button-style.button-style.palette-1-dark-1[class*="border-"].active,
li.active > .button-style.button-style.palette-1-dark-1,
li.active > .button-style.button-style.palette-1-dark-1[class*="border-"] {
  color: #ffffff !important;
  background-color: #434fa7 !important;
}
/* hover */
.hover-palette-1-dark-1:hover,
.hover-palette-1-dark-1[class*="border-"]:hover,
.hover-palette-1-dark-1:focus,
.hover-palette-1-dark-1[class*="border-"]:focus,
a.button-style.hover-palette-1-dark-1:hover,
a.button-style.hover-palette-1-dark-1.hover,
a.button-style.hover-palette-1-dark-1[class*="border-"]:hover,
a.button-style.hover-palette-1-dark-1[class*="border-"].hover,
a.button-style:hover > .hover-palette-1-dark-1,
a.button-style:hover > .hover-palette-1-dark-1[class*="border-"],
a.button-style.hover-palette-1-dark-1:focus,
a.button-style.hover-palette-1-dark-1[class*="border-"]:focus {
  color: #ffffff !important;
  background-color: #4d59b7 !important;
}
/* active */
.active-palette-1-dark-1.active.active,
.active-palette-1-dark-1[class*="border-"].active.active,
a.button-style.button-style.active-palette-1-dark-1:active,
a.button-style.button-style.active-palette-1-dark-1[class*="border-"]:active,
a.button-style.button-style.active-palette-1-dark-1.active,
a.button-style.button-style.active-palette-1-dark-1[class*="border-"].active,
a.button-style.button-style.active > .active-palette-1-dark-1,
a.button-style.button-style.active > .active-palette-1-dark-1[class*="border-"],
li.active > a.button-style.button-style.active-palette-1-dark-1,
li.active > a.button-style.button-style.active-palette-1-dark-1[class*="border-"],
input.field-input.field-input.active-palette-1-dark-1:checked {
  color: #ffffff !important;
  background-color: #4d59b7 !important;
}
a.link.hover-palette-1-dark-1:hover {
  color: #4d59b7 !important;
}
.palette-1,
.body.palette-1,
section.palette-1:before,
.palette-1 > .audio-main-layout-wrapper:before,
.palette-1 > .container-layout:before,
.palette-1 > .inner-container-layout:before,
.palette-1.sidenav:before,
.container-layout.container-layout.palette-1:before,
.table-alt-palette-1 tr:nth-child(even) {
  color: #ffffff;
  background-color: #3a50f9;
}
.input.palette-1,
.field-input.palette-1,
.button-style.palette-1,
.button-style.palette-1[class*="border-"] {
  color: #ffffff !important;
  background-color: #3a50f9 !important;
}
.button-style.palette-1:hover,
.button-style.palette-1[class*="border-"]:hover,
.button-style.palette-1:focus,
.button-style.palette-1[class*="border-"]:focus,
.button-style.button-style.palette-1:active,
.button-style.button-style.palette-1[class*="border-"]:active,
.button-style.button-style.palette-1.active,
.button-style.button-style.palette-1[class*="border-"].active,
li.active > .button-style.button-style.palette-1,
li.active > .button-style.button-style.palette-1[class*="border-"] {
  color: #ffffff !important;
  background-color: #1c36f8 !important;
}
/* hover */
.hover-palette-1:hover,
.hover-palette-1[class*="border-"]:hover,
.hover-palette-1:focus,
.hover-palette-1[class*="border-"]:focus,
a.button-style.hover-palette-1:hover,
a.button-style.hover-palette-1.hover,
a.button-style.hover-palette-1[class*="border-"]:hover,
a.button-style.hover-palette-1[class*="border-"].hover,
a.button-style:hover > .hover-palette-1,
a.button-style:hover > .hover-palette-1[class*="border-"],
a.button-style.hover-palette-1:focus,
a.button-style.hover-palette-1[class*="border-"]:focus {
  color: #ffffff !important;
  background-color: #3a50f9 !important;
}
/* active */
.active-palette-1.active.active,
.active-palette-1[class*="border-"].active.active,
a.button-style.button-style.active-palette-1:active,
a.button-style.button-style.active-palette-1[class*="border-"]:active,
a.button-style.button-style.active-palette-1.active,
a.button-style.button-style.active-palette-1[class*="border-"].active,
a.button-style.button-style.active > .active-palette-1,
a.button-style.button-style.active > .active-palette-1[class*="border-"],
li.active > a.button-style.button-style.active-palette-1,
li.active > a.button-style.button-style.active-palette-1[class*="border-"],
input.field-input.field-input.active-palette-1:checked {
  color: #ffffff !important;
  background-color: #3a50f9 !important;
}
a.link.hover-palette-1:hover {
  color: #3a50f9 !important;
}
.palette-1-light-1,
.body.palette-1-light-1,
section.palette-1-light-1:before,
.palette-1-light-1 > .audio-main-layout-wrapper:before,
.palette-1-light-1 > .container-layout:before,
.palette-1-light-1 > .inner-container-layout:before,
.palette-1-light-1.sidenav:before,
.container-layout.container-layout.palette-1-light-1:before,
.table-alt-palette-1-light-1 tr:nth-child(even) {
  color: #ffffff;
  background-color: #7484fb;
}
.input.palette-1-light-1,
.field-input.palette-1-light-1,
.button-style.palette-1-light-1,
.button-style.palette-1-light-1[class*="border-"] {
  color: #ffffff !important;
  background-color: #7484fb !important;
}
.button-style.palette-1-light-1:hover,
.button-style.palette-1-light-1[class*="border-"]:hover,
.button-style.palette-1-light-1:focus,
.button-style.palette-1-light-1[class*="border-"]:focus,
.button-style.button-style.palette-1-light-1:active,
.button-style.button-style.palette-1-light-1[class*="border-"]:active,
.button-style.button-style.palette-1-light-1.active,
.button-style.button-style.palette-1-light-1[class*="border-"].active,
li.active > .button-style.button-style.palette-1-light-1,
li.active > .button-style.button-style.palette-1-light-1[class*="border-"] {
  color: #ffffff !important;
  background-color: #5064fa !important;
}
/* hover */
.hover-palette-1-light-1:hover,
.hover-palette-1-light-1[class*="border-"]:hover,
.hover-palette-1-light-1:focus,
.hover-palette-1-light-1[class*="border-"]:focus,
a.button-style.hover-palette-1-light-1:hover,
a.button-style.hover-palette-1-light-1.hover,
a.button-style.hover-palette-1-light-1[class*="border-"]:hover,
a.button-style.hover-palette-1-light-1[class*="border-"].hover,
a.button-style:hover > .hover-palette-1-light-1,
a.button-style:hover > .hover-palette-1-light-1[class*="border-"],
a.button-style.hover-palette-1-light-1:focus,
a.button-style.hover-palette-1-light-1[class*="border-"]:focus {
  color: #ffffff !important;
  background-color: #7484fb !important;
}
/* active */
.active-palette-1-light-1.active.active,
.active-palette-1-light-1[class*="border-"].active.active,
a.button-style.button-style.active-palette-1-light-1:active,
a.button-style.button-style.active-palette-1-light-1[class*="border-"]:active,
a.button-style.button-style.active-palette-1-light-1.active,
a.button-style.button-style.active-palette-1-light-1[class*="border-"].active,
a.button-style.button-style.active > .active-palette-1-light-1,
a.button-style.button-style.active > .active-palette-1-light-1[class*="border-"],
li.active > a.button-style.button-style.active-palette-1-light-1,
li.active > a.button-style.button-style.active-palette-1-light-1[class*="border-"],
input.field-input.field-input.active-palette-1-light-1:checked {
  color: #ffffff !important;
  background-color: #7484fb !important;
}
a.link.hover-palette-1-light-1:hover {
  color: #7484fb !important;
}
.palette-1-light-2,
.body.palette-1-light-2,
section.palette-1-light-2:before,
.palette-1-light-2 > .audio-main-layout-wrapper:before,
.palette-1-light-2 > .container-layout:before,
.palette-1-light-2 > .inner-container-layout:before,
.palette-1-light-2.sidenav:before,
.container-layout.container-layout.palette-1-light-2:before,
.table-alt-palette-1-light-2 tr:nth-child(even) {
  color: #111111;
  background-color: #afb8fd;
}
.input.palette-1-light-2,
.field-input.palette-1-light-2,
.button-style.palette-1-light-2,
.button-style.palette-1-light-2[class*="border-"] {
  color: #111111 !important;
  background-color: #afb8fd !important;
}
.button-style.palette-1-light-2:hover,
.button-style.palette-1-light-2[class*="border-"]:hover,
.button-style.palette-1-light-2:focus,
.button-style.palette-1-light-2[class*="border-"]:focus,
.button-style.button-style.palette-1-light-2:active,
.button-style.button-style.palette-1-light-2[class*="border-"]:active,
.button-style.button-style.palette-1-light-2.active,
.button-style.button-style.palette-1-light-2[class*="border-"].active,
li.active > .button-style.button-style.palette-1-light-2,
li.active > .button-style.button-style.palette-1-light-2[class*="border-"] {
  color: #111111 !important;
  background-color: #8593fc !important;
}
/* hover */
.hover-palette-1-light-2:hover,
.hover-palette-1-light-2[class*="border-"]:hover,
.hover-palette-1-light-2:focus,
.hover-palette-1-light-2[class*="border-"]:focus,
a.button-style.hover-palette-1-light-2:hover,
a.button-style.hover-palette-1-light-2.hover,
a.button-style.hover-palette-1-light-2[class*="border-"]:hover,
a.button-style.hover-palette-1-light-2[class*="border-"].hover,
a.button-style:hover > .hover-palette-1-light-2,
a.button-style:hover > .hover-palette-1-light-2[class*="border-"],
a.button-style.hover-palette-1-light-2:focus,
a.button-style.hover-palette-1-light-2[class*="border-"]:focus {
  color: #111111 !important;
  background-color: #afb8fd !important;
}
/* active */
.active-palette-1-light-2.active.active,
.active-palette-1-light-2[class*="border-"].active.active,
a.button-style.button-style.active-palette-1-light-2:active,
a.button-style.button-style.active-palette-1-light-2[class*="border-"]:active,
a.button-style.button-style.active-palette-1-light-2.active,
a.button-style.button-style.active-palette-1-light-2[class*="border-"].active,
a.button-style.button-style.active > .active-palette-1-light-2,
a.button-style.button-style.active > .active-palette-1-light-2[class*="border-"],
li.active > a.button-style.button-style.active-palette-1-light-2,
li.active > a.button-style.button-style.active-palette-1-light-2[class*="border-"],
input.field-input.field-input.active-palette-1-light-2:checked {
  color: #111111 !important;
  background-color: #afb8fd !important;
}
a.link.hover-palette-1-light-2:hover {
  color: #afb8fd !important;
}
.palette-1-light-3,
.body.palette-1-light-3,
section.palette-1-light-3:before,
.palette-1-light-3 > .audio-main-layout-wrapper:before,
.palette-1-light-3 > .container-layout:before,
.palette-1-light-3 > .inner-container-layout:before,
.palette-1-light-3.sidenav:before,
.container-layout.container-layout.palette-1-light-3:before,
.table-alt-palette-1-light-3 tr:nth-child(even) {
  color: #111111;
  background-color: #ebedfe;
}
.input.palette-1-light-3,
.field-input.palette-1-light-3,
.button-style.palette-1-light-3,
.button-style.palette-1-light-3[class*="border-"] {
  color: #111111 !important;
  background-color: #ebedfe !important;
}
.button-style.palette-1-light-3:hover,
.button-style.palette-1-light-3[class*="border-"]:hover,
.button-style.palette-1-light-3:focus,
.button-style.palette-1-light-3[class*="border-"]:focus,
.button-style.button-style.palette-1-light-3:active,
.button-style.button-style.palette-1-light-3[class*="border-"]:active,
.button-style.button-style.palette-1-light-3.active,
.button-style.button-style.palette-1-light-3[class*="border-"].active,
li.active > .button-style.button-style.palette-1-light-3,
li.active > .button-style.button-style.palette-1-light-3[class*="border-"] {
  color: #111111 !important;
  background-color: #bcc3fc !important;
}
/* hover */
.hover-palette-1-light-3:hover,
.hover-palette-1-light-3[class*="border-"]:hover,
.hover-palette-1-light-3:focus,
.hover-palette-1-light-3[class*="border-"]:focus,
a.button-style.hover-palette-1-light-3:hover,
a.button-style.hover-palette-1-light-3.hover,
a.button-style.hover-palette-1-light-3[class*="border-"]:hover,
a.button-style.hover-palette-1-light-3[class*="border-"].hover,
a.button-style:hover > .hover-palette-1-light-3,
a.button-style:hover > .hover-palette-1-light-3[class*="border-"],
a.button-style.hover-palette-1-light-3:focus,
a.button-style.hover-palette-1-light-3[class*="border-"]:focus {
  color: #111111 !important;
  background-color: #ebedfe !important;
}
/* active */
.active-palette-1-light-3.active.active,
.active-palette-1-light-3[class*="border-"].active.active,
a.button-style.button-style.active-palette-1-light-3:active,
a.button-style.button-style.active-palette-1-light-3[class*="border-"]:active,
a.button-style.button-style.active-palette-1-light-3.active,
a.button-style.button-style.active-palette-1-light-3[class*="border-"].active,
a.button-style.button-style.active > .active-palette-1-light-3,
a.button-style.button-style.active > .active-palette-1-light-3[class*="border-"],
li.active > a.button-style.button-style.active-palette-1-light-3,
li.active > a.button-style.button-style.active-palette-1-light-3[class*="border-"],
input.field-input.field-input.active-palette-1-light-3:checked {
  color: #111111 !important;
  background-color: #ebedfe !important;
}
a.link.hover-palette-1-light-3:hover {
  color: #ebedfe !important;
}
.palette-1-base,
.body.palette-1-base,
section.palette-1-base:before,
.palette-1-base > .audio-main-layout-wrapper:before,
.palette-1-base > .container-layout:before,
.palette-1-base > .inner-container-layout:before,
.palette-1-base.sidenav:before,
.container-layout.container-layout.palette-1-base:before,
.table-alt-palette-1-base tr:nth-child(even) {
  color: #ffffff;
  background-color: #3a50f9;
}
.input.palette-1-base,
.field-input.palette-1-base,
.button-style.palette-1-base,
.button-style.palette-1-base[class*="border-"] {
  color: #ffffff !important;
  background-color: #3a50f9 !important;
}
.button-style.palette-1-base:hover,
.button-style.palette-1-base[class*="border-"]:hover,
.button-style.palette-1-base:focus,
.button-style.palette-1-base[class*="border-"]:focus,
.button-style.button-style.palette-1-base:active,
.button-style.button-style.palette-1-base[class*="border-"]:active,
.button-style.button-style.palette-1-base.active,
.button-style.button-style.palette-1-base[class*="border-"].active,
li.active > .button-style.button-style.palette-1-base,
li.active > .button-style.button-style.palette-1-base[class*="border-"] {
  color: #ffffff !important;
  background-color: #1c36f8 !important;
}
/* hover */
.hover-palette-1-base:hover,
.hover-palette-1-base[class*="border-"]:hover,
.hover-palette-1-base:focus,
.hover-palette-1-base[class*="border-"]:focus,
a.button-style.hover-palette-1-base:hover,
a.button-style.hover-palette-1-base.hover,
a.button-style.hover-palette-1-base[class*="border-"]:hover,
a.button-style.hover-palette-1-base[class*="border-"].hover,
a.button-style:hover > .hover-palette-1-base,
a.button-style:hover > .hover-palette-1-base[class*="border-"],
a.button-style.hover-palette-1-base:focus,
a.button-style.hover-palette-1-base[class*="border-"]:focus {
  color: #ffffff !important;
  background-color: #3a50f9 !important;
}
/* active */
.active-palette-1-base.active.active,
.active-palette-1-base[class*="border-"].active.active,
a.button-style.button-style.active-palette-1-base:active,
a.button-style.button-style.active-palette-1-base[class*="border-"]:active,
a.button-style.button-style.active-palette-1-base.active,
a.button-style.button-style.active-palette-1-base[class*="border-"].active,
a.button-style.button-style.active > .active-palette-1-base,
a.button-style.button-style.active > .active-palette-1-base[class*="border-"],
li.active > a.button-style.button-style.active-palette-1-base,
li.active > a.button-style.button-style.active-palette-1-base[class*="border-"],
input.field-input.field-input.active-palette-1-base:checked {
  color: #ffffff !important;
  background-color: #3a50f9 !important;
}
a.link.hover-palette-1-base:hover {
  color: #3a50f9 !important;
}
.palette-2-dark-3,
.body.palette-2-dark-3,
section.palette-2-dark-3:before,
.palette-2-dark-3 > .audio-main-layout-wrapper:before,
.palette-2-dark-3 > .container-layout:before,
.palette-2-dark-3 > .inner-container-layout:before,
.palette-2-dark-3.sidenav:before,
.container-layout.container-layout.palette-2-dark-3:before,
.table-alt-palette-2-dark-3 tr:nth-child(even) {
  color: #ffffff;
  background-color: #332930;
}
.input.palette-2-dark-3,
.field-input.palette-2-dark-3,
.button-style.palette-2-dark-3,
.button-style.palette-2-dark-3[class*="border-"] {
  color: #ffffff !important;
  background-color: #332930 !important;
}
.button-style.palette-2-dark-3:hover,
.button-style.palette-2-dark-3[class*="border-"]:hover,
.button-style.palette-2-dark-3:focus,
.button-style.palette-2-dark-3[class*="border-"]:focus,
.button-style.button-style.palette-2-dark-3:active,
.button-style.button-style.palette-2-dark-3[class*="border-"]:active,
.button-style.button-style.palette-2-dark-3.active,
.button-style.button-style.palette-2-dark-3[class*="border-"].active,
li.active > .button-style.button-style.palette-2-dark-3,
li.active > .button-style.button-style.palette-2-dark-3[class*="border-"] {
  color: #ffffff !important;
  background-color: #2e252b !important;
}
/* hover */
.hover-palette-2-dark-3:hover,
.hover-palette-2-dark-3[class*="border-"]:hover,
.hover-palette-2-dark-3:focus,
.hover-palette-2-dark-3[class*="border-"]:focus,
a.button-style.hover-palette-2-dark-3:hover,
a.button-style.hover-palette-2-dark-3.hover,
a.button-style.hover-palette-2-dark-3[class*="border-"]:hover,
a.button-style.hover-palette-2-dark-3[class*="border-"].hover,
a.button-style:hover > .hover-palette-2-dark-3,
a.button-style:hover > .hover-palette-2-dark-3[class*="border-"],
a.button-style.hover-palette-2-dark-3:focus,
a.button-style.hover-palette-2-dark-3[class*="border-"]:focus {
  color: #ffffff !important;
  background-color: #332930 !important;
}
/* active */
.active-palette-2-dark-3.active.active,
.active-palette-2-dark-3[class*="border-"].active.active,
a.button-style.button-style.active-palette-2-dark-3:active,
a.button-style.button-style.active-palette-2-dark-3[class*="border-"]:active,
a.button-style.button-style.active-palette-2-dark-3.active,
a.button-style.button-style.active-palette-2-dark-3[class*="border-"].active,
a.button-style.button-style.active > .active-palette-2-dark-3,
a.button-style.button-style.active > .active-palette-2-dark-3[class*="border-"],
li.active > a.button-style.button-style.active-palette-2-dark-3,
li.active > a.button-style.button-style.active-palette-2-dark-3[class*="border-"],
input.field-input.field-input.active-palette-2-dark-3:checked {
  color: #ffffff !important;
  background-color: #332930 !important;
}
a.link.hover-palette-2-dark-3:hover {
  color: #332930 !important;
}
.palette-2-dark-2,
.body.palette-2-dark-2,
section.palette-2-dark-2:before,
.palette-2-dark-2 > .audio-main-layout-wrapper:before,
.palette-2-dark-2 > .container-layout:before,
.palette-2-dark-2 > .inner-container-layout:before,
.palette-2-dark-2.sidenav:before,
.container-layout.container-layout.palette-2-dark-2:before,
.table-alt-palette-2-dark-2 tr:nth-child(even) {
  color: #ffffff;
  background-color: #714967;
}
.input.palette-2-dark-2,
.field-input.palette-2-dark-2,
.button-style.palette-2-dark-2,
.button-style.palette-2-dark-2[class*="border-"] {
  color: #ffffff !important;
  background-color: #714967 !important;
}
.button-style.palette-2-dark-2:hover,
.button-style.palette-2-dark-2[class*="border-"]:hover,
.button-style.palette-2-dark-2:focus,
.button-style.palette-2-dark-2[class*="border-"]:focus,
.button-style.button-style.palette-2-dark-2:active,
.button-style.button-style.palette-2-dark-2[class*="border-"]:active,
.button-style.button-style.palette-2-dark-2.active,
.button-style.button-style.palette-2-dark-2[class*="border-"].active,
li.active > .button-style.button-style.palette-2-dark-2,
li.active > .button-style.button-style.palette-2-dark-2[class*="border-"] {
  color: #ffffff !important;
  background-color: #66425d !important;
}
/* hover */
.hover-palette-2-dark-2:hover,
.hover-palette-2-dark-2[class*="border-"]:hover,
.hover-palette-2-dark-2:focus,
.hover-palette-2-dark-2[class*="border-"]:focus,
a.button-style.hover-palette-2-dark-2:hover,
a.button-style.hover-palette-2-dark-2.hover,
a.button-style.hover-palette-2-dark-2[class*="border-"]:hover,
a.button-style.hover-palette-2-dark-2[class*="border-"].hover,
a.button-style:hover > .hover-palette-2-dark-2,
a.button-style:hover > .hover-palette-2-dark-2[class*="border-"],
a.button-style.hover-palette-2-dark-2:focus,
a.button-style.hover-palette-2-dark-2[class*="border-"]:focus {
  color: #ffffff !important;
  background-color: #714967 !important;
}
/* active */
.active-palette-2-dark-2.active.active,
.active-palette-2-dark-2[class*="border-"].active.active,
a.button-style.button-style.active-palette-2-dark-2:active,
a.button-style.button-style.active-palette-2-dark-2[class*="border-"]:active,
a.button-style.button-style.active-palette-2-dark-2.active,
a.button-style.button-style.active-palette-2-dark-2[class*="border-"].active,
a.button-style.button-style.active > .active-palette-2-dark-2,
a.button-style.button-style.active > .active-palette-2-dark-2[class*="border-"],
li.active > a.button-style.button-style.active-palette-2-dark-2,
li.active > a.button-style.button-style.active-palette-2-dark-2[class*="border-"],
input.field-input.field-input.active-palette-2-dark-2:checked {
  color: #ffffff !important;
  background-color: #714967 !important;
}
a.link.hover-palette-2-dark-2:hover {
  color: #714967 !important;
}
.palette-2-dark-1,
.body.palette-2-dark-1,
section.palette-2-dark-1:before,
.palette-2-dark-1 > .audio-main-layout-wrapper:before,
.palette-2-dark-1 > .container-layout:before,
.palette-2-dark-1 > .inner-container-layout:before,
.palette-2-dark-1.sidenav:before,
.container-layout.container-layout.palette-2-dark-1:before,
.table-alt-palette-2-dark-1 tr:nth-child(even) {
  color: #ffffff;
  background-color: #b05599;
}
.input.palette-2-dark-1,
.field-input.palette-2-dark-1,
.button-style.palette-2-dark-1,
.button-style.palette-2-dark-1[class*="border-"] {
  color: #ffffff !important;
  background-color: #b05599 !important;
}
.button-style.palette-2-dark-1:hover,
.button-style.palette-2-dark-1[class*="border-"]:hover,
.button-style.palette-2-dark-1:focus,
.button-style.palette-2-dark-1[class*="border-"]:focus,
.button-style.button-style.palette-2-dark-1:active,
.button-style.button-style.palette-2-dark-1[class*="border-"]:active,
.button-style.button-style.palette-2-dark-1.active,
.button-style.button-style.palette-2-dark-1[class*="border-"].active,
li.active > .button-style.button-style.palette-2-dark-1,
li.active > .button-style.button-style.palette-2-dark-1[class*="border-"] {
  color: #ffffff !important;
  background-color: #a04b8b !important;
}
/* hover */
.hover-palette-2-dark-1:hover,
.hover-palette-2-dark-1[class*="border-"]:hover,
.hover-palette-2-dark-1:focus,
.hover-palette-2-dark-1[class*="border-"]:focus,
a.button-style.hover-palette-2-dark-1:hover,
a.button-style.hover-palette-2-dark-1.hover,
a.button-style.hover-palette-2-dark-1[class*="border-"]:hover,
a.button-style.hover-palette-2-dark-1[class*="border-"].hover,
a.button-style:hover > .hover-palette-2-dark-1,
a.button-style:hover > .hover-palette-2-dark-1[class*="border-"],
a.button-style.hover-palette-2-dark-1:focus,
a.button-style.hover-palette-2-dark-1[class*="border-"]:focus {
  color: #ffffff !important;
  background-color: #b05599 !important;
}
/* active */
.active-palette-2-dark-1.active.active,
.active-palette-2-dark-1[class*="border-"].active.active,
a.button-style.button-style.active-palette-2-dark-1:active,
a.button-style.button-style.active-palette-2-dark-1[class*="border-"]:active,
a.button-style.button-style.active-palette-2-dark-1.active,
a.button-style.button-style.active-palette-2-dark-1[class*="border-"].active,
a.button-style.button-style.active > .active-palette-2-dark-1,
a.button-style.button-style.active > .active-palette-2-dark-1[class*="border-"],
li.active > a.button-style.button-style.active-palette-2-dark-1,
li.active > a.button-style.button-style.active-palette-2-dark-1[class*="border-"],
input.field-input.field-input.active-palette-2-dark-1:checked {
  color: #ffffff !important;
  background-color: #b05599 !important;
}
a.link.hover-palette-2-dark-1:hover {
  color: #b05599 !important;
}
.palette-2,
.body.palette-2,
section.palette-2:before,
.palette-2 > .audio-main-layout-wrapper:before,
.palette-2 > .container-layout:before,
.palette-2 > .inner-container-layout:before,
.palette-2.sidenav:before,
.container-layout.container-layout.palette-2:before,
.table-alt-palette-2 tr:nth-child(even) {
  color: #ffffff;
  background-color: #ee4dc6;
}
.input.palette-2,
.field-input.palette-2,
.button-style.palette-2,
.button-style.palette-2[class*="border-"] {
  color: #ffffff !important;
  background-color: #ee4dc6 !important;
}
.button-style.palette-2:hover,
.button-style.palette-2[class*="border-"]:hover,
.button-style.palette-2:focus,
.button-style.palette-2[class*="border-"]:focus,
.button-style.button-style.palette-2:active,
.button-style.button-style.palette-2[class*="border-"]:active,
.button-style.button-style.palette-2.active,
.button-style.button-style.palette-2[class*="border-"].active,
li.active > .button-style.button-style.palette-2,
li.active > .button-style.button-style.palette-2[class*="border-"] {
  color: #ffffff !important;
  background-color: #eb30bd !important;
}
/* hover */
.hover-palette-2:hover,
.hover-palette-2[class*="border-"]:hover,
.hover-palette-2:focus,
.hover-palette-2[class*="border-"]:focus,
a.button-style.hover-palette-2:hover,
a.button-style.hover-palette-2.hover,
a.button-style.hover-palette-2[class*="border-"]:hover,
a.button-style.hover-palette-2[class*="border-"].hover,
a.button-style:hover > .hover-palette-2,
a.button-style:hover > .hover-palette-2[class*="border-"],
a.button-style.hover-palette-2:focus,
a.button-style.hover-palette-2[class*="border-"]:focus {
  color: #ffffff !important;
  background-color: #ee4dc6 !important;
}
/* active */
.active-palette-2.active.active,
.active-palette-2[class*="border-"].active.active,
a.button-style.button-style.active-palette-2:active,
a.button-style.button-style.active-palette-2[class*="border-"]:active,
a.button-style.button-style.active-palette-2.active,
a.button-style.button-style.active-palette-2[class*="border-"].active,
a.button-style.button-style.active > .active-palette-2,
a.button-style.button-style.active > .active-palette-2[class*="border-"],
li.active > a.button-style.button-style.active-palette-2,
li.active > a.button-style.button-style.active-palette-2[class*="border-"],
input.field-input.field-input.active-palette-2:checked {
  color: #ffffff !important;
  background-color: #ee4dc6 !important;
}
a.link.hover-palette-2:hover {
  color: #ee4dc6 !important;
}
.palette-2-light-1,
.body.palette-2-light-1,
section.palette-2-light-1:before,
.palette-2-light-1 > .audio-main-layout-wrapper:before,
.palette-2-light-1 > .container-layout:before,
.palette-2-light-1 > .inner-container-layout:before,
.palette-2-light-1.sidenav:before,
.container-layout.container-layout.palette-2-light-1:before,
.table-alt-palette-2-light-1 tr:nth-child(even) {
  color: #ffffff;
  background-color: #f380d7;
}
.input.palette-2-light-1,
.field-input.palette-2-light-1,
.button-style.palette-2-light-1,
.button-style.palette-2-light-1[class*="border-"] {
  color: #ffffff !important;
  background-color: #f380d7 !important;
}
.button-style.palette-2-light-1:hover,
.button-style.palette-2-light-1[class*="border-"]:hover,
.button-style.palette-2-light-1:focus,
.button-style.palette-2-light-1[class*="border-"]:focus,
.button-style.button-style.palette-2-light-1:active,
.button-style.button-style.palette-2-light-1[class*="border-"]:active,
.button-style.button-style.palette-2-light-1.active,
.button-style.button-style.palette-2-light-1[class*="border-"].active,
li.active > .button-style.button-style.palette-2-light-1,
li.active > .button-style.button-style.palette-2-light-1[class*="border-"] {
  color: #ffffff !important;
  background-color: #f05ecc !important;
}
/* hover */
.hover-palette-2-light-1:hover,
.hover-palette-2-light-1[class*="border-"]:hover,
.hover-palette-2-light-1:focus,
.hover-palette-2-light-1[class*="border-"]:focus,
a.button-style.hover-palette-2-light-1:hover,
a.button-style.hover-palette-2-light-1.hover,
a.button-style.hover-palette-2-light-1[class*="border-"]:hover,
a.button-style.hover-palette-2-light-1[class*="border-"].hover,
a.button-style:hover > .hover-palette-2-light-1,
a.button-style:hover > .hover-palette-2-light-1[class*="border-"],
a.button-style.hover-palette-2-light-1:focus,
a.button-style.hover-palette-2-light-1[class*="border-"]:focus {
  color: #ffffff !important;
  background-color: #f380d7 !important;
}
/* active */
.active-palette-2-light-1.active.active,
.active-palette-2-light-1[class*="border-"].active.active,
a.button-style.button-style.active-palette-2-light-1:active,
a.button-style.button-style.active-palette-2-light-1[class*="border-"]:active,
a.button-style.button-style.active-palette-2-light-1.active,
a.button-style.button-style.active-palette-2-light-1[class*="border-"].active,
a.button-style.button-style.active > .active-palette-2-light-1,
a.button-style.button-style.active > .active-palette-2-light-1[class*="border-"],
li.active > a.button-style.button-style.active-palette-2-light-1,
li.active > a.button-style.button-style.active-palette-2-light-1[class*="border-"],
input.field-input.field-input.active-palette-2-light-1:checked {
  color: #ffffff !important;
  background-color: #f380d7 !important;
}
a.link.hover-palette-2-light-1:hover {
  color: #f380d7 !important;
}
.palette-2-light-2,
.body.palette-2-light-2,
section.palette-2-light-2:before,
.palette-2-light-2 > .audio-main-layout-wrapper:before,
.palette-2-light-2 > .container-layout:before,
.palette-2-light-2 > .inner-container-layout:before,
.palette-2-light-2.sidenav:before,
.container-layout.container-layout.palette-2-light-2:before,
.table-alt-palette-2-light-2 tr:nth-child(even) {
  color: #111111;
  background-color: #f8b5e8;
}
.input.palette-2-light-2,
.field-input.palette-2-light-2,
.button-style.palette-2-light-2,
.button-style.palette-2-light-2[class*="border-"] {
  color: #111111 !important;
  background-color: #f8b5e8 !important;
}
.button-style.palette-2-light-2:hover,
.button-style.palette-2-light-2[class*="border-"]:hover,
.button-style.palette-2-light-2:focus,
.button-style.palette-2-light-2[class*="border-"]:focus,
.button-style.button-style.palette-2-light-2:active,
.button-style.button-style.palette-2-light-2[class*="border-"]:active,
.button-style.button-style.palette-2-light-2.active,
.button-style.button-style.palette-2-light-2[class*="border-"].active,
li.active > .button-style.button-style.palette-2-light-2,
li.active > .button-style.button-style.palette-2-light-2[class*="border-"] {
  color: #111111 !important;
  background-color: #f48edc !important;
}
/* hover */
.hover-palette-2-light-2:hover,
.hover-palette-2-light-2[class*="border-"]:hover,
.hover-palette-2-light-2:focus,
.hover-palette-2-light-2[class*="border-"]:focus,
a.button-style.hover-palette-2-light-2:hover,
a.button-style.hover-palette-2-light-2.hover,
a.button-style.hover-palette-2-light-2[class*="border-"]:hover,
a.button-style.hover-palette-2-light-2[class*="border-"].hover,
a.button-style:hover > .hover-palette-2-light-2,
a.button-style:hover > .hover-palette-2-light-2[class*="border-"],
a.button-style.hover-palette-2-light-2:focus,
a.button-style.hover-palette-2-light-2[class*="border-"]:focus {
  color: #111111 !important;
  background-color: #f8b5e8 !important;
}
/* active */
.active-palette-2-light-2.active.active,
.active-palette-2-light-2[class*="border-"].active.active,
a.button-style.button-style.active-palette-2-light-2:active,
a.button-style.button-style.active-palette-2-light-2[class*="border-"]:active,
a.button-style.button-style.active-palette-2-light-2.active,
a.button-style.button-style.active-palette-2-light-2[class*="border-"].active,
a.button-style.button-style.active > .active-palette-2-light-2,
a.button-style.button-style.active > .active-palette-2-light-2[class*="border-"],
li.active > a.button-style.button-style.active-palette-2-light-2,
li.active > a.button-style.button-style.active-palette-2-light-2[class*="border-"],
input.field-input.field-input.active-palette-2-light-2:checked {
  color: #111111 !important;
  background-color: #f8b5e8 !important;
}
a.link.hover-palette-2-light-2:hover {
  color: #f8b5e8 !important;
}
.palette-2-light-3,
.body.palette-2-light-3,
section.palette-2-light-3:before,
.palette-2-light-3 > .audio-main-layout-wrapper:before,
.palette-2-light-3 > .container-layout:before,
.palette-2-light-3 > .inner-container-layout:before,
.palette-2-light-3.sidenav:before,
.container-layout.container-layout.palette-2-light-3:before,
.table-alt-palette-2-light-3 tr:nth-child(even) {
  color: #111111;
  background-color: #fdecf9;
}
.input.palette-2-light-3,
.field-input.palette-2-light-3,
.button-style.palette-2-light-3,
.button-style.palette-2-light-3[class*="border-"] {
  color: #111111 !important;
  background-color: #fdecf9 !important;
}
.button-style.palette-2-light-3:hover,
.button-style.palette-2-light-3[class*="border-"]:hover,
.button-style.palette-2-light-3:focus,
.button-style.palette-2-light-3[class*="border-"]:focus,
.button-style.button-style.palette-2-light-3:active,
.button-style.button-style.palette-2-light-3[class*="border-"]:active,
.button-style.button-style.palette-2-light-3.active,
.button-style.button-style.palette-2-light-3[class*="border-"].active,
li.active > .button-style.button-style.palette-2-light-3,
li.active > .button-style.button-style.palette-2-light-3[class*="border-"] {
  color: #111111 !important;
  background-color: #f8c0eb !important;
}
/* hover */
.hover-palette-2-light-3:hover,
.hover-palette-2-light-3[class*="border-"]:hover,
.hover-palette-2-light-3:focus,
.hover-palette-2-light-3[class*="border-"]:focus,
a.button-style.hover-palette-2-light-3:hover,
a.button-style.hover-palette-2-light-3.hover,
a.button-style.hover-palette-2-light-3[class*="border-"]:hover,
a.button-style.hover-palette-2-light-3[class*="border-"].hover,
a.button-style:hover > .hover-palette-2-light-3,
a.button-style:hover > .hover-palette-2-light-3[class*="border-"],
a.button-style.hover-palette-2-light-3:focus,
a.button-style.hover-palette-2-light-3[class*="border-"]:focus {
  color: #111111 !important;
  background-color: #fdecf9 !important;
}
/* active */
.active-palette-2-light-3.active.active,
.active-palette-2-light-3[class*="border-"].active.active,
a.button-style.button-style.active-palette-2-light-3:active,
a.button-style.button-style.active-palette-2-light-3[class*="border-"]:active,
a.button-style.button-style.active-palette-2-light-3.active,
a.button-style.button-style.active-palette-2-light-3[class*="border-"].active,
a.button-style.button-style.active > .active-palette-2-light-3,
a.button-style.button-style.active > .active-palette-2-light-3[class*="border-"],
li.active > a.button-style.button-style.active-palette-2-light-3,
li.active > a.button-style.button-style.active-palette-2-light-3[class*="border-"],
input.field-input.field-input.active-palette-2-light-3:checked {
  color: #111111 !important;
  background-color: #fdecf9 !important;
}
a.link.hover-palette-2-light-3:hover {
  color: #fdecf9 !important;
}
.palette-2-base,
.body.palette-2-base,
section.palette-2-base:before,
.palette-2-base > .audio-main-layout-wrapper:before,
.palette-2-base > .container-layout:before,
.palette-2-base > .inner-container-layout:before,
.palette-2-base.sidenav:before,
.container-layout.container-layout.palette-2-base:before,
.table-alt-palette-2-base tr:nth-child(even) {
  color: #ffffff;
  background-color: #ee4dc6;
}
.input.palette-2-base,
.field-input.palette-2-base,
.button-style.palette-2-base,
.button-style.palette-2-base[class*="border-"] {
  color: #ffffff !important;
  background-color: #ee4dc6 !important;
}
.button-style.palette-2-base:hover,
.button-style.palette-2-base[class*="border-"]:hover,
.button-style.palette-2-base:focus,
.button-style.palette-2-base[class*="border-"]:focus,
.button-style.button-style.palette-2-base:active,
.button-style.button-style.palette-2-base[class*="border-"]:active,
.button-style.button-style.palette-2-base.active,
.button-style.button-style.palette-2-base[class*="border-"].active,
li.active > .button-style.button-style.palette-2-base,
li.active > .button-style.button-style.palette-2-base[class*="border-"] {
  color: #ffffff !important;
  background-color: #eb30bd !important;
}
/* hover */
.hover-palette-2-base:hover,
.hover-palette-2-base[class*="border-"]:hover,
.hover-palette-2-base:focus,
.hover-palette-2-base[class*="border-"]:focus,
a.button-style.hover-palette-2-base:hover,
a.button-style.hover-palette-2-base.hover,
a.button-style.hover-palette-2-base[class*="border-"]:hover,
a.button-style.hover-palette-2-base[class*="border-"].hover,
a.button-style:hover > .hover-palette-2-base,
a.button-style:hover > .hover-palette-2-base[class*="border-"],
a.button-style.hover-palette-2-base:focus,
a.button-style.hover-palette-2-base[class*="border-"]:focus {
  color: #ffffff !important;
  background-color: #ee4dc6 !important;
}
/* active */
.active-palette-2-base.active.active,
.active-palette-2-base[class*="border-"].active.active,
a.button-style.button-style.active-palette-2-base:active,
a.button-style.button-style.active-palette-2-base[class*="border-"]:active,
a.button-style.button-style.active-palette-2-base.active,
a.button-style.button-style.active-palette-2-base[class*="border-"].active,
a.button-style.button-style.active > .active-palette-2-base,
a.button-style.button-style.active > .active-palette-2-base[class*="border-"],
li.active > a.button-style.button-style.active-palette-2-base,
li.active > a.button-style.button-style.active-palette-2-base[class*="border-"],
input.field-input.field-input.active-palette-2-base:checked {
  color: #ffffff !important;
  background-color: #ee4dc6 !important;
}
a.link.hover-palette-2-base:hover {
  color: #ee4dc6 !important;
}
.palette-3-dark-3,
.body.palette-3-dark-3,
section.palette-3-dark-3:before,
.palette-3-dark-3 > .audio-main-layout-wrapper:before,
.palette-3-dark-3 > .container-layout:before,
.palette-3-dark-3 > .inner-container-layout:before,
.palette-3-dark-3.sidenav:before,
.container-layout.container-layout.palette-3-dark-3:before,
.table-alt-palette-3-dark-3 tr:nth-child(even) {
  color: #ffffff;
  background-color: #333129;
}
.input.palette-3-dark-3,
.field-input.palette-3-dark-3,
.button-style.palette-3-dark-3,
.button-style.palette-3-dark-3[class*="border-"] {
  color: #ffffff !important;
  background-color: #333129 !important;
}
.button-style.palette-3-dark-3:hover,
.button-style.palette-3-dark-3[class*="border-"]:hover,
.button-style.palette-3-dark-3:focus,
.button-style.palette-3-dark-3[class*="border-"]:focus,
.button-style.button-style.palette-3-dark-3:active,
.button-style.button-style.palette-3-dark-3[class*="border-"]:active,
.button-style.button-style.palette-3-dark-3.active,
.button-style.button-style.palette-3-dark-3[class*="border-"].active,
li.active > .button-style.button-style.palette-3-dark-3,
li.active > .button-style.button-style.palette-3-dark-3[class*="border-"] {
  color: #ffffff !important;
  background-color: #2e2c25 !important;
}
/* hover */
.hover-palette-3-dark-3:hover,
.hover-palette-3-dark-3[class*="border-"]:hover,
.hover-palette-3-dark-3:focus,
.hover-palette-3-dark-3[class*="border-"]:focus,
a.button-style.hover-palette-3-dark-3:hover,
a.button-style.hover-palette-3-dark-3.hover,
a.button-style.hover-palette-3-dark-3[class*="border-"]:hover,
a.button-style.hover-palette-3-dark-3[class*="border-"].hover,
a.button-style:hover > .hover-palette-3-dark-3,
a.button-style:hover > .hover-palette-3-dark-3[class*="border-"],
a.button-style.hover-palette-3-dark-3:focus,
a.button-style.hover-palette-3-dark-3[class*="border-"]:focus {
  color: #ffffff !important;
  background-color: #333129 !important;
}
/* active */
.active-palette-3-dark-3.active.active,
.active-palette-3-dark-3[class*="border-"].active.active,
a.button-style.button-style.active-palette-3-dark-3:active,
a.button-style.button-style.active-palette-3-dark-3[class*="border-"]:active,
a.button-style.button-style.active-palette-3-dark-3.active,
a.button-style.button-style.active-palette-3-dark-3[class*="border-"].active,
a.button-style.button-style.active > .active-palette-3-dark-3,
a.button-style.button-style.active > .active-palette-3-dark-3[class*="border-"],
li.active > a.button-style.button-style.active-palette-3-dark-3,
li.active > a.button-style.button-style.active-palette-3-dark-3[class*="border-"],
input.field-input.field-input.active-palette-3-dark-3:checked {
  color: #ffffff !important;
  background-color: #333129 !important;
}
a.link.hover-palette-3-dark-3:hover {
  color: #333129 !important;
}
.palette-3-dark-2,
.body.palette-3-dark-2,
section.palette-3-dark-2:before,
.palette-3-dark-2 > .audio-main-layout-wrapper:before,
.palette-3-dark-2 > .container-layout:before,
.palette-3-dark-2 > .inner-container-layout:before,
.palette-3-dark-2.sidenav:before,
.container-layout.container-layout.palette-3-dark-2:before,
.table-alt-palette-3-dark-2 tr:nth-child(even) {
  color: #ffffff;
  background-color: #756c43;
}
.input.palette-3-dark-2,
.field-input.palette-3-dark-2,
.button-style.palette-3-dark-2,
.button-style.palette-3-dark-2[class*="border-"] {
  color: #ffffff !important;
  background-color: #756c43 !important;
}
.button-style.palette-3-dark-2:hover,
.button-style.palette-3-dark-2[class*="border-"]:hover,
.button-style.palette-3-dark-2:focus,
.button-style.palette-3-dark-2[class*="border-"]:focus,
.button-style.button-style.palette-3-dark-2:active,
.button-style.button-style.palette-3-dark-2[class*="border-"]:active,
.button-style.button-style.palette-3-dark-2.active,
.button-style.button-style.palette-3-dark-2[class*="border-"].active,
li.active > .button-style.button-style.palette-3-dark-2,
li.active > .button-style.button-style.palette-3-dark-2[class*="border-"] {
  color: #ffffff !important;
  background-color: #69613c !important;
}
/* hover */
.hover-palette-3-dark-2:hover,
.hover-palette-3-dark-2[class*="border-"]:hover,
.hover-palette-3-dark-2:focus,
.hover-palette-3-dark-2[class*="border-"]:focus,
a.button-style.hover-palette-3-dark-2:hover,
a.button-style.hover-palette-3-dark-2.hover,
a.button-style.hover-palette-3-dark-2[class*="border-"]:hover,
a.button-style.hover-palette-3-dark-2[class*="border-"].hover,
a.button-style:hover > .hover-palette-3-dark-2,
a.button-style:hover > .hover-palette-3-dark-2[class*="border-"],
a.button-style.hover-palette-3-dark-2:focus,
a.button-style.hover-palette-3-dark-2[class*="border-"]:focus {
  color: #ffffff !important;
  background-color: #756c43 !important;
}
/* active */
.active-palette-3-dark-2.active.active,
.active-palette-3-dark-2[class*="border-"].active.active,
a.button-style.button-style.active-palette-3-dark-2:active,
a.button-style.button-style.active-palette-3-dark-2[class*="border-"]:active,
a.button-style.button-style.active-palette-3-dark-2.active,
a.button-style.button-style.active-palette-3-dark-2[class*="border-"].active,
a.button-style.button-style.active > .active-palette-3-dark-2,
a.button-style.button-style.active > .active-palette-3-dark-2[class*="border-"],
li.active > a.button-style.button-style.active-palette-3-dark-2,
li.active > a.button-style.button-style.active-palette-3-dark-2[class*="border-"],
input.field-input.field-input.active-palette-3-dark-2:checked {
  color: #ffffff !important;
  background-color: #756c43 !important;
}
a.link.hover-palette-3-dark-2:hover {
  color: #756c43 !important;
}
.palette-3-dark-1,
.body.palette-3-dark-1,
section.palette-3-dark-1:before,
.palette-3-dark-1 > .audio-main-layout-wrapper:before,
.palette-3-dark-1 > .container-layout:before,
.palette-3-dark-1 > .inner-container-layout:before,
.palette-3-dark-1.sidenav:before,
.container-layout.container-layout.palette-3-dark-1:before,
.table-alt-palette-3-dark-1 tr:nth-child(even) {
  color: #ffffff;
  background-color: #b8a13f;
}
.input.palette-3-dark-1,
.field-input.palette-3-dark-1,
.button-style.palette-3-dark-1,
.button-style.palette-3-dark-1[class*="border-"] {
  color: #ffffff !important;
  background-color: #b8a13f !important;
}
.button-style.palette-3-dark-1:hover,
.button-style.palette-3-dark-1[class*="border-"]:hover,
.button-style.palette-3-dark-1:focus,
.button-style.palette-3-dark-1[class*="border-"]:focus,
.button-style.button-style.palette-3-dark-1:active,
.button-style.button-style.palette-3-dark-1[class*="border-"]:active,
.button-style.button-style.palette-3-dark-1.active,
.button-style.button-style.palette-3-dark-1[class*="border-"].active,
li.active > .button-style.button-style.palette-3-dark-1,
li.active > .button-style.button-style.palette-3-dark-1[class*="border-"] {
  color: #ffffff !important;
  background-color: #a69139 !important;
}
/* hover */
.hover-palette-3-dark-1:hover,
.hover-palette-3-dark-1[class*="border-"]:hover,
.hover-palette-3-dark-1:focus,
.hover-palette-3-dark-1[class*="border-"]:focus,
a.button-style.hover-palette-3-dark-1:hover,
a.button-style.hover-palette-3-dark-1.hover,
a.button-style.hover-palette-3-dark-1[class*="border-"]:hover,
a.button-style.hover-palette-3-dark-1[class*="border-"].hover,
a.button-style:hover > .hover-palette-3-dark-1,
a.button-style:hover > .hover-palette-3-dark-1[class*="border-"],
a.button-style.hover-palette-3-dark-1:focus,
a.button-style.hover-palette-3-dark-1[class*="border-"]:focus {
  color: #ffffff !important;
  background-color: #b8a13f !important;
}
/* active */
.active-palette-3-dark-1.active.active,
.active-palette-3-dark-1[class*="border-"].active.active,
a.button-style.button-style.active-palette-3-dark-1:active,
a.button-style.button-style.active-palette-3-dark-1[class*="border-"]:active,
a.button-style.button-style.active-palette-3-dark-1.active,
a.button-style.button-style.active-palette-3-dark-1[class*="border-"].active,
a.button-style.button-style.active > .active-palette-3-dark-1,
a.button-style.button-style.active > .active-palette-3-dark-1[class*="border-"],
li.active > a.button-style.button-style.active-palette-3-dark-1,
li.active > a.button-style.button-style.active-palette-3-dark-1[class*="border-"],
input.field-input.field-input.active-palette-3-dark-1:checked {
  color: #ffffff !important;
  background-color: #b8a13f !important;
}
a.link.hover-palette-3-dark-1:hover {
  color: #b8a13f !important;
}
.palette-3,
.body.palette-3,
section.palette-3:before,
.palette-3 > .audio-main-layout-wrapper:before,
.palette-3 > .container-layout:before,
.palette-3 > .inner-container-layout:before,
.palette-3.sidenav:before,
.container-layout.container-layout.palette-3:before,
.table-alt-palette-3 tr:nth-child(even) {
  color: #111111;
  background-color: #fad01c;
}
.input.palette-3,
.field-input.palette-3,
.button-style.palette-3,
.button-style.palette-3[class*="border-"] {
  color: #111111 !important;
  background-color: #fad01c !important;
}
.button-style.palette-3:hover,
.button-style.palette-3[class*="border-"]:hover,
.button-style.palette-3:focus,
.button-style.palette-3[class*="border-"]:focus,
.button-style.button-style.palette-3:active,
.button-style.button-style.palette-3[class*="border-"]:active,
.button-style.button-style.palette-3.active,
.button-style.button-style.palette-3[class*="border-"].active,
li.active > .button-style.button-style.palette-3,
li.active > .button-style.button-style.palette-3[class*="border-"] {
  color: #111111 !important;
  background-color: #f5c805 !important;
}
/* hover */
.hover-palette-3:hover,
.hover-palette-3[class*="border-"]:hover,
.hover-palette-3:focus,
.hover-palette-3[class*="border-"]:focus,
a.button-style.hover-palette-3:hover,
a.button-style.hover-palette-3.hover,
a.button-style.hover-palette-3[class*="border-"]:hover,
a.button-style.hover-palette-3[class*="border-"].hover,
a.button-style:hover > .hover-palette-3,
a.button-style:hover > .hover-palette-3[class*="border-"],
a.button-style.hover-palette-3:focus,
a.button-style.hover-palette-3[class*="border-"]:focus {
  color: #111111 !important;
  background-color: #fad01c !important;
}
/* active */
.active-palette-3.active.active,
.active-palette-3[class*="border-"].active.active,
a.button-style.button-style.active-palette-3:active,
a.button-style.button-style.active-palette-3[class*="border-"]:active,
a.button-style.button-style.active-palette-3.active,
a.button-style.button-style.active-palette-3[class*="border-"].active,
a.button-style.button-style.active > .active-palette-3,
a.button-style.button-style.active > .active-palette-3[class*="border-"],
li.active > a.button-style.button-style.active-palette-3,
li.active > a.button-style.button-style.active-palette-3[class*="border-"],
input.field-input.field-input.active-palette-3:checked {
  color: #111111 !important;
  background-color: #fad01c !important;
}
a.link.hover-palette-3:hover {
  color: #fad01c !important;
}
.palette-3-light-1,
.body.palette-3-light-1,
section.palette-3-light-1:before,
.palette-3-light-1 > .audio-main-layout-wrapper:before,
.palette-3-light-1 > .container-layout:before,
.palette-3-light-1 > .inner-container-layout:before,
.palette-3-light-1.sidenav:before,
.container-layout.container-layout.palette-3-light-1:before,
.table-alt-palette-3-light-1 tr:nth-child(even) {
  color: #111111;
  background-color: #fbde5f;
}
.input.palette-3-light-1,
.field-input.palette-3-light-1,
.button-style.palette-3-light-1,
.button-style.palette-3-light-1[class*="border-"] {
  color: #111111 !important;
  background-color: #fbde5f !important;
}
.button-style.palette-3-light-1:hover,
.button-style.palette-3-light-1[class*="border-"]:hover,
.button-style.palette-3-light-1:focus,
.button-style.palette-3-light-1[class*="border-"]:focus,
.button-style.button-style.palette-3-light-1:active,
.button-style.button-style.palette-3-light-1[class*="border-"]:active,
.button-style.button-style.palette-3-light-1.active,
.button-style.button-style.palette-3-light-1[class*="border-"].active,
li.active > .button-style.button-style.palette-3-light-1,
li.active > .button-style.button-style.palette-3-light-1[class*="border-"] {
  color: #111111 !important;
  background-color: #fad73d !important;
}
/* hover */
.hover-palette-3-light-1:hover,
.hover-palette-3-light-1[class*="border-"]:hover,
.hover-palette-3-light-1:focus,
.hover-palette-3-light-1[class*="border-"]:focus,
a.button-style.hover-palette-3-light-1:hover,
a.button-style.hover-palette-3-light-1.hover,
a.button-style.hover-palette-3-light-1[class*="border-"]:hover,
a.button-style.hover-palette-3-light-1[class*="border-"].hover,
a.button-style:hover > .hover-palette-3-light-1,
a.button-style:hover > .hover-palette-3-light-1[class*="border-"],
a.button-style.hover-palette-3-light-1:focus,
a.button-style.hover-palette-3-light-1[class*="border-"]:focus {
  color: #111111 !important;
  background-color: #fbde5f !important;
}
/* active */
.active-palette-3-light-1.active.active,
.active-palette-3-light-1[class*="border-"].active.active,
a.button-style.button-style.active-palette-3-light-1:active,
a.button-style.button-style.active-palette-3-light-1[class*="border-"]:active,
a.button-style.button-style.active-palette-3-light-1.active,
a.button-style.button-style.active-palette-3-light-1[class*="border-"].active,
a.button-style.button-style.active > .active-palette-3-light-1,
a.button-style.button-style.active > .active-palette-3-light-1[class*="border-"],
li.active > a.button-style.button-style.active-palette-3-light-1,
li.active > a.button-style.button-style.active-palette-3-light-1[class*="border-"],
input.field-input.field-input.active-palette-3-light-1:checked {
  color: #111111 !important;
  background-color: #fbde5f !important;
}
a.link.hover-palette-3-light-1:hover {
  color: #fbde5f !important;
}
.palette-3-light-2,
.body.palette-3-light-2,
section.palette-3-light-2:before,
.palette-3-light-2 > .audio-main-layout-wrapper:before,
.palette-3-light-2 > .container-layout:before,
.palette-3-light-2 > .inner-container-layout:before,
.palette-3-light-2.sidenav:before,
.container-layout.container-layout.palette-3-light-2:before,
.table-alt-palette-3-light-2 tr:nth-child(even) {
  color: #111111;
  background-color: #fdeca3;
}
.input.palette-3-light-2,
.field-input.palette-3-light-2,
.button-style.palette-3-light-2,
.button-style.palette-3-light-2[class*="border-"] {
  color: #111111 !important;
  background-color: #fdeca3 !important;
}
.button-style.palette-3-light-2:hover,
.button-style.palette-3-light-2[class*="border-"]:hover,
.button-style.palette-3-light-2:focus,
.button-style.palette-3-light-2[class*="border-"]:focus,
.button-style.button-style.palette-3-light-2:active,
.button-style.button-style.palette-3-light-2[class*="border-"]:active,
.button-style.button-style.palette-3-light-2.active,
.button-style.button-style.palette-3-light-2[class*="border-"].active,
li.active > .button-style.button-style.palette-3-light-2,
li.active > .button-style.button-style.palette-3-light-2[class*="border-"] {
  color: #111111 !important;
  background-color: #fce47a !important;
}
/* hover */
.hover-palette-3-light-2:hover,
.hover-palette-3-light-2[class*="border-"]:hover,
.hover-palette-3-light-2:focus,
.hover-palette-3-light-2[class*="border-"]:focus,
a.button-style.hover-palette-3-light-2:hover,
a.button-style.hover-palette-3-light-2.hover,
a.button-style.hover-palette-3-light-2[class*="border-"]:hover,
a.button-style.hover-palette-3-light-2[class*="border-"].hover,
a.button-style:hover > .hover-palette-3-light-2,
a.button-style:hover > .hover-palette-3-light-2[class*="border-"],
a.button-style.hover-palette-3-light-2:focus,
a.button-style.hover-palette-3-light-2[class*="border-"]:focus {
  color: #111111 !important;
  background-color: #fdeca3 !important;
}
/* active */
.active-palette-3-light-2.active.active,
.active-palette-3-light-2[class*="border-"].active.active,
a.button-style.button-style.active-palette-3-light-2:active,
a.button-style.button-style.active-palette-3-light-2[class*="border-"]:active,
a.button-style.button-style.active-palette-3-light-2.active,
a.button-style.button-style.active-palette-3-light-2[class*="border-"].active,
a.button-style.button-style.active > .active-palette-3-light-2,
a.button-style.button-style.active > .active-palette-3-light-2[class*="border-"],
li.active > a.button-style.button-style.active-palette-3-light-2,
li.active > a.button-style.button-style.active-palette-3-light-2[class*="border-"],
input.field-input.field-input.active-palette-3-light-2:checked {
  color: #111111 !important;
  background-color: #fdeca3 !important;
}
a.link.hover-palette-3-light-2:hover {
  color: #fdeca3 !important;
}
.palette-3-light-3,
.body.palette-3-light-3,
section.palette-3-light-3:before,
.palette-3-light-3 > .audio-main-layout-wrapper:before,
.palette-3-light-3 > .container-layout:before,
.palette-3-light-3 > .inner-container-layout:before,
.palette-3-light-3.sidenav:before,
.container-layout.container-layout.palette-3-light-3:before,
.table-alt-palette-3-light-3 tr:nth-child(even) {
  color: #111111;
  background-color: #fffae8;
}
.input.palette-3-light-3,
.field-input.palette-3-light-3,
.button-style.palette-3-light-3,
.button-style.palette-3-light-3[class*="border-"] {
  color: #111111 !important;
  background-color: #fffae8 !important;
}
.button-style.palette-3-light-3:hover,
.button-style.palette-3-light-3[class*="border-"]:hover,
.button-style.palette-3-light-3:focus,
.button-style.palette-3-light-3[class*="border-"]:focus,
.button-style.button-style.palette-3-light-3:active,
.button-style.button-style.palette-3-light-3[class*="border-"]:active,
.button-style.button-style.palette-3-light-3.active,
.button-style.button-style.palette-3-light-3[class*="border-"].active,
li.active > .button-style.button-style.palette-3-light-3,
li.active > .button-style.button-style.palette-3-light-3[class*="border-"] {
  color: #111111 !important;
  background-color: #ffefb7 !important;
}
/* hover */
.hover-palette-3-light-3:hover,
.hover-palette-3-light-3[class*="border-"]:hover,
.hover-palette-3-light-3:focus,
.hover-palette-3-light-3[class*="border-"]:focus,
a.button-style.hover-palette-3-light-3:hover,
a.button-style.hover-palette-3-light-3.hover,
a.button-style.hover-palette-3-light-3[class*="border-"]:hover,
a.button-style.hover-palette-3-light-3[class*="border-"].hover,
a.button-style:hover > .hover-palette-3-light-3,
a.button-style:hover > .hover-palette-3-light-3[class*="border-"],
a.button-style.hover-palette-3-light-3:focus,
a.button-style.hover-palette-3-light-3[class*="border-"]:focus {
  color: #111111 !important;
  background-color: #fffae8 !important;
}
/* active */
.active-palette-3-light-3.active.active,
.active-palette-3-light-3[class*="border-"].active.active,
a.button-style.button-style.active-palette-3-light-3:active,
a.button-style.button-style.active-palette-3-light-3[class*="border-"]:active,
a.button-style.button-style.active-palette-3-light-3.active,
a.button-style.button-style.active-palette-3-light-3[class*="border-"].active,
a.button-style.button-style.active > .active-palette-3-light-3,
a.button-style.button-style.active > .active-palette-3-light-3[class*="border-"],
li.active > a.button-style.button-style.active-palette-3-light-3,
li.active > a.button-style.button-style.active-palette-3-light-3[class*="border-"],
input.field-input.field-input.active-palette-3-light-3:checked {
  color: #111111 !important;
  background-color: #fffae8 !important;
}
a.link.hover-palette-3-light-3:hover {
  color: #fffae8 !important;
}
.palette-3-base,
.body.palette-3-base,
section.palette-3-base:before,
.palette-3-base > .audio-main-layout-wrapper:before,
.palette-3-base > .container-layout:before,
.palette-3-base > .inner-container-layout:before,
.palette-3-base.sidenav:before,
.container-layout.container-layout.palette-3-base:before,
.table-alt-palette-3-base tr:nth-child(even) {
  color: #111111;
  background-color: #fad01c;
}
.input.palette-3-base,
.field-input.palette-3-base,
.button-style.palette-3-base,
.button-style.palette-3-base[class*="border-"] {
  color: #111111 !important;
  background-color: #fad01c !important;
}
.button-style.palette-3-base:hover,
.button-style.palette-3-base[class*="border-"]:hover,
.button-style.palette-3-base:focus,
.button-style.palette-3-base[class*="border-"]:focus,
.button-style.button-style.palette-3-base:active,
.button-style.button-style.palette-3-base[class*="border-"]:active,
.button-style.button-style.palette-3-base.active,
.button-style.button-style.palette-3-base[class*="border-"].active,
li.active > .button-style.button-style.palette-3-base,
li.active > .button-style.button-style.palette-3-base[class*="border-"] {
  color: #111111 !important;
  background-color: #f5c805 !important;
}
/* hover */
.hover-palette-3-base:hover,
.hover-palette-3-base[class*="border-"]:hover,
.hover-palette-3-base:focus,
.hover-palette-3-base[class*="border-"]:focus,
a.button-style.hover-palette-3-base:hover,
a.button-style.hover-palette-3-base.hover,
a.button-style.hover-palette-3-base[class*="border-"]:hover,
a.button-style.hover-palette-3-base[class*="border-"].hover,
a.button-style:hover > .hover-palette-3-base,
a.button-style:hover > .hover-palette-3-base[class*="border-"],
a.button-style.hover-palette-3-base:focus,
a.button-style.hover-palette-3-base[class*="border-"]:focus {
  color: #111111 !important;
  background-color: #fad01c !important;
}
/* active */
.active-palette-3-base.active.active,
.active-palette-3-base[class*="border-"].active.active,
a.button-style.button-style.active-palette-3-base:active,
a.button-style.button-style.active-palette-3-base[class*="border-"]:active,
a.button-style.button-style.active-palette-3-base.active,
a.button-style.button-style.active-palette-3-base[class*="border-"].active,
a.button-style.button-style.active > .active-palette-3-base,
a.button-style.button-style.active > .active-palette-3-base[class*="border-"],
li.active > a.button-style.button-style.active-palette-3-base,
li.active > a.button-style.button-style.active-palette-3-base[class*="border-"],
input.field-input.field-input.active-palette-3-base:checked {
  color: #111111 !important;
  background-color: #fad01c !important;
}
a.link.hover-palette-3-base:hover {
  color: #fad01c !important;
}
.palette-4-dark-3,
.body.palette-4-dark-3,
section.palette-4-dark-3:before,
.palette-4-dark-3 > .audio-main-layout-wrapper:before,
.palette-4-dark-3 > .container-layout:before,
.palette-4-dark-3 > .inner-container-layout:before,
.palette-4-dark-3.sidenav:before,
.container-layout.container-layout.palette-4-dark-3:before,
.table-alt-palette-4-dark-3 tr:nth-child(even) {
  color: #ffffff;
  background-color: #2f2933;
}
.input.palette-4-dark-3,
.field-input.palette-4-dark-3,
.button-style.palette-4-dark-3,
.button-style.palette-4-dark-3[class*="border-"] {
  color: #ffffff !important;
  background-color: #2f2933 !important;
}
.button-style.palette-4-dark-3:hover,
.button-style.palette-4-dark-3[class*="border-"]:hover,
.button-style.palette-4-dark-3:focus,
.button-style.palette-4-dark-3[class*="border-"]:focus,
.button-style.button-style.palette-4-dark-3:active,
.button-style.button-style.palette-4-dark-3[class*="border-"]:active,
.button-style.button-style.palette-4-dark-3.active,
.button-style.button-style.palette-4-dark-3[class*="border-"].active,
li.active > .button-style.button-style.palette-4-dark-3,
li.active > .button-style.button-style.palette-4-dark-3[class*="border-"] {
  color: #ffffff !important;
  background-color: #2a252e !important;
}
/* hover */
.hover-palette-4-dark-3:hover,
.hover-palette-4-dark-3[class*="border-"]:hover,
.hover-palette-4-dark-3:focus,
.hover-palette-4-dark-3[class*="border-"]:focus,
a.button-style.hover-palette-4-dark-3:hover,
a.button-style.hover-palette-4-dark-3.hover,
a.button-style.hover-palette-4-dark-3[class*="border-"]:hover,
a.button-style.hover-palette-4-dark-3[class*="border-"].hover,
a.button-style:hover > .hover-palette-4-dark-3,
a.button-style:hover > .hover-palette-4-dark-3[class*="border-"],
a.button-style.hover-palette-4-dark-3:focus,
a.button-style.hover-palette-4-dark-3[class*="border-"]:focus {
  color: #ffffff !important;
  background-color: #2f2933 !important;
}
/* active */
.active-palette-4-dark-3.active.active,
.active-palette-4-dark-3[class*="border-"].active.active,
a.button-style.button-style.active-palette-4-dark-3:active,
a.button-style.button-style.active-palette-4-dark-3[class*="border-"]:active,
a.button-style.button-style.active-palette-4-dark-3.active,
a.button-style.button-style.active-palette-4-dark-3[class*="border-"].active,
a.button-style.button-style.active > .active-palette-4-dark-3,
a.button-style.button-style.active > .active-palette-4-dark-3[class*="border-"],
li.active > a.button-style.button-style.active-palette-4-dark-3,
li.active > a.button-style.button-style.active-palette-4-dark-3[class*="border-"],
input.field-input.field-input.active-palette-4-dark-3:checked {
  color: #ffffff !important;
  background-color: #2f2933 !important;
}
a.link.hover-palette-4-dark-3:hover {
  color: #2f2933 !important;
}
.palette-4-dark-2,
.body.palette-4-dark-2,
section.palette-4-dark-2:before,
.palette-4-dark-2 > .audio-main-layout-wrapper:before,
.palette-4-dark-2 > .container-layout:before,
.palette-4-dark-2 > .inner-container-layout:before,
.palette-4-dark-2.sidenav:before,
.container-layout.container-layout.palette-4-dark-2:before,
.table-alt-palette-4-dark-2 tr:nth-child(even) {
  color: #ffffff;
  background-color: #3a224d;
}
.input.palette-4-dark-2,
.field-input.palette-4-dark-2,
.button-style.palette-4-dark-2,
.button-style.palette-4-dark-2[class*="border-"] {
  color: #ffffff !important;
  background-color: #3a224d !important;
}
.button-style.palette-4-dark-2:hover,
.button-style.palette-4-dark-2[class*="border-"]:hover,
.button-style.palette-4-dark-2:focus,
.button-style.palette-4-dark-2[class*="border-"]:focus,
.button-style.button-style.palette-4-dark-2:active,
.button-style.button-style.palette-4-dark-2[class*="border-"]:active,
.button-style.button-style.palette-4-dark-2.active,
.button-style.button-style.palette-4-dark-2[class*="border-"].active,
li.active > .button-style.button-style.palette-4-dark-2,
li.active > .button-style.button-style.palette-4-dark-2[class*="border-"] {
  color: #ffffff !important;
  background-color: #341f45 !important;
}
/* hover */
.hover-palette-4-dark-2:hover,
.hover-palette-4-dark-2[class*="border-"]:hover,
.hover-palette-4-dark-2:focus,
.hover-palette-4-dark-2[class*="border-"]:focus,
a.button-style.hover-palette-4-dark-2:hover,
a.button-style.hover-palette-4-dark-2.hover,
a.button-style.hover-palette-4-dark-2[class*="border-"]:hover,
a.button-style.hover-palette-4-dark-2[class*="border-"].hover,
a.button-style:hover > .hover-palette-4-dark-2,
a.button-style:hover > .hover-palette-4-dark-2[class*="border-"],
a.button-style.hover-palette-4-dark-2:focus,
a.button-style.hover-palette-4-dark-2[class*="border-"]:focus {
  color: #ffffff !important;
  background-color: #3a224d !important;
}
/* active */
.active-palette-4-dark-2.active.active,
.active-palette-4-dark-2[class*="border-"].active.active,
a.button-style.button-style.active-palette-4-dark-2:active,
a.button-style.button-style.active-palette-4-dark-2[class*="border-"]:active,
a.button-style.button-style.active-palette-4-dark-2.active,
a.button-style.button-style.active-palette-4-dark-2[class*="border-"].active,
a.button-style.button-style.active > .active-palette-4-dark-2,
a.button-style.button-style.active > .active-palette-4-dark-2[class*="border-"],
li.active > a.button-style.button-style.active-palette-4-dark-2,
li.active > a.button-style.button-style.active-palette-4-dark-2[class*="border-"],
input.field-input.field-input.active-palette-4-dark-2:checked {
  color: #ffffff !important;
  background-color: #3a224d !important;
}
a.link.hover-palette-4-dark-2:hover {
  color: #3a224d !important;
}
.palette-4-dark-1,
.body.palette-4-dark-1,
section.palette-4-dark-1:before,
.palette-4-dark-1 > .audio-main-layout-wrapper:before,
.palette-4-dark-1 > .container-layout:before,
.palette-4-dark-1 > .inner-container-layout:before,
.palette-4-dark-1.sidenav:before,
.container-layout.container-layout.palette-4-dark-1:before,
.table-alt-palette-4-dark-1 tr:nth-child(even) {
  color: #ffffff;
  background-color: #3d0966;
}
.input.palette-4-dark-1,
.field-input.palette-4-dark-1,
.button-style.palette-4-dark-1,
.button-style.palette-4-dark-1[class*="border-"] {
  color: #ffffff !important;
  background-color: #3d0966 !important;
}
.button-style.palette-4-dark-1:hover,
.button-style.palette-4-dark-1[class*="border-"]:hover,
.button-style.palette-4-dark-1:focus,
.button-style.palette-4-dark-1[class*="border-"]:focus,
.button-style.button-style.palette-4-dark-1:active,
.button-style.button-style.palette-4-dark-1[class*="border-"]:active,
.button-style.button-style.palette-4-dark-1.active,
.button-style.button-style.palette-4-dark-1[class*="border-"].active,
li.active > .button-style.button-style.palette-4-dark-1,
li.active > .button-style.button-style.palette-4-dark-1[class*="border-"] {
  color: #ffffff !important;
  background-color: #37085c !important;
}
/* hover */
.hover-palette-4-dark-1:hover,
.hover-palette-4-dark-1[class*="border-"]:hover,
.hover-palette-4-dark-1:focus,
.hover-palette-4-dark-1[class*="border-"]:focus,
a.button-style.hover-palette-4-dark-1:hover,
a.button-style.hover-palette-4-dark-1.hover,
a.button-style.hover-palette-4-dark-1[class*="border-"]:hover,
a.button-style.hover-palette-4-dark-1[class*="border-"].hover,
a.button-style:hover > .hover-palette-4-dark-1,
a.button-style:hover > .hover-palette-4-dark-1[class*="border-"],
a.button-style.hover-palette-4-dark-1:focus,
a.button-style.hover-palette-4-dark-1[class*="border-"]:focus {
  color: #ffffff !important;
  background-color: #3d0966 !important;
}
/* active */
.active-palette-4-dark-1.active.active,
.active-palette-4-dark-1[class*="border-"].active.active,
a.button-style.button-style.active-palette-4-dark-1:active,
a.button-style.button-style.active-palette-4-dark-1[class*="border-"]:active,
a.button-style.button-style.active-palette-4-dark-1.active,
a.button-style.button-style.active-palette-4-dark-1[class*="border-"].active,
a.button-style.button-style.active > .active-palette-4-dark-1,
a.button-style.button-style.active > .active-palette-4-dark-1[class*="border-"],
li.active > a.button-style.button-style.active-palette-4-dark-1,
li.active > a.button-style.button-style.active-palette-4-dark-1[class*="border-"],
input.field-input.field-input.active-palette-4-dark-1:checked {
  color: #ffffff !important;
  background-color: #3d0966 !important;
}
a.link.hover-palette-4-dark-1:hover {
  color: #3d0966 !important;
}
.palette-4,
.body.palette-4,
section.palette-4:before,
.palette-4 > .audio-main-layout-wrapper:before,
.palette-4 > .container-layout:before,
.palette-4 > .inner-container-layout:before,
.palette-4.sidenav:before,
.container-layout.container-layout.palette-4:before,
.table-alt-palette-4 tr:nth-child(even) {
  color: #ffffff;
  background-color: #9c3de7;
}
.input.palette-4,
.field-input.palette-4,
.button-style.palette-4,
.button-style.palette-4[class*="border-"] {
  color: #ffffff !important;
  background-color: #9c3de7 !important;
}
.button-style.palette-4:hover,
.button-style.palette-4[class*="border-"]:hover,
.button-style.palette-4:focus,
.button-style.palette-4[class*="border-"]:focus,
.button-style.button-style.palette-4:active,
.button-style.button-style.palette-4[class*="border-"]:active,
.button-style.button-style.palette-4.active,
.button-style.button-style.palette-4[class*="border-"].active,
li.active > .button-style.button-style.palette-4,
li.active > .button-style.button-style.palette-4[class*="border-"] {
  color: #ffffff !important;
  background-color: #8f23e4 !important;
}
/* hover */
.hover-palette-4:hover,
.hover-palette-4[class*="border-"]:hover,
.hover-palette-4:focus,
.hover-palette-4[class*="border-"]:focus,
a.button-style.hover-palette-4:hover,
a.button-style.hover-palette-4.hover,
a.button-style.hover-palette-4[class*="border-"]:hover,
a.button-style.hover-palette-4[class*="border-"].hover,
a.button-style:hover > .hover-palette-4,
a.button-style:hover > .hover-palette-4[class*="border-"],
a.button-style.hover-palette-4:focus,
a.button-style.hover-palette-4[class*="border-"]:focus {
  color: #ffffff !important;
  background-color: #9c3de7 !important;
}
/* active */
.active-palette-4.active.active,
.active-palette-4[class*="border-"].active.active,
a.button-style.button-style.active-palette-4:active,
a.button-style.button-style.active-palette-4[class*="border-"]:active,
a.button-style.button-style.active-palette-4.active,
a.button-style.button-style.active-palette-4[class*="border-"].active,
a.button-style.button-style.active > .active-palette-4,
a.button-style.button-style.active > .active-palette-4[class*="border-"],
li.active > a.button-style.button-style.active-palette-4,
li.active > a.button-style.button-style.active-palette-4[class*="border-"],
input.field-input.field-input.active-palette-4:checked {
  color: #ffffff !important;
  background-color: #9c3de7 !important;
}
a.link.hover-palette-4:hover {
  color: #9c3de7 !important;
}
.palette-4-light-1,
.body.palette-4-light-1,
section.palette-4-light-1:before,
.palette-4-light-1 > .audio-main-layout-wrapper:before,
.palette-4-light-1 > .container-layout:before,
.palette-4-light-1 > .inner-container-layout:before,
.palette-4-light-1.sidenav:before,
.container-layout.container-layout.palette-4-light-1:before,
.table-alt-palette-4-light-1 tr:nth-child(even) {
  color: #ffffff;
  background-color: #b874ee;
}
.input.palette-4-light-1,
.field-input.palette-4-light-1,
.button-style.palette-4-light-1,
.button-style.palette-4-light-1[class*="border-"] {
  color: #ffffff !important;
  background-color: #b874ee !important;
}
.button-style.palette-4-light-1:hover,
.button-style.palette-4-light-1[class*="border-"]:hover,
.button-style.palette-4-light-1:focus,
.button-style.palette-4-light-1[class*="border-"]:focus,
.button-style.button-style.palette-4-light-1:active,
.button-style.button-style.palette-4-light-1[class*="border-"]:active,
.button-style.button-style.palette-4-light-1.active,
.button-style.button-style.palette-4-light-1[class*="border-"].active,
li.active > .button-style.button-style.palette-4-light-1,
li.active > .button-style.button-style.palette-4-light-1[class*="border-"] {
  color: #ffffff !important;
  background-color: #a854ea !important;
}
/* hover */
.hover-palette-4-light-1:hover,
.hover-palette-4-light-1[class*="border-"]:hover,
.hover-palette-4-light-1:focus,
.hover-palette-4-light-1[class*="border-"]:focus,
a.button-style.hover-palette-4-light-1:hover,
a.button-style.hover-palette-4-light-1.hover,
a.button-style.hover-palette-4-light-1[class*="border-"]:hover,
a.button-style.hover-palette-4-light-1[class*="border-"].hover,
a.button-style:hover > .hover-palette-4-light-1,
a.button-style:hover > .hover-palette-4-light-1[class*="border-"],
a.button-style.hover-palette-4-light-1:focus,
a.button-style.hover-palette-4-light-1[class*="border-"]:focus {
  color: #ffffff !important;
  background-color: #b874ee !important;
}
/* active */
.active-palette-4-light-1.active.active,
.active-palette-4-light-1[class*="border-"].active.active,
a.button-style.button-style.active-palette-4-light-1:active,
a.button-style.button-style.active-palette-4-light-1[class*="border-"]:active,
a.button-style.button-style.active-palette-4-light-1.active,
a.button-style.button-style.active-palette-4-light-1[class*="border-"].active,
a.button-style.button-style.active > .active-palette-4-light-1,
a.button-style.button-style.active > .active-palette-4-light-1[class*="border-"],
li.active > a.button-style.button-style.active-palette-4-light-1,
li.active > a.button-style.button-style.active-palette-4-light-1[class*="border-"],
input.field-input.field-input.active-palette-4-light-1:checked {
  color: #ffffff !important;
  background-color: #b874ee !important;
}
a.link.hover-palette-4-light-1:hover {
  color: #b874ee !important;
}
.palette-4-light-2,
.body.palette-4-light-2,
section.palette-4-light-2:before,
.palette-4-light-2 > .audio-main-layout-wrapper:before,
.palette-4-light-2 > .container-layout:before,
.palette-4-light-2 > .inner-container-layout:before,
.palette-4-light-2.sidenav:before,
.container-layout.container-layout.palette-4-light-2:before,
.table-alt-palette-4-light-2 tr:nth-child(even) {
  color: #111111;
  background-color: #d6adf6;
}
.input.palette-4-light-2,
.field-input.palette-4-light-2,
.button-style.palette-4-light-2,
.button-style.palette-4-light-2[class*="border-"] {
  color: #111111 !important;
  background-color: #d6adf6 !important;
}
.button-style.palette-4-light-2:hover,
.button-style.palette-4-light-2[class*="border-"]:hover,
.button-style.palette-4-light-2:focus,
.button-style.palette-4-light-2[class*="border-"]:focus,
.button-style.button-style.palette-4-light-2:active,
.button-style.button-style.palette-4-light-2[class*="border-"]:active,
.button-style.button-style.palette-4-light-2.active,
.button-style.button-style.palette-4-light-2[class*="border-"].active,
li.active > .button-style.button-style.palette-4-light-2,
li.active > .button-style.button-style.palette-4-light-2[class*="border-"] {
  color: #111111 !important;
  background-color: #c387f2 !important;
}
/* hover */
.hover-palette-4-light-2:hover,
.hover-palette-4-light-2[class*="border-"]:hover,
.hover-palette-4-light-2:focus,
.hover-palette-4-light-2[class*="border-"]:focus,
a.button-style.hover-palette-4-light-2:hover,
a.button-style.hover-palette-4-light-2.hover,
a.button-style.hover-palette-4-light-2[class*="border-"]:hover,
a.button-style.hover-palette-4-light-2[class*="border-"].hover,
a.button-style:hover > .hover-palette-4-light-2,
a.button-style:hover > .hover-palette-4-light-2[class*="border-"],
a.button-style.hover-palette-4-light-2:focus,
a.button-style.hover-palette-4-light-2[class*="border-"]:focus {
  color: #111111 !important;
  background-color: #d6adf6 !important;
}
/* active */
.active-palette-4-light-2.active.active,
.active-palette-4-light-2[class*="border-"].active.active,
a.button-style.button-style.active-palette-4-light-2:active,
a.button-style.button-style.active-palette-4-light-2[class*="border-"]:active,
a.button-style.button-style.active-palette-4-light-2.active,
a.button-style.button-style.active-palette-4-light-2[class*="border-"].active,
a.button-style.button-style.active > .active-palette-4-light-2,
a.button-style.button-style.active > .active-palette-4-light-2[class*="border-"],
li.active > a.button-style.button-style.active-palette-4-light-2,
li.active > a.button-style.button-style.active-palette-4-light-2[class*="border-"],
input.field-input.field-input.active-palette-4-light-2:checked {
  color: #111111 !important;
  background-color: #d6adf6 !important;
}
a.link.hover-palette-4-light-2:hover {
  color: #d6adf6 !important;
}
.palette-4-light-3,
.body.palette-4-light-3,
section.palette-4-light-3:before,
.palette-4-light-3 > .audio-main-layout-wrapper:before,
.palette-4-light-3 > .container-layout:before,
.palette-4-light-3 > .inner-container-layout:before,
.palette-4-light-3.sidenav:before,
.container-layout.container-layout.palette-4-light-3:before,
.table-alt-palette-4-light-3 tr:nth-child(even) {
  color: #111111;
  background-color: #f4eafd;
}
.input.palette-4-light-3,
.field-input.palette-4-light-3,
.button-style.palette-4-light-3,
.button-style.palette-4-light-3[class*="border-"] {
  color: #111111 !important;
  background-color: #f4eafd !important;
}
.button-style.palette-4-light-3:hover,
.button-style.palette-4-light-3[class*="border-"]:hover,
.button-style.palette-4-light-3:focus,
.button-style.palette-4-light-3[class*="border-"]:focus,
.button-style.button-style.palette-4-light-3:active,
.button-style.button-style.palette-4-light-3[class*="border-"]:active,
.button-style.button-style.palette-4-light-3.active,
.button-style.button-style.palette-4-light-3[class*="border-"].active,
li.active > .button-style.button-style.palette-4-light-3,
li.active > .button-style.button-style.palette-4-light-3[class*="border-"] {
  color: #111111 !important;
  background-color: #ddbef9 !important;
}
/* hover */
.hover-palette-4-light-3:hover,
.hover-palette-4-light-3[class*="border-"]:hover,
.hover-palette-4-light-3:focus,
.hover-palette-4-light-3[class*="border-"]:focus,
a.button-style.hover-palette-4-light-3:hover,
a.button-style.hover-palette-4-light-3.hover,
a.button-style.hover-palette-4-light-3[class*="border-"]:hover,
a.button-style.hover-palette-4-light-3[class*="border-"].hover,
a.button-style:hover > .hover-palette-4-light-3,
a.button-style:hover > .hover-palette-4-light-3[class*="border-"],
a.button-style.hover-palette-4-light-3:focus,
a.button-style.hover-palette-4-light-3[class*="border-"]:focus {
  color: #111111 !important;
  background-color: #f4eafd !important;
}
/* active */
.active-palette-4-light-3.active.active,
.active-palette-4-light-3[class*="border-"].active.active,
a.button-style.button-style.active-palette-4-light-3:active,
a.button-style.button-style.active-palette-4-light-3[class*="border-"]:active,
a.button-style.button-style.active-palette-4-light-3.active,
a.button-style.button-style.active-palette-4-light-3[class*="border-"].active,
a.button-style.button-style.active > .active-palette-4-light-3,
a.button-style.button-style.active > .active-palette-4-light-3[class*="border-"],
li.active > a.button-style.button-style.active-palette-4-light-3,
li.active > a.button-style.button-style.active-palette-4-light-3[class*="border-"],
input.field-input.field-input.active-palette-4-light-3:checked {
  color: #111111 !important;
  background-color: #f4eafd !important;
}
a.link.hover-palette-4-light-3:hover {
  color: #f4eafd !important;
}
.palette-4-base,
.body.palette-4-base,
section.palette-4-base:before,
.palette-4-base > .audio-main-layout-wrapper:before,
.palette-4-base > .container-layout:before,
.palette-4-base > .inner-container-layout:before,
.palette-4-base.sidenav:before,
.container-layout.container-layout.palette-4-base:before,
.table-alt-palette-4-base tr:nth-child(even) {
  color: #ffffff;
  background-color: #3d0966;
}
.input.palette-4-base,
.field-input.palette-4-base,
.button-style.palette-4-base,
.button-style.palette-4-base[class*="border-"] {
  color: #ffffff !important;
  background-color: #3d0966 !important;
}
.button-style.palette-4-base:hover,
.button-style.palette-4-base[class*="border-"]:hover,
.button-style.palette-4-base:focus,
.button-style.palette-4-base[class*="border-"]:focus,
.button-style.button-style.palette-4-base:active,
.button-style.button-style.palette-4-base[class*="border-"]:active,
.button-style.button-style.palette-4-base.active,
.button-style.button-style.palette-4-base[class*="border-"].active,
li.active > .button-style.button-style.palette-4-base,
li.active > .button-style.button-style.palette-4-base[class*="border-"] {
  color: #ffffff !important;
  background-color: #37085c !important;
}
/* hover */
.hover-palette-4-base:hover,
.hover-palette-4-base[class*="border-"]:hover,
.hover-palette-4-base:focus,
.hover-palette-4-base[class*="border-"]:focus,
a.button-style.hover-palette-4-base:hover,
a.button-style.hover-palette-4-base.hover,
a.button-style.hover-palette-4-base[class*="border-"]:hover,
a.button-style.hover-palette-4-base[class*="border-"].hover,
a.button-style:hover > .hover-palette-4-base,
a.button-style:hover > .hover-palette-4-base[class*="border-"],
a.button-style.hover-palette-4-base:focus,
a.button-style.hover-palette-4-base[class*="border-"]:focus {
  color: #ffffff !important;
  background-color: #3d0966 !important;
}
/* active */
.active-palette-4-base.active.active,
.active-palette-4-base[class*="border-"].active.active,
a.button-style.button-style.active-palette-4-base:active,
a.button-style.button-style.active-palette-4-base[class*="border-"]:active,
a.button-style.button-style.active-palette-4-base.active,
a.button-style.button-style.active-palette-4-base[class*="border-"].active,
a.button-style.button-style.active > .active-palette-4-base,
a.button-style.button-style.active > .active-palette-4-base[class*="border-"],
li.active > a.button-style.button-style.active-palette-4-base,
li.active > a.button-style.button-style.active-palette-4-base[class*="border-"],
input.field-input.field-input.active-palette-4-base:checked {
  color: #ffffff !important;
  background-color: #3d0966 !important;
}
a.link.hover-palette-4-base:hover {
  color: #3d0966 !important;
}
.palette-5-dark-3,
.body.palette-5-dark-3,
section.palette-5-dark-3:before,
.palette-5-dark-3 > .audio-main-layout-wrapper:before,
.palette-5-dark-3 > .container-layout:before,
.palette-5-dark-3 > .inner-container-layout:before,
.palette-5-dark-3.sidenav:before,
.container-layout.container-layout.palette-5-dark-3:before,
.table-alt-palette-5-dark-3 tr:nth-child(even) {
  color: #ffffff;
  background-color: #292d33;
}
.input.palette-5-dark-3,
.field-input.palette-5-dark-3,
.button-style.palette-5-dark-3,
.button-style.palette-5-dark-3[class*="border-"] {
  color: #ffffff !important;
  background-color: #292d33 !important;
}
.button-style.palette-5-dark-3:hover,
.button-style.palette-5-dark-3[class*="border-"]:hover,
.button-style.palette-5-dark-3:focus,
.button-style.palette-5-dark-3[class*="border-"]:focus,
.button-style.button-style.palette-5-dark-3:active,
.button-style.button-style.palette-5-dark-3[class*="border-"]:active,
.button-style.button-style.palette-5-dark-3.active,
.button-style.button-style.palette-5-dark-3[class*="border-"].active,
li.active > .button-style.button-style.palette-5-dark-3,
li.active > .button-style.button-style.palette-5-dark-3[class*="border-"] {
  color: #ffffff !important;
  background-color: #25292e !important;
}
/* hover */
.hover-palette-5-dark-3:hover,
.hover-palette-5-dark-3[class*="border-"]:hover,
.hover-palette-5-dark-3:focus,
.hover-palette-5-dark-3[class*="border-"]:focus,
a.button-style.hover-palette-5-dark-3:hover,
a.button-style.hover-palette-5-dark-3.hover,
a.button-style.hover-palette-5-dark-3[class*="border-"]:hover,
a.button-style.hover-palette-5-dark-3[class*="border-"].hover,
a.button-style:hover > .hover-palette-5-dark-3,
a.button-style:hover > .hover-palette-5-dark-3[class*="border-"],
a.button-style.hover-palette-5-dark-3:focus,
a.button-style.hover-palette-5-dark-3[class*="border-"]:focus {
  color: #ffffff !important;
  background-color: #292d33 !important;
}
/* active */
.active-palette-5-dark-3.active.active,
.active-palette-5-dark-3[class*="border-"].active.active,
a.button-style.button-style.active-palette-5-dark-3:active,
a.button-style.button-style.active-palette-5-dark-3[class*="border-"]:active,
a.button-style.button-style.active-palette-5-dark-3.active,
a.button-style.button-style.active-palette-5-dark-3[class*="border-"].active,
a.button-style.button-style.active > .active-palette-5-dark-3,
a.button-style.button-style.active > .active-palette-5-dark-3[class*="border-"],
li.active > a.button-style.button-style.active-palette-5-dark-3,
li.active > a.button-style.button-style.active-palette-5-dark-3[class*="border-"],
input.field-input.field-input.active-palette-5-dark-3:checked {
  color: #ffffff !important;
  background-color: #292d33 !important;
}
a.link.hover-palette-5-dark-3:hover {
  color: #292d33 !important;
}
.palette-5-dark-2,
.body.palette-5-dark-2,
section.palette-5-dark-2:before,
.palette-5-dark-2 > .audio-main-layout-wrapper:before,
.palette-5-dark-2 > .container-layout:before,
.palette-5-dark-2 > .inner-container-layout:before,
.palette-5-dark-2.sidenav:before,
.container-layout.container-layout.palette-5-dark-2:before,
.table-alt-palette-5-dark-2 tr:nth-child(even) {
  color: #ffffff;
  background-color: #555c66;
}
.input.palette-5-dark-2,
.field-input.palette-5-dark-2,
.button-style.palette-5-dark-2,
.button-style.palette-5-dark-2[class*="border-"] {
  color: #ffffff !important;
  background-color: #555c66 !important;
}
.button-style.palette-5-dark-2:hover,
.button-style.palette-5-dark-2[class*="border-"]:hover,
.button-style.palette-5-dark-2:focus,
.button-style.palette-5-dark-2[class*="border-"]:focus,
.button-style.button-style.palette-5-dark-2:active,
.button-style.button-style.palette-5-dark-2[class*="border-"]:active,
.button-style.button-style.palette-5-dark-2.active,
.button-style.button-style.palette-5-dark-2[class*="border-"].active,
li.active > .button-style.button-style.palette-5-dark-2,
li.active > .button-style.button-style.palette-5-dark-2[class*="border-"] {
  color: #ffffff !important;
  background-color: #4d535c !important;
}
/* hover */
.hover-palette-5-dark-2:hover,
.hover-palette-5-dark-2[class*="border-"]:hover,
.hover-palette-5-dark-2:focus,
.hover-palette-5-dark-2[class*="border-"]:focus,
a.button-style.hover-palette-5-dark-2:hover,
a.button-style.hover-palette-5-dark-2.hover,
a.button-style.hover-palette-5-dark-2[class*="border-"]:hover,
a.button-style.hover-palette-5-dark-2[class*="border-"].hover,
a.button-style:hover > .hover-palette-5-dark-2,
a.button-style:hover > .hover-palette-5-dark-2[class*="border-"],
a.button-style.hover-palette-5-dark-2:focus,
a.button-style.hover-palette-5-dark-2[class*="border-"]:focus {
  color: #ffffff !important;
  background-color: #555c66 !important;
}
/* active */
.active-palette-5-dark-2.active.active,
.active-palette-5-dark-2[class*="border-"].active.active,
a.button-style.button-style.active-palette-5-dark-2:active,
a.button-style.button-style.active-palette-5-dark-2[class*="border-"]:active,
a.button-style.button-style.active-palette-5-dark-2.active,
a.button-style.button-style.active-palette-5-dark-2[class*="border-"].active,
a.button-style.button-style.active > .active-palette-5-dark-2,
a.button-style.button-style.active > .active-palette-5-dark-2[class*="border-"],
li.active > a.button-style.button-style.active-palette-5-dark-2,
li.active > a.button-style.button-style.active-palette-5-dark-2[class*="border-"],
input.field-input.field-input.active-palette-5-dark-2:checked {
  color: #ffffff !important;
  background-color: #555c66 !important;
}
a.link.hover-palette-5-dark-2:hover {
  color: #555c66 !important;
}
.palette-5-dark-1,
.body.palette-5-dark-1,
section.palette-5-dark-1:before,
.palette-5-dark-1 > .audio-main-layout-wrapper:before,
.palette-5-dark-1 > .container-layout:before,
.palette-5-dark-1 > .inner-container-layout:before,
.palette-5-dark-1.sidenav:before,
.container-layout.container-layout.palette-5-dark-1:before,
.table-alt-palette-5-dark-1 tr:nth-child(even) {
  color: #ffffff;
  background-color: #858e99;
}
.input.palette-5-dark-1,
.field-input.palette-5-dark-1,
.button-style.palette-5-dark-1,
.button-style.palette-5-dark-1[class*="border-"] {
  color: #ffffff !important;
  background-color: #858e99 !important;
}
.button-style.palette-5-dark-1:hover,
.button-style.palette-5-dark-1[class*="border-"]:hover,
.button-style.palette-5-dark-1:focus,
.button-style.palette-5-dark-1[class*="border-"]:focus,
.button-style.button-style.palette-5-dark-1:active,
.button-style.button-style.palette-5-dark-1[class*="border-"]:active,
.button-style.button-style.palette-5-dark-1.active,
.button-style.button-style.palette-5-dark-1[class*="border-"].active,
li.active > .button-style.button-style.palette-5-dark-1,
li.active > .button-style.button-style.palette-5-dark-1[class*="border-"] {
  color: #ffffff !important;
  background-color: #75808c !important;
}
/* hover */
.hover-palette-5-dark-1:hover,
.hover-palette-5-dark-1[class*="border-"]:hover,
.hover-palette-5-dark-1:focus,
.hover-palette-5-dark-1[class*="border-"]:focus,
a.button-style.hover-palette-5-dark-1:hover,
a.button-style.hover-palette-5-dark-1.hover,
a.button-style.hover-palette-5-dark-1[class*="border-"]:hover,
a.button-style.hover-palette-5-dark-1[class*="border-"].hover,
a.button-style:hover > .hover-palette-5-dark-1,
a.button-style:hover > .hover-palette-5-dark-1[class*="border-"],
a.button-style.hover-palette-5-dark-1:focus,
a.button-style.hover-palette-5-dark-1[class*="border-"]:focus {
  color: #ffffff !important;
  background-color: #858e99 !important;
}
/* active */
.active-palette-5-dark-1.active.active,
.active-palette-5-dark-1[class*="border-"].active.active,
a.button-style.button-style.active-palette-5-dark-1:active,
a.button-style.button-style.active-palette-5-dark-1[class*="border-"]:active,
a.button-style.button-style.active-palette-5-dark-1.active,
a.button-style.button-style.active-palette-5-dark-1[class*="border-"].active,
a.button-style.button-style.active > .active-palette-5-dark-1,
a.button-style.button-style.active > .active-palette-5-dark-1[class*="border-"],
li.active > a.button-style.button-style.active-palette-5-dark-1,
li.active > a.button-style.button-style.active-palette-5-dark-1[class*="border-"],
input.field-input.field-input.active-palette-5-dark-1:checked {
  color: #ffffff !important;
  background-color: #858e99 !important;
}
a.link.hover-palette-5-dark-1:hover {
  color: #858e99 !important;
}
.palette-5,
.body.palette-5,
section.palette-5:before,
.palette-5 > .audio-main-layout-wrapper:before,
.palette-5 > .container-layout:before,
.palette-5 > .inner-container-layout:before,
.palette-5.sidenav:before,
.container-layout.container-layout.palette-5:before,
.table-alt-palette-5 tr:nth-child(even) {
  color: #111111;
  background-color: #b9c1cc;
}
.input.palette-5,
.field-input.palette-5,
.button-style.palette-5,
.button-style.palette-5[class*="border-"] {
  color: #111111 !important;
  background-color: #b9c1cc !important;
}
.button-style.palette-5:hover,
.button-style.palette-5[class*="border-"]:hover,
.button-style.palette-5:focus,
.button-style.palette-5[class*="border-"]:focus,
.button-style.button-style.palette-5:active,
.button-style.button-style.palette-5[class*="border-"]:active,
.button-style.button-style.palette-5.active,
.button-style.button-style.palette-5[class*="border-"].active,
li.active > .button-style.button-style.palette-5,
li.active > .button-style.button-style.palette-5[class*="border-"] {
  color: #111111 !important;
  background-color: #a2adbc !important;
}
/* hover */
.hover-palette-5:hover,
.hover-palette-5[class*="border-"]:hover,
.hover-palette-5:focus,
.hover-palette-5[class*="border-"]:focus,
a.button-style.hover-palette-5:hover,
a.button-style.hover-palette-5.hover,
a.button-style.hover-palette-5[class*="border-"]:hover,
a.button-style.hover-palette-5[class*="border-"].hover,
a.button-style:hover > .hover-palette-5,
a.button-style:hover > .hover-palette-5[class*="border-"],
a.button-style.hover-palette-5:focus,
a.button-style.hover-palette-5[class*="border-"]:focus {
  color: #111111 !important;
  background-color: #b9c1cc !important;
}
/* active */
.active-palette-5.active.active,
.active-palette-5[class*="border-"].active.active,
a.button-style.button-style.active-palette-5:active,
a.button-style.button-style.active-palette-5[class*="border-"]:active,
a.button-style.button-style.active-palette-5.active,
a.button-style.button-style.active-palette-5[class*="border-"].active,
a.button-style.button-style.active > .active-palette-5,
a.button-style.button-style.active > .active-palette-5[class*="border-"],
li.active > a.button-style.button-style.active-palette-5,
li.active > a.button-style.button-style.active-palette-5[class*="border-"],
input.field-input.field-input.active-palette-5:checked {
  color: #111111 !important;
  background-color: #b9c1cc !important;
}
a.link.hover-palette-5:hover {
  color: #b9c1cc !important;
}
.palette-5-light-1,
.body.palette-5-light-1,
section.palette-5-light-1:before,
.palette-5-light-1 > .audio-main-layout-wrapper:before,
.palette-5-light-1 > .container-layout:before,
.palette-5-light-1 > .inner-container-layout:before,
.palette-5-light-1.sidenav:before,
.container-layout.container-layout.palette-5-light-1:before,
.table-alt-palette-5-light-1 tr:nth-child(even) {
  color: #111111;
  background-color: #ccd3db;
}
.input.palette-5-light-1,
.field-input.palette-5-light-1,
.button-style.palette-5-light-1,
.button-style.palette-5-light-1[class*="border-"] {
  color: #111111 !important;
  background-color: #ccd3db !important;
}
.button-style.palette-5-light-1:hover,
.button-style.palette-5-light-1[class*="border-"]:hover,
.button-style.palette-5-light-1:focus,
.button-style.palette-5-light-1[class*="border-"]:focus,
.button-style.button-style.palette-5-light-1:active,
.button-style.button-style.palette-5-light-1[class*="border-"]:active,
.button-style.button-style.palette-5-light-1.active,
.button-style.button-style.palette-5-light-1[class*="border-"].active,
li.active > .button-style.button-style.palette-5-light-1,
li.active > .button-style.button-style.palette-5-light-1[class*="border-"] {
  color: #111111 !important;
  background-color: #b3bec9 !important;
}
/* hover */
.hover-palette-5-light-1:hover,
.hover-palette-5-light-1[class*="border-"]:hover,
.hover-palette-5-light-1:focus,
.hover-palette-5-light-1[class*="border-"]:focus,
a.button-style.hover-palette-5-light-1:hover,
a.button-style.hover-palette-5-light-1.hover,
a.button-style.hover-palette-5-light-1[class*="border-"]:hover,
a.button-style.hover-palette-5-light-1[class*="border-"].hover,
a.button-style:hover > .hover-palette-5-light-1,
a.button-style:hover > .hover-palette-5-light-1[class*="border-"],
a.button-style.hover-palette-5-light-1:focus,
a.button-style.hover-palette-5-light-1[class*="border-"]:focus {
  color: #111111 !important;
  background-color: #ccd3db !important;
}
/* active */
.active-palette-5-light-1.active.active,
.active-palette-5-light-1[class*="border-"].active.active,
a.button-style.button-style.active-palette-5-light-1:active,
a.button-style.button-style.active-palette-5-light-1[class*="border-"]:active,
a.button-style.button-style.active-palette-5-light-1.active,
a.button-style.button-style.active-palette-5-light-1[class*="border-"].active,
a.button-style.button-style.active > .active-palette-5-light-1,
a.button-style.button-style.active > .active-palette-5-light-1[class*="border-"],
li.active > a.button-style.button-style.active-palette-5-light-1,
li.active > a.button-style.button-style.active-palette-5-light-1[class*="border-"],
input.field-input.field-input.active-palette-5-light-1:checked {
  color: #111111 !important;
  background-color: #ccd3db !important;
}
a.link.hover-palette-5-light-1:hover {
  color: #ccd3db !important;
}
.palette-5-light-2,
.body.palette-5-light-2,
section.palette-5-light-2:before,
.palette-5-light-2 > .audio-main-layout-wrapper:before,
.palette-5-light-2 > .container-layout:before,
.palette-5-light-2 > .inner-container-layout:before,
.palette-5-light-2.sidenav:before,
.container-layout.container-layout.palette-5-light-2:before,
.table-alt-palette-5-light-2 tr:nth-child(even) {
  color: #111111;
  background-color: #e0e5eb;
}
.input.palette-5-light-2,
.field-input.palette-5-light-2,
.button-style.palette-5-light-2,
.button-style.palette-5-light-2[class*="border-"] {
  color: #111111 !important;
  background-color: #e0e5eb !important;
}
.button-style.palette-5-light-2:hover,
.button-style.palette-5-light-2[class*="border-"]:hover,
.button-style.palette-5-light-2:focus,
.button-style.palette-5-light-2[class*="border-"]:focus,
.button-style.button-style.palette-5-light-2:active,
.button-style.button-style.palette-5-light-2[class*="border-"]:active,
.button-style.button-style.palette-5-light-2.active,
.button-style.button-style.palette-5-light-2[class*="border-"].active,
li.active > .button-style.button-style.palette-5-light-2,
li.active > .button-style.button-style.palette-5-light-2[class*="border-"] {
  color: #111111 !important;
  background-color: #c4ced9 !important;
}
/* hover */
.hover-palette-5-light-2:hover,
.hover-palette-5-light-2[class*="border-"]:hover,
.hover-palette-5-light-2:focus,
.hover-palette-5-light-2[class*="border-"]:focus,
a.button-style.hover-palette-5-light-2:hover,
a.button-style.hover-palette-5-light-2.hover,
a.button-style.hover-palette-5-light-2[class*="border-"]:hover,
a.button-style.hover-palette-5-light-2[class*="border-"].hover,
a.button-style:hover > .hover-palette-5-light-2,
a.button-style:hover > .hover-palette-5-light-2[class*="border-"],
a.button-style.hover-palette-5-light-2:focus,
a.button-style.hover-palette-5-light-2[class*="border-"]:focus {
  color: #111111 !important;
  background-color: #e0e5eb !important;
}
/* active */
.active-palette-5-light-2.active.active,
.active-palette-5-light-2[class*="border-"].active.active,
a.button-style.button-style.active-palette-5-light-2:active,
a.button-style.button-style.active-palette-5-light-2[class*="border-"]:active,
a.button-style.button-style.active-palette-5-light-2.active,
a.button-style.button-style.active-palette-5-light-2[class*="border-"].active,
a.button-style.button-style.active > .active-palette-5-light-2,
a.button-style.button-style.active > .active-palette-5-light-2[class*="border-"],
li.active > a.button-style.button-style.active-palette-5-light-2,
li.active > a.button-style.button-style.active-palette-5-light-2[class*="border-"],
input.field-input.field-input.active-palette-5-light-2:checked {
  color: #111111 !important;
  background-color: #e0e5eb !important;
}
a.link.hover-palette-5-light-2:hover {
  color: #e0e5eb !important;
}
.palette-5-light-3,
.body.palette-5-light-3,
section.palette-5-light-3:before,
.palette-5-light-3 > .audio-main-layout-wrapper:before,
.palette-5-light-3 > .container-layout:before,
.palette-5-light-3 > .inner-container-layout:before,
.palette-5-light-3.sidenav:before,
.container-layout.container-layout.palette-5-light-3:before,
.table-alt-palette-5-light-3 tr:nth-child(even) {
  color: #111111;
  background-color: #f5f7fa;
}
.input.palette-5-light-3,
.field-input.palette-5-light-3,
.button-style.palette-5-light-3,
.button-style.palette-5-light-3[class*="border-"] {
  color: #111111 !important;
  background-color: #f5f7fa !important;
}
.button-style.palette-5-light-3:hover,
.button-style.palette-5-light-3[class*="border-"]:hover,
.button-style.palette-5-light-3:focus,
.button-style.palette-5-light-3[class*="border-"]:focus,
.button-style.button-style.palette-5-light-3:active,
.button-style.button-style.palette-5-light-3[class*="border-"]:active,
.button-style.button-style.palette-5-light-3.active,
.button-style.button-style.palette-5-light-3[class*="border-"].active,
li.active > .button-style.button-style.palette-5-light-3,
li.active > .button-style.button-style.palette-5-light-3[class*="border-"] {
  color: #111111 !important;
  background-color: #d4dde9 !important;
}
/* hover */
.hover-palette-5-light-3:hover,
.hover-palette-5-light-3[class*="border-"]:hover,
.hover-palette-5-light-3:focus,
.hover-palette-5-light-3[class*="border-"]:focus,
a.button-style.hover-palette-5-light-3:hover,
a.button-style.hover-palette-5-light-3.hover,
a.button-style.hover-palette-5-light-3[class*="border-"]:hover,
a.button-style.hover-palette-5-light-3[class*="border-"].hover,
a.button-style:hover > .hover-palette-5-light-3,
a.button-style:hover > .hover-palette-5-light-3[class*="border-"],
a.button-style.hover-palette-5-light-3:focus,
a.button-style.hover-palette-5-light-3[class*="border-"]:focus {
  color: #111111 !important;
  background-color: #f5f7fa !important;
}
/* active */
.active-palette-5-light-3.active.active,
.active-palette-5-light-3[class*="border-"].active.active,
a.button-style.button-style.active-palette-5-light-3:active,
a.button-style.button-style.active-palette-5-light-3[class*="border-"]:active,
a.button-style.button-style.active-palette-5-light-3.active,
a.button-style.button-style.active-palette-5-light-3[class*="border-"].active,
a.button-style.button-style.active > .active-palette-5-light-3,
a.button-style.button-style.active > .active-palette-5-light-3[class*="border-"],
li.active > a.button-style.button-style.active-palette-5-light-3,
li.active > a.button-style.button-style.active-palette-5-light-3[class*="border-"],
input.field-input.field-input.active-palette-5-light-3:checked {
  color: #111111 !important;
  background-color: #f5f7fa !important;
}
a.link.hover-palette-5-light-3:hover {
  color: #f5f7fa !important;
}
.palette-5-base,
.body.palette-5-base,
section.palette-5-base:before,
.palette-5-base > .audio-main-layout-wrapper:before,
.palette-5-base > .container-layout:before,
.palette-5-base > .inner-container-layout:before,
.palette-5-base.sidenav:before,
.container-layout.container-layout.palette-5-base:before,
.table-alt-palette-5-base tr:nth-child(even) {
  color: #111111;
  background-color: #b9c1cc;
}
.input.palette-5-base,
.field-input.palette-5-base,
.button-style.palette-5-base,
.button-style.palette-5-base[class*="border-"] {
  color: #111111 !important;
  background-color: #b9c1cc !important;
}
.button-style.palette-5-base:hover,
.button-style.palette-5-base[class*="border-"]:hover,
.button-style.palette-5-base:focus,
.button-style.palette-5-base[class*="border-"]:focus,
.button-style.button-style.palette-5-base:active,
.button-style.button-style.palette-5-base[class*="border-"]:active,
.button-style.button-style.palette-5-base.active,
.button-style.button-style.palette-5-base[class*="border-"].active,
li.active > .button-style.button-style.palette-5-base,
li.active > .button-style.button-style.palette-5-base[class*="border-"] {
  color: #111111 !important;
  background-color: #a2adbc !important;
}
/* hover */
.hover-palette-5-base:hover,
.hover-palette-5-base[class*="border-"]:hover,
.hover-palette-5-base:focus,
.hover-palette-5-base[class*="border-"]:focus,
a.button-style.hover-palette-5-base:hover,
a.button-style.hover-palette-5-base.hover,
a.button-style.hover-palette-5-base[class*="border-"]:hover,
a.button-style.hover-palette-5-base[class*="border-"].hover,
a.button-style:hover > .hover-palette-5-base,
a.button-style:hover > .hover-palette-5-base[class*="border-"],
a.button-style.hover-palette-5-base:focus,
a.button-style.hover-palette-5-base[class*="border-"]:focus {
  color: #111111 !important;
  background-color: #b9c1cc !important;
}
/* active */
.active-palette-5-base.active.active,
.active-palette-5-base[class*="border-"].active.active,
a.button-style.button-style.active-palette-5-base:active,
a.button-style.button-style.active-palette-5-base[class*="border-"]:active,
a.button-style.button-style.active-palette-5-base.active,
a.button-style.button-style.active-palette-5-base[class*="border-"].active,
a.button-style.button-style.active > .active-palette-5-base,
a.button-style.button-style.active > .active-palette-5-base[class*="border-"],
li.active > a.button-style.button-style.active-palette-5-base,
li.active > a.button-style.button-style.active-palette-5-base[class*="border-"],
input.field-input.field-input.active-palette-5-base:checked {
  color: #111111 !important;
  background-color: #b9c1cc !important;
}
a.link.hover-palette-5-base:hover {
  color: #b9c1cc !important;
}
.grey-dark-3,
.body.grey-dark-3,
section.grey-dark-3:before,
.grey-dark-3 > .audio-main-layout-wrapper:before,
.grey-dark-3 > .container-layout:before,
.grey-dark-3 > .inner-container-layout:before,
.grey-dark-3.sidenav:before,
.container-layout.container-layout.grey-dark-3:before,
.table-alt-grey-dark-3 tr:nth-child(even) {
  color: #ffffff;
  background-color: #212121;
}
.input.grey-dark-3,
.field-input.grey-dark-3,
.button-style.grey-dark-3,
.button-style.grey-dark-3[class*="border-"] {
  color: #ffffff !important;
  background-color: #212121 !important;
}
.button-style.grey-dark-3:hover,
.button-style.grey-dark-3[class*="border-"]:hover,
.button-style.grey-dark-3:focus,
.button-style.grey-dark-3[class*="border-"]:focus,
.button-style.button-style.grey-dark-3:active,
.button-style.button-style.grey-dark-3[class*="border-"]:active,
.button-style.button-style.grey-dark-3.active,
.button-style.button-style.grey-dark-3[class*="border-"].active,
li.active > .button-style.button-style.grey-dark-3,
li.active > .button-style.button-style.grey-dark-3[class*="border-"] {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
}
/* hover */
.hover-grey-dark-3:hover,
.hover-grey-dark-3[class*="border-"]:hover,
.hover-grey-dark-3:focus,
.hover-grey-dark-3[class*="border-"]:focus,
a.button-style.hover-grey-dark-3:hover,
a.button-style.hover-grey-dark-3.hover,
a.button-style.hover-grey-dark-3[class*="border-"]:hover,
a.button-style.hover-grey-dark-3[class*="border-"].hover,
a.button-style:hover > .hover-grey-dark-3,
a.button-style:hover > .hover-grey-dark-3[class*="border-"],
a.button-style.hover-grey-dark-3:focus,
a.button-style.hover-grey-dark-3[class*="border-"]:focus {
  color: #ffffff !important;
  background-color: #212121 !important;
}
/* active */
.active-grey-dark-3.active.active,
.active-grey-dark-3[class*="border-"].active.active,
a.button-style.button-style.active-grey-dark-3:active,
a.button-style.button-style.active-grey-dark-3[class*="border-"]:active,
a.button-style.button-style.active-grey-dark-3.active,
a.button-style.button-style.active-grey-dark-3[class*="border-"].active,
a.button-style.button-style.active > .active-grey-dark-3,
a.button-style.button-style.active > .active-grey-dark-3[class*="border-"],
li.active > a.button-style.button-style.active-grey-dark-3,
li.active > a.button-style.button-style.active-grey-dark-3[class*="border-"],
input.field-input.field-input.active-grey-dark-3:checked {
  color: #ffffff !important;
  background-color: #212121 !important;
}
a.link.hover-grey-dark-3:hover {
  color: #212121 !important;
}
.grey-dark-2,
.body.grey-dark-2,
section.grey-dark-2:before,
.grey-dark-2 > .audio-main-layout-wrapper:before,
.grey-dark-2 > .container-layout:before,
.grey-dark-2 > .inner-container-layout:before,
.grey-dark-2.sidenav:before,
.container-layout.container-layout.grey-dark-2:before,
.table-alt-grey-dark-2 tr:nth-child(even) {
  color: #ffffff;
  background-color: #333333;
}
.input.grey-dark-2,
.field-input.grey-dark-2,
.button-style.grey-dark-2,
.button-style.grey-dark-2[class*="border-"] {
  color: #ffffff !important;
  background-color: #333333 !important;
}
.button-style.grey-dark-2:hover,
.button-style.grey-dark-2[class*="border-"]:hover,
.button-style.grey-dark-2:focus,
.button-style.grey-dark-2[class*="border-"]:focus,
.button-style.button-style.grey-dark-2:active,
.button-style.button-style.grey-dark-2[class*="border-"]:active,
.button-style.button-style.grey-dark-2.active,
.button-style.button-style.grey-dark-2[class*="border-"].active,
li.active > .button-style.button-style.grey-dark-2,
li.active > .button-style.button-style.grey-dark-2[class*="border-"] {
  color: #ffffff !important;
  background-color: #2e2e2e !important;
}
/* hover */
.hover-grey-dark-2:hover,
.hover-grey-dark-2[class*="border-"]:hover,
.hover-grey-dark-2:focus,
.hover-grey-dark-2[class*="border-"]:focus,
a.button-style.hover-grey-dark-2:hover,
a.button-style.hover-grey-dark-2.hover,
a.button-style.hover-grey-dark-2[class*="border-"]:hover,
a.button-style.hover-grey-dark-2[class*="border-"].hover,
a.button-style:hover > .hover-grey-dark-2,
a.button-style:hover > .hover-grey-dark-2[class*="border-"],
a.button-style.hover-grey-dark-2:focus,
a.button-style.hover-grey-dark-2[class*="border-"]:focus {
  color: #ffffff !important;
  background-color: #333333 !important;
}
/* active */
.active-grey-dark-2.active.active,
.active-grey-dark-2[class*="border-"].active.active,
a.button-style.button-style.active-grey-dark-2:active,
a.button-style.button-style.active-grey-dark-2[class*="border-"]:active,
a.button-style.button-style.active-grey-dark-2.active,
a.button-style.button-style.active-grey-dark-2[class*="border-"].active,
a.button-style.button-style.active > .active-grey-dark-2,
a.button-style.button-style.active > .active-grey-dark-2[class*="border-"],
li.active > a.button-style.button-style.active-grey-dark-2,
li.active > a.button-style.button-style.active-grey-dark-2[class*="border-"],
input.field-input.field-input.active-grey-dark-2:checked {
  color: #ffffff !important;
  background-color: #333333 !important;
}
a.link.hover-grey-dark-2:hover {
  color: #333333 !important;
}
.grey-dark-1,
.body.grey-dark-1,
section.grey-dark-1:before,
.grey-dark-1 > .audio-main-layout-wrapper:before,
.grey-dark-1 > .container-layout:before,
.grey-dark-1 > .inner-container-layout:before,
.grey-dark-1.sidenav:before,
.container-layout.container-layout.grey-dark-1:before,
.table-alt-grey-dark-1 tr:nth-child(even) {
  color: #ffffff;
  background-color: #454545;
}
.input.grey-dark-1,
.field-input.grey-dark-1,
.button-style.grey-dark-1,
.button-style.grey-dark-1[class*="border-"] {
  color: #ffffff !important;
  background-color: #454545 !important;
}
.button-style.grey-dark-1:hover,
.button-style.grey-dark-1[class*="border-"]:hover,
.button-style.grey-dark-1:focus,
.button-style.grey-dark-1[class*="border-"]:focus,
.button-style.button-style.grey-dark-1:active,
.button-style.button-style.grey-dark-1[class*="border-"]:active,
.button-style.button-style.grey-dark-1.active,
.button-style.button-style.grey-dark-1[class*="border-"].active,
li.active > .button-style.button-style.grey-dark-1,
li.active > .button-style.button-style.grey-dark-1[class*="border-"] {
  color: #ffffff !important;
  background-color: #3e3e3e !important;
}
/* hover */
.hover-grey-dark-1:hover,
.hover-grey-dark-1[class*="border-"]:hover,
.hover-grey-dark-1:focus,
.hover-grey-dark-1[class*="border-"]:focus,
a.button-style.hover-grey-dark-1:hover,
a.button-style.hover-grey-dark-1.hover,
a.button-style.hover-grey-dark-1[class*="border-"]:hover,
a.button-style.hover-grey-dark-1[class*="border-"].hover,
a.button-style:hover > .hover-grey-dark-1,
a.button-style:hover > .hover-grey-dark-1[class*="border-"],
a.button-style.hover-grey-dark-1:focus,
a.button-style.hover-grey-dark-1[class*="border-"]:focus {
  color: #ffffff !important;
  background-color: #454545 !important;
}
/* active */
.active-grey-dark-1.active.active,
.active-grey-dark-1[class*="border-"].active.active,
a.button-style.button-style.active-grey-dark-1:active,
a.button-style.button-style.active-grey-dark-1[class*="border-"]:active,
a.button-style.button-style.active-grey-dark-1.active,
a.button-style.button-style.active-grey-dark-1[class*="border-"].active,
a.button-style.button-style.active > .active-grey-dark-1,
a.button-style.button-style.active > .active-grey-dark-1[class*="border-"],
li.active > a.button-style.button-style.active-grey-dark-1,
li.active > a.button-style.button-style.active-grey-dark-1[class*="border-"],
input.field-input.field-input.active-grey-dark-1:checked {
  color: #ffffff !important;
  background-color: #454545 !important;
}
a.link.hover-grey-dark-1:hover {
  color: #454545 !important;
}
.grey,
.body.grey,
section.grey:before,
.grey > .audio-main-layout-wrapper:before,
.grey > .container-layout:before,
.grey > .inner-container-layout:before,
.grey.sidenav:before,
.container-layout.container-layout.grey:before,
.table-alt-grey tr:nth-child(even) {
  color: #ffffff;
  background-color: #b3b3b3;
}
.input.grey,
.field-input.grey,
.button-style.grey,
.button-style.grey[class*="border-"] {
  color: #ffffff !important;
  background-color: #b3b3b3 !important;
}
.button-style.grey:hover,
.button-style.grey[class*="border-"]:hover,
.button-style.grey:focus,
.button-style.grey[class*="border-"]:focus,
.button-style.button-style.grey:active,
.button-style.button-style.grey[class*="border-"]:active,
.button-style.button-style.grey.active,
.button-style.button-style.grey[class*="border-"].active,
li.active > .button-style.button-style.grey,
li.active > .button-style.button-style.grey[class*="border-"] {
  color: #ffffff !important;
  background-color: #a1a1a1 !important;
}
/* hover */
.hover-grey:hover,
.hover-grey[class*="border-"]:hover,
.hover-grey:focus,
.hover-grey[class*="border-"]:focus,
a.button-style.hover-grey:hover,
a.button-style.hover-grey.hover,
a.button-style.hover-grey[class*="border-"]:hover,
a.button-style.hover-grey[class*="border-"].hover,
a.button-style:hover > .hover-grey,
a.button-style:hover > .hover-grey[class*="border-"],
a.button-style.hover-grey:focus,
a.button-style.hover-grey[class*="border-"]:focus {
  color: #ffffff !important;
  background-color: #b3b3b3 !important;
}
/* active */
.active-grey.active.active,
.active-grey[class*="border-"].active.active,
a.button-style.button-style.active-grey:active,
a.button-style.button-style.active-grey[class*="border-"]:active,
a.button-style.button-style.active-grey.active,
a.button-style.button-style.active-grey[class*="border-"].active,
a.button-style.button-style.active > .active-grey,
a.button-style.button-style.active > .active-grey[class*="border-"],
li.active > a.button-style.button-style.active-grey,
li.active > a.button-style.button-style.active-grey[class*="border-"],
input.field-input.field-input.active-grey:checked {
  color: #ffffff !important;
  background-color: #b3b3b3 !important;
}
a.link.hover-grey:hover {
  color: #b3b3b3 !important;
}
.grey-light-1,
.body.grey-light-1,
section.grey-light-1:before,
.grey-light-1 > .audio-main-layout-wrapper:before,
.grey-light-1 > .container-layout:before,
.grey-light-1 > .inner-container-layout:before,
.grey-light-1.sidenav:before,
.container-layout.container-layout.grey-light-1:before,
.table-alt-grey-light-1 tr:nth-child(even) {
  color: #111111;
  background-color: #d9d9d9;
}
.input.grey-light-1,
.field-input.grey-light-1,
.button-style.grey-light-1,
.button-style.grey-light-1[class*="border-"] {
  color: #111111 !important;
  background-color: #d9d9d9 !important;
}
.button-style.grey-light-1:hover,
.button-style.grey-light-1[class*="border-"]:hover,
.button-style.grey-light-1:focus,
.button-style.grey-light-1[class*="border-"]:focus,
.button-style.button-style.grey-light-1:active,
.button-style.button-style.grey-light-1[class*="border-"]:active,
.button-style.button-style.grey-light-1.active,
.button-style.button-style.grey-light-1[class*="border-"].active,
li.active > .button-style.button-style.grey-light-1,
li.active > .button-style.button-style.grey-light-1[class*="border-"] {
  color: #111111 !important;
  background-color: #c3c3c3 !important;
}
/* hover */
.hover-grey-light-1:hover,
.hover-grey-light-1[class*="border-"]:hover,
.hover-grey-light-1:focus,
.hover-grey-light-1[class*="border-"]:focus,
a.button-style.hover-grey-light-1:hover,
a.button-style.hover-grey-light-1.hover,
a.button-style.hover-grey-light-1[class*="border-"]:hover,
a.button-style.hover-grey-light-1[class*="border-"].hover,
a.button-style:hover > .hover-grey-light-1,
a.button-style:hover > .hover-grey-light-1[class*="border-"],
a.button-style.hover-grey-light-1:focus,
a.button-style.hover-grey-light-1[class*="border-"]:focus {
  color: #111111 !important;
  background-color: #d9d9d9 !important;
}
/* active */
.active-grey-light-1.active.active,
.active-grey-light-1[class*="border-"].active.active,
a.button-style.button-style.active-grey-light-1:active,
a.button-style.button-style.active-grey-light-1[class*="border-"]:active,
a.button-style.button-style.active-grey-light-1.active,
a.button-style.button-style.active-grey-light-1[class*="border-"].active,
a.button-style.button-style.active > .active-grey-light-1,
a.button-style.button-style.active > .active-grey-light-1[class*="border-"],
li.active > a.button-style.button-style.active-grey-light-1,
li.active > a.button-style.button-style.active-grey-light-1[class*="border-"],
input.field-input.field-input.active-grey-light-1:checked {
  color: #111111 !important;
  background-color: #d9d9d9 !important;
}
a.link.hover-grey-light-1:hover {
  color: #d9d9d9 !important;
}
.grey-light-2,
.body.grey-light-2,
section.grey-light-2:before,
.grey-light-2 > .audio-main-layout-wrapper:before,
.grey-light-2 > .container-layout:before,
.grey-light-2 > .inner-container-layout:before,
.grey-light-2.sidenav:before,
.container-layout.container-layout.grey-light-2:before,
.table-alt-grey-light-2 tr:nth-child(even) {
  color: #111111;
  background-color: #eeeeee;
}
.input.grey-light-2,
.field-input.grey-light-2,
.button-style.grey-light-2,
.button-style.grey-light-2[class*="border-"] {
  color: #111111 !important;
  background-color: #eeeeee !important;
}
.button-style.grey-light-2:hover,
.button-style.grey-light-2[class*="border-"]:hover,
.button-style.grey-light-2:focus,
.button-style.grey-light-2[class*="border-"]:focus,
.button-style.button-style.grey-light-2:active,
.button-style.button-style.grey-light-2[class*="border-"]:active,
.button-style.button-style.grey-light-2.active,
.button-style.button-style.grey-light-2[class*="border-"].active,
li.active > .button-style.button-style.grey-light-2,
li.active > .button-style.button-style.grey-light-2[class*="border-"] {
  color: #111111 !important;
  background-color: #d6d6d6 !important;
}
/* hover */
.hover-grey-light-2:hover,
.hover-grey-light-2[class*="border-"]:hover,
.hover-grey-light-2:focus,
.hover-grey-light-2[class*="border-"]:focus,
a.button-style.hover-grey-light-2:hover,
a.button-style.hover-grey-light-2.hover,
a.button-style.hover-grey-light-2[class*="border-"]:hover,
a.button-style.hover-grey-light-2[class*="border-"].hover,
a.button-style:hover > .hover-grey-light-2,
a.button-style:hover > .hover-grey-light-2[class*="border-"],
a.button-style.hover-grey-light-2:focus,
a.button-style.hover-grey-light-2[class*="border-"]:focus {
  color: #111111 !important;
  background-color: #eeeeee !important;
}
/* active */
.active-grey-light-2.active.active,
.active-grey-light-2[class*="border-"].active.active,
a.button-style.button-style.active-grey-light-2:active,
a.button-style.button-style.active-grey-light-2[class*="border-"]:active,
a.button-style.button-style.active-grey-light-2.active,
a.button-style.button-style.active-grey-light-2[class*="border-"].active,
a.button-style.button-style.active > .active-grey-light-2,
a.button-style.button-style.active > .active-grey-light-2[class*="border-"],
li.active > a.button-style.button-style.active-grey-light-2,
li.active > a.button-style.button-style.active-grey-light-2[class*="border-"],
input.field-input.field-input.active-grey-light-2:checked {
  color: #111111 !important;
  background-color: #eeeeee !important;
}
a.link.hover-grey-light-2:hover {
  color: #eeeeee !important;
}
.grey-light-3,
.body.grey-light-3,
section.grey-light-3:before,
.grey-light-3 > .audio-main-layout-wrapper:before,
.grey-light-3 > .container-layout:before,
.grey-light-3 > .inner-container-layout:before,
.grey-light-3.sidenav:before,
.container-layout.container-layout.grey-light-3:before,
.table-alt-grey-light-3 tr:nth-child(even) {
  color: #111111;
  background-color: #f6f6f6;
}
.input.grey-light-3,
.field-input.grey-light-3,
.button-style.grey-light-3,
.button-style.grey-light-3[class*="border-"] {
  color: #111111 !important;
  background-color: #f6f6f6 !important;
}
.button-style.grey-light-3:hover,
.button-style.grey-light-3[class*="border-"]:hover,
.button-style.grey-light-3:focus,
.button-style.grey-light-3[class*="border-"]:focus,
.button-style.button-style.grey-light-3:active,
.button-style.button-style.grey-light-3[class*="border-"]:active,
.button-style.button-style.grey-light-3.active,
.button-style.button-style.grey-light-3[class*="border-"].active,
li.active > .button-style.button-style.grey-light-3,
li.active > .button-style.button-style.grey-light-3[class*="border-"] {
  color: #111111 !important;
  background-color: #dddddd !important;
}
/* hover */
.hover-grey-light-3:hover,
.hover-grey-light-3[class*="border-"]:hover,
.hover-grey-light-3:focus,
.hover-grey-light-3[class*="border-"]:focus,
a.button-style.hover-grey-light-3:hover,
a.button-style.hover-grey-light-3.hover,
a.button-style.hover-grey-light-3[class*="border-"]:hover,
a.button-style.hover-grey-light-3[class*="border-"].hover,
a.button-style:hover > .hover-grey-light-3,
a.button-style:hover > .hover-grey-light-3[class*="border-"],
a.button-style.hover-grey-light-3:focus,
a.button-style.hover-grey-light-3[class*="border-"]:focus {
  color: #111111 !important;
  background-color: #f6f6f6 !important;
}
/* active */
.active-grey-light-3.active.active,
.active-grey-light-3[class*="border-"].active.active,
a.button-style.button-style.active-grey-light-3:active,
a.button-style.button-style.active-grey-light-3[class*="border-"]:active,
a.button-style.button-style.active-grey-light-3.active,
a.button-style.button-style.active-grey-light-3[class*="border-"].active,
a.button-style.button-style.active > .active-grey-light-3,
a.button-style.button-style.active > .active-grey-light-3[class*="border-"],
li.active > a.button-style.button-style.active-grey-light-3,
li.active > a.button-style.button-style.active-grey-light-3[class*="border-"],
input.field-input.field-input.active-grey-light-3:checked {
  color: #111111 !important;
  background-color: #f6f6f6 !important;
}
a.link.hover-grey-light-3:hover {
  color: #f6f6f6 !important;
}
.white,
.body.white,
section.white:before,
.white > .audio-main-layout-wrapper:before,
.white > .container-layout:before,
.white > .inner-container-layout:before,
.white.sidenav:before,
.container-layout.container-layout.white:before,
.table-alt-white tr:nth-child(even) {
  color: #111111;
  background-color: #ffffff;
}
.input.white,
.field-input.white,
.button-style.white,
.button-style.white[class*="border-"] {
  color: #111111 !important;
  background-color: #ffffff !important;
}
.button-style.white:hover,
.button-style.white[class*="border-"]:hover,
.button-style.white:focus,
.button-style.white[class*="border-"]:focus,
.button-style.button-style.white:active,
.button-style.button-style.white[class*="border-"]:active,
.button-style.button-style.white.active,
.button-style.button-style.white[class*="border-"].active,
li.active > .button-style.button-style.white,
li.active > .button-style.button-style.white[class*="border-"] {
  color: #111111 !important;
  background-color: #e6e6e6 !important;
}
/* hover */
.hover-white:hover,
.hover-white[class*="border-"]:hover,
.hover-white:focus,
.hover-white[class*="border-"]:focus,
a.button-style.hover-white:hover,
a.button-style.hover-white.hover,
a.button-style.hover-white[class*="border-"]:hover,
a.button-style.hover-white[class*="border-"].hover,
a.button-style:hover > .hover-white,
a.button-style:hover > .hover-white[class*="border-"],
a.button-style.hover-white:focus,
a.button-style.hover-white[class*="border-"]:focus {
  color: #111111 !important;
  background-color: #ffffff !important;
}
/* active */
.active-white.active.active,
.active-white[class*="border-"].active.active,
a.button-style.button-style.active-white:active,
a.button-style.button-style.active-white[class*="border-"]:active,
a.button-style.button-style.active-white.active,
a.button-style.button-style.active-white[class*="border-"].active,
a.button-style.button-style.active > .active-white,
a.button-style.button-style.active > .active-white[class*="border-"],
li.active > a.button-style.button-style.active-white,
li.active > a.button-style.button-style.active-white[class*="border-"],
input.field-input.field-input.active-white:checked {
  color: #111111 !important;
  background-color: #ffffff !important;
}
a.link.hover-white:hover {
  color: #ffffff !important;
}
.black,
.body.black,
section.black:before,
.black > .audio-main-layout-wrapper:before,
.black > .container-layout:before,
.black > .inner-container-layout:before,
.black.sidenav:before,
.container-layout.container-layout.black:before,
.table-alt-black tr:nth-child(even) {
  color: #ffffff;
  background-color: #000000;
}
.input.black,
.field-input.black,
.button-style.black,
.button-style.black[class*="border-"] {
  color: #ffffff !important;
  background-color: #000000 !important;
}
.button-style.black:hover,
.button-style.black[class*="border-"]:hover,
.button-style.black:focus,
.button-style.black[class*="border-"]:focus,
.button-style.button-style.black:active,
.button-style.button-style.black[class*="border-"]:active,
.button-style.button-style.black.active,
.button-style.button-style.black[class*="border-"].active,
li.active > .button-style.button-style.black,
li.active > .button-style.button-style.black[class*="border-"] {
  color: #ffffff !important;
  background-color: #000000 !important;
}
/* hover */
.hover-black:hover,
.hover-black[class*="border-"]:hover,
.hover-black:focus,
.hover-black[class*="border-"]:focus,
a.button-style.hover-black:hover,
a.button-style.hover-black.hover,
a.button-style.hover-black[class*="border-"]:hover,
a.button-style.hover-black[class*="border-"].hover,
a.button-style:hover > .hover-black,
a.button-style:hover > .hover-black[class*="border-"],
a.button-style.hover-black:focus,
a.button-style.hover-black[class*="border-"]:focus {
  color: #ffffff !important;
  background-color: #000000 !important;
}
/* active */
.active-black.active.active,
.active-black[class*="border-"].active.active,
a.button-style.button-style.active-black:active,
a.button-style.button-style.active-black[class*="border-"]:active,
a.button-style.button-style.active-black.active,
a.button-style.button-style.active-black[class*="border-"].active,
a.button-style.button-style.active > .active-black,
a.button-style.button-style.active > .active-black[class*="border-"],
li.active > a.button-style.button-style.active-black,
li.active > a.button-style.button-style.active-black[class*="border-"],
input.field-input.field-input.active-black:checked {
  color: #ffffff !important;
  background-color: #000000 !important;
}
a.link.hover-black:hover {
  color: #000000 !important;
}
.body-color,
.body.body-color,
section.body-color:before,
.body-color > .audio-main-layout-wrapper:before,
.body-color > .container-layout:before,
.body-color > .inner-container-layout:before,
.body-color.sidenav:before,
.container-layout.container-layout.body-color:before,
.table-alt-body-color tr:nth-child(even) {
  color: #ffffff;
  background-color: #111111;
}
.input.body-color,
.field-input.body-color,
.button-style.body-color,
.button-style.body-color[class*="border-"] {
  color: #ffffff !important;
  background-color: #111111 !important;
}
.button-style.body-color:hover,
.button-style.body-color[class*="border-"]:hover,
.button-style.body-color:focus,
.button-style.body-color[class*="border-"]:focus,
.button-style.button-style.body-color:active,
.button-style.button-style.body-color[class*="border-"]:active,
.button-style.button-style.body-color.active,
.button-style.button-style.body-color[class*="border-"].active,
li.active > .button-style.button-style.body-color,
li.active > .button-style.button-style.body-color[class*="border-"] {
  color: #ffffff !important;
  background-color: #0f0f0f !important;
}
/* hover */
.hover-body-color:hover,
.hover-body-color[class*="border-"]:hover,
.hover-body-color:focus,
.hover-body-color[class*="border-"]:focus,
a.button-style.hover-body-color:hover,
a.button-style.hover-body-color.hover,
a.button-style.hover-body-color[class*="border-"]:hover,
a.button-style.hover-body-color[class*="border-"].hover,
a.button-style:hover > .hover-body-color,
a.button-style:hover > .hover-body-color[class*="border-"],
a.button-style.hover-body-color:focus,
a.button-style.hover-body-color[class*="border-"]:focus {
  color: #ffffff !important;
  background-color: #111111 !important;
}
/* active */
.active-body-color.active.active,
.active-body-color[class*="border-"].active.active,
a.button-style.button-style.active-body-color:active,
a.button-style.button-style.active-body-color[class*="border-"]:active,
a.button-style.button-style.active-body-color.active,
a.button-style.button-style.active-body-color[class*="border-"].active,
a.button-style.button-style.active > .active-body-color,
a.button-style.button-style.active > .active-body-color[class*="border-"],
li.active > a.button-style.button-style.active-body-color,
li.active > a.button-style.button-style.active-body-color[class*="border-"],
input.field-input.field-input.active-body-color:checked {
  color: #ffffff !important;
  background-color: #111111 !important;
}
a.link.hover-body-color:hover {
  color: #111111 !important;
}
.body-alt-color,
.body.body-alt-color,
section.body-alt-color:before,
.body-alt-color > .audio-main-layout-wrapper:before,
.body-alt-color > .container-layout:before,
.body-alt-color > .inner-container-layout:before,
.body-alt-color.sidenav:before,
.container-layout.container-layout.body-alt-color:before,
.table-alt-body-alt-color tr:nth-child(even) {
  color: #111111;
  background-color: #ffffff;
}
.input.body-alt-color,
.field-input.body-alt-color,
.button-style.body-alt-color,
.button-style.body-alt-color[class*="border-"] {
  color: #111111 !important;
  background-color: #ffffff !important;
}
.button-style.body-alt-color:hover,
.button-style.body-alt-color[class*="border-"]:hover,
.button-style.body-alt-color:focus,
.button-style.body-alt-color[class*="border-"]:focus,
.button-style.button-style.body-alt-color:active,
.button-style.button-style.body-alt-color[class*="border-"]:active,
.button-style.button-style.body-alt-color.active,
.button-style.button-style.body-alt-color[class*="border-"].active,
li.active > .button-style.button-style.body-alt-color,
li.active > .button-style.button-style.body-alt-color[class*="border-"] {
  color: #111111 !important;
  background-color: #e6e6e6 !important;
}
/* hover */
.hover-body-alt-color:hover,
.hover-body-alt-color[class*="border-"]:hover,
.hover-body-alt-color:focus,
.hover-body-alt-color[class*="border-"]:focus,
a.button-style.hover-body-alt-color:hover,
a.button-style.hover-body-alt-color.hover,
a.button-style.hover-body-alt-color[class*="border-"]:hover,
a.button-style.hover-body-alt-color[class*="border-"].hover,
a.button-style:hover > .hover-body-alt-color,
a.button-style:hover > .hover-body-alt-color[class*="border-"],
a.button-style.hover-body-alt-color:focus,
a.button-style.hover-body-alt-color[class*="border-"]:focus {
  color: #111111 !important;
  background-color: #ffffff !important;
}
/* active */
.active-body-alt-color.active.active,
.active-body-alt-color[class*="border-"].active.active,
a.button-style.button-style.active-body-alt-color:active,
a.button-style.button-style.active-body-alt-color[class*="border-"]:active,
a.button-style.button-style.active-body-alt-color.active,
a.button-style.button-style.active-body-alt-color[class*="border-"].active,
a.button-style.button-style.active > .active-body-alt-color,
a.button-style.button-style.active > .active-body-alt-color[class*="border-"],
li.active > a.button-style.button-style.active-body-alt-color,
li.active > a.button-style.button-style.active-body-alt-color[class*="border-"],
input.field-input.field-input.active-body-alt-color:checked {
  color: #111111 !important;
  background-color: #ffffff !important;
}
a.link.hover-body-alt-color:hover {
  color: #ffffff !important;
}
.grey-25,
.body.grey-25,
section.grey-25:before,
.grey-25 > .audio-main-layout-wrapper:before,
.grey-25 > .container-layout:before,
.grey-25 > .inner-container-layout:before,
.grey-25.sidenav:before,
.container-layout.container-layout.grey-25:before,
.table-alt-grey-25 tr:nth-child(even) {
  color: #111111;
  background-color: #c0c0c0;
}
.input.grey-25,
.field-input.grey-25,
.button-style.grey-25,
.button-style.grey-25[class*="border-"] {
  color: #111111 !important;
  background-color: #c0c0c0 !important;
}
.button-style.grey-25:hover,
.button-style.grey-25[class*="border-"]:hover,
.button-style.grey-25:focus,
.button-style.grey-25[class*="border-"]:focus,
.button-style.button-style.grey-25:active,
.button-style.button-style.grey-25[class*="border-"]:active,
.button-style.button-style.grey-25.active,
.button-style.button-style.grey-25[class*="border-"].active,
li.active > .button-style.button-style.grey-25,
li.active > .button-style.button-style.grey-25[class*="border-"] {
  color: #111111 !important;
  background-color: #adadad !important;
}
/* hover */
.hover-grey-25:hover,
.hover-grey-25[class*="border-"]:hover,
.hover-grey-25:focus,
.hover-grey-25[class*="border-"]:focus,
a.button-style.hover-grey-25:hover,
a.button-style.hover-grey-25.hover,
a.button-style.hover-grey-25[class*="border-"]:hover,
a.button-style.hover-grey-25[class*="border-"].hover,
a.button-style:hover > .hover-grey-25,
a.button-style:hover > .hover-grey-25[class*="border-"],
a.button-style.hover-grey-25:focus,
a.button-style.hover-grey-25[class*="border-"]:focus {
  color: #111111 !important;
  background-color: #c0c0c0 !important;
}
/* active */
.active-grey-25.active.active,
.active-grey-25[class*="border-"].active.active,
a.button-style.button-style.active-grey-25:active,
a.button-style.button-style.active-grey-25[class*="border-"]:active,
a.button-style.button-style.active-grey-25.active,
a.button-style.button-style.active-grey-25[class*="border-"].active,
a.button-style.button-style.active > .active-grey-25,
a.button-style.button-style.active > .active-grey-25[class*="border-"],
li.active > a.button-style.button-style.active-grey-25,
li.active > a.button-style.button-style.active-grey-25[class*="border-"],
input.field-input.field-input.active-grey-25:checked {
  color: #111111 !important;
  background-color: #c0c0c0 !important;
}
a.link.hover-grey-25:hover {
  color: #c0c0c0 !important;
}
.grey-5,
.body.grey-5,
section.grey-5:before,
.grey-5 > .audio-main-layout-wrapper:before,
.grey-5 > .container-layout:before,
.grey-5 > .inner-container-layout:before,
.grey-5.sidenav:before,
.container-layout.container-layout.grey-5:before,
.table-alt-grey-5 tr:nth-child(even) {
  color: #111111;
  background-color: #f2f2f2;
}
.input.grey-5,
.field-input.grey-5,
.button-style.grey-5,
.button-style.grey-5[class*="border-"] {
  color: #111111 !important;
  background-color: #f2f2f2 !important;
}
.button-style.grey-5:hover,
.button-style.grey-5[class*="border-"]:hover,
.button-style.grey-5:focus,
.button-style.grey-5[class*="border-"]:focus,
.button-style.button-style.grey-5:active,
.button-style.button-style.grey-5[class*="border-"]:active,
.button-style.button-style.grey-5.active,
.button-style.button-style.grey-5[class*="border-"].active,
li.active > .button-style.button-style.grey-5,
li.active > .button-style.button-style.grey-5[class*="border-"] {
  color: #111111 !important;
  background-color: #dadada !important;
}
/* hover */
.hover-grey-5:hover,
.hover-grey-5[class*="border-"]:hover,
.hover-grey-5:focus,
.hover-grey-5[class*="border-"]:focus,
a.button-style.hover-grey-5:hover,
a.button-style.hover-grey-5.hover,
a.button-style.hover-grey-5[class*="border-"]:hover,
a.button-style.hover-grey-5[class*="border-"].hover,
a.button-style:hover > .hover-grey-5,
a.button-style:hover > .hover-grey-5[class*="border-"],
a.button-style.hover-grey-5:focus,
a.button-style.hover-grey-5[class*="border-"]:focus {
  color: #111111 !important;
  background-color: #f2f2f2 !important;
}
/* active */
.active-grey-5.active.active,
.active-grey-5[class*="border-"].active.active,
a.button-style.button-style.active-grey-5:active,
a.button-style.button-style.active-grey-5[class*="border-"]:active,
a.button-style.button-style.active-grey-5.active,
a.button-style.button-style.active-grey-5[class*="border-"].active,
a.button-style.button-style.active > .active-grey-5,
a.button-style.button-style.active > .active-grey-5[class*="border-"],
li.active > a.button-style.button-style.active-grey-5,
li.active > a.button-style.button-style.active-grey-5[class*="border-"],
input.field-input.field-input.active-grey-5:checked {
  color: #111111 !important;
  background-color: #f2f2f2 !important;
}
a.link.hover-grey-5:hover {
  color: #f2f2f2 !important;
}
.grey-10,
.body.grey-10,
section.grey-10:before,
.grey-10 > .audio-main-layout-wrapper:before,
.grey-10 > .container-layout:before,
.grey-10 > .inner-container-layout:before,
.grey-10.sidenav:before,
.container-layout.container-layout.grey-10:before,
.table-alt-grey-10 tr:nth-child(even) {
  color: #111111;
  background-color: #e5e5e5;
}
.input.grey-10,
.field-input.grey-10,
.button-style.grey-10,
.button-style.grey-10[class*="border-"] {
  color: #111111 !important;
  background-color: #e5e5e5 !important;
}
.button-style.grey-10:hover,
.button-style.grey-10[class*="border-"]:hover,
.button-style.grey-10:focus,
.button-style.grey-10[class*="border-"]:focus,
.button-style.button-style.grey-10:active,
.button-style.button-style.grey-10[class*="border-"]:active,
.button-style.button-style.grey-10.active,
.button-style.button-style.grey-10[class*="border-"].active,
li.active > .button-style.button-style.grey-10,
li.active > .button-style.button-style.grey-10[class*="border-"] {
  color: #111111 !important;
  background-color: #cecece !important;
}
/* hover */
.hover-grey-10:hover,
.hover-grey-10[class*="border-"]:hover,
.hover-grey-10:focus,
.hover-grey-10[class*="border-"]:focus,
a.button-style.hover-grey-10:hover,
a.button-style.hover-grey-10.hover,
a.button-style.hover-grey-10[class*="border-"]:hover,
a.button-style.hover-grey-10[class*="border-"].hover,
a.button-style:hover > .hover-grey-10,
a.button-style:hover > .hover-grey-10[class*="border-"],
a.button-style.hover-grey-10:focus,
a.button-style.hover-grey-10[class*="border-"]:focus {
  color: #111111 !important;
  background-color: #e5e5e5 !important;
}
/* active */
.active-grey-10.active.active,
.active-grey-10[class*="border-"].active.active,
a.button-style.button-style.active-grey-10:active,
a.button-style.button-style.active-grey-10[class*="border-"]:active,
a.button-style.button-style.active-grey-10.active,
a.button-style.button-style.active-grey-10[class*="border-"].active,
a.button-style.button-style.active > .active-grey-10,
a.button-style.button-style.active > .active-grey-10[class*="border-"],
li.active > a.button-style.button-style.active-grey-10,
li.active > a.button-style.button-style.active-grey-10[class*="border-"],
input.field-input.field-input.active-grey-10:checked {
  color: #111111 !important;
  background-color: #e5e5e5 !important;
}
a.link.hover-grey-10:hover {
  color: #e5e5e5 !important;
}
.grey-15,
.body.grey-15,
section.grey-15:before,
.grey-15 > .audio-main-layout-wrapper:before,
.grey-15 > .container-layout:before,
.grey-15 > .inner-container-layout:before,
.grey-15.sidenav:before,
.container-layout.container-layout.grey-15:before,
.table-alt-grey-15 tr:nth-child(even) {
  color: #111111;
  background-color: #d9d9d9;
}
.input.grey-15,
.field-input.grey-15,
.button-style.grey-15,
.button-style.grey-15[class*="border-"] {
  color: #111111 !important;
  background-color: #d9d9d9 !important;
}
.button-style.grey-15:hover,
.button-style.grey-15[class*="border-"]:hover,
.button-style.grey-15:focus,
.button-style.grey-15[class*="border-"]:focus,
.button-style.button-style.grey-15:active,
.button-style.button-style.grey-15[class*="border-"]:active,
.button-style.button-style.grey-15.active,
.button-style.button-style.grey-15[class*="border-"].active,
li.active > .button-style.button-style.grey-15,
li.active > .button-style.button-style.grey-15[class*="border-"] {
  color: #111111 !important;
  background-color: #c3c3c3 !important;
}
/* hover */
.hover-grey-15:hover,
.hover-grey-15[class*="border-"]:hover,
.hover-grey-15:focus,
.hover-grey-15[class*="border-"]:focus,
a.button-style.hover-grey-15:hover,
a.button-style.hover-grey-15.hover,
a.button-style.hover-grey-15[class*="border-"]:hover,
a.button-style.hover-grey-15[class*="border-"].hover,
a.button-style:hover > .hover-grey-15,
a.button-style:hover > .hover-grey-15[class*="border-"],
a.button-style.hover-grey-15:focus,
a.button-style.hover-grey-15[class*="border-"]:focus {
  color: #111111 !important;
  background-color: #d9d9d9 !important;
}
/* active */
.active-grey-15.active.active,
.active-grey-15[class*="border-"].active.active,
a.button-style.button-style.active-grey-15:active,
a.button-style.button-style.active-grey-15[class*="border-"]:active,
a.button-style.button-style.active-grey-15.active,
a.button-style.button-style.active-grey-15[class*="border-"].active,
a.button-style.button-style.active > .active-grey-15,
a.button-style.button-style.active > .active-grey-15[class*="border-"],
li.active > a.button-style.button-style.active-grey-15,
li.active > a.button-style.button-style.active-grey-15[class*="border-"],
input.field-input.field-input.active-grey-15:checked {
  color: #111111 !important;
  background-color: #d9d9d9 !important;
}
a.link.hover-grey-15:hover {
  color: #d9d9d9 !important;
}
.grey-25,
.body.grey-25,
section.grey-25:before,
.grey-25 > .audio-main-layout-wrapper:before,
.grey-25 > .container-layout:before,
.grey-25 > .inner-container-layout:before,
.grey-25.sidenav:before,
.container-layout.container-layout.grey-25:before,
.table-alt-grey-25 tr:nth-child(even) {
  color: #111111;
  background-color: #c0c0c0;
}
.input.grey-25,
.field-input.grey-25,
.button-style.grey-25,
.button-style.grey-25[class*="border-"] {
  color: #111111 !important;
  background-color: #c0c0c0 !important;
}
.button-style.grey-25:hover,
.button-style.grey-25[class*="border-"]:hover,
.button-style.grey-25:focus,
.button-style.grey-25[class*="border-"]:focus,
.button-style.button-style.grey-25:active,
.button-style.button-style.grey-25[class*="border-"]:active,
.button-style.button-style.grey-25.active,
.button-style.button-style.grey-25[class*="border-"].active,
li.active > .button-style.button-style.grey-25,
li.active > .button-style.button-style.grey-25[class*="border-"] {
  color: #111111 !important;
  background-color: #adadad !important;
}
/* hover */
.hover-grey-25:hover,
.hover-grey-25[class*="border-"]:hover,
.hover-grey-25:focus,
.hover-grey-25[class*="border-"]:focus,
a.button-style.hover-grey-25:hover,
a.button-style.hover-grey-25.hover,
a.button-style.hover-grey-25[class*="border-"]:hover,
a.button-style.hover-grey-25[class*="border-"].hover,
a.button-style:hover > .hover-grey-25,
a.button-style:hover > .hover-grey-25[class*="border-"],
a.button-style.hover-grey-25:focus,
a.button-style.hover-grey-25[class*="border-"]:focus {
  color: #111111 !important;
  background-color: #c0c0c0 !important;
}
/* active */
.active-grey-25.active.active,
.active-grey-25[class*="border-"].active.active,
a.button-style.button-style.active-grey-25:active,
a.button-style.button-style.active-grey-25[class*="border-"]:active,
a.button-style.button-style.active-grey-25.active,
a.button-style.button-style.active-grey-25[class*="border-"].active,
a.button-style.button-style.active > .active-grey-25,
a.button-style.button-style.active > .active-grey-25[class*="border-"],
li.active > a.button-style.button-style.active-grey-25,
li.active > a.button-style.button-style.active-grey-25[class*="border-"],
input.field-input.field-input.active-grey-25:checked {
  color: #111111 !important;
  background-color: #c0c0c0 !important;
}
a.link.hover-grey-25:hover {
  color: #c0c0c0 !important;
}
.grey-30,
.body.grey-30,
section.grey-30:before,
.grey-30 > .audio-main-layout-wrapper:before,
.grey-30 > .container-layout:before,
.grey-30 > .inner-container-layout:before,
.grey-30.sidenav:before,
.container-layout.container-layout.grey-30:before,
.table-alt-grey-30 tr:nth-child(even) {
  color: #ffffff;
  background-color: #b3b3b3;
}
.input.grey-30,
.field-input.grey-30,
.button-style.grey-30,
.button-style.grey-30[class*="border-"] {
  color: #ffffff !important;
  background-color: #b3b3b3 !important;
}
.button-style.grey-30:hover,
.button-style.grey-30[class*="border-"]:hover,
.button-style.grey-30:focus,
.button-style.grey-30[class*="border-"]:focus,
.button-style.button-style.grey-30:active,
.button-style.button-style.grey-30[class*="border-"]:active,
.button-style.button-style.grey-30.active,
.button-style.button-style.grey-30[class*="border-"].active,
li.active > .button-style.button-style.grey-30,
li.active > .button-style.button-style.grey-30[class*="border-"] {
  color: #ffffff !important;
  background-color: #a1a1a1 !important;
}
/* hover */
.hover-grey-30:hover,
.hover-grey-30[class*="border-"]:hover,
.hover-grey-30:focus,
.hover-grey-30[class*="border-"]:focus,
a.button-style.hover-grey-30:hover,
a.button-style.hover-grey-30.hover,
a.button-style.hover-grey-30[class*="border-"]:hover,
a.button-style.hover-grey-30[class*="border-"].hover,
a.button-style:hover > .hover-grey-30,
a.button-style:hover > .hover-grey-30[class*="border-"],
a.button-style.hover-grey-30:focus,
a.button-style.hover-grey-30[class*="border-"]:focus {
  color: #ffffff !important;
  background-color: #b3b3b3 !important;
}
/* active */
.active-grey-30.active.active,
.active-grey-30[class*="border-"].active.active,
a.button-style.button-style.active-grey-30:active,
a.button-style.button-style.active-grey-30[class*="border-"]:active,
a.button-style.button-style.active-grey-30.active,
a.button-style.button-style.active-grey-30[class*="border-"].active,
a.button-style.button-style.active > .active-grey-30,
a.button-style.button-style.active > .active-grey-30[class*="border-"],
li.active > a.button-style.button-style.active-grey-30,
li.active > a.button-style.button-style.active-grey-30[class*="border-"],
input.field-input.field-input.active-grey-30:checked {
  color: #ffffff !important;
  background-color: #b3b3b3 !important;
}
a.link.hover-grey-30:hover {
  color: #b3b3b3 !important;
}
.grey-40,
.body.grey-40,
section.grey-40:before,
.grey-40 > .audio-main-layout-wrapper:before,
.grey-40 > .container-layout:before,
.grey-40 > .inner-container-layout:before,
.grey-40.sidenav:before,
.container-layout.container-layout.grey-40:before,
.table-alt-grey-40 tr:nth-child(even) {
  color: #ffffff;
  background-color: #999999;
}
.input.grey-40,
.field-input.grey-40,
.button-style.grey-40,
.button-style.grey-40[class*="border-"] {
  color: #ffffff !important;
  background-color: #999999 !important;
}
.button-style.grey-40:hover,
.button-style.grey-40[class*="border-"]:hover,
.button-style.grey-40:focus,
.button-style.grey-40[class*="border-"]:focus,
.button-style.button-style.grey-40:active,
.button-style.button-style.grey-40[class*="border-"]:active,
.button-style.button-style.grey-40.active,
.button-style.button-style.grey-40[class*="border-"].active,
li.active > .button-style.button-style.grey-40,
li.active > .button-style.button-style.grey-40[class*="border-"] {
  color: #ffffff !important;
  background-color: #8a8a8a !important;
}
/* hover */
.hover-grey-40:hover,
.hover-grey-40[class*="border-"]:hover,
.hover-grey-40:focus,
.hover-grey-40[class*="border-"]:focus,
a.button-style.hover-grey-40:hover,
a.button-style.hover-grey-40.hover,
a.button-style.hover-grey-40[class*="border-"]:hover,
a.button-style.hover-grey-40[class*="border-"].hover,
a.button-style:hover > .hover-grey-40,
a.button-style:hover > .hover-grey-40[class*="border-"],
a.button-style.hover-grey-40:focus,
a.button-style.hover-grey-40[class*="border-"]:focus {
  color: #ffffff !important;
  background-color: #999999 !important;
}
/* active */
.active-grey-40.active.active,
.active-grey-40[class*="border-"].active.active,
a.button-style.button-style.active-grey-40:active,
a.button-style.button-style.active-grey-40[class*="border-"]:active,
a.button-style.button-style.active-grey-40.active,
a.button-style.button-style.active-grey-40[class*="border-"].active,
a.button-style.button-style.active > .active-grey-40,
a.button-style.button-style.active > .active-grey-40[class*="border-"],
li.active > a.button-style.button-style.active-grey-40,
li.active > a.button-style.button-style.active-grey-40[class*="border-"],
input.field-input.field-input.active-grey-40:checked {
  color: #ffffff !important;
  background-color: #999999 !important;
}
a.link.hover-grey-40:hover {
  color: #999999 !important;
}
.grey-50,
.body.grey-50,
section.grey-50:before,
.grey-50 > .audio-main-layout-wrapper:before,
.grey-50 > .container-layout:before,
.grey-50 > .inner-container-layout:before,
.grey-50.sidenav:before,
.container-layout.container-layout.grey-50:before,
.table-alt-grey-50 tr:nth-child(even) {
  color: #ffffff;
  background-color: #808080;
}
.input.grey-50,
.field-input.grey-50,
.button-style.grey-50,
.button-style.grey-50[class*="border-"] {
  color: #ffffff !important;
  background-color: #808080 !important;
}
.button-style.grey-50:hover,
.button-style.grey-50[class*="border-"]:hover,
.button-style.grey-50:focus,
.button-style.grey-50[class*="border-"]:focus,
.button-style.button-style.grey-50:active,
.button-style.button-style.grey-50[class*="border-"]:active,
.button-style.button-style.grey-50.active,
.button-style.button-style.grey-50[class*="border-"].active,
li.active > .button-style.button-style.grey-50,
li.active > .button-style.button-style.grey-50[class*="border-"] {
  color: #ffffff !important;
  background-color: #737373 !important;
}
/* hover */
.hover-grey-50:hover,
.hover-grey-50[class*="border-"]:hover,
.hover-grey-50:focus,
.hover-grey-50[class*="border-"]:focus,
a.button-style.hover-grey-50:hover,
a.button-style.hover-grey-50.hover,
a.button-style.hover-grey-50[class*="border-"]:hover,
a.button-style.hover-grey-50[class*="border-"].hover,
a.button-style:hover > .hover-grey-50,
a.button-style:hover > .hover-grey-50[class*="border-"],
a.button-style.hover-grey-50:focus,
a.button-style.hover-grey-50[class*="border-"]:focus {
  color: #ffffff !important;
  background-color: #808080 !important;
}
/* active */
.active-grey-50.active.active,
.active-grey-50[class*="border-"].active.active,
a.button-style.button-style.active-grey-50:active,
a.button-style.button-style.active-grey-50[class*="border-"]:active,
a.button-style.button-style.active-grey-50.active,
a.button-style.button-style.active-grey-50[class*="border-"].active,
a.button-style.button-style.active > .active-grey-50,
a.button-style.button-style.active > .active-grey-50[class*="border-"],
li.active > a.button-style.button-style.active-grey-50,
li.active > a.button-style.button-style.active-grey-50[class*="border-"],
input.field-input.field-input.active-grey-50:checked {
  color: #ffffff !important;
  background-color: #808080 !important;
}
a.link.hover-grey-50:hover {
  color: #808080 !important;
}
.grey-60,
.body.grey-60,
section.grey-60:before,
.grey-60 > .audio-main-layout-wrapper:before,
.grey-60 > .container-layout:before,
.grey-60 > .inner-container-layout:before,
.grey-60.sidenav:before,
.container-layout.container-layout.grey-60:before,
.table-alt-grey-60 tr:nth-child(even) {
  color: #ffffff;
  background-color: #666666;
}
.input.grey-60,
.field-input.grey-60,
.button-style.grey-60,
.button-style.grey-60[class*="border-"] {
  color: #ffffff !important;
  background-color: #666666 !important;
}
.button-style.grey-60:hover,
.button-style.grey-60[class*="border-"]:hover,
.button-style.grey-60:focus,
.button-style.grey-60[class*="border-"]:focus,
.button-style.button-style.grey-60:active,
.button-style.button-style.grey-60[class*="border-"]:active,
.button-style.button-style.grey-60.active,
.button-style.button-style.grey-60[class*="border-"].active,
li.active > .button-style.button-style.grey-60,
li.active > .button-style.button-style.grey-60[class*="border-"] {
  color: #ffffff !important;
  background-color: #5c5c5c !important;
}
/* hover */
.hover-grey-60:hover,
.hover-grey-60[class*="border-"]:hover,
.hover-grey-60:focus,
.hover-grey-60[class*="border-"]:focus,
a.button-style.hover-grey-60:hover,
a.button-style.hover-grey-60.hover,
a.button-style.hover-grey-60[class*="border-"]:hover,
a.button-style.hover-grey-60[class*="border-"].hover,
a.button-style:hover > .hover-grey-60,
a.button-style:hover > .hover-grey-60[class*="border-"],
a.button-style.hover-grey-60:focus,
a.button-style.hover-grey-60[class*="border-"]:focus {
  color: #ffffff !important;
  background-color: #666666 !important;
}
/* active */
.active-grey-60.active.active,
.active-grey-60[class*="border-"].active.active,
a.button-style.button-style.active-grey-60:active,
a.button-style.button-style.active-grey-60[class*="border-"]:active,
a.button-style.button-style.active-grey-60.active,
a.button-style.button-style.active-grey-60[class*="border-"].active,
a.button-style.button-style.active > .active-grey-60,
a.button-style.button-style.active > .active-grey-60[class*="border-"],
li.active > a.button-style.button-style.active-grey-60,
li.active > a.button-style.button-style.active-grey-60[class*="border-"],
input.field-input.field-input.active-grey-60:checked {
  color: #ffffff !important;
  background-color: #666666 !important;
}
a.link.hover-grey-60:hover {
  color: #666666 !important;
}
.grey-70,
.body.grey-70,
section.grey-70:before,
.grey-70 > .audio-main-layout-wrapper:before,
.grey-70 > .container-layout:before,
.grey-70 > .inner-container-layout:before,
.grey-70.sidenav:before,
.container-layout.container-layout.grey-70:before,
.table-alt-grey-70 tr:nth-child(even) {
  color: #ffffff;
  background-color: #4d4d4d;
}
.input.grey-70,
.field-input.grey-70,
.button-style.grey-70,
.button-style.grey-70[class*="border-"] {
  color: #ffffff !important;
  background-color: #4d4d4d !important;
}
.button-style.grey-70:hover,
.button-style.grey-70[class*="border-"]:hover,
.button-style.grey-70:focus,
.button-style.grey-70[class*="border-"]:focus,
.button-style.button-style.grey-70:active,
.button-style.button-style.grey-70[class*="border-"]:active,
.button-style.button-style.grey-70.active,
.button-style.button-style.grey-70[class*="border-"].active,
li.active > .button-style.button-style.grey-70,
li.active > .button-style.button-style.grey-70[class*="border-"] {
  color: #ffffff !important;
  background-color: #454545 !important;
}
/* hover */
.hover-grey-70:hover,
.hover-grey-70[class*="border-"]:hover,
.hover-grey-70:focus,
.hover-grey-70[class*="border-"]:focus,
a.button-style.hover-grey-70:hover,
a.button-style.hover-grey-70.hover,
a.button-style.hover-grey-70[class*="border-"]:hover,
a.button-style.hover-grey-70[class*="border-"].hover,
a.button-style:hover > .hover-grey-70,
a.button-style:hover > .hover-grey-70[class*="border-"],
a.button-style.hover-grey-70:focus,
a.button-style.hover-grey-70[class*="border-"]:focus {
  color: #ffffff !important;
  background-color: #4d4d4d !important;
}
/* active */
.active-grey-70.active.active,
.active-grey-70[class*="border-"].active.active,
a.button-style.button-style.active-grey-70:active,
a.button-style.button-style.active-grey-70[class*="border-"]:active,
a.button-style.button-style.active-grey-70.active,
a.button-style.button-style.active-grey-70[class*="border-"].active,
a.button-style.button-style.active > .active-grey-70,
a.button-style.button-style.active > .active-grey-70[class*="border-"],
li.active > a.button-style.button-style.active-grey-70,
li.active > a.button-style.button-style.active-grey-70[class*="border-"],
input.field-input.field-input.active-grey-70:checked {
  color: #ffffff !important;
  background-color: #4d4d4d !important;
}
a.link.hover-grey-70:hover {
  color: #4d4d4d !important;
}
.grey-75,
.body.grey-75,
section.grey-75:before,
.grey-75 > .audio-main-layout-wrapper:before,
.grey-75 > .container-layout:before,
.grey-75 > .inner-container-layout:before,
.grey-75.sidenav:before,
.container-layout.container-layout.grey-75:before,
.table-alt-grey-75 tr:nth-child(even) {
  color: #ffffff;
  background-color: #404040;
}
.input.grey-75,
.field-input.grey-75,
.button-style.grey-75,
.button-style.grey-75[class*="border-"] {
  color: #ffffff !important;
  background-color: #404040 !important;
}
.button-style.grey-75:hover,
.button-style.grey-75[class*="border-"]:hover,
.button-style.grey-75:focus,
.button-style.grey-75[class*="border-"]:focus,
.button-style.button-style.grey-75:active,
.button-style.button-style.grey-75[class*="border-"]:active,
.button-style.button-style.grey-75.active,
.button-style.button-style.grey-75[class*="border-"].active,
li.active > .button-style.button-style.grey-75,
li.active > .button-style.button-style.grey-75[class*="border-"] {
  color: #ffffff !important;
  background-color: #3a3a3a !important;
}
/* hover */
.hover-grey-75:hover,
.hover-grey-75[class*="border-"]:hover,
.hover-grey-75:focus,
.hover-grey-75[class*="border-"]:focus,
a.button-style.hover-grey-75:hover,
a.button-style.hover-grey-75.hover,
a.button-style.hover-grey-75[class*="border-"]:hover,
a.button-style.hover-grey-75[class*="border-"].hover,
a.button-style:hover > .hover-grey-75,
a.button-style:hover > .hover-grey-75[class*="border-"],
a.button-style.hover-grey-75:focus,
a.button-style.hover-grey-75[class*="border-"]:focus {
  color: #ffffff !important;
  background-color: #404040 !important;
}
/* active */
.active-grey-75.active.active,
.active-grey-75[class*="border-"].active.active,
a.button-style.button-style.active-grey-75:active,
a.button-style.button-style.active-grey-75[class*="border-"]:active,
a.button-style.button-style.active-grey-75.active,
a.button-style.button-style.active-grey-75[class*="border-"].active,
a.button-style.button-style.active > .active-grey-75,
a.button-style.button-style.active > .active-grey-75[class*="border-"],
li.active > a.button-style.button-style.active-grey-75,
li.active > a.button-style.button-style.active-grey-75[class*="border-"],
input.field-input.field-input.active-grey-75:checked {
  color: #ffffff !important;
  background-color: #404040 !important;
}
a.link.hover-grey-75:hover {
  color: #404040 !important;
}
.grey-80,
.body.grey-80,
section.grey-80:before,
.grey-80 > .audio-main-layout-wrapper:before,
.grey-80 > .container-layout:before,
.grey-80 > .inner-container-layout:before,
.grey-80.sidenav:before,
.container-layout.container-layout.grey-80:before,
.table-alt-grey-80 tr:nth-child(even) {
  color: #ffffff;
  background-color: #333333;
}
.input.grey-80,
.field-input.grey-80,
.button-style.grey-80,
.button-style.grey-80[class*="border-"] {
  color: #ffffff !important;
  background-color: #333333 !important;
}
.button-style.grey-80:hover,
.button-style.grey-80[class*="border-"]:hover,
.button-style.grey-80:focus,
.button-style.grey-80[class*="border-"]:focus,
.button-style.button-style.grey-80:active,
.button-style.button-style.grey-80[class*="border-"]:active,
.button-style.button-style.grey-80.active,
.button-style.button-style.grey-80[class*="border-"].active,
li.active > .button-style.button-style.grey-80,
li.active > .button-style.button-style.grey-80[class*="border-"] {
  color: #ffffff !important;
  background-color: #2e2e2e !important;
}
/* hover */
.hover-grey-80:hover,
.hover-grey-80[class*="border-"]:hover,
.hover-grey-80:focus,
.hover-grey-80[class*="border-"]:focus,
a.button-style.hover-grey-80:hover,
a.button-style.hover-grey-80.hover,
a.button-style.hover-grey-80[class*="border-"]:hover,
a.button-style.hover-grey-80[class*="border-"].hover,
a.button-style:hover > .hover-grey-80,
a.button-style:hover > .hover-grey-80[class*="border-"],
a.button-style.hover-grey-80:focus,
a.button-style.hover-grey-80[class*="border-"]:focus {
  color: #ffffff !important;
  background-color: #333333 !important;
}
/* active */
.active-grey-80.active.active,
.active-grey-80[class*="border-"].active.active,
a.button-style.button-style.active-grey-80:active,
a.button-style.button-style.active-grey-80[class*="border-"]:active,
a.button-style.button-style.active-grey-80.active,
a.button-style.button-style.active-grey-80[class*="border-"].active,
a.button-style.button-style.active > .active-grey-80,
a.button-style.button-style.active > .active-grey-80[class*="border-"],
li.active > a.button-style.button-style.active-grey-80,
li.active > a.button-style.button-style.active-grey-80[class*="border-"],
input.field-input.field-input.active-grey-80:checked {
  color: #ffffff !important;
  background-color: #333333 !important;
}
a.link.hover-grey-80:hover {
  color: #333333 !important;
}
.grey-90,
.body.grey-90,
section.grey-90:before,
.grey-90 > .audio-main-layout-wrapper:before,
.grey-90 > .container-layout:before,
.grey-90 > .inner-container-layout:before,
.grey-90.sidenav:before,
.container-layout.container-layout.grey-90:before,
.table-alt-grey-90 tr:nth-child(even) {
  color: #ffffff;
  background-color: #1a1a1a;
}
.input.grey-90,
.field-input.grey-90,
.button-style.grey-90,
.button-style.grey-90[class*="border-"] {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
}
.button-style.grey-90:hover,
.button-style.grey-90[class*="border-"]:hover,
.button-style.grey-90:focus,
.button-style.grey-90[class*="border-"]:focus,
.button-style.button-style.grey-90:active,
.button-style.button-style.grey-90[class*="border-"]:active,
.button-style.button-style.grey-90.active,
.button-style.button-style.grey-90[class*="border-"].active,
li.active > .button-style.button-style.grey-90,
li.active > .button-style.button-style.grey-90[class*="border-"] {
  color: #ffffff !important;
  background-color: #171717 !important;
}
/* hover */
.hover-grey-90:hover,
.hover-grey-90[class*="border-"]:hover,
.hover-grey-90:focus,
.hover-grey-90[class*="border-"]:focus,
a.button-style.hover-grey-90:hover,
a.button-style.hover-grey-90.hover,
a.button-style.hover-grey-90[class*="border-"]:hover,
a.button-style.hover-grey-90[class*="border-"].hover,
a.button-style:hover > .hover-grey-90,
a.button-style:hover > .hover-grey-90[class*="border-"],
a.button-style.hover-grey-90:focus,
a.button-style.hover-grey-90[class*="border-"]:focus {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
}
/* active */
.active-grey-90.active.active,
.active-grey-90[class*="border-"].active.active,
a.button-style.button-style.active-grey-90:active,
a.button-style.button-style.active-grey-90[class*="border-"]:active,
a.button-style.button-style.active-grey-90.active,
a.button-style.button-style.active-grey-90[class*="border-"].active,
a.button-style.button-style.active > .active-grey-90,
a.button-style.button-style.active > .active-grey-90[class*="border-"],
li.active > a.button-style.button-style.active-grey-90,
li.active > a.button-style.button-style.active-grey-90[class*="border-"],
input.field-input.field-input.active-grey-90:checked {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
}
a.link.hover-grey-90:hover {
  color: #1a1a1a !important;
}
.border-color-1-dark-3,
.border-color-1-dark-3.input,
.border-color-1-dark-3.field-input.field-input,
.separator-color-1-dark-3:after {
  border-color: #292a33;
  stroke: #292a33;
}
.button-style.border-color-1-dark-3 {
  border-color: #292a33 !important;
  color: #292a33 !important;
  background-color: transparent !important;
}
.button-style.border-color-1-dark-3:hover,
.button-style.border-color-1-dark-3:focus {
  border-color: transparent !important;
  color: #25262e !important;
  background-color: transparent !important;
}
.border-hover-color-1-dark-3:hover,
.border-hover-color-1-dark-3:focus,
a.button-style.border-hover-color-1-dark-3:hover,
a.button-style:hover > .border-hover-color-1-dark-3,
a.button-style.border-hover-color-1-dark-3:focus {
  color: #292a33 !important;
  border-color: #292a33 !important;
}
.border-active-color-1-dark-3.active.active,
a.button-style.button-style.border-active-color-1-dark-3:active,
a.button-style.button-style.border-active-color-1-dark-3.active,
a.button-style.button-style.active > .border-active-color-1-dark-3,
li.active > a.button-style.button-style.border-active-color-1-dark-3,
input.field-input.field-input.border-active-color-1-dark-3:checked {
  color: #292a33 !important;
  border-color: #292a33 !important;
}
.link.border-color-1-dark-3[class*="border-"] {
  border-color: #292a33 !important;
}
.link.border-color-1-dark-3[class*="border-"]:hover {
  border-color: #25262e !important;
}
.border-color-1-dark-2,
.border-color-1-dark-2.input,
.border-color-1-dark-2.field-input.field-input,
.separator-color-1-dark-2:after {
  border-color: #474d75;
  stroke: #474d75;
}
.button-style.border-color-1-dark-2 {
  border-color: #474d75 !important;
  color: #474d75 !important;
  background-color: transparent !important;
}
.button-style.border-color-1-dark-2:hover,
.button-style.border-color-1-dark-2:focus {
  border-color: transparent !important;
  color: #404569 !important;
  background-color: transparent !important;
}
.border-hover-color-1-dark-2:hover,
.border-hover-color-1-dark-2:focus,
a.button-style.border-hover-color-1-dark-2:hover,
a.button-style:hover > .border-hover-color-1-dark-2,
a.button-style.border-hover-color-1-dark-2:focus {
  color: #474d75 !important;
  border-color: #474d75 !important;
}
.border-active-color-1-dark-2.active.active,
a.button-style.button-style.border-active-color-1-dark-2:active,
a.button-style.button-style.border-active-color-1-dark-2.active,
a.button-style.button-style.active > .border-active-color-1-dark-2,
li.active > a.button-style.button-style.border-active-color-1-dark-2,
input.field-input.field-input.border-active-color-1-dark-2:checked {
  color: #474d75 !important;
  border-color: #474d75 !important;
}
.link.border-color-1-dark-2[class*="border-"] {
  border-color: #474d75 !important;
}
.link.border-color-1-dark-2[class*="border-"]:hover {
  border-color: #404569 !important;
}
.border-color-1-dark-1,
.border-color-1-dark-1.input,
.border-color-1-dark-1.field-input.field-input,
.separator-color-1-dark-1:after {
  border-color: #4d59b7;
  stroke: #4d59b7;
}
.button-style.border-color-1-dark-1 {
  border-color: #4d59b7 !important;
  color: #4d59b7 !important;
  background-color: transparent !important;
}
.button-style.border-color-1-dark-1:hover,
.button-style.border-color-1-dark-1:focus {
  border-color: transparent !important;
  color: #434fa7 !important;
  background-color: transparent !important;
}
.border-hover-color-1-dark-1:hover,
.border-hover-color-1-dark-1:focus,
a.button-style.border-hover-color-1-dark-1:hover,
a.button-style:hover > .border-hover-color-1-dark-1,
a.button-style.border-hover-color-1-dark-1:focus {
  color: #4d59b7 !important;
  border-color: #4d59b7 !important;
}
.border-active-color-1-dark-1.active.active,
a.button-style.button-style.border-active-color-1-dark-1:active,
a.button-style.button-style.border-active-color-1-dark-1.active,
a.button-style.button-style.active > .border-active-color-1-dark-1,
li.active > a.button-style.button-style.border-active-color-1-dark-1,
input.field-input.field-input.border-active-color-1-dark-1:checked {
  color: #4d59b7 !important;
  border-color: #4d59b7 !important;
}
.link.border-color-1-dark-1[class*="border-"] {
  border-color: #4d59b7 !important;
}
.link.border-color-1-dark-1[class*="border-"]:hover {
  border-color: #434fa7 !important;
}
.border-color-1,
.border-color-1.input,
.border-color-1.field-input.field-input,
.separator-color-1:after {
  border-color: #3a50f9;
  stroke: #3a50f9;
}
.button-style.border-color-1 {
  border-color: #3a50f9 !important;
  color: #3a50f9 !important;
  background-color: transparent !important;
}
.button-style.border-color-1:hover,
.button-style.border-color-1:focus {
  border-color: transparent !important;
  color: #1c36f8 !important;
  background-color: transparent !important;
}
.border-hover-color-1:hover,
.border-hover-color-1:focus,
a.button-style.border-hover-color-1:hover,
a.button-style:hover > .border-hover-color-1,
a.button-style.border-hover-color-1:focus {
  color: #3a50f9 !important;
  border-color: #3a50f9 !important;
}
.border-active-color-1.active.active,
a.button-style.button-style.border-active-color-1:active,
a.button-style.button-style.border-active-color-1.active,
a.button-style.button-style.active > .border-active-color-1,
li.active > a.button-style.button-style.border-active-color-1,
input.field-input.field-input.border-active-color-1:checked {
  color: #3a50f9 !important;
  border-color: #3a50f9 !important;
}
.link.border-color-1[class*="border-"] {
  border-color: #3a50f9 !important;
}
.link.border-color-1[class*="border-"]:hover {
  border-color: #1c36f8 !important;
}
.border-color-1-light-1,
.border-color-1-light-1.input,
.border-color-1-light-1.field-input.field-input,
.separator-color-1-light-1:after {
  border-color: #7484fb;
  stroke: #7484fb;
}
.button-style.border-color-1-light-1 {
  border-color: #7484fb !important;
  color: #7484fb !important;
  background-color: transparent !important;
}
.button-style.border-color-1-light-1:hover,
.button-style.border-color-1-light-1:focus {
  border-color: transparent !important;
  color: #5064fa !important;
  background-color: transparent !important;
}
.border-hover-color-1-light-1:hover,
.border-hover-color-1-light-1:focus,
a.button-style.border-hover-color-1-light-1:hover,
a.button-style:hover > .border-hover-color-1-light-1,
a.button-style.border-hover-color-1-light-1:focus {
  color: #7484fb !important;
  border-color: #7484fb !important;
}
.border-active-color-1-light-1.active.active,
a.button-style.button-style.border-active-color-1-light-1:active,
a.button-style.button-style.border-active-color-1-light-1.active,
a.button-style.button-style.active > .border-active-color-1-light-1,
li.active > a.button-style.button-style.border-active-color-1-light-1,
input.field-input.field-input.border-active-color-1-light-1:checked {
  color: #7484fb !important;
  border-color: #7484fb !important;
}
.link.border-color-1-light-1[class*="border-"] {
  border-color: #7484fb !important;
}
.link.border-color-1-light-1[class*="border-"]:hover {
  border-color: #5064fa !important;
}
.border-color-1-light-2,
.border-color-1-light-2.input,
.border-color-1-light-2.field-input.field-input,
.separator-color-1-light-2:after {
  border-color: #afb8fd;
  stroke: #afb8fd;
}
.button-style.border-color-1-light-2 {
  border-color: #afb8fd !important;
  color: #afb8fd !important;
  background-color: transparent !important;
}
.button-style.border-color-1-light-2:hover,
.button-style.border-color-1-light-2:focus {
  border-color: transparent !important;
  color: #8593fc !important;
  background-color: transparent !important;
}
.border-hover-color-1-light-2:hover,
.border-hover-color-1-light-2:focus,
a.button-style.border-hover-color-1-light-2:hover,
a.button-style:hover > .border-hover-color-1-light-2,
a.button-style.border-hover-color-1-light-2:focus {
  color: #afb8fd !important;
  border-color: #afb8fd !important;
}
.border-active-color-1-light-2.active.active,
a.button-style.button-style.border-active-color-1-light-2:active,
a.button-style.button-style.border-active-color-1-light-2.active,
a.button-style.button-style.active > .border-active-color-1-light-2,
li.active > a.button-style.button-style.border-active-color-1-light-2,
input.field-input.field-input.border-active-color-1-light-2:checked {
  color: #afb8fd !important;
  border-color: #afb8fd !important;
}
.link.border-color-1-light-2[class*="border-"] {
  border-color: #afb8fd !important;
}
.link.border-color-1-light-2[class*="border-"]:hover {
  border-color: #8593fc !important;
}
.border-color-1-light-3,
.border-color-1-light-3.input,
.border-color-1-light-3.field-input.field-input,
.separator-color-1-light-3:after {
  border-color: #ebedfe;
  stroke: #ebedfe;
}
.button-style.border-color-1-light-3 {
  border-color: #ebedfe !important;
  color: #ebedfe !important;
  background-color: transparent !important;
}
.button-style.border-color-1-light-3:hover,
.button-style.border-color-1-light-3:focus {
  border-color: transparent !important;
  color: #bcc3fc !important;
  background-color: transparent !important;
}
.border-hover-color-1-light-3:hover,
.border-hover-color-1-light-3:focus,
a.button-style.border-hover-color-1-light-3:hover,
a.button-style:hover > .border-hover-color-1-light-3,
a.button-style.border-hover-color-1-light-3:focus {
  color: #ebedfe !important;
  border-color: #ebedfe !important;
}
.border-active-color-1-light-3.active.active,
a.button-style.button-style.border-active-color-1-light-3:active,
a.button-style.button-style.border-active-color-1-light-3.active,
a.button-style.button-style.active > .border-active-color-1-light-3,
li.active > a.button-style.button-style.border-active-color-1-light-3,
input.field-input.field-input.border-active-color-1-light-3:checked {
  color: #ebedfe !important;
  border-color: #ebedfe !important;
}
.link.border-color-1-light-3[class*="border-"] {
  border-color: #ebedfe !important;
}
.link.border-color-1-light-3[class*="border-"]:hover {
  border-color: #bcc3fc !important;
}
.border-color-1-base,
.border-color-1-base.input,
.border-color-1-base.field-input.field-input,
.separator-color-1-base:after {
  border-color: #3a50f9;
  stroke: #3a50f9;
}
.button-style.border-color-1-base {
  border-color: #3a50f9 !important;
  color: #3a50f9 !important;
  background-color: transparent !important;
}
.button-style.border-color-1-base:hover,
.button-style.border-color-1-base:focus {
  border-color: transparent !important;
  color: #1c36f8 !important;
  background-color: transparent !important;
}
.border-hover-color-1-base:hover,
.border-hover-color-1-base:focus,
a.button-style.border-hover-color-1-base:hover,
a.button-style:hover > .border-hover-color-1-base,
a.button-style.border-hover-color-1-base:focus {
  color: #3a50f9 !important;
  border-color: #3a50f9 !important;
}
.border-active-color-1-base.active.active,
a.button-style.button-style.border-active-color-1-base:active,
a.button-style.button-style.border-active-color-1-base.active,
a.button-style.button-style.active > .border-active-color-1-base,
li.active > a.button-style.button-style.border-active-color-1-base,
input.field-input.field-input.border-active-color-1-base:checked {
  color: #3a50f9 !important;
  border-color: #3a50f9 !important;
}
.link.border-color-1-base[class*="border-"] {
  border-color: #3a50f9 !important;
}
.link.border-color-1-base[class*="border-"]:hover {
  border-color: #1c36f8 !important;
}
.border-color-2-dark-3,
.border-color-2-dark-3.input,
.border-color-2-dark-3.field-input.field-input,
.separator-color-2-dark-3:after {
  border-color: #332930;
  stroke: #332930;
}
.button-style.border-color-2-dark-3 {
  border-color: #332930 !important;
  color: #332930 !important;
  background-color: transparent !important;
}
.button-style.border-color-2-dark-3:hover,
.button-style.border-color-2-dark-3:focus {
  border-color: transparent !important;
  color: #2e252b !important;
  background-color: transparent !important;
}
.border-hover-color-2-dark-3:hover,
.border-hover-color-2-dark-3:focus,
a.button-style.border-hover-color-2-dark-3:hover,
a.button-style:hover > .border-hover-color-2-dark-3,
a.button-style.border-hover-color-2-dark-3:focus {
  color: #332930 !important;
  border-color: #332930 !important;
}
.border-active-color-2-dark-3.active.active,
a.button-style.button-style.border-active-color-2-dark-3:active,
a.button-style.button-style.border-active-color-2-dark-3.active,
a.button-style.button-style.active > .border-active-color-2-dark-3,
li.active > a.button-style.button-style.border-active-color-2-dark-3,
input.field-input.field-input.border-active-color-2-dark-3:checked {
  color: #332930 !important;
  border-color: #332930 !important;
}
.link.border-color-2-dark-3[class*="border-"] {
  border-color: #332930 !important;
}
.link.border-color-2-dark-3[class*="border-"]:hover {
  border-color: #2e252b !important;
}
.border-color-2-dark-2,
.border-color-2-dark-2.input,
.border-color-2-dark-2.field-input.field-input,
.separator-color-2-dark-2:after {
  border-color: #714967;
  stroke: #714967;
}
.button-style.border-color-2-dark-2 {
  border-color: #714967 !important;
  color: #714967 !important;
  background-color: transparent !important;
}
.button-style.border-color-2-dark-2:hover,
.button-style.border-color-2-dark-2:focus {
  border-color: transparent !important;
  color: #66425d !important;
  background-color: transparent !important;
}
.border-hover-color-2-dark-2:hover,
.border-hover-color-2-dark-2:focus,
a.button-style.border-hover-color-2-dark-2:hover,
a.button-style:hover > .border-hover-color-2-dark-2,
a.button-style.border-hover-color-2-dark-2:focus {
  color: #714967 !important;
  border-color: #714967 !important;
}
.border-active-color-2-dark-2.active.active,
a.button-style.button-style.border-active-color-2-dark-2:active,
a.button-style.button-style.border-active-color-2-dark-2.active,
a.button-style.button-style.active > .border-active-color-2-dark-2,
li.active > a.button-style.button-style.border-active-color-2-dark-2,
input.field-input.field-input.border-active-color-2-dark-2:checked {
  color: #714967 !important;
  border-color: #714967 !important;
}
.link.border-color-2-dark-2[class*="border-"] {
  border-color: #714967 !important;
}
.link.border-color-2-dark-2[class*="border-"]:hover {
  border-color: #66425d !important;
}
.border-color-2-dark-1,
.border-color-2-dark-1.input,
.border-color-2-dark-1.field-input.field-input,
.separator-color-2-dark-1:after {
  border-color: #b05599;
  stroke: #b05599;
}
.button-style.border-color-2-dark-1 {
  border-color: #b05599 !important;
  color: #b05599 !important;
  background-color: transparent !important;
}
.button-style.border-color-2-dark-1:hover,
.button-style.border-color-2-dark-1:focus {
  border-color: transparent !important;
  color: #a04b8b !important;
  background-color: transparent !important;
}
.border-hover-color-2-dark-1:hover,
.border-hover-color-2-dark-1:focus,
a.button-style.border-hover-color-2-dark-1:hover,
a.button-style:hover > .border-hover-color-2-dark-1,
a.button-style.border-hover-color-2-dark-1:focus {
  color: #b05599 !important;
  border-color: #b05599 !important;
}
.border-active-color-2-dark-1.active.active,
a.button-style.button-style.border-active-color-2-dark-1:active,
a.button-style.button-style.border-active-color-2-dark-1.active,
a.button-style.button-style.active > .border-active-color-2-dark-1,
li.active > a.button-style.button-style.border-active-color-2-dark-1,
input.field-input.field-input.border-active-color-2-dark-1:checked {
  color: #b05599 !important;
  border-color: #b05599 !important;
}
.link.border-color-2-dark-1[class*="border-"] {
  border-color: #b05599 !important;
}
.link.border-color-2-dark-1[class*="border-"]:hover {
  border-color: #a04b8b !important;
}
.border-color-2,
.border-color-2.input,
.border-color-2.field-input.field-input,
.separator-color-2:after {
  border-color: #ee4dc6;
  stroke: #ee4dc6;
}
.button-style.border-color-2 {
  border-color: #ee4dc6 !important;
  color: #ee4dc6 !important;
  background-color: transparent !important;
}
.button-style.border-color-2:hover,
.button-style.border-color-2:focus {
  border-color: transparent !important;
  color: #eb30bd !important;
  background-color: transparent !important;
}
.border-hover-color-2:hover,
.border-hover-color-2:focus,
a.button-style.border-hover-color-2:hover,
a.button-style:hover > .border-hover-color-2,
a.button-style.border-hover-color-2:focus {
  color: #ee4dc6 !important;
  border-color: #ee4dc6 !important;
}
.border-active-color-2.active.active,
a.button-style.button-style.border-active-color-2:active,
a.button-style.button-style.border-active-color-2.active,
a.button-style.button-style.active > .border-active-color-2,
li.active > a.button-style.button-style.border-active-color-2,
input.field-input.field-input.border-active-color-2:checked {
  color: #ee4dc6 !important;
  border-color: #ee4dc6 !important;
}
.link.border-color-2[class*="border-"] {
  border-color: #ee4dc6 !important;
}
.link.border-color-2[class*="border-"]:hover {
  border-color: #eb30bd !important;
}
.border-color-2-light-1,
.border-color-2-light-1.input,
.border-color-2-light-1.field-input.field-input,
.separator-color-2-light-1:after {
  border-color: #f380d7;
  stroke: #f380d7;
}
.button-style.border-color-2-light-1 {
  border-color: #f380d7 !important;
  color: #f380d7 !important;
  background-color: transparent !important;
}
.button-style.border-color-2-light-1:hover,
.button-style.border-color-2-light-1:focus {
  border-color: transparent !important;
  color: #f05ecc !important;
  background-color: transparent !important;
}
.border-hover-color-2-light-1:hover,
.border-hover-color-2-light-1:focus,
a.button-style.border-hover-color-2-light-1:hover,
a.button-style:hover > .border-hover-color-2-light-1,
a.button-style.border-hover-color-2-light-1:focus {
  color: #f380d7 !important;
  border-color: #f380d7 !important;
}
.border-active-color-2-light-1.active.active,
a.button-style.button-style.border-active-color-2-light-1:active,
a.button-style.button-style.border-active-color-2-light-1.active,
a.button-style.button-style.active > .border-active-color-2-light-1,
li.active > a.button-style.button-style.border-active-color-2-light-1,
input.field-input.field-input.border-active-color-2-light-1:checked {
  color: #f380d7 !important;
  border-color: #f380d7 !important;
}
.link.border-color-2-light-1[class*="border-"] {
  border-color: #f380d7 !important;
}
.link.border-color-2-light-1[class*="border-"]:hover {
  border-color: #f05ecc !important;
}
.border-color-2-light-2,
.border-color-2-light-2.input,
.border-color-2-light-2.field-input.field-input,
.separator-color-2-light-2:after {
  border-color: #f8b5e8;
  stroke: #f8b5e8;
}
.button-style.border-color-2-light-2 {
  border-color: #f8b5e8 !important;
  color: #f8b5e8 !important;
  background-color: transparent !important;
}
.button-style.border-color-2-light-2:hover,
.button-style.border-color-2-light-2:focus {
  border-color: transparent !important;
  color: #f48edc !important;
  background-color: transparent !important;
}
.border-hover-color-2-light-2:hover,
.border-hover-color-2-light-2:focus,
a.button-style.border-hover-color-2-light-2:hover,
a.button-style:hover > .border-hover-color-2-light-2,
a.button-style.border-hover-color-2-light-2:focus {
  color: #f8b5e8 !important;
  border-color: #f8b5e8 !important;
}
.border-active-color-2-light-2.active.active,
a.button-style.button-style.border-active-color-2-light-2:active,
a.button-style.button-style.border-active-color-2-light-2.active,
a.button-style.button-style.active > .border-active-color-2-light-2,
li.active > a.button-style.button-style.border-active-color-2-light-2,
input.field-input.field-input.border-active-color-2-light-2:checked {
  color: #f8b5e8 !important;
  border-color: #f8b5e8 !important;
}
.link.border-color-2-light-2[class*="border-"] {
  border-color: #f8b5e8 !important;
}
.link.border-color-2-light-2[class*="border-"]:hover {
  border-color: #f48edc !important;
}
.border-color-2-light-3,
.border-color-2-light-3.input,
.border-color-2-light-3.field-input.field-input,
.separator-color-2-light-3:after {
  border-color: #fdecf9;
  stroke: #fdecf9;
}
.button-style.border-color-2-light-3 {
  border-color: #fdecf9 !important;
  color: #fdecf9 !important;
  background-color: transparent !important;
}
.button-style.border-color-2-light-3:hover,
.button-style.border-color-2-light-3:focus {
  border-color: transparent !important;
  color: #f8c0eb !important;
  background-color: transparent !important;
}
.border-hover-color-2-light-3:hover,
.border-hover-color-2-light-3:focus,
a.button-style.border-hover-color-2-light-3:hover,
a.button-style:hover > .border-hover-color-2-light-3,
a.button-style.border-hover-color-2-light-3:focus {
  color: #fdecf9 !important;
  border-color: #fdecf9 !important;
}
.border-active-color-2-light-3.active.active,
a.button-style.button-style.border-active-color-2-light-3:active,
a.button-style.button-style.border-active-color-2-light-3.active,
a.button-style.button-style.active > .border-active-color-2-light-3,
li.active > a.button-style.button-style.border-active-color-2-light-3,
input.field-input.field-input.border-active-color-2-light-3:checked {
  color: #fdecf9 !important;
  border-color: #fdecf9 !important;
}
.link.border-color-2-light-3[class*="border-"] {
  border-color: #fdecf9 !important;
}
.link.border-color-2-light-3[class*="border-"]:hover {
  border-color: #f8c0eb !important;
}
.border-color-2-base,
.border-color-2-base.input,
.border-color-2-base.field-input.field-input,
.separator-color-2-base:after {
  border-color: #ee4dc6;
  stroke: #ee4dc6;
}
.button-style.border-color-2-base {
  border-color: #ee4dc6 !important;
  color: #ee4dc6 !important;
  background-color: transparent !important;
}
.button-style.border-color-2-base:hover,
.button-style.border-color-2-base:focus {
  border-color: transparent !important;
  color: #eb30bd !important;
  background-color: transparent !important;
}
.border-hover-color-2-base:hover,
.border-hover-color-2-base:focus,
a.button-style.border-hover-color-2-base:hover,
a.button-style:hover > .border-hover-color-2-base,
a.button-style.border-hover-color-2-base:focus {
  color: #ee4dc6 !important;
  border-color: #ee4dc6 !important;
}
.border-active-color-2-base.active.active,
a.button-style.button-style.border-active-color-2-base:active,
a.button-style.button-style.border-active-color-2-base.active,
a.button-style.button-style.active > .border-active-color-2-base,
li.active > a.button-style.button-style.border-active-color-2-base,
input.field-input.field-input.border-active-color-2-base:checked {
  color: #ee4dc6 !important;
  border-color: #ee4dc6 !important;
}
.link.border-color-2-base[class*="border-"] {
  border-color: #ee4dc6 !important;
}
.link.border-color-2-base[class*="border-"]:hover {
  border-color: #eb30bd !important;
}
.border-color-3-dark-3,
.border-color-3-dark-3.input,
.border-color-3-dark-3.field-input.field-input,
.separator-color-3-dark-3:after {
  border-color: #333129;
  stroke: #333129;
}
.button-style.border-color-3-dark-3 {
  border-color: #333129 !important;
  color: #333129 !important;
  background-color: transparent !important;
}
.button-style.border-color-3-dark-3:hover,
.button-style.border-color-3-dark-3:focus {
  border-color: transparent !important;
  color: #2e2c25 !important;
  background-color: transparent !important;
}
.border-hover-color-3-dark-3:hover,
.border-hover-color-3-dark-3:focus,
a.button-style.border-hover-color-3-dark-3:hover,
a.button-style:hover > .border-hover-color-3-dark-3,
a.button-style.border-hover-color-3-dark-3:focus {
  color: #333129 !important;
  border-color: #333129 !important;
}
.border-active-color-3-dark-3.active.active,
a.button-style.button-style.border-active-color-3-dark-3:active,
a.button-style.button-style.border-active-color-3-dark-3.active,
a.button-style.button-style.active > .border-active-color-3-dark-3,
li.active > a.button-style.button-style.border-active-color-3-dark-3,
input.field-input.field-input.border-active-color-3-dark-3:checked {
  color: #333129 !important;
  border-color: #333129 !important;
}
.link.border-color-3-dark-3[class*="border-"] {
  border-color: #333129 !important;
}
.link.border-color-3-dark-3[class*="border-"]:hover {
  border-color: #2e2c25 !important;
}
.border-color-3-dark-2,
.border-color-3-dark-2.input,
.border-color-3-dark-2.field-input.field-input,
.separator-color-3-dark-2:after {
  border-color: #756c43;
  stroke: #756c43;
}
.button-style.border-color-3-dark-2 {
  border-color: #756c43 !important;
  color: #756c43 !important;
  background-color: transparent !important;
}
.button-style.border-color-3-dark-2:hover,
.button-style.border-color-3-dark-2:focus {
  border-color: transparent !important;
  color: #69613c !important;
  background-color: transparent !important;
}
.border-hover-color-3-dark-2:hover,
.border-hover-color-3-dark-2:focus,
a.button-style.border-hover-color-3-dark-2:hover,
a.button-style:hover > .border-hover-color-3-dark-2,
a.button-style.border-hover-color-3-dark-2:focus {
  color: #756c43 !important;
  border-color: #756c43 !important;
}
.border-active-color-3-dark-2.active.active,
a.button-style.button-style.border-active-color-3-dark-2:active,
a.button-style.button-style.border-active-color-3-dark-2.active,
a.button-style.button-style.active > .border-active-color-3-dark-2,
li.active > a.button-style.button-style.border-active-color-3-dark-2,
input.field-input.field-input.border-active-color-3-dark-2:checked {
  color: #756c43 !important;
  border-color: #756c43 !important;
}
.link.border-color-3-dark-2[class*="border-"] {
  border-color: #756c43 !important;
}
.link.border-color-3-dark-2[class*="border-"]:hover {
  border-color: #69613c !important;
}
.border-color-3-dark-1,
.border-color-3-dark-1.input,
.border-color-3-dark-1.field-input.field-input,
.separator-color-3-dark-1:after {
  border-color: #b8a13f;
  stroke: #b8a13f;
}
.button-style.border-color-3-dark-1 {
  border-color: #b8a13f !important;
  color: #b8a13f !important;
  background-color: transparent !important;
}
.button-style.border-color-3-dark-1:hover,
.button-style.border-color-3-dark-1:focus {
  border-color: transparent !important;
  color: #a69139 !important;
  background-color: transparent !important;
}
.border-hover-color-3-dark-1:hover,
.border-hover-color-3-dark-1:focus,
a.button-style.border-hover-color-3-dark-1:hover,
a.button-style:hover > .border-hover-color-3-dark-1,
a.button-style.border-hover-color-3-dark-1:focus {
  color: #b8a13f !important;
  border-color: #b8a13f !important;
}
.border-active-color-3-dark-1.active.active,
a.button-style.button-style.border-active-color-3-dark-1:active,
a.button-style.button-style.border-active-color-3-dark-1.active,
a.button-style.button-style.active > .border-active-color-3-dark-1,
li.active > a.button-style.button-style.border-active-color-3-dark-1,
input.field-input.field-input.border-active-color-3-dark-1:checked {
  color: #b8a13f !important;
  border-color: #b8a13f !important;
}
.link.border-color-3-dark-1[class*="border-"] {
  border-color: #b8a13f !important;
}
.link.border-color-3-dark-1[class*="border-"]:hover {
  border-color: #a69139 !important;
}
.border-color-3,
.border-color-3.input,
.border-color-3.field-input.field-input,
.separator-color-3:after {
  border-color: #fad01c;
  stroke: #fad01c;
}
.button-style.border-color-3 {
  border-color: #fad01c !important;
  color: #fad01c !important;
  background-color: transparent !important;
}
.button-style.border-color-3:hover,
.button-style.border-color-3:focus {
  border-color: transparent !important;
  color: #f5c805 !important;
  background-color: transparent !important;
}
.border-hover-color-3:hover,
.border-hover-color-3:focus,
a.button-style.border-hover-color-3:hover,
a.button-style:hover > .border-hover-color-3,
a.button-style.border-hover-color-3:focus {
  color: #fad01c !important;
  border-color: #fad01c !important;
}
.border-active-color-3.active.active,
a.button-style.button-style.border-active-color-3:active,
a.button-style.button-style.border-active-color-3.active,
a.button-style.button-style.active > .border-active-color-3,
li.active > a.button-style.button-style.border-active-color-3,
input.field-input.field-input.border-active-color-3:checked {
  color: #fad01c !important;
  border-color: #fad01c !important;
}
.link.border-color-3[class*="border-"] {
  border-color: #fad01c !important;
}
.link.border-color-3[class*="border-"]:hover {
  border-color: #f5c805 !important;
}
.border-color-3-light-1,
.border-color-3-light-1.input,
.border-color-3-light-1.field-input.field-input,
.separator-color-3-light-1:after {
  border-color: #fbde5f;
  stroke: #fbde5f;
}
.button-style.border-color-3-light-1 {
  border-color: #fbde5f !important;
  color: #fbde5f !important;
  background-color: transparent !important;
}
.button-style.border-color-3-light-1:hover,
.button-style.border-color-3-light-1:focus {
  border-color: transparent !important;
  color: #fad73d !important;
  background-color: transparent !important;
}
.border-hover-color-3-light-1:hover,
.border-hover-color-3-light-1:focus,
a.button-style.border-hover-color-3-light-1:hover,
a.button-style:hover > .border-hover-color-3-light-1,
a.button-style.border-hover-color-3-light-1:focus {
  color: #fbde5f !important;
  border-color: #fbde5f !important;
}
.border-active-color-3-light-1.active.active,
a.button-style.button-style.border-active-color-3-light-1:active,
a.button-style.button-style.border-active-color-3-light-1.active,
a.button-style.button-style.active > .border-active-color-3-light-1,
li.active > a.button-style.button-style.border-active-color-3-light-1,
input.field-input.field-input.border-active-color-3-light-1:checked {
  color: #fbde5f !important;
  border-color: #fbde5f !important;
}
.link.border-color-3-light-1[class*="border-"] {
  border-color: #fbde5f !important;
}
.link.border-color-3-light-1[class*="border-"]:hover {
  border-color: #fad73d !important;
}
.border-color-3-light-2,
.border-color-3-light-2.input,
.border-color-3-light-2.field-input.field-input,
.separator-color-3-light-2:after {
  border-color: #fdeca3;
  stroke: #fdeca3;
}
.button-style.border-color-3-light-2 {
  border-color: #fdeca3 !important;
  color: #fdeca3 !important;
  background-color: transparent !important;
}
.button-style.border-color-3-light-2:hover,
.button-style.border-color-3-light-2:focus {
  border-color: transparent !important;
  color: #fce47a !important;
  background-color: transparent !important;
}
.border-hover-color-3-light-2:hover,
.border-hover-color-3-light-2:focus,
a.button-style.border-hover-color-3-light-2:hover,
a.button-style:hover > .border-hover-color-3-light-2,
a.button-style.border-hover-color-3-light-2:focus {
  color: #fdeca3 !important;
  border-color: #fdeca3 !important;
}
.border-active-color-3-light-2.active.active,
a.button-style.button-style.border-active-color-3-light-2:active,
a.button-style.button-style.border-active-color-3-light-2.active,
a.button-style.button-style.active > .border-active-color-3-light-2,
li.active > a.button-style.button-style.border-active-color-3-light-2,
input.field-input.field-input.border-active-color-3-light-2:checked {
  color: #fdeca3 !important;
  border-color: #fdeca3 !important;
}
.link.border-color-3-light-2[class*="border-"] {
  border-color: #fdeca3 !important;
}
.link.border-color-3-light-2[class*="border-"]:hover {
  border-color: #fce47a !important;
}
.border-color-3-light-3,
.border-color-3-light-3.input,
.border-color-3-light-3.field-input.field-input,
.separator-color-3-light-3:after {
  border-color: #fffae8;
  stroke: #fffae8;
}
.button-style.border-color-3-light-3 {
  border-color: #fffae8 !important;
  color: #fffae8 !important;
  background-color: transparent !important;
}
.button-style.border-color-3-light-3:hover,
.button-style.border-color-3-light-3:focus {
  border-color: transparent !important;
  color: #ffefb7 !important;
  background-color: transparent !important;
}
.border-hover-color-3-light-3:hover,
.border-hover-color-3-light-3:focus,
a.button-style.border-hover-color-3-light-3:hover,
a.button-style:hover > .border-hover-color-3-light-3,
a.button-style.border-hover-color-3-light-3:focus {
  color: #fffae8 !important;
  border-color: #fffae8 !important;
}
.border-active-color-3-light-3.active.active,
a.button-style.button-style.border-active-color-3-light-3:active,
a.button-style.button-style.border-active-color-3-light-3.active,
a.button-style.button-style.active > .border-active-color-3-light-3,
li.active > a.button-style.button-style.border-active-color-3-light-3,
input.field-input.field-input.border-active-color-3-light-3:checked {
  color: #fffae8 !important;
  border-color: #fffae8 !important;
}
.link.border-color-3-light-3[class*="border-"] {
  border-color: #fffae8 !important;
}
.link.border-color-3-light-3[class*="border-"]:hover {
  border-color: #ffefb7 !important;
}
.border-color-3-base,
.border-color-3-base.input,
.border-color-3-base.field-input.field-input,
.separator-color-3-base:after {
  border-color: #fad01c;
  stroke: #fad01c;
}
.button-style.border-color-3-base {
  border-color: #fad01c !important;
  color: #fad01c !important;
  background-color: transparent !important;
}
.button-style.border-color-3-base:hover,
.button-style.border-color-3-base:focus {
  border-color: transparent !important;
  color: #f5c805 !important;
  background-color: transparent !important;
}
.border-hover-color-3-base:hover,
.border-hover-color-3-base:focus,
a.button-style.border-hover-color-3-base:hover,
a.button-style:hover > .border-hover-color-3-base,
a.button-style.border-hover-color-3-base:focus {
  color: #fad01c !important;
  border-color: #fad01c !important;
}
.border-active-color-3-base.active.active,
a.button-style.button-style.border-active-color-3-base:active,
a.button-style.button-style.border-active-color-3-base.active,
a.button-style.button-style.active > .border-active-color-3-base,
li.active > a.button-style.button-style.border-active-color-3-base,
input.field-input.field-input.border-active-color-3-base:checked {
  color: #fad01c !important;
  border-color: #fad01c !important;
}
.link.border-color-3-base[class*="border-"] {
  border-color: #fad01c !important;
}
.link.border-color-3-base[class*="border-"]:hover {
  border-color: #f5c805 !important;
}
.border-color-4-dark-3,
.border-color-4-dark-3.input,
.border-color-4-dark-3.field-input.field-input,
.separator-color-4-dark-3:after {
  border-color: #2f2933;
  stroke: #2f2933;
}
.button-style.border-color-4-dark-3 {
  border-color: #2f2933 !important;
  color: #2f2933 !important;
  background-color: transparent !important;
}
.button-style.border-color-4-dark-3:hover,
.button-style.border-color-4-dark-3:focus {
  border-color: transparent !important;
  color: #2a252e !important;
  background-color: transparent !important;
}
.border-hover-color-4-dark-3:hover,
.border-hover-color-4-dark-3:focus,
a.button-style.border-hover-color-4-dark-3:hover,
a.button-style:hover > .border-hover-color-4-dark-3,
a.button-style.border-hover-color-4-dark-3:focus {
  color: #2f2933 !important;
  border-color: #2f2933 !important;
}
.border-active-color-4-dark-3.active.active,
a.button-style.button-style.border-active-color-4-dark-3:active,
a.button-style.button-style.border-active-color-4-dark-3.active,
a.button-style.button-style.active > .border-active-color-4-dark-3,
li.active > a.button-style.button-style.border-active-color-4-dark-3,
input.field-input.field-input.border-active-color-4-dark-3:checked {
  color: #2f2933 !important;
  border-color: #2f2933 !important;
}
.link.border-color-4-dark-3[class*="border-"] {
  border-color: #2f2933 !important;
}
.link.border-color-4-dark-3[class*="border-"]:hover {
  border-color: #2a252e !important;
}
.border-color-4-dark-2,
.border-color-4-dark-2.input,
.border-color-4-dark-2.field-input.field-input,
.separator-color-4-dark-2:after {
  border-color: #3a224d;
  stroke: #3a224d;
}
.button-style.border-color-4-dark-2 {
  border-color: #3a224d !important;
  color: #3a224d !important;
  background-color: transparent !important;
}
.button-style.border-color-4-dark-2:hover,
.button-style.border-color-4-dark-2:focus {
  border-color: transparent !important;
  color: #341f45 !important;
  background-color: transparent !important;
}
.border-hover-color-4-dark-2:hover,
.border-hover-color-4-dark-2:focus,
a.button-style.border-hover-color-4-dark-2:hover,
a.button-style:hover > .border-hover-color-4-dark-2,
a.button-style.border-hover-color-4-dark-2:focus {
  color: #3a224d !important;
  border-color: #3a224d !important;
}
.border-active-color-4-dark-2.active.active,
a.button-style.button-style.border-active-color-4-dark-2:active,
a.button-style.button-style.border-active-color-4-dark-2.active,
a.button-style.button-style.active > .border-active-color-4-dark-2,
li.active > a.button-style.button-style.border-active-color-4-dark-2,
input.field-input.field-input.border-active-color-4-dark-2:checked {
  color: #3a224d !important;
  border-color: #3a224d !important;
}
.link.border-color-4-dark-2[class*="border-"] {
  border-color: #3a224d !important;
}
.link.border-color-4-dark-2[class*="border-"]:hover {
  border-color: #341f45 !important;
}
.border-color-4-dark-1,
.border-color-4-dark-1.input,
.border-color-4-dark-1.field-input.field-input,
.separator-color-4-dark-1:after {
  border-color: #3d0966;
  stroke: #3d0966;
}
.button-style.border-color-4-dark-1 {
  border-color: #3d0966 !important;
  color: #3d0966 !important;
  background-color: transparent !important;
}
.button-style.border-color-4-dark-1:hover,
.button-style.border-color-4-dark-1:focus {
  border-color: transparent !important;
  color: #37085c !important;
  background-color: transparent !important;
}
.border-hover-color-4-dark-1:hover,
.border-hover-color-4-dark-1:focus,
a.button-style.border-hover-color-4-dark-1:hover,
a.button-style:hover > .border-hover-color-4-dark-1,
a.button-style.border-hover-color-4-dark-1:focus {
  color: #3d0966 !important;
  border-color: #3d0966 !important;
}
.border-active-color-4-dark-1.active.active,
a.button-style.button-style.border-active-color-4-dark-1:active,
a.button-style.button-style.border-active-color-4-dark-1.active,
a.button-style.button-style.active > .border-active-color-4-dark-1,
li.active > a.button-style.button-style.border-active-color-4-dark-1,
input.field-input.field-input.border-active-color-4-dark-1:checked {
  color: #3d0966 !important;
  border-color: #3d0966 !important;
}
.link.border-color-4-dark-1[class*="border-"] {
  border-color: #3d0966 !important;
}
.link.border-color-4-dark-1[class*="border-"]:hover {
  border-color: #37085c !important;
}
.border-color-4,
.border-color-4.input,
.border-color-4.field-input.field-input,
.separator-color-4:after {
  border-color: #9c3de7;
  stroke: #9c3de7;
}
.button-style.border-color-4 {
  border-color: #9c3de7 !important;
  color: #9c3de7 !important;
  background-color: transparent !important;
}
.button-style.border-color-4:hover,
.button-style.border-color-4:focus {
  border-color: transparent !important;
  color: #8f23e4 !important;
  background-color: transparent !important;
}
.border-hover-color-4:hover,
.border-hover-color-4:focus,
a.button-style.border-hover-color-4:hover,
a.button-style:hover > .border-hover-color-4,
a.button-style.border-hover-color-4:focus {
  color: #9c3de7 !important;
  border-color: #9c3de7 !important;
}
.border-active-color-4.active.active,
a.button-style.button-style.border-active-color-4:active,
a.button-style.button-style.border-active-color-4.active,
a.button-style.button-style.active > .border-active-color-4,
li.active > a.button-style.button-style.border-active-color-4,
input.field-input.field-input.border-active-color-4:checked {
  color: #9c3de7 !important;
  border-color: #9c3de7 !important;
}
.link.border-color-4[class*="border-"] {
  border-color: #9c3de7 !important;
}
.link.border-color-4[class*="border-"]:hover {
  border-color: #8f23e4 !important;
}
.border-color-4-light-1,
.border-color-4-light-1.input,
.border-color-4-light-1.field-input.field-input,
.separator-color-4-light-1:after {
  border-color: #b874ee;
  stroke: #b874ee;
}
.button-style.border-color-4-light-1 {
  border-color: #b874ee !important;
  color: #b874ee !important;
  background-color: transparent !important;
}
.button-style.border-color-4-light-1:hover,
.button-style.border-color-4-light-1:focus {
  border-color: transparent !important;
  color: #a854ea !important;
  background-color: transparent !important;
}
.border-hover-color-4-light-1:hover,
.border-hover-color-4-light-1:focus,
a.button-style.border-hover-color-4-light-1:hover,
a.button-style:hover > .border-hover-color-4-light-1,
a.button-style.border-hover-color-4-light-1:focus {
  color: #b874ee !important;
  border-color: #b874ee !important;
}
.border-active-color-4-light-1.active.active,
a.button-style.button-style.border-active-color-4-light-1:active,
a.button-style.button-style.border-active-color-4-light-1.active,
a.button-style.button-style.active > .border-active-color-4-light-1,
li.active > a.button-style.button-style.border-active-color-4-light-1,
input.field-input.field-input.border-active-color-4-light-1:checked {
  color: #b874ee !important;
  border-color: #b874ee !important;
}
.link.border-color-4-light-1[class*="border-"] {
  border-color: #b874ee !important;
}
.link.border-color-4-light-1[class*="border-"]:hover {
  border-color: #a854ea !important;
}
.border-color-4-light-2,
.border-color-4-light-2.input,
.border-color-4-light-2.field-input.field-input,
.separator-color-4-light-2:after {
  border-color: #d6adf6;
  stroke: #d6adf6;
}
.button-style.border-color-4-light-2 {
  border-color: #d6adf6 !important;
  color: #d6adf6 !important;
  background-color: transparent !important;
}
.button-style.border-color-4-light-2:hover,
.button-style.border-color-4-light-2:focus {
  border-color: transparent !important;
  color: #c387f2 !important;
  background-color: transparent !important;
}
.border-hover-color-4-light-2:hover,
.border-hover-color-4-light-2:focus,
a.button-style.border-hover-color-4-light-2:hover,
a.button-style:hover > .border-hover-color-4-light-2,
a.button-style.border-hover-color-4-light-2:focus {
  color: #d6adf6 !important;
  border-color: #d6adf6 !important;
}
.border-active-color-4-light-2.active.active,
a.button-style.button-style.border-active-color-4-light-2:active,
a.button-style.button-style.border-active-color-4-light-2.active,
a.button-style.button-style.active > .border-active-color-4-light-2,
li.active > a.button-style.button-style.border-active-color-4-light-2,
input.field-input.field-input.border-active-color-4-light-2:checked {
  color: #d6adf6 !important;
  border-color: #d6adf6 !important;
}
.link.border-color-4-light-2[class*="border-"] {
  border-color: #d6adf6 !important;
}
.link.border-color-4-light-2[class*="border-"]:hover {
  border-color: #c387f2 !important;
}
.border-color-4-light-3,
.border-color-4-light-3.input,
.border-color-4-light-3.field-input.field-input,
.separator-color-4-light-3:after {
  border-color: #f4eafd;
  stroke: #f4eafd;
}
.button-style.border-color-4-light-3 {
  border-color: #f4eafd !important;
  color: #f4eafd !important;
  background-color: transparent !important;
}
.button-style.border-color-4-light-3:hover,
.button-style.border-color-4-light-3:focus {
  border-color: transparent !important;
  color: #ddbef9 !important;
  background-color: transparent !important;
}
.border-hover-color-4-light-3:hover,
.border-hover-color-4-light-3:focus,
a.button-style.border-hover-color-4-light-3:hover,
a.button-style:hover > .border-hover-color-4-light-3,
a.button-style.border-hover-color-4-light-3:focus {
  color: #f4eafd !important;
  border-color: #f4eafd !important;
}
.border-active-color-4-light-3.active.active,
a.button-style.button-style.border-active-color-4-light-3:active,
a.button-style.button-style.border-active-color-4-light-3.active,
a.button-style.button-style.active > .border-active-color-4-light-3,
li.active > a.button-style.button-style.border-active-color-4-light-3,
input.field-input.field-input.border-active-color-4-light-3:checked {
  color: #f4eafd !important;
  border-color: #f4eafd !important;
}
.link.border-color-4-light-3[class*="border-"] {
  border-color: #f4eafd !important;
}
.link.border-color-4-light-3[class*="border-"]:hover {
  border-color: #ddbef9 !important;
}
.border-color-4-base,
.border-color-4-base.input,
.border-color-4-base.field-input.field-input,
.separator-color-4-base:after {
  border-color: #3d0966;
  stroke: #3d0966;
}
.button-style.border-color-4-base {
  border-color: #3d0966 !important;
  color: #3d0966 !important;
  background-color: transparent !important;
}
.button-style.border-color-4-base:hover,
.button-style.border-color-4-base:focus {
  border-color: transparent !important;
  color: #37085c !important;
  background-color: transparent !important;
}
.border-hover-color-4-base:hover,
.border-hover-color-4-base:focus,
a.button-style.border-hover-color-4-base:hover,
a.button-style:hover > .border-hover-color-4-base,
a.button-style.border-hover-color-4-base:focus {
  color: #3d0966 !important;
  border-color: #3d0966 !important;
}
.border-active-color-4-base.active.active,
a.button-style.button-style.border-active-color-4-base:active,
a.button-style.button-style.border-active-color-4-base.active,
a.button-style.button-style.active > .border-active-color-4-base,
li.active > a.button-style.button-style.border-active-color-4-base,
input.field-input.field-input.border-active-color-4-base:checked {
  color: #3d0966 !important;
  border-color: #3d0966 !important;
}
.link.border-color-4-base[class*="border-"] {
  border-color: #3d0966 !important;
}
.link.border-color-4-base[class*="border-"]:hover {
  border-color: #37085c !important;
}
.border-color-5-dark-3,
.border-color-5-dark-3.input,
.border-color-5-dark-3.field-input.field-input,
.separator-color-5-dark-3:after {
  border-color: #292d33;
  stroke: #292d33;
}
.button-style.border-color-5-dark-3 {
  border-color: #292d33 !important;
  color: #292d33 !important;
  background-color: transparent !important;
}
.button-style.border-color-5-dark-3:hover,
.button-style.border-color-5-dark-3:focus {
  border-color: transparent !important;
  color: #25292e !important;
  background-color: transparent !important;
}
.border-hover-color-5-dark-3:hover,
.border-hover-color-5-dark-3:focus,
a.button-style.border-hover-color-5-dark-3:hover,
a.button-style:hover > .border-hover-color-5-dark-3,
a.button-style.border-hover-color-5-dark-3:focus {
  color: #292d33 !important;
  border-color: #292d33 !important;
}
.border-active-color-5-dark-3.active.active,
a.button-style.button-style.border-active-color-5-dark-3:active,
a.button-style.button-style.border-active-color-5-dark-3.active,
a.button-style.button-style.active > .border-active-color-5-dark-3,
li.active > a.button-style.button-style.border-active-color-5-dark-3,
input.field-input.field-input.border-active-color-5-dark-3:checked {
  color: #292d33 !important;
  border-color: #292d33 !important;
}
.link.border-color-5-dark-3[class*="border-"] {
  border-color: #292d33 !important;
}
.link.border-color-5-dark-3[class*="border-"]:hover {
  border-color: #25292e !important;
}
.border-color-5-dark-2,
.border-color-5-dark-2.input,
.border-color-5-dark-2.field-input.field-input,
.separator-color-5-dark-2:after {
  border-color: #555c66;
  stroke: #555c66;
}
.button-style.border-color-5-dark-2 {
  border-color: #555c66 !important;
  color: #555c66 !important;
  background-color: transparent !important;
}
.button-style.border-color-5-dark-2:hover,
.button-style.border-color-5-dark-2:focus {
  border-color: transparent !important;
  color: #4d535c !important;
  background-color: transparent !important;
}
.border-hover-color-5-dark-2:hover,
.border-hover-color-5-dark-2:focus,
a.button-style.border-hover-color-5-dark-2:hover,
a.button-style:hover > .border-hover-color-5-dark-2,
a.button-style.border-hover-color-5-dark-2:focus {
  color: #555c66 !important;
  border-color: #555c66 !important;
}
.border-active-color-5-dark-2.active.active,
a.button-style.button-style.border-active-color-5-dark-2:active,
a.button-style.button-style.border-active-color-5-dark-2.active,
a.button-style.button-style.active > .border-active-color-5-dark-2,
li.active > a.button-style.button-style.border-active-color-5-dark-2,
input.field-input.field-input.border-active-color-5-dark-2:checked {
  color: #555c66 !important;
  border-color: #555c66 !important;
}
.link.border-color-5-dark-2[class*="border-"] {
  border-color: #555c66 !important;
}
.link.border-color-5-dark-2[class*="border-"]:hover {
  border-color: #4d535c !important;
}
.border-color-5-dark-1,
.border-color-5-dark-1.input,
.border-color-5-dark-1.field-input.field-input,
.separator-color-5-dark-1:after {
  border-color: #858e99;
  stroke: #858e99;
}
.button-style.border-color-5-dark-1 {
  border-color: #858e99 !important;
  color: #858e99 !important;
  background-color: transparent !important;
}
.button-style.border-color-5-dark-1:hover,
.button-style.border-color-5-dark-1:focus {
  border-color: transparent !important;
  color: #75808c !important;
  background-color: transparent !important;
}
.border-hover-color-5-dark-1:hover,
.border-hover-color-5-dark-1:focus,
a.button-style.border-hover-color-5-dark-1:hover,
a.button-style:hover > .border-hover-color-5-dark-1,
a.button-style.border-hover-color-5-dark-1:focus {
  color: #858e99 !important;
  border-color: #858e99 !important;
}
.border-active-color-5-dark-1.active.active,
a.button-style.button-style.border-active-color-5-dark-1:active,
a.button-style.button-style.border-active-color-5-dark-1.active,
a.button-style.button-style.active > .border-active-color-5-dark-1,
li.active > a.button-style.button-style.border-active-color-5-dark-1,
input.field-input.field-input.border-active-color-5-dark-1:checked {
  color: #858e99 !important;
  border-color: #858e99 !important;
}
.link.border-color-5-dark-1[class*="border-"] {
  border-color: #858e99 !important;
}
.link.border-color-5-dark-1[class*="border-"]:hover {
  border-color: #75808c !important;
}
.border-color-5,
.border-color-5.input,
.border-color-5.field-input.field-input,
.separator-color-5:after {
  border-color: #b9c1cc;
  stroke: #b9c1cc;
}
.button-style.border-color-5 {
  border-color: #b9c1cc !important;
  color: #b9c1cc !important;
  background-color: transparent !important;
}
.button-style.border-color-5:hover,
.button-style.border-color-5:focus {
  border-color: transparent !important;
  color: #a2adbc !important;
  background-color: transparent !important;
}
.border-hover-color-5:hover,
.border-hover-color-5:focus,
a.button-style.border-hover-color-5:hover,
a.button-style:hover > .border-hover-color-5,
a.button-style.border-hover-color-5:focus {
  color: #b9c1cc !important;
  border-color: #b9c1cc !important;
}
.border-active-color-5.active.active,
a.button-style.button-style.border-active-color-5:active,
a.button-style.button-style.border-active-color-5.active,
a.button-style.button-style.active > .border-active-color-5,
li.active > a.button-style.button-style.border-active-color-5,
input.field-input.field-input.border-active-color-5:checked {
  color: #b9c1cc !important;
  border-color: #b9c1cc !important;
}
.link.border-color-5[class*="border-"] {
  border-color: #b9c1cc !important;
}
.link.border-color-5[class*="border-"]:hover {
  border-color: #a2adbc !important;
}
.border-color-5-light-1,
.border-color-5-light-1.input,
.border-color-5-light-1.field-input.field-input,
.separator-color-5-light-1:after {
  border-color: #ccd3db;
  stroke: #ccd3db;
}
.button-style.border-color-5-light-1 {
  border-color: #ccd3db !important;
  color: #ccd3db !important;
  background-color: transparent !important;
}
.button-style.border-color-5-light-1:hover,
.button-style.border-color-5-light-1:focus {
  border-color: transparent !important;
  color: #b3bec9 !important;
  background-color: transparent !important;
}
.border-hover-color-5-light-1:hover,
.border-hover-color-5-light-1:focus,
a.button-style.border-hover-color-5-light-1:hover,
a.button-style:hover > .border-hover-color-5-light-1,
a.button-style.border-hover-color-5-light-1:focus {
  color: #ccd3db !important;
  border-color: #ccd3db !important;
}
.border-active-color-5-light-1.active.active,
a.button-style.button-style.border-active-color-5-light-1:active,
a.button-style.button-style.border-active-color-5-light-1.active,
a.button-style.button-style.active > .border-active-color-5-light-1,
li.active > a.button-style.button-style.border-active-color-5-light-1,
input.field-input.field-input.border-active-color-5-light-1:checked {
  color: #ccd3db !important;
  border-color: #ccd3db !important;
}
.link.border-color-5-light-1[class*="border-"] {
  border-color: #ccd3db !important;
}
.link.border-color-5-light-1[class*="border-"]:hover {
  border-color: #b3bec9 !important;
}
.border-color-5-light-2,
.border-color-5-light-2.input,
.border-color-5-light-2.field-input.field-input,
.separator-color-5-light-2:after {
  border-color: #e0e5eb;
  stroke: #e0e5eb;
}
.button-style.border-color-5-light-2 {
  border-color: #e0e5eb !important;
  color: #e0e5eb !important;
  background-color: transparent !important;
}
.button-style.border-color-5-light-2:hover,
.button-style.border-color-5-light-2:focus {
  border-color: transparent !important;
  color: #c4ced9 !important;
  background-color: transparent !important;
}
.border-hover-color-5-light-2:hover,
.border-hover-color-5-light-2:focus,
a.button-style.border-hover-color-5-light-2:hover,
a.button-style:hover > .border-hover-color-5-light-2,
a.button-style.border-hover-color-5-light-2:focus {
  color: #e0e5eb !important;
  border-color: #e0e5eb !important;
}
.border-active-color-5-light-2.active.active,
a.button-style.button-style.border-active-color-5-light-2:active,
a.button-style.button-style.border-active-color-5-light-2.active,
a.button-style.button-style.active > .border-active-color-5-light-2,
li.active > a.button-style.button-style.border-active-color-5-light-2,
input.field-input.field-input.border-active-color-5-light-2:checked {
  color: #e0e5eb !important;
  border-color: #e0e5eb !important;
}
.link.border-color-5-light-2[class*="border-"] {
  border-color: #e0e5eb !important;
}
.link.border-color-5-light-2[class*="border-"]:hover {
  border-color: #c4ced9 !important;
}
.border-color-5-light-3,
.border-color-5-light-3.input,
.border-color-5-light-3.field-input.field-input,
.separator-color-5-light-3:after {
  border-color: #f5f7fa;
  stroke: #f5f7fa;
}
.button-style.border-color-5-light-3 {
  border-color: #f5f7fa !important;
  color: #f5f7fa !important;
  background-color: transparent !important;
}
.button-style.border-color-5-light-3:hover,
.button-style.border-color-5-light-3:focus {
  border-color: transparent !important;
  color: #d4dde9 !important;
  background-color: transparent !important;
}
.border-hover-color-5-light-3:hover,
.border-hover-color-5-light-3:focus,
a.button-style.border-hover-color-5-light-3:hover,
a.button-style:hover > .border-hover-color-5-light-3,
a.button-style.border-hover-color-5-light-3:focus {
  color: #f5f7fa !important;
  border-color: #f5f7fa !important;
}
.border-active-color-5-light-3.active.active,
a.button-style.button-style.border-active-color-5-light-3:active,
a.button-style.button-style.border-active-color-5-light-3.active,
a.button-style.button-style.active > .border-active-color-5-light-3,
li.active > a.button-style.button-style.border-active-color-5-light-3,
input.field-input.field-input.border-active-color-5-light-3:checked {
  color: #f5f7fa !important;
  border-color: #f5f7fa !important;
}
.link.border-color-5-light-3[class*="border-"] {
  border-color: #f5f7fa !important;
}
.link.border-color-5-light-3[class*="border-"]:hover {
  border-color: #d4dde9 !important;
}
.border-color-5-base,
.border-color-5-base.input,
.border-color-5-base.field-input.field-input,
.separator-color-5-base:after {
  border-color: #b9c1cc;
  stroke: #b9c1cc;
}
.button-style.border-color-5-base {
  border-color: #b9c1cc !important;
  color: #b9c1cc !important;
  background-color: transparent !important;
}
.button-style.border-color-5-base:hover,
.button-style.border-color-5-base:focus {
  border-color: transparent !important;
  color: #a2adbc !important;
  background-color: transparent !important;
}
.border-hover-color-5-base:hover,
.border-hover-color-5-base:focus,
a.button-style.border-hover-color-5-base:hover,
a.button-style:hover > .border-hover-color-5-base,
a.button-style.border-hover-color-5-base:focus {
  color: #b9c1cc !important;
  border-color: #b9c1cc !important;
}
.border-active-color-5-base.active.active,
a.button-style.button-style.border-active-color-5-base:active,
a.button-style.button-style.border-active-color-5-base.active,
a.button-style.button-style.active > .border-active-color-5-base,
li.active > a.button-style.button-style.border-active-color-5-base,
input.field-input.field-input.border-active-color-5-base:checked {
  color: #b9c1cc !important;
  border-color: #b9c1cc !important;
}
.link.border-color-5-base[class*="border-"] {
  border-color: #b9c1cc !important;
}
.link.border-color-5-base[class*="border-"]:hover {
  border-color: #a2adbc !important;
}
.border-palette-1-dark-3,
.border-palette-1-dark-3.input,
.border-palette-1-dark-3.field-input.field-input,
.separator-palette-1-dark-3:after {
  border-color: #292a33;
  stroke: #292a33;
}
.button-style.border-palette-1-dark-3 {
  border-color: #292a33 !important;
  color: #292a33 !important;
  background-color: transparent !important;
}
.button-style.border-palette-1-dark-3:hover,
.button-style.border-palette-1-dark-3:focus {
  border-color: transparent !important;
  color: #25262e !important;
  background-color: transparent !important;
}
.border-hover-palette-1-dark-3:hover,
.border-hover-palette-1-dark-3:focus,
a.button-style.border-hover-palette-1-dark-3:hover,
a.button-style:hover > .border-hover-palette-1-dark-3,
a.button-style.border-hover-palette-1-dark-3:focus {
  color: #292a33 !important;
  border-color: #292a33 !important;
}
.border-active-palette-1-dark-3.active.active,
a.button-style.button-style.border-active-palette-1-dark-3:active,
a.button-style.button-style.border-active-palette-1-dark-3.active,
a.button-style.button-style.active > .border-active-palette-1-dark-3,
li.active > a.button-style.button-style.border-active-palette-1-dark-3,
input.field-input.field-input.border-active-palette-1-dark-3:checked {
  color: #292a33 !important;
  border-color: #292a33 !important;
}
.link.border-palette-1-dark-3[class*="border-"] {
  border-color: #292a33 !important;
}
.link.border-palette-1-dark-3[class*="border-"]:hover {
  border-color: #25262e !important;
}
.border-palette-1-dark-2,
.border-palette-1-dark-2.input,
.border-palette-1-dark-2.field-input.field-input,
.separator-palette-1-dark-2:after {
  border-color: #474d75;
  stroke: #474d75;
}
.button-style.border-palette-1-dark-2 {
  border-color: #474d75 !important;
  color: #474d75 !important;
  background-color: transparent !important;
}
.button-style.border-palette-1-dark-2:hover,
.button-style.border-palette-1-dark-2:focus {
  border-color: transparent !important;
  color: #404569 !important;
  background-color: transparent !important;
}
.border-hover-palette-1-dark-2:hover,
.border-hover-palette-1-dark-2:focus,
a.button-style.border-hover-palette-1-dark-2:hover,
a.button-style:hover > .border-hover-palette-1-dark-2,
a.button-style.border-hover-palette-1-dark-2:focus {
  color: #474d75 !important;
  border-color: #474d75 !important;
}
.border-active-palette-1-dark-2.active.active,
a.button-style.button-style.border-active-palette-1-dark-2:active,
a.button-style.button-style.border-active-palette-1-dark-2.active,
a.button-style.button-style.active > .border-active-palette-1-dark-2,
li.active > a.button-style.button-style.border-active-palette-1-dark-2,
input.field-input.field-input.border-active-palette-1-dark-2:checked {
  color: #474d75 !important;
  border-color: #474d75 !important;
}
.link.border-palette-1-dark-2[class*="border-"] {
  border-color: #474d75 !important;
}
.link.border-palette-1-dark-2[class*="border-"]:hover {
  border-color: #404569 !important;
}
.border-palette-1-dark-1,
.border-palette-1-dark-1.input,
.border-palette-1-dark-1.field-input.field-input,
.separator-palette-1-dark-1:after {
  border-color: #4d59b7;
  stroke: #4d59b7;
}
.button-style.border-palette-1-dark-1 {
  border-color: #4d59b7 !important;
  color: #4d59b7 !important;
  background-color: transparent !important;
}
.button-style.border-palette-1-dark-1:hover,
.button-style.border-palette-1-dark-1:focus {
  border-color: transparent !important;
  color: #434fa7 !important;
  background-color: transparent !important;
}
.border-hover-palette-1-dark-1:hover,
.border-hover-palette-1-dark-1:focus,
a.button-style.border-hover-palette-1-dark-1:hover,
a.button-style:hover > .border-hover-palette-1-dark-1,
a.button-style.border-hover-palette-1-dark-1:focus {
  color: #4d59b7 !important;
  border-color: #4d59b7 !important;
}
.border-active-palette-1-dark-1.active.active,
a.button-style.button-style.border-active-palette-1-dark-1:active,
a.button-style.button-style.border-active-palette-1-dark-1.active,
a.button-style.button-style.active > .border-active-palette-1-dark-1,
li.active > a.button-style.button-style.border-active-palette-1-dark-1,
input.field-input.field-input.border-active-palette-1-dark-1:checked {
  color: #4d59b7 !important;
  border-color: #4d59b7 !important;
}
.link.border-palette-1-dark-1[class*="border-"] {
  border-color: #4d59b7 !important;
}
.link.border-palette-1-dark-1[class*="border-"]:hover {
  border-color: #434fa7 !important;
}
.border-palette-1,
.border-palette-1.input,
.border-palette-1.field-input.field-input,
.separator-palette-1:after {
  border-color: #3a50f9;
  stroke: #3a50f9;
}
.button-style.border-palette-1 {
  border-color: #3a50f9 !important;
  color: #3a50f9 !important;
  background-color: transparent !important;
}
.button-style.border-palette-1:hover,
.button-style.border-palette-1:focus {
  border-color: transparent !important;
  color: #1c36f8 !important;
  background-color: transparent !important;
}
.border-hover-palette-1:hover,
.border-hover-palette-1:focus,
a.button-style.border-hover-palette-1:hover,
a.button-style:hover > .border-hover-palette-1,
a.button-style.border-hover-palette-1:focus {
  color: #3a50f9 !important;
  border-color: #3a50f9 !important;
}
.border-active-palette-1.active.active,
a.button-style.button-style.border-active-palette-1:active,
a.button-style.button-style.border-active-palette-1.active,
a.button-style.button-style.active > .border-active-palette-1,
li.active > a.button-style.button-style.border-active-palette-1,
input.field-input.field-input.border-active-palette-1:checked {
  color: #3a50f9 !important;
  border-color: #3a50f9 !important;
}
.link.border-palette-1[class*="border-"] {
  border-color: #3a50f9 !important;
}
.link.border-palette-1[class*="border-"]:hover {
  border-color: #1c36f8 !important;
}
.border-palette-1-light-1,
.border-palette-1-light-1.input,
.border-palette-1-light-1.field-input.field-input,
.separator-palette-1-light-1:after {
  border-color: #7484fb;
  stroke: #7484fb;
}
.button-style.border-palette-1-light-1 {
  border-color: #7484fb !important;
  color: #7484fb !important;
  background-color: transparent !important;
}
.button-style.border-palette-1-light-1:hover,
.button-style.border-palette-1-light-1:focus {
  border-color: transparent !important;
  color: #5064fa !important;
  background-color: transparent !important;
}
.border-hover-palette-1-light-1:hover,
.border-hover-palette-1-light-1:focus,
a.button-style.border-hover-palette-1-light-1:hover,
a.button-style:hover > .border-hover-palette-1-light-1,
a.button-style.border-hover-palette-1-light-1:focus {
  color: #7484fb !important;
  border-color: #7484fb !important;
}
.border-active-palette-1-light-1.active.active,
a.button-style.button-style.border-active-palette-1-light-1:active,
a.button-style.button-style.border-active-palette-1-light-1.active,
a.button-style.button-style.active > .border-active-palette-1-light-1,
li.active > a.button-style.button-style.border-active-palette-1-light-1,
input.field-input.field-input.border-active-palette-1-light-1:checked {
  color: #7484fb !important;
  border-color: #7484fb !important;
}
.link.border-palette-1-light-1[class*="border-"] {
  border-color: #7484fb !important;
}
.link.border-palette-1-light-1[class*="border-"]:hover {
  border-color: #5064fa !important;
}
.border-palette-1-light-2,
.border-palette-1-light-2.input,
.border-palette-1-light-2.field-input.field-input,
.separator-palette-1-light-2:after {
  border-color: #afb8fd;
  stroke: #afb8fd;
}
.button-style.border-palette-1-light-2 {
  border-color: #afb8fd !important;
  color: #afb8fd !important;
  background-color: transparent !important;
}
.button-style.border-palette-1-light-2:hover,
.button-style.border-palette-1-light-2:focus {
  border-color: transparent !important;
  color: #8593fc !important;
  background-color: transparent !important;
}
.border-hover-palette-1-light-2:hover,
.border-hover-palette-1-light-2:focus,
a.button-style.border-hover-palette-1-light-2:hover,
a.button-style:hover > .border-hover-palette-1-light-2,
a.button-style.border-hover-palette-1-light-2:focus {
  color: #afb8fd !important;
  border-color: #afb8fd !important;
}
.border-active-palette-1-light-2.active.active,
a.button-style.button-style.border-active-palette-1-light-2:active,
a.button-style.button-style.border-active-palette-1-light-2.active,
a.button-style.button-style.active > .border-active-palette-1-light-2,
li.active > a.button-style.button-style.border-active-palette-1-light-2,
input.field-input.field-input.border-active-palette-1-light-2:checked {
  color: #afb8fd !important;
  border-color: #afb8fd !important;
}
.link.border-palette-1-light-2[class*="border-"] {
  border-color: #afb8fd !important;
}
.link.border-palette-1-light-2[class*="border-"]:hover {
  border-color: #8593fc !important;
}
.border-palette-1-light-3,
.border-palette-1-light-3.input,
.border-palette-1-light-3.field-input.field-input,
.separator-palette-1-light-3:after {
  border-color: #ebedfe;
  stroke: #ebedfe;
}
.button-style.border-palette-1-light-3 {
  border-color: #ebedfe !important;
  color: #ebedfe !important;
  background-color: transparent !important;
}
.button-style.border-palette-1-light-3:hover,
.button-style.border-palette-1-light-3:focus {
  border-color: transparent !important;
  color: #bcc3fc !important;
  background-color: transparent !important;
}
.border-hover-palette-1-light-3:hover,
.border-hover-palette-1-light-3:focus,
a.button-style.border-hover-palette-1-light-3:hover,
a.button-style:hover > .border-hover-palette-1-light-3,
a.button-style.border-hover-palette-1-light-3:focus {
  color: #ebedfe !important;
  border-color: #ebedfe !important;
}
.border-active-palette-1-light-3.active.active,
a.button-style.button-style.border-active-palette-1-light-3:active,
a.button-style.button-style.border-active-palette-1-light-3.active,
a.button-style.button-style.active > .border-active-palette-1-light-3,
li.active > a.button-style.button-style.border-active-palette-1-light-3,
input.field-input.field-input.border-active-palette-1-light-3:checked {
  color: #ebedfe !important;
  border-color: #ebedfe !important;
}
.link.border-palette-1-light-3[class*="border-"] {
  border-color: #ebedfe !important;
}
.link.border-palette-1-light-3[class*="border-"]:hover {
  border-color: #bcc3fc !important;
}
.border-palette-1-base,
.border-palette-1-base.input,
.border-palette-1-base.field-input.field-input,
.separator-palette-1-base:after {
  border-color: #3a50f9;
  stroke: #3a50f9;
}
.button-style.border-palette-1-base {
  border-color: #3a50f9 !important;
  color: #3a50f9 !important;
  background-color: transparent !important;
}
.button-style.border-palette-1-base:hover,
.button-style.border-palette-1-base:focus {
  border-color: transparent !important;
  color: #1c36f8 !important;
  background-color: transparent !important;
}
.border-hover-palette-1-base:hover,
.border-hover-palette-1-base:focus,
a.button-style.border-hover-palette-1-base:hover,
a.button-style:hover > .border-hover-palette-1-base,
a.button-style.border-hover-palette-1-base:focus {
  color: #3a50f9 !important;
  border-color: #3a50f9 !important;
}
.border-active-palette-1-base.active.active,
a.button-style.button-style.border-active-palette-1-base:active,
a.button-style.button-style.border-active-palette-1-base.active,
a.button-style.button-style.active > .border-active-palette-1-base,
li.active > a.button-style.button-style.border-active-palette-1-base,
input.field-input.field-input.border-active-palette-1-base:checked {
  color: #3a50f9 !important;
  border-color: #3a50f9 !important;
}
.link.border-palette-1-base[class*="border-"] {
  border-color: #3a50f9 !important;
}
.link.border-palette-1-base[class*="border-"]:hover {
  border-color: #1c36f8 !important;
}
.border-palette-2-dark-3,
.border-palette-2-dark-3.input,
.border-palette-2-dark-3.field-input.field-input,
.separator-palette-2-dark-3:after {
  border-color: #332930;
  stroke: #332930;
}
.button-style.border-palette-2-dark-3 {
  border-color: #332930 !important;
  color: #332930 !important;
  background-color: transparent !important;
}
.button-style.border-palette-2-dark-3:hover,
.button-style.border-palette-2-dark-3:focus {
  border-color: transparent !important;
  color: #2e252b !important;
  background-color: transparent !important;
}
.border-hover-palette-2-dark-3:hover,
.border-hover-palette-2-dark-3:focus,
a.button-style.border-hover-palette-2-dark-3:hover,
a.button-style:hover > .border-hover-palette-2-dark-3,
a.button-style.border-hover-palette-2-dark-3:focus {
  color: #332930 !important;
  border-color: #332930 !important;
}
.border-active-palette-2-dark-3.active.active,
a.button-style.button-style.border-active-palette-2-dark-3:active,
a.button-style.button-style.border-active-palette-2-dark-3.active,
a.button-style.button-style.active > .border-active-palette-2-dark-3,
li.active > a.button-style.button-style.border-active-palette-2-dark-3,
input.field-input.field-input.border-active-palette-2-dark-3:checked {
  color: #332930 !important;
  border-color: #332930 !important;
}
.link.border-palette-2-dark-3[class*="border-"] {
  border-color: #332930 !important;
}
.link.border-palette-2-dark-3[class*="border-"]:hover {
  border-color: #2e252b !important;
}
.border-palette-2-dark-2,
.border-palette-2-dark-2.input,
.border-palette-2-dark-2.field-input.field-input,
.separator-palette-2-dark-2:after {
  border-color: #714967;
  stroke: #714967;
}
.button-style.border-palette-2-dark-2 {
  border-color: #714967 !important;
  color: #714967 !important;
  background-color: transparent !important;
}
.button-style.border-palette-2-dark-2:hover,
.button-style.border-palette-2-dark-2:focus {
  border-color: transparent !important;
  color: #66425d !important;
  background-color: transparent !important;
}
.border-hover-palette-2-dark-2:hover,
.border-hover-palette-2-dark-2:focus,
a.button-style.border-hover-palette-2-dark-2:hover,
a.button-style:hover > .border-hover-palette-2-dark-2,
a.button-style.border-hover-palette-2-dark-2:focus {
  color: #714967 !important;
  border-color: #714967 !important;
}
.border-active-palette-2-dark-2.active.active,
a.button-style.button-style.border-active-palette-2-dark-2:active,
a.button-style.button-style.border-active-palette-2-dark-2.active,
a.button-style.button-style.active > .border-active-palette-2-dark-2,
li.active > a.button-style.button-style.border-active-palette-2-dark-2,
input.field-input.field-input.border-active-palette-2-dark-2:checked {
  color: #714967 !important;
  border-color: #714967 !important;
}
.link.border-palette-2-dark-2[class*="border-"] {
  border-color: #714967 !important;
}
.link.border-palette-2-dark-2[class*="border-"]:hover {
  border-color: #66425d !important;
}
.border-palette-2-dark-1,
.border-palette-2-dark-1.input,
.border-palette-2-dark-1.field-input.field-input,
.separator-palette-2-dark-1:after {
  border-color: #b05599;
  stroke: #b05599;
}
.button-style.border-palette-2-dark-1 {
  border-color: #b05599 !important;
  color: #b05599 !important;
  background-color: transparent !important;
}
.button-style.border-palette-2-dark-1:hover,
.button-style.border-palette-2-dark-1:focus {
  border-color: transparent !important;
  color: #a04b8b !important;
  background-color: transparent !important;
}
.border-hover-palette-2-dark-1:hover,
.border-hover-palette-2-dark-1:focus,
a.button-style.border-hover-palette-2-dark-1:hover,
a.button-style:hover > .border-hover-palette-2-dark-1,
a.button-style.border-hover-palette-2-dark-1:focus {
  color: #b05599 !important;
  border-color: #b05599 !important;
}
.border-active-palette-2-dark-1.active.active,
a.button-style.button-style.border-active-palette-2-dark-1:active,
a.button-style.button-style.border-active-palette-2-dark-1.active,
a.button-style.button-style.active > .border-active-palette-2-dark-1,
li.active > a.button-style.button-style.border-active-palette-2-dark-1,
input.field-input.field-input.border-active-palette-2-dark-1:checked {
  color: #b05599 !important;
  border-color: #b05599 !important;
}
.link.border-palette-2-dark-1[class*="border-"] {
  border-color: #b05599 !important;
}
.link.border-palette-2-dark-1[class*="border-"]:hover {
  border-color: #a04b8b !important;
}
.border-palette-2,
.border-palette-2.input,
.border-palette-2.field-input.field-input,
.separator-palette-2:after {
  border-color: #ee4dc6;
  stroke: #ee4dc6;
}
.button-style.border-palette-2 {
  border-color: #ee4dc6 !important;
  color: #ee4dc6 !important;
  background-color: transparent !important;
}
.button-style.border-palette-2:hover,
.button-style.border-palette-2:focus {
  border-color: transparent !important;
  color: #eb30bd !important;
  background-color: transparent !important;
}
.border-hover-palette-2:hover,
.border-hover-palette-2:focus,
a.button-style.border-hover-palette-2:hover,
a.button-style:hover > .border-hover-palette-2,
a.button-style.border-hover-palette-2:focus {
  color: #ee4dc6 !important;
  border-color: #ee4dc6 !important;
}
.border-active-palette-2.active.active,
a.button-style.button-style.border-active-palette-2:active,
a.button-style.button-style.border-active-palette-2.active,
a.button-style.button-style.active > .border-active-palette-2,
li.active > a.button-style.button-style.border-active-palette-2,
input.field-input.field-input.border-active-palette-2:checked {
  color: #ee4dc6 !important;
  border-color: #ee4dc6 !important;
}
.link.border-palette-2[class*="border-"] {
  border-color: #ee4dc6 !important;
}
.link.border-palette-2[class*="border-"]:hover {
  border-color: #eb30bd !important;
}
.border-palette-2-light-1,
.border-palette-2-light-1.input,
.border-palette-2-light-1.field-input.field-input,
.separator-palette-2-light-1:after {
  border-color: #f380d7;
  stroke: #f380d7;
}
.button-style.border-palette-2-light-1 {
  border-color: #f380d7 !important;
  color: #f380d7 !important;
  background-color: transparent !important;
}
.button-style.border-palette-2-light-1:hover,
.button-style.border-palette-2-light-1:focus {
  border-color: transparent !important;
  color: #f05ecc !important;
  background-color: transparent !important;
}
.border-hover-palette-2-light-1:hover,
.border-hover-palette-2-light-1:focus,
a.button-style.border-hover-palette-2-light-1:hover,
a.button-style:hover > .border-hover-palette-2-light-1,
a.button-style.border-hover-palette-2-light-1:focus {
  color: #f380d7 !important;
  border-color: #f380d7 !important;
}
.border-active-palette-2-light-1.active.active,
a.button-style.button-style.border-active-palette-2-light-1:active,
a.button-style.button-style.border-active-palette-2-light-1.active,
a.button-style.button-style.active > .border-active-palette-2-light-1,
li.active > a.button-style.button-style.border-active-palette-2-light-1,
input.field-input.field-input.border-active-palette-2-light-1:checked {
  color: #f380d7 !important;
  border-color: #f380d7 !important;
}
.link.border-palette-2-light-1[class*="border-"] {
  border-color: #f380d7 !important;
}
.link.border-palette-2-light-1[class*="border-"]:hover {
  border-color: #f05ecc !important;
}
.border-palette-2-light-2,
.border-palette-2-light-2.input,
.border-palette-2-light-2.field-input.field-input,
.separator-palette-2-light-2:after {
  border-color: #f8b5e8;
  stroke: #f8b5e8;
}
.button-style.border-palette-2-light-2 {
  border-color: #f8b5e8 !important;
  color: #f8b5e8 !important;
  background-color: transparent !important;
}
.button-style.border-palette-2-light-2:hover,
.button-style.border-palette-2-light-2:focus {
  border-color: transparent !important;
  color: #f48edc !important;
  background-color: transparent !important;
}
.border-hover-palette-2-light-2:hover,
.border-hover-palette-2-light-2:focus,
a.button-style.border-hover-palette-2-light-2:hover,
a.button-style:hover > .border-hover-palette-2-light-2,
a.button-style.border-hover-palette-2-light-2:focus {
  color: #f8b5e8 !important;
  border-color: #f8b5e8 !important;
}
.border-active-palette-2-light-2.active.active,
a.button-style.button-style.border-active-palette-2-light-2:active,
a.button-style.button-style.border-active-palette-2-light-2.active,
a.button-style.button-style.active > .border-active-palette-2-light-2,
li.active > a.button-style.button-style.border-active-palette-2-light-2,
input.field-input.field-input.border-active-palette-2-light-2:checked {
  color: #f8b5e8 !important;
  border-color: #f8b5e8 !important;
}
.link.border-palette-2-light-2[class*="border-"] {
  border-color: #f8b5e8 !important;
}
.link.border-palette-2-light-2[class*="border-"]:hover {
  border-color: #f48edc !important;
}
.border-palette-2-light-3,
.border-palette-2-light-3.input,
.border-palette-2-light-3.field-input.field-input,
.separator-palette-2-light-3:after {
  border-color: #fdecf9;
  stroke: #fdecf9;
}
.button-style.border-palette-2-light-3 {
  border-color: #fdecf9 !important;
  color: #fdecf9 !important;
  background-color: transparent !important;
}
.button-style.border-palette-2-light-3:hover,
.button-style.border-palette-2-light-3:focus {
  border-color: transparent !important;
  color: #f8c0eb !important;
  background-color: transparent !important;
}
.border-hover-palette-2-light-3:hover,
.border-hover-palette-2-light-3:focus,
a.button-style.border-hover-palette-2-light-3:hover,
a.button-style:hover > .border-hover-palette-2-light-3,
a.button-style.border-hover-palette-2-light-3:focus {
  color: #fdecf9 !important;
  border-color: #fdecf9 !important;
}
.border-active-palette-2-light-3.active.active,
a.button-style.button-style.border-active-palette-2-light-3:active,
a.button-style.button-style.border-active-palette-2-light-3.active,
a.button-style.button-style.active > .border-active-palette-2-light-3,
li.active > a.button-style.button-style.border-active-palette-2-light-3,
input.field-input.field-input.border-active-palette-2-light-3:checked {
  color: #fdecf9 !important;
  border-color: #fdecf9 !important;
}
.link.border-palette-2-light-3[class*="border-"] {
  border-color: #fdecf9 !important;
}
.link.border-palette-2-light-3[class*="border-"]:hover {
  border-color: #f8c0eb !important;
}
.border-palette-2-base,
.border-palette-2-base.input,
.border-palette-2-base.field-input.field-input,
.separator-palette-2-base:after {
  border-color: #ee4dc6;
  stroke: #ee4dc6;
}
.button-style.border-palette-2-base {
  border-color: #ee4dc6 !important;
  color: #ee4dc6 !important;
  background-color: transparent !important;
}
.button-style.border-palette-2-base:hover,
.button-style.border-palette-2-base:focus {
  border-color: transparent !important;
  color: #eb30bd !important;
  background-color: transparent !important;
}
.border-hover-palette-2-base:hover,
.border-hover-palette-2-base:focus,
a.button-style.border-hover-palette-2-base:hover,
a.button-style:hover > .border-hover-palette-2-base,
a.button-style.border-hover-palette-2-base:focus {
  color: #ee4dc6 !important;
  border-color: #ee4dc6 !important;
}
.border-active-palette-2-base.active.active,
a.button-style.button-style.border-active-palette-2-base:active,
a.button-style.button-style.border-active-palette-2-base.active,
a.button-style.button-style.active > .border-active-palette-2-base,
li.active > a.button-style.button-style.border-active-palette-2-base,
input.field-input.field-input.border-active-palette-2-base:checked {
  color: #ee4dc6 !important;
  border-color: #ee4dc6 !important;
}
.link.border-palette-2-base[class*="border-"] {
  border-color: #ee4dc6 !important;
}
.link.border-palette-2-base[class*="border-"]:hover {
  border-color: #eb30bd !important;
}
.border-palette-3-dark-3,
.border-palette-3-dark-3.input,
.border-palette-3-dark-3.field-input.field-input,
.separator-palette-3-dark-3:after {
  border-color: #333129;
  stroke: #333129;
}
.button-style.border-palette-3-dark-3 {
  border-color: #333129 !important;
  color: #333129 !important;
  background-color: transparent !important;
}
.button-style.border-palette-3-dark-3:hover,
.button-style.border-palette-3-dark-3:focus {
  border-color: transparent !important;
  color: #2e2c25 !important;
  background-color: transparent !important;
}
.border-hover-palette-3-dark-3:hover,
.border-hover-palette-3-dark-3:focus,
a.button-style.border-hover-palette-3-dark-3:hover,
a.button-style:hover > .border-hover-palette-3-dark-3,
a.button-style.border-hover-palette-3-dark-3:focus {
  color: #333129 !important;
  border-color: #333129 !important;
}
.border-active-palette-3-dark-3.active.active,
a.button-style.button-style.border-active-palette-3-dark-3:active,
a.button-style.button-style.border-active-palette-3-dark-3.active,
a.button-style.button-style.active > .border-active-palette-3-dark-3,
li.active > a.button-style.button-style.border-active-palette-3-dark-3,
input.field-input.field-input.border-active-palette-3-dark-3:checked {
  color: #333129 !important;
  border-color: #333129 !important;
}
.link.border-palette-3-dark-3[class*="border-"] {
  border-color: #333129 !important;
}
.link.border-palette-3-dark-3[class*="border-"]:hover {
  border-color: #2e2c25 !important;
}
.border-palette-3-dark-2,
.border-palette-3-dark-2.input,
.border-palette-3-dark-2.field-input.field-input,
.separator-palette-3-dark-2:after {
  border-color: #756c43;
  stroke: #756c43;
}
.button-style.border-palette-3-dark-2 {
  border-color: #756c43 !important;
  color: #756c43 !important;
  background-color: transparent !important;
}
.button-style.border-palette-3-dark-2:hover,
.button-style.border-palette-3-dark-2:focus {
  border-color: transparent !important;
  color: #69613c !important;
  background-color: transparent !important;
}
.border-hover-palette-3-dark-2:hover,
.border-hover-palette-3-dark-2:focus,
a.button-style.border-hover-palette-3-dark-2:hover,
a.button-style:hover > .border-hover-palette-3-dark-2,
a.button-style.border-hover-palette-3-dark-2:focus {
  color: #756c43 !important;
  border-color: #756c43 !important;
}
.border-active-palette-3-dark-2.active.active,
a.button-style.button-style.border-active-palette-3-dark-2:active,
a.button-style.button-style.border-active-palette-3-dark-2.active,
a.button-style.button-style.active > .border-active-palette-3-dark-2,
li.active > a.button-style.button-style.border-active-palette-3-dark-2,
input.field-input.field-input.border-active-palette-3-dark-2:checked {
  color: #756c43 !important;
  border-color: #756c43 !important;
}
.link.border-palette-3-dark-2[class*="border-"] {
  border-color: #756c43 !important;
}
.link.border-palette-3-dark-2[class*="border-"]:hover {
  border-color: #69613c !important;
}
.border-palette-3-dark-1,
.border-palette-3-dark-1.input,
.border-palette-3-dark-1.field-input.field-input,
.separator-palette-3-dark-1:after {
  border-color: #b8a13f;
  stroke: #b8a13f;
}
.button-style.border-palette-3-dark-1 {
  border-color: #b8a13f !important;
  color: #b8a13f !important;
  background-color: transparent !important;
}
.button-style.border-palette-3-dark-1:hover,
.button-style.border-palette-3-dark-1:focus {
  border-color: transparent !important;
  color: #a69139 !important;
  background-color: transparent !important;
}
.border-hover-palette-3-dark-1:hover,
.border-hover-palette-3-dark-1:focus,
a.button-style.border-hover-palette-3-dark-1:hover,
a.button-style:hover > .border-hover-palette-3-dark-1,
a.button-style.border-hover-palette-3-dark-1:focus {
  color: #b8a13f !important;
  border-color: #b8a13f !important;
}
.border-active-palette-3-dark-1.active.active,
a.button-style.button-style.border-active-palette-3-dark-1:active,
a.button-style.button-style.border-active-palette-3-dark-1.active,
a.button-style.button-style.active > .border-active-palette-3-dark-1,
li.active > a.button-style.button-style.border-active-palette-3-dark-1,
input.field-input.field-input.border-active-palette-3-dark-1:checked {
  color: #b8a13f !important;
  border-color: #b8a13f !important;
}
.link.border-palette-3-dark-1[class*="border-"] {
  border-color: #b8a13f !important;
}
.link.border-palette-3-dark-1[class*="border-"]:hover {
  border-color: #a69139 !important;
}
.border-palette-3,
.border-palette-3.input,
.border-palette-3.field-input.field-input,
.separator-palette-3:after {
  border-color: #fad01c;
  stroke: #fad01c;
}
.button-style.border-palette-3 {
  border-color: #fad01c !important;
  color: #fad01c !important;
  background-color: transparent !important;
}
.button-style.border-palette-3:hover,
.button-style.border-palette-3:focus {
  border-color: transparent !important;
  color: #f5c805 !important;
  background-color: transparent !important;
}
.border-hover-palette-3:hover,
.border-hover-palette-3:focus,
a.button-style.border-hover-palette-3:hover,
a.button-style:hover > .border-hover-palette-3,
a.button-style.border-hover-palette-3:focus {
  color: #fad01c !important;
  border-color: #fad01c !important;
}
.border-active-palette-3.active.active,
a.button-style.button-style.border-active-palette-3:active,
a.button-style.button-style.border-active-palette-3.active,
a.button-style.button-style.active > .border-active-palette-3,
li.active > a.button-style.button-style.border-active-palette-3,
input.field-input.field-input.border-active-palette-3:checked {
  color: #fad01c !important;
  border-color: #fad01c !important;
}
.link.border-palette-3[class*="border-"] {
  border-color: #fad01c !important;
}
.link.border-palette-3[class*="border-"]:hover {
  border-color: #f5c805 !important;
}
.border-palette-3-light-1,
.border-palette-3-light-1.input,
.border-palette-3-light-1.field-input.field-input,
.separator-palette-3-light-1:after {
  border-color: #fbde5f;
  stroke: #fbde5f;
}
.button-style.border-palette-3-light-1 {
  border-color: #fbde5f !important;
  color: #fbde5f !important;
  background-color: transparent !important;
}
.button-style.border-palette-3-light-1:hover,
.button-style.border-palette-3-light-1:focus {
  border-color: transparent !important;
  color: #fad73d !important;
  background-color: transparent !important;
}
.border-hover-palette-3-light-1:hover,
.border-hover-palette-3-light-1:focus,
a.button-style.border-hover-palette-3-light-1:hover,
a.button-style:hover > .border-hover-palette-3-light-1,
a.button-style.border-hover-palette-3-light-1:focus {
  color: #fbde5f !important;
  border-color: #fbde5f !important;
}
.border-active-palette-3-light-1.active.active,
a.button-style.button-style.border-active-palette-3-light-1:active,
a.button-style.button-style.border-active-palette-3-light-1.active,
a.button-style.button-style.active > .border-active-palette-3-light-1,
li.active > a.button-style.button-style.border-active-palette-3-light-1,
input.field-input.field-input.border-active-palette-3-light-1:checked {
  color: #fbde5f !important;
  border-color: #fbde5f !important;
}
.link.border-palette-3-light-1[class*="border-"] {
  border-color: #fbde5f !important;
}
.link.border-palette-3-light-1[class*="border-"]:hover {
  border-color: #fad73d !important;
}
.border-palette-3-light-2,
.border-palette-3-light-2.input,
.border-palette-3-light-2.field-input.field-input,
.separator-palette-3-light-2:after {
  border-color: #fdeca3;
  stroke: #fdeca3;
}
.button-style.border-palette-3-light-2 {
  border-color: #fdeca3 !important;
  color: #fdeca3 !important;
  background-color: transparent !important;
}
.button-style.border-palette-3-light-2:hover,
.button-style.border-palette-3-light-2:focus {
  border-color: transparent !important;
  color: #fce47a !important;
  background-color: transparent !important;
}
.border-hover-palette-3-light-2:hover,
.border-hover-palette-3-light-2:focus,
a.button-style.border-hover-palette-3-light-2:hover,
a.button-style:hover > .border-hover-palette-3-light-2,
a.button-style.border-hover-palette-3-light-2:focus {
  color: #fdeca3 !important;
  border-color: #fdeca3 !important;
}
.border-active-palette-3-light-2.active.active,
a.button-style.button-style.border-active-palette-3-light-2:active,
a.button-style.button-style.border-active-palette-3-light-2.active,
a.button-style.button-style.active > .border-active-palette-3-light-2,
li.active > a.button-style.button-style.border-active-palette-3-light-2,
input.field-input.field-input.border-active-palette-3-light-2:checked {
  color: #fdeca3 !important;
  border-color: #fdeca3 !important;
}
.link.border-palette-3-light-2[class*="border-"] {
  border-color: #fdeca3 !important;
}
.link.border-palette-3-light-2[class*="border-"]:hover {
  border-color: #fce47a !important;
}
.border-palette-3-light-3,
.border-palette-3-light-3.input,
.border-palette-3-light-3.field-input.field-input,
.separator-palette-3-light-3:after {
  border-color: #fffae8;
  stroke: #fffae8;
}
.button-style.border-palette-3-light-3 {
  border-color: #fffae8 !important;
  color: #fffae8 !important;
  background-color: transparent !important;
}
.button-style.border-palette-3-light-3:hover,
.button-style.border-palette-3-light-3:focus {
  border-color: transparent !important;
  color: #ffefb7 !important;
  background-color: transparent !important;
}
.border-hover-palette-3-light-3:hover,
.border-hover-palette-3-light-3:focus,
a.button-style.border-hover-palette-3-light-3:hover,
a.button-style:hover > .border-hover-palette-3-light-3,
a.button-style.border-hover-palette-3-light-3:focus {
  color: #fffae8 !important;
  border-color: #fffae8 !important;
}
.border-active-palette-3-light-3.active.active,
a.button-style.button-style.border-active-palette-3-light-3:active,
a.button-style.button-style.border-active-palette-3-light-3.active,
a.button-style.button-style.active > .border-active-palette-3-light-3,
li.active > a.button-style.button-style.border-active-palette-3-light-3,
input.field-input.field-input.border-active-palette-3-light-3:checked {
  color: #fffae8 !important;
  border-color: #fffae8 !important;
}
.link.border-palette-3-light-3[class*="border-"] {
  border-color: #fffae8 !important;
}
.link.border-palette-3-light-3[class*="border-"]:hover {
  border-color: #ffefb7 !important;
}
.border-palette-3-base,
.border-palette-3-base.input,
.border-palette-3-base.field-input.field-input,
.separator-palette-3-base:after {
  border-color: #fad01c;
  stroke: #fad01c;
}
.button-style.border-palette-3-base {
  border-color: #fad01c !important;
  color: #fad01c !important;
  background-color: transparent !important;
}
.button-style.border-palette-3-base:hover,
.button-style.border-palette-3-base:focus {
  border-color: transparent !important;
  color: #f5c805 !important;
  background-color: transparent !important;
}
.border-hover-palette-3-base:hover,
.border-hover-palette-3-base:focus,
a.button-style.border-hover-palette-3-base:hover,
a.button-style:hover > .border-hover-palette-3-base,
a.button-style.border-hover-palette-3-base:focus {
  color: #fad01c !important;
  border-color: #fad01c !important;
}
.border-active-palette-3-base.active.active,
a.button-style.button-style.border-active-palette-3-base:active,
a.button-style.button-style.border-active-palette-3-base.active,
a.button-style.button-style.active > .border-active-palette-3-base,
li.active > a.button-style.button-style.border-active-palette-3-base,
input.field-input.field-input.border-active-palette-3-base:checked {
  color: #fad01c !important;
  border-color: #fad01c !important;
}
.link.border-palette-3-base[class*="border-"] {
  border-color: #fad01c !important;
}
.link.border-palette-3-base[class*="border-"]:hover {
  border-color: #f5c805 !important;
}
.border-palette-4-dark-3,
.border-palette-4-dark-3.input,
.border-palette-4-dark-3.field-input.field-input,
.separator-palette-4-dark-3:after {
  border-color: #2f2933;
  stroke: #2f2933;
}
.button-style.border-palette-4-dark-3 {
  border-color: #2f2933 !important;
  color: #2f2933 !important;
  background-color: transparent !important;
}
.button-style.border-palette-4-dark-3:hover,
.button-style.border-palette-4-dark-3:focus {
  border-color: transparent !important;
  color: #2a252e !important;
  background-color: transparent !important;
}
.border-hover-palette-4-dark-3:hover,
.border-hover-palette-4-dark-3:focus,
a.button-style.border-hover-palette-4-dark-3:hover,
a.button-style:hover > .border-hover-palette-4-dark-3,
a.button-style.border-hover-palette-4-dark-3:focus {
  color: #2f2933 !important;
  border-color: #2f2933 !important;
}
.border-active-palette-4-dark-3.active.active,
a.button-style.button-style.border-active-palette-4-dark-3:active,
a.button-style.button-style.border-active-palette-4-dark-3.active,
a.button-style.button-style.active > .border-active-palette-4-dark-3,
li.active > a.button-style.button-style.border-active-palette-4-dark-3,
input.field-input.field-input.border-active-palette-4-dark-3:checked {
  color: #2f2933 !important;
  border-color: #2f2933 !important;
}
.link.border-palette-4-dark-3[class*="border-"] {
  border-color: #2f2933 !important;
}
.link.border-palette-4-dark-3[class*="border-"]:hover {
  border-color: #2a252e !important;
}
.border-palette-4-dark-2,
.border-palette-4-dark-2.input,
.border-palette-4-dark-2.field-input.field-input,
.separator-palette-4-dark-2:after {
  border-color: #3a224d;
  stroke: #3a224d;
}
.button-style.border-palette-4-dark-2 {
  border-color: #3a224d !important;
  color: #3a224d !important;
  background-color: transparent !important;
}
.button-style.border-palette-4-dark-2:hover,
.button-style.border-palette-4-dark-2:focus {
  border-color: transparent !important;
  color: #341f45 !important;
  background-color: transparent !important;
}
.border-hover-palette-4-dark-2:hover,
.border-hover-palette-4-dark-2:focus,
a.button-style.border-hover-palette-4-dark-2:hover,
a.button-style:hover > .border-hover-palette-4-dark-2,
a.button-style.border-hover-palette-4-dark-2:focus {
  color: #3a224d !important;
  border-color: #3a224d !important;
}
.border-active-palette-4-dark-2.active.active,
a.button-style.button-style.border-active-palette-4-dark-2:active,
a.button-style.button-style.border-active-palette-4-dark-2.active,
a.button-style.button-style.active > .border-active-palette-4-dark-2,
li.active > a.button-style.button-style.border-active-palette-4-dark-2,
input.field-input.field-input.border-active-palette-4-dark-2:checked {
  color: #3a224d !important;
  border-color: #3a224d !important;
}
.link.border-palette-4-dark-2[class*="border-"] {
  border-color: #3a224d !important;
}
.link.border-palette-4-dark-2[class*="border-"]:hover {
  border-color: #341f45 !important;
}
.border-palette-4-dark-1,
.border-palette-4-dark-1.input,
.border-palette-4-dark-1.field-input.field-input,
.separator-palette-4-dark-1:after {
  border-color: #3d0966;
  stroke: #3d0966;
}
.button-style.border-palette-4-dark-1 {
  border-color: #3d0966 !important;
  color: #3d0966 !important;
  background-color: transparent !important;
}
.button-style.border-palette-4-dark-1:hover,
.button-style.border-palette-4-dark-1:focus {
  border-color: transparent !important;
  color: #37085c !important;
  background-color: transparent !important;
}
.border-hover-palette-4-dark-1:hover,
.border-hover-palette-4-dark-1:focus,
a.button-style.border-hover-palette-4-dark-1:hover,
a.button-style:hover > .border-hover-palette-4-dark-1,
a.button-style.border-hover-palette-4-dark-1:focus {
  color: #3d0966 !important;
  border-color: #3d0966 !important;
}
.border-active-palette-4-dark-1.active.active,
a.button-style.button-style.border-active-palette-4-dark-1:active,
a.button-style.button-style.border-active-palette-4-dark-1.active,
a.button-style.button-style.active > .border-active-palette-4-dark-1,
li.active > a.button-style.button-style.border-active-palette-4-dark-1,
input.field-input.field-input.border-active-palette-4-dark-1:checked {
  color: #3d0966 !important;
  border-color: #3d0966 !important;
}
.link.border-palette-4-dark-1[class*="border-"] {
  border-color: #3d0966 !important;
}
.link.border-palette-4-dark-1[class*="border-"]:hover {
  border-color: #37085c !important;
}
.border-palette-4,
.border-palette-4.input,
.border-palette-4.field-input.field-input,
.separator-palette-4:after {
  border-color: #9c3de7;
  stroke: #9c3de7;
}
.button-style.border-palette-4 {
  border-color: #9c3de7 !important;
  color: #9c3de7 !important;
  background-color: transparent !important;
}
.button-style.border-palette-4:hover,
.button-style.border-palette-4:focus {
  border-color: transparent !important;
  color: #8f23e4 !important;
  background-color: transparent !important;
}
.border-hover-palette-4:hover,
.border-hover-palette-4:focus,
a.button-style.border-hover-palette-4:hover,
a.button-style:hover > .border-hover-palette-4,
a.button-style.border-hover-palette-4:focus {
  color: #9c3de7 !important;
  border-color: #9c3de7 !important;
}
.border-active-palette-4.active.active,
a.button-style.button-style.border-active-palette-4:active,
a.button-style.button-style.border-active-palette-4.active,
a.button-style.button-style.active > .border-active-palette-4,
li.active > a.button-style.button-style.border-active-palette-4,
input.field-input.field-input.border-active-palette-4:checked {
  color: #9c3de7 !important;
  border-color: #9c3de7 !important;
}
.link.border-palette-4[class*="border-"] {
  border-color: #9c3de7 !important;
}
.link.border-palette-4[class*="border-"]:hover {
  border-color: #8f23e4 !important;
}
.border-palette-4-light-1,
.border-palette-4-light-1.input,
.border-palette-4-light-1.field-input.field-input,
.separator-palette-4-light-1:after {
  border-color: #b874ee;
  stroke: #b874ee;
}
.button-style.border-palette-4-light-1 {
  border-color: #b874ee !important;
  color: #b874ee !important;
  background-color: transparent !important;
}
.button-style.border-palette-4-light-1:hover,
.button-style.border-palette-4-light-1:focus {
  border-color: transparent !important;
  color: #a854ea !important;
  background-color: transparent !important;
}
.border-hover-palette-4-light-1:hover,
.border-hover-palette-4-light-1:focus,
a.button-style.border-hover-palette-4-light-1:hover,
a.button-style:hover > .border-hover-palette-4-light-1,
a.button-style.border-hover-palette-4-light-1:focus {
  color: #b874ee !important;
  border-color: #b874ee !important;
}
.border-active-palette-4-light-1.active.active,
a.button-style.button-style.border-active-palette-4-light-1:active,
a.button-style.button-style.border-active-palette-4-light-1.active,
a.button-style.button-style.active > .border-active-palette-4-light-1,
li.active > a.button-style.button-style.border-active-palette-4-light-1,
input.field-input.field-input.border-active-palette-4-light-1:checked {
  color: #b874ee !important;
  border-color: #b874ee !important;
}
.link.border-palette-4-light-1[class*="border-"] {
  border-color: #b874ee !important;
}
.link.border-palette-4-light-1[class*="border-"]:hover {
  border-color: #a854ea !important;
}
.border-palette-4-light-2,
.border-palette-4-light-2.input,
.border-palette-4-light-2.field-input.field-input,
.separator-palette-4-light-2:after {
  border-color: #d6adf6;
  stroke: #d6adf6;
}
.button-style.border-palette-4-light-2 {
  border-color: #d6adf6 !important;
  color: #d6adf6 !important;
  background-color: transparent !important;
}
.button-style.border-palette-4-light-2:hover,
.button-style.border-palette-4-light-2:focus {
  border-color: transparent !important;
  color: #c387f2 !important;
  background-color: transparent !important;
}
.border-hover-palette-4-light-2:hover,
.border-hover-palette-4-light-2:focus,
a.button-style.border-hover-palette-4-light-2:hover,
a.button-style:hover > .border-hover-palette-4-light-2,
a.button-style.border-hover-palette-4-light-2:focus {
  color: #d6adf6 !important;
  border-color: #d6adf6 !important;
}
.border-active-palette-4-light-2.active.active,
a.button-style.button-style.border-active-palette-4-light-2:active,
a.button-style.button-style.border-active-palette-4-light-2.active,
a.button-style.button-style.active > .border-active-palette-4-light-2,
li.active > a.button-style.button-style.border-active-palette-4-light-2,
input.field-input.field-input.border-active-palette-4-light-2:checked {
  color: #d6adf6 !important;
  border-color: #d6adf6 !important;
}
.link.border-palette-4-light-2[class*="border-"] {
  border-color: #d6adf6 !important;
}
.link.border-palette-4-light-2[class*="border-"]:hover {
  border-color: #c387f2 !important;
}
.border-palette-4-light-3,
.border-palette-4-light-3.input,
.border-palette-4-light-3.field-input.field-input,
.separator-palette-4-light-3:after {
  border-color: #f4eafd;
  stroke: #f4eafd;
}
.button-style.border-palette-4-light-3 {
  border-color: #f4eafd !important;
  color: #f4eafd !important;
  background-color: transparent !important;
}
.button-style.border-palette-4-light-3:hover,
.button-style.border-palette-4-light-3:focus {
  border-color: transparent !important;
  color: #ddbef9 !important;
  background-color: transparent !important;
}
.border-hover-palette-4-light-3:hover,
.border-hover-palette-4-light-3:focus,
a.button-style.border-hover-palette-4-light-3:hover,
a.button-style:hover > .border-hover-palette-4-light-3,
a.button-style.border-hover-palette-4-light-3:focus {
  color: #f4eafd !important;
  border-color: #f4eafd !important;
}
.border-active-palette-4-light-3.active.active,
a.button-style.button-style.border-active-palette-4-light-3:active,
a.button-style.button-style.border-active-palette-4-light-3.active,
a.button-style.button-style.active > .border-active-palette-4-light-3,
li.active > a.button-style.button-style.border-active-palette-4-light-3,
input.field-input.field-input.border-active-palette-4-light-3:checked {
  color: #f4eafd !important;
  border-color: #f4eafd !important;
}
.link.border-palette-4-light-3[class*="border-"] {
  border-color: #f4eafd !important;
}
.link.border-palette-4-light-3[class*="border-"]:hover {
  border-color: #ddbef9 !important;
}
.border-palette-4-base,
.border-palette-4-base.input,
.border-palette-4-base.field-input.field-input,
.separator-palette-4-base:after {
  border-color: #3d0966;
  stroke: #3d0966;
}
.button-style.border-palette-4-base {
  border-color: #3d0966 !important;
  color: #3d0966 !important;
  background-color: transparent !important;
}
.button-style.border-palette-4-base:hover,
.button-style.border-palette-4-base:focus {
  border-color: transparent !important;
  color: #37085c !important;
  background-color: transparent !important;
}
.border-hover-palette-4-base:hover,
.border-hover-palette-4-base:focus,
a.button-style.border-hover-palette-4-base:hover,
a.button-style:hover > .border-hover-palette-4-base,
a.button-style.border-hover-palette-4-base:focus {
  color: #3d0966 !important;
  border-color: #3d0966 !important;
}
.border-active-palette-4-base.active.active,
a.button-style.button-style.border-active-palette-4-base:active,
a.button-style.button-style.border-active-palette-4-base.active,
a.button-style.button-style.active > .border-active-palette-4-base,
li.active > a.button-style.button-style.border-active-palette-4-base,
input.field-input.field-input.border-active-palette-4-base:checked {
  color: #3d0966 !important;
  border-color: #3d0966 !important;
}
.link.border-palette-4-base[class*="border-"] {
  border-color: #3d0966 !important;
}
.link.border-palette-4-base[class*="border-"]:hover {
  border-color: #37085c !important;
}
.border-palette-5-dark-3,
.border-palette-5-dark-3.input,
.border-palette-5-dark-3.field-input.field-input,
.separator-palette-5-dark-3:after {
  border-color: #292d33;
  stroke: #292d33;
}
.button-style.border-palette-5-dark-3 {
  border-color: #292d33 !important;
  color: #292d33 !important;
  background-color: transparent !important;
}
.button-style.border-palette-5-dark-3:hover,
.button-style.border-palette-5-dark-3:focus {
  border-color: transparent !important;
  color: #25292e !important;
  background-color: transparent !important;
}
.border-hover-palette-5-dark-3:hover,
.border-hover-palette-5-dark-3:focus,
a.button-style.border-hover-palette-5-dark-3:hover,
a.button-style:hover > .border-hover-palette-5-dark-3,
a.button-style.border-hover-palette-5-dark-3:focus {
  color: #292d33 !important;
  border-color: #292d33 !important;
}
.border-active-palette-5-dark-3.active.active,
a.button-style.button-style.border-active-palette-5-dark-3:active,
a.button-style.button-style.border-active-palette-5-dark-3.active,
a.button-style.button-style.active > .border-active-palette-5-dark-3,
li.active > a.button-style.button-style.border-active-palette-5-dark-3,
input.field-input.field-input.border-active-palette-5-dark-3:checked {
  color: #292d33 !important;
  border-color: #292d33 !important;
}
.link.border-palette-5-dark-3[class*="border-"] {
  border-color: #292d33 !important;
}
.link.border-palette-5-dark-3[class*="border-"]:hover {
  border-color: #25292e !important;
}
.border-palette-5-dark-2,
.border-palette-5-dark-2.input,
.border-palette-5-dark-2.field-input.field-input,
.separator-palette-5-dark-2:after {
  border-color: #555c66;
  stroke: #555c66;
}
.button-style.border-palette-5-dark-2 {
  border-color: #555c66 !important;
  color: #555c66 !important;
  background-color: transparent !important;
}
.button-style.border-palette-5-dark-2:hover,
.button-style.border-palette-5-dark-2:focus {
  border-color: transparent !important;
  color: #4d535c !important;
  background-color: transparent !important;
}
.border-hover-palette-5-dark-2:hover,
.border-hover-palette-5-dark-2:focus,
a.button-style.border-hover-palette-5-dark-2:hover,
a.button-style:hover > .border-hover-palette-5-dark-2,
a.button-style.border-hover-palette-5-dark-2:focus {
  color: #555c66 !important;
  border-color: #555c66 !important;
}
.border-active-palette-5-dark-2.active.active,
a.button-style.button-style.border-active-palette-5-dark-2:active,
a.button-style.button-style.border-active-palette-5-dark-2.active,
a.button-style.button-style.active > .border-active-palette-5-dark-2,
li.active > a.button-style.button-style.border-active-palette-5-dark-2,
input.field-input.field-input.border-active-palette-5-dark-2:checked {
  color: #555c66 !important;
  border-color: #555c66 !important;
}
.link.border-palette-5-dark-2[class*="border-"] {
  border-color: #555c66 !important;
}
.link.border-palette-5-dark-2[class*="border-"]:hover {
  border-color: #4d535c !important;
}
.border-palette-5-dark-1,
.border-palette-5-dark-1.input,
.border-palette-5-dark-1.field-input.field-input,
.separator-palette-5-dark-1:after {
  border-color: #858e99;
  stroke: #858e99;
}
.button-style.border-palette-5-dark-1 {
  border-color: #858e99 !important;
  color: #858e99 !important;
  background-color: transparent !important;
}
.button-style.border-palette-5-dark-1:hover,
.button-style.border-palette-5-dark-1:focus {
  border-color: transparent !important;
  color: #75808c !important;
  background-color: transparent !important;
}
.border-hover-palette-5-dark-1:hover,
.border-hover-palette-5-dark-1:focus,
a.button-style.border-hover-palette-5-dark-1:hover,
a.button-style:hover > .border-hover-palette-5-dark-1,
a.button-style.border-hover-palette-5-dark-1:focus {
  color: #858e99 !important;
  border-color: #858e99 !important;
}
.border-active-palette-5-dark-1.active.active,
a.button-style.button-style.border-active-palette-5-dark-1:active,
a.button-style.button-style.border-active-palette-5-dark-1.active,
a.button-style.button-style.active > .border-active-palette-5-dark-1,
li.active > a.button-style.button-style.border-active-palette-5-dark-1,
input.field-input.field-input.border-active-palette-5-dark-1:checked {
  color: #858e99 !important;
  border-color: #858e99 !important;
}
.link.border-palette-5-dark-1[class*="border-"] {
  border-color: #858e99 !important;
}
.link.border-palette-5-dark-1[class*="border-"]:hover {
  border-color: #75808c !important;
}
.border-palette-5,
.border-palette-5.input,
.border-palette-5.field-input.field-input,
.separator-palette-5:after {
  border-color: #b9c1cc;
  stroke: #b9c1cc;
}
.button-style.border-palette-5 {
  border-color: #b9c1cc !important;
  color: #b9c1cc !important;
  background-color: transparent !important;
}
.button-style.border-palette-5:hover,
.button-style.border-palette-5:focus {
  border-color: transparent !important;
  color: #a2adbc !important;
  background-color: transparent !important;
}
.border-hover-palette-5:hover,
.border-hover-palette-5:focus,
a.button-style.border-hover-palette-5:hover,
a.button-style:hover > .border-hover-palette-5,
a.button-style.border-hover-palette-5:focus {
  color: #b9c1cc !important;
  border-color: #b9c1cc !important;
}
.border-active-palette-5.active.active,
a.button-style.button-style.border-active-palette-5:active,
a.button-style.button-style.border-active-palette-5.active,
a.button-style.button-style.active > .border-active-palette-5,
li.active > a.button-style.button-style.border-active-palette-5,
input.field-input.field-input.border-active-palette-5:checked {
  color: #b9c1cc !important;
  border-color: #b9c1cc !important;
}
.link.border-palette-5[class*="border-"] {
  border-color: #b9c1cc !important;
}
.link.border-palette-5[class*="border-"]:hover {
  border-color: #a2adbc !important;
}
.border-palette-5-light-1,
.border-palette-5-light-1.input,
.border-palette-5-light-1.field-input.field-input,
.separator-palette-5-light-1:after {
  border-color: #ccd3db;
  stroke: #ccd3db;
}
.button-style.border-palette-5-light-1 {
  border-color: #ccd3db !important;
  color: #ccd3db !important;
  background-color: transparent !important;
}
.button-style.border-palette-5-light-1:hover,
.button-style.border-palette-5-light-1:focus {
  border-color: transparent !important;
  color: #b3bec9 !important;
  background-color: transparent !important;
}
.border-hover-palette-5-light-1:hover,
.border-hover-palette-5-light-1:focus,
a.button-style.border-hover-palette-5-light-1:hover,
a.button-style:hover > .border-hover-palette-5-light-1,
a.button-style.border-hover-palette-5-light-1:focus {
  color: #ccd3db !important;
  border-color: #ccd3db !important;
}
.border-active-palette-5-light-1.active.active,
a.button-style.button-style.border-active-palette-5-light-1:active,
a.button-style.button-style.border-active-palette-5-light-1.active,
a.button-style.button-style.active > .border-active-palette-5-light-1,
li.active > a.button-style.button-style.border-active-palette-5-light-1,
input.field-input.field-input.border-active-palette-5-light-1:checked {
  color: #ccd3db !important;
  border-color: #ccd3db !important;
}
.link.border-palette-5-light-1[class*="border-"] {
  border-color: #ccd3db !important;
}
.link.border-palette-5-light-1[class*="border-"]:hover {
  border-color: #b3bec9 !important;
}
.border-palette-5-light-2,
.border-palette-5-light-2.input,
.border-palette-5-light-2.field-input.field-input,
.separator-palette-5-light-2:after {
  border-color: #e0e5eb;
  stroke: #e0e5eb;
}
.button-style.border-palette-5-light-2 {
  border-color: #e0e5eb !important;
  color: #e0e5eb !important;
  background-color: transparent !important;
}
.button-style.border-palette-5-light-2:hover,
.button-style.border-palette-5-light-2:focus {
  border-color: transparent !important;
  color: #c4ced9 !important;
  background-color: transparent !important;
}
.border-hover-palette-5-light-2:hover,
.border-hover-palette-5-light-2:focus,
a.button-style.border-hover-palette-5-light-2:hover,
a.button-style:hover > .border-hover-palette-5-light-2,
a.button-style.border-hover-palette-5-light-2:focus {
  color: #e0e5eb !important;
  border-color: #e0e5eb !important;
}
.border-active-palette-5-light-2.active.active,
a.button-style.button-style.border-active-palette-5-light-2:active,
a.button-style.button-style.border-active-palette-5-light-2.active,
a.button-style.button-style.active > .border-active-palette-5-light-2,
li.active > a.button-style.button-style.border-active-palette-5-light-2,
input.field-input.field-input.border-active-palette-5-light-2:checked {
  color: #e0e5eb !important;
  border-color: #e0e5eb !important;
}
.link.border-palette-5-light-2[class*="border-"] {
  border-color: #e0e5eb !important;
}
.link.border-palette-5-light-2[class*="border-"]:hover {
  border-color: #c4ced9 !important;
}
.border-palette-5-light-3,
.border-palette-5-light-3.input,
.border-palette-5-light-3.field-input.field-input,
.separator-palette-5-light-3:after {
  border-color: #f5f7fa;
  stroke: #f5f7fa;
}
.button-style.border-palette-5-light-3 {
  border-color: #f5f7fa !important;
  color: #f5f7fa !important;
  background-color: transparent !important;
}
.button-style.border-palette-5-light-3:hover,
.button-style.border-palette-5-light-3:focus {
  border-color: transparent !important;
  color: #d4dde9 !important;
  background-color: transparent !important;
}
.border-hover-palette-5-light-3:hover,
.border-hover-palette-5-light-3:focus,
a.button-style.border-hover-palette-5-light-3:hover,
a.button-style:hover > .border-hover-palette-5-light-3,
a.button-style.border-hover-palette-5-light-3:focus {
  color: #f5f7fa !important;
  border-color: #f5f7fa !important;
}
.border-active-palette-5-light-3.active.active,
a.button-style.button-style.border-active-palette-5-light-3:active,
a.button-style.button-style.border-active-palette-5-light-3.active,
a.button-style.button-style.active > .border-active-palette-5-light-3,
li.active > a.button-style.button-style.border-active-palette-5-light-3,
input.field-input.field-input.border-active-palette-5-light-3:checked {
  color: #f5f7fa !important;
  border-color: #f5f7fa !important;
}
.link.border-palette-5-light-3[class*="border-"] {
  border-color: #f5f7fa !important;
}
.link.border-palette-5-light-3[class*="border-"]:hover {
  border-color: #d4dde9 !important;
}
.border-palette-5-base,
.border-palette-5-base.input,
.border-palette-5-base.field-input.field-input,
.separator-palette-5-base:after {
  border-color: #b9c1cc;
  stroke: #b9c1cc;
}
.button-style.border-palette-5-base {
  border-color: #b9c1cc !important;
  color: #b9c1cc !important;
  background-color: transparent !important;
}
.button-style.border-palette-5-base:hover,
.button-style.border-palette-5-base:focus {
  border-color: transparent !important;
  color: #a2adbc !important;
  background-color: transparent !important;
}
.border-hover-palette-5-base:hover,
.border-hover-palette-5-base:focus,
a.button-style.border-hover-palette-5-base:hover,
a.button-style:hover > .border-hover-palette-5-base,
a.button-style.border-hover-palette-5-base:focus {
  color: #b9c1cc !important;
  border-color: #b9c1cc !important;
}
.border-active-palette-5-base.active.active,
a.button-style.button-style.border-active-palette-5-base:active,
a.button-style.button-style.border-active-palette-5-base.active,
a.button-style.button-style.active > .border-active-palette-5-base,
li.active > a.button-style.button-style.border-active-palette-5-base,
input.field-input.field-input.border-active-palette-5-base:checked {
  color: #b9c1cc !important;
  border-color: #b9c1cc !important;
}
.link.border-palette-5-base[class*="border-"] {
  border-color: #b9c1cc !important;
}
.link.border-palette-5-base[class*="border-"]:hover {
  border-color: #a2adbc !important;
}
.border-grey-dark-3,
.border-grey-dark-3.input,
.border-grey-dark-3.field-input.field-input,
.separator-grey-dark-3:after {
  border-color: #212121;
  stroke: #212121;
}
.button-style.border-grey-dark-3 {
  border-color: #212121 !important;
  color: #212121 !important;
  background-color: transparent !important;
}
.button-style.border-grey-dark-3:hover,
.button-style.border-grey-dark-3:focus {
  border-color: transparent !important;
  color: #1e1e1e !important;
  background-color: transparent !important;
}
.border-hover-grey-dark-3:hover,
.border-hover-grey-dark-3:focus,
a.button-style.border-hover-grey-dark-3:hover,
a.button-style:hover > .border-hover-grey-dark-3,
a.button-style.border-hover-grey-dark-3:focus {
  color: #212121 !important;
  border-color: #212121 !important;
}
.border-active-grey-dark-3.active.active,
a.button-style.button-style.border-active-grey-dark-3:active,
a.button-style.button-style.border-active-grey-dark-3.active,
a.button-style.button-style.active > .border-active-grey-dark-3,
li.active > a.button-style.button-style.border-active-grey-dark-3,
input.field-input.field-input.border-active-grey-dark-3:checked {
  color: #212121 !important;
  border-color: #212121 !important;
}
.link.border-grey-dark-3[class*="border-"] {
  border-color: #212121 !important;
}
.link.border-grey-dark-3[class*="border-"]:hover {
  border-color: #1e1e1e !important;
}
.border-grey-dark-2,
.border-grey-dark-2.input,
.border-grey-dark-2.field-input.field-input,
.separator-grey-dark-2:after {
  border-color: #333333;
  stroke: #333333;
}
.button-style.border-grey-dark-2 {
  border-color: #333333 !important;
  color: #333333 !important;
  background-color: transparent !important;
}
.button-style.border-grey-dark-2:hover,
.button-style.border-grey-dark-2:focus {
  border-color: transparent !important;
  color: #2e2e2e !important;
  background-color: transparent !important;
}
.border-hover-grey-dark-2:hover,
.border-hover-grey-dark-2:focus,
a.button-style.border-hover-grey-dark-2:hover,
a.button-style:hover > .border-hover-grey-dark-2,
a.button-style.border-hover-grey-dark-2:focus {
  color: #333333 !important;
  border-color: #333333 !important;
}
.border-active-grey-dark-2.active.active,
a.button-style.button-style.border-active-grey-dark-2:active,
a.button-style.button-style.border-active-grey-dark-2.active,
a.button-style.button-style.active > .border-active-grey-dark-2,
li.active > a.button-style.button-style.border-active-grey-dark-2,
input.field-input.field-input.border-active-grey-dark-2:checked {
  color: #333333 !important;
  border-color: #333333 !important;
}
.link.border-grey-dark-2[class*="border-"] {
  border-color: #333333 !important;
}
.link.border-grey-dark-2[class*="border-"]:hover {
  border-color: #2e2e2e !important;
}
.border-grey-dark-1,
.border-grey-dark-1.input,
.border-grey-dark-1.field-input.field-input,
.separator-grey-dark-1:after {
  border-color: #454545;
  stroke: #454545;
}
.button-style.border-grey-dark-1 {
  border-color: #454545 !important;
  color: #454545 !important;
  background-color: transparent !important;
}
.button-style.border-grey-dark-1:hover,
.button-style.border-grey-dark-1:focus {
  border-color: transparent !important;
  color: #3e3e3e !important;
  background-color: transparent !important;
}
.border-hover-grey-dark-1:hover,
.border-hover-grey-dark-1:focus,
a.button-style.border-hover-grey-dark-1:hover,
a.button-style:hover > .border-hover-grey-dark-1,
a.button-style.border-hover-grey-dark-1:focus {
  color: #454545 !important;
  border-color: #454545 !important;
}
.border-active-grey-dark-1.active.active,
a.button-style.button-style.border-active-grey-dark-1:active,
a.button-style.button-style.border-active-grey-dark-1.active,
a.button-style.button-style.active > .border-active-grey-dark-1,
li.active > a.button-style.button-style.border-active-grey-dark-1,
input.field-input.field-input.border-active-grey-dark-1:checked {
  color: #454545 !important;
  border-color: #454545 !important;
}
.link.border-grey-dark-1[class*="border-"] {
  border-color: #454545 !important;
}
.link.border-grey-dark-1[class*="border-"]:hover {
  border-color: #3e3e3e !important;
}
.border-grey,
.border-grey.input,
.border-grey.field-input.field-input,
.separator-grey:after {
  border-color: #b3b3b3;
  stroke: #b3b3b3;
}
.button-style.border-grey {
  border-color: #b3b3b3 !important;
  color: #b3b3b3 !important;
  background-color: transparent !important;
}
.button-style.border-grey:hover,
.button-style.border-grey:focus {
  border-color: transparent !important;
  color: #a1a1a1 !important;
  background-color: transparent !important;
}
.border-hover-grey:hover,
.border-hover-grey:focus,
a.button-style.border-hover-grey:hover,
a.button-style:hover > .border-hover-grey,
a.button-style.border-hover-grey:focus {
  color: #b3b3b3 !important;
  border-color: #b3b3b3 !important;
}
.border-active-grey.active.active,
a.button-style.button-style.border-active-grey:active,
a.button-style.button-style.border-active-grey.active,
a.button-style.button-style.active > .border-active-grey,
li.active > a.button-style.button-style.border-active-grey,
input.field-input.field-input.border-active-grey:checked {
  color: #b3b3b3 !important;
  border-color: #b3b3b3 !important;
}
.link.border-grey[class*="border-"] {
  border-color: #b3b3b3 !important;
}
.link.border-grey[class*="border-"]:hover {
  border-color: #a1a1a1 !important;
}
.border-grey-light-1,
.border-grey-light-1.input,
.border-grey-light-1.field-input.field-input,
.separator-grey-light-1:after {
  border-color: #d9d9d9;
  stroke: #d9d9d9;
}
.button-style.border-grey-light-1 {
  border-color: #d9d9d9 !important;
  color: #d9d9d9 !important;
  background-color: transparent !important;
}
.button-style.border-grey-light-1:hover,
.button-style.border-grey-light-1:focus {
  border-color: transparent !important;
  color: #c3c3c3 !important;
  background-color: transparent !important;
}
.border-hover-grey-light-1:hover,
.border-hover-grey-light-1:focus,
a.button-style.border-hover-grey-light-1:hover,
a.button-style:hover > .border-hover-grey-light-1,
a.button-style.border-hover-grey-light-1:focus {
  color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.border-active-grey-light-1.active.active,
a.button-style.button-style.border-active-grey-light-1:active,
a.button-style.button-style.border-active-grey-light-1.active,
a.button-style.button-style.active > .border-active-grey-light-1,
li.active > a.button-style.button-style.border-active-grey-light-1,
input.field-input.field-input.border-active-grey-light-1:checked {
  color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.link.border-grey-light-1[class*="border-"] {
  border-color: #d9d9d9 !important;
}
.link.border-grey-light-1[class*="border-"]:hover {
  border-color: #c3c3c3 !important;
}
.border-grey-light-2,
.border-grey-light-2.input,
.border-grey-light-2.field-input.field-input,
.separator-grey-light-2:after {
  border-color: #eeeeee;
  stroke: #eeeeee;
}
.button-style.border-grey-light-2 {
  border-color: #eeeeee !important;
  color: #eeeeee !important;
  background-color: transparent !important;
}
.button-style.border-grey-light-2:hover,
.button-style.border-grey-light-2:focus {
  border-color: transparent !important;
  color: #d6d6d6 !important;
  background-color: transparent !important;
}
.border-hover-grey-light-2:hover,
.border-hover-grey-light-2:focus,
a.button-style.border-hover-grey-light-2:hover,
a.button-style:hover > .border-hover-grey-light-2,
a.button-style.border-hover-grey-light-2:focus {
  color: #eeeeee !important;
  border-color: #eeeeee !important;
}
.border-active-grey-light-2.active.active,
a.button-style.button-style.border-active-grey-light-2:active,
a.button-style.button-style.border-active-grey-light-2.active,
a.button-style.button-style.active > .border-active-grey-light-2,
li.active > a.button-style.button-style.border-active-grey-light-2,
input.field-input.field-input.border-active-grey-light-2:checked {
  color: #eeeeee !important;
  border-color: #eeeeee !important;
}
.link.border-grey-light-2[class*="border-"] {
  border-color: #eeeeee !important;
}
.link.border-grey-light-2[class*="border-"]:hover {
  border-color: #d6d6d6 !important;
}
.border-grey-light-3,
.border-grey-light-3.input,
.border-grey-light-3.field-input.field-input,
.separator-grey-light-3:after {
  border-color: #f6f6f6;
  stroke: #f6f6f6;
}
.button-style.border-grey-light-3 {
  border-color: #f6f6f6 !important;
  color: #f6f6f6 !important;
  background-color: transparent !important;
}
.button-style.border-grey-light-3:hover,
.button-style.border-grey-light-3:focus {
  border-color: transparent !important;
  color: #dddddd !important;
  background-color: transparent !important;
}
.border-hover-grey-light-3:hover,
.border-hover-grey-light-3:focus,
a.button-style.border-hover-grey-light-3:hover,
a.button-style:hover > .border-hover-grey-light-3,
a.button-style.border-hover-grey-light-3:focus {
  color: #f6f6f6 !important;
  border-color: #f6f6f6 !important;
}
.border-active-grey-light-3.active.active,
a.button-style.button-style.border-active-grey-light-3:active,
a.button-style.button-style.border-active-grey-light-3.active,
a.button-style.button-style.active > .border-active-grey-light-3,
li.active > a.button-style.button-style.border-active-grey-light-3,
input.field-input.field-input.border-active-grey-light-3:checked {
  color: #f6f6f6 !important;
  border-color: #f6f6f6 !important;
}
.link.border-grey-light-3[class*="border-"] {
  border-color: #f6f6f6 !important;
}
.link.border-grey-light-3[class*="border-"]:hover {
  border-color: #dddddd !important;
}
.border-white,
.border-white.input,
.border-white.field-input.field-input,
.separator-white:after {
  border-color: #ffffff;
  stroke: #ffffff;
}
.button-style.border-white {
  border-color: #ffffff !important;
  color: #ffffff !important;
  background-color: transparent !important;
}
.button-style.border-white:hover,
.button-style.border-white:focus {
  border-color: transparent !important;
  color: #e6e6e6 !important;
  background-color: transparent !important;
}
.border-hover-white:hover,
.border-hover-white:focus,
a.button-style.border-hover-white:hover,
a.button-style:hover > .border-hover-white,
a.button-style.border-hover-white:focus {
  color: #ffffff !important;
  border-color: #ffffff !important;
}
.border-active-white.active.active,
a.button-style.button-style.border-active-white:active,
a.button-style.button-style.border-active-white.active,
a.button-style.button-style.active > .border-active-white,
li.active > a.button-style.button-style.border-active-white,
input.field-input.field-input.border-active-white:checked {
  color: #ffffff !important;
  border-color: #ffffff !important;
}
.link.border-white[class*="border-"] {
  border-color: #ffffff !important;
}
.link.border-white[class*="border-"]:hover {
  border-color: #e6e6e6 !important;
}
.border-black,
.border-black.input,
.border-black.field-input.field-input,
.separator-black:after {
  border-color: #000000;
  stroke: #000000;
}
.button-style.border-black {
  border-color: #000000 !important;
  color: #000000 !important;
  background-color: transparent !important;
}
.button-style.border-black:hover,
.button-style.border-black:focus {
  border-color: transparent !important;
  color: #000000 !important;
  background-color: transparent !important;
}
.border-hover-black:hover,
.border-hover-black:focus,
a.button-style.border-hover-black:hover,
a.button-style:hover > .border-hover-black,
a.button-style.border-hover-black:focus {
  color: #000000 !important;
  border-color: #000000 !important;
}
.border-active-black.active.active,
a.button-style.button-style.border-active-black:active,
a.button-style.button-style.border-active-black.active,
a.button-style.button-style.active > .border-active-black,
li.active > a.button-style.button-style.border-active-black,
input.field-input.field-input.border-active-black:checked {
  color: #000000 !important;
  border-color: #000000 !important;
}
.link.border-black[class*="border-"] {
  border-color: #000000 !important;
}
.link.border-black[class*="border-"]:hover {
  border-color: #000000 !important;
}
.border-body-color,
.border-body-color.input,
.border-body-color.field-input.field-input,
.separator-body-color:after {
  border-color: #111111;
  stroke: #111111;
}
.button-style.border-body-color {
  border-color: #111111 !important;
  color: #111111 !important;
  background-color: transparent !important;
}
.button-style.border-body-color:hover,
.button-style.border-body-color:focus {
  border-color: transparent !important;
  color: #0f0f0f !important;
  background-color: transparent !important;
}
.border-hover-body-color:hover,
.border-hover-body-color:focus,
a.button-style.border-hover-body-color:hover,
a.button-style:hover > .border-hover-body-color,
a.button-style.border-hover-body-color:focus {
  color: #111111 !important;
  border-color: #111111 !important;
}
.border-active-body-color.active.active,
a.button-style.button-style.border-active-body-color:active,
a.button-style.button-style.border-active-body-color.active,
a.button-style.button-style.active > .border-active-body-color,
li.active > a.button-style.button-style.border-active-body-color,
input.field-input.field-input.border-active-body-color:checked {
  color: #111111 !important;
  border-color: #111111 !important;
}
.link.border-body-color[class*="border-"] {
  border-color: #111111 !important;
}
.link.border-body-color[class*="border-"]:hover {
  border-color: #0f0f0f !important;
}
.border-body-alt-color,
.border-body-alt-color.input,
.border-body-alt-color.field-input.field-input,
.separator-body-alt-color:after {
  border-color: #ffffff;
  stroke: #ffffff;
}
.button-style.border-body-alt-color {
  border-color: #ffffff !important;
  color: #ffffff !important;
  background-color: transparent !important;
}
.button-style.border-body-alt-color:hover,
.button-style.border-body-alt-color:focus {
  border-color: transparent !important;
  color: #e6e6e6 !important;
  background-color: transparent !important;
}
.border-hover-body-alt-color:hover,
.border-hover-body-alt-color:focus,
a.button-style.border-hover-body-alt-color:hover,
a.button-style:hover > .border-hover-body-alt-color,
a.button-style.border-hover-body-alt-color:focus {
  color: #ffffff !important;
  border-color: #ffffff !important;
}
.border-active-body-alt-color.active.active,
a.button-style.button-style.border-active-body-alt-color:active,
a.button-style.button-style.border-active-body-alt-color.active,
a.button-style.button-style.active > .border-active-body-alt-color,
li.active > a.button-style.button-style.border-active-body-alt-color,
input.field-input.field-input.border-active-body-alt-color:checked {
  color: #ffffff !important;
  border-color: #ffffff !important;
}
.link.border-body-alt-color[class*="border-"] {
  border-color: #ffffff !important;
}
.link.border-body-alt-color[class*="border-"]:hover {
  border-color: #e6e6e6 !important;
}
.border-grey-25,
.border-grey-25.input,
.border-grey-25.field-input.field-input,
.separator-grey-25:after {
  border-color: #c0c0c0;
  stroke: #c0c0c0;
}
.button-style.border-grey-25 {
  border-color: #c0c0c0 !important;
  color: #c0c0c0 !important;
  background-color: transparent !important;
}
.button-style.border-grey-25:hover,
.button-style.border-grey-25:focus {
  border-color: transparent !important;
  color: #adadad !important;
  background-color: transparent !important;
}
.border-hover-grey-25:hover,
.border-hover-grey-25:focus,
a.button-style.border-hover-grey-25:hover,
a.button-style:hover > .border-hover-grey-25,
a.button-style.border-hover-grey-25:focus {
  color: #c0c0c0 !important;
  border-color: #c0c0c0 !important;
}
.border-active-grey-25.active.active,
a.button-style.button-style.border-active-grey-25:active,
a.button-style.button-style.border-active-grey-25.active,
a.button-style.button-style.active > .border-active-grey-25,
li.active > a.button-style.button-style.border-active-grey-25,
input.field-input.field-input.border-active-grey-25:checked {
  color: #c0c0c0 !important;
  border-color: #c0c0c0 !important;
}
.link.border-grey-25[class*="border-"] {
  border-color: #c0c0c0 !important;
}
.link.border-grey-25[class*="border-"]:hover {
  border-color: #adadad !important;
}
.border-grey-5,
.border-grey-5.input,
.border-grey-5.field-input.field-input,
.separator-grey-5:after {
  border-color: #f2f2f2;
  stroke: #f2f2f2;
}
.button-style.border-grey-5 {
  border-color: #f2f2f2 !important;
  color: #f2f2f2 !important;
  background-color: transparent !important;
}
.button-style.border-grey-5:hover,
.button-style.border-grey-5:focus {
  border-color: transparent !important;
  color: #dadada !important;
  background-color: transparent !important;
}
.border-hover-grey-5:hover,
.border-hover-grey-5:focus,
a.button-style.border-hover-grey-5:hover,
a.button-style:hover > .border-hover-grey-5,
a.button-style.border-hover-grey-5:focus {
  color: #f2f2f2 !important;
  border-color: #f2f2f2 !important;
}
.border-active-grey-5.active.active,
a.button-style.button-style.border-active-grey-5:active,
a.button-style.button-style.border-active-grey-5.active,
a.button-style.button-style.active > .border-active-grey-5,
li.active > a.button-style.button-style.border-active-grey-5,
input.field-input.field-input.border-active-grey-5:checked {
  color: #f2f2f2 !important;
  border-color: #f2f2f2 !important;
}
.link.border-grey-5[class*="border-"] {
  border-color: #f2f2f2 !important;
}
.link.border-grey-5[class*="border-"]:hover {
  border-color: #dadada !important;
}
.border-grey-10,
.border-grey-10.input,
.border-grey-10.field-input.field-input,
.separator-grey-10:after {
  border-color: #e5e5e5;
  stroke: #e5e5e5;
}
.button-style.border-grey-10 {
  border-color: #e5e5e5 !important;
  color: #e5e5e5 !important;
  background-color: transparent !important;
}
.button-style.border-grey-10:hover,
.button-style.border-grey-10:focus {
  border-color: transparent !important;
  color: #cecece !important;
  background-color: transparent !important;
}
.border-hover-grey-10:hover,
.border-hover-grey-10:focus,
a.button-style.border-hover-grey-10:hover,
a.button-style:hover > .border-hover-grey-10,
a.button-style.border-hover-grey-10:focus {
  color: #e5e5e5 !important;
  border-color: #e5e5e5 !important;
}
.border-active-grey-10.active.active,
a.button-style.button-style.border-active-grey-10:active,
a.button-style.button-style.border-active-grey-10.active,
a.button-style.button-style.active > .border-active-grey-10,
li.active > a.button-style.button-style.border-active-grey-10,
input.field-input.field-input.border-active-grey-10:checked {
  color: #e5e5e5 !important;
  border-color: #e5e5e5 !important;
}
.link.border-grey-10[class*="border-"] {
  border-color: #e5e5e5 !important;
}
.link.border-grey-10[class*="border-"]:hover {
  border-color: #cecece !important;
}
.border-grey-15,
.border-grey-15.input,
.border-grey-15.field-input.field-input,
.separator-grey-15:after {
  border-color: #d9d9d9;
  stroke: #d9d9d9;
}
.button-style.border-grey-15 {
  border-color: #d9d9d9 !important;
  color: #d9d9d9 !important;
  background-color: transparent !important;
}
.button-style.border-grey-15:hover,
.button-style.border-grey-15:focus {
  border-color: transparent !important;
  color: #c3c3c3 !important;
  background-color: transparent !important;
}
.border-hover-grey-15:hover,
.border-hover-grey-15:focus,
a.button-style.border-hover-grey-15:hover,
a.button-style:hover > .border-hover-grey-15,
a.button-style.border-hover-grey-15:focus {
  color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.border-active-grey-15.active.active,
a.button-style.button-style.border-active-grey-15:active,
a.button-style.button-style.border-active-grey-15.active,
a.button-style.button-style.active > .border-active-grey-15,
li.active > a.button-style.button-style.border-active-grey-15,
input.field-input.field-input.border-active-grey-15:checked {
  color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.link.border-grey-15[class*="border-"] {
  border-color: #d9d9d9 !important;
}
.link.border-grey-15[class*="border-"]:hover {
  border-color: #c3c3c3 !important;
}
.border-grey-25,
.border-grey-25.input,
.border-grey-25.field-input.field-input,
.separator-grey-25:after {
  border-color: #c0c0c0;
  stroke: #c0c0c0;
}
.button-style.border-grey-25 {
  border-color: #c0c0c0 !important;
  color: #c0c0c0 !important;
  background-color: transparent !important;
}
.button-style.border-grey-25:hover,
.button-style.border-grey-25:focus {
  border-color: transparent !important;
  color: #adadad !important;
  background-color: transparent !important;
}
.border-hover-grey-25:hover,
.border-hover-grey-25:focus,
a.button-style.border-hover-grey-25:hover,
a.button-style:hover > .border-hover-grey-25,
a.button-style.border-hover-grey-25:focus {
  color: #c0c0c0 !important;
  border-color: #c0c0c0 !important;
}
.border-active-grey-25.active.active,
a.button-style.button-style.border-active-grey-25:active,
a.button-style.button-style.border-active-grey-25.active,
a.button-style.button-style.active > .border-active-grey-25,
li.active > a.button-style.button-style.border-active-grey-25,
input.field-input.field-input.border-active-grey-25:checked {
  color: #c0c0c0 !important;
  border-color: #c0c0c0 !important;
}
.link.border-grey-25[class*="border-"] {
  border-color: #c0c0c0 !important;
}
.link.border-grey-25[class*="border-"]:hover {
  border-color: #adadad !important;
}
.border-grey-30,
.border-grey-30.input,
.border-grey-30.field-input.field-input,
.separator-grey-30:after {
  border-color: #b3b3b3;
  stroke: #b3b3b3;
}
.button-style.border-grey-30 {
  border-color: #b3b3b3 !important;
  color: #b3b3b3 !important;
  background-color: transparent !important;
}
.button-style.border-grey-30:hover,
.button-style.border-grey-30:focus {
  border-color: transparent !important;
  color: #a1a1a1 !important;
  background-color: transparent !important;
}
.border-hover-grey-30:hover,
.border-hover-grey-30:focus,
a.button-style.border-hover-grey-30:hover,
a.button-style:hover > .border-hover-grey-30,
a.button-style.border-hover-grey-30:focus {
  color: #b3b3b3 !important;
  border-color: #b3b3b3 !important;
}
.border-active-grey-30.active.active,
a.button-style.button-style.border-active-grey-30:active,
a.button-style.button-style.border-active-grey-30.active,
a.button-style.button-style.active > .border-active-grey-30,
li.active > a.button-style.button-style.border-active-grey-30,
input.field-input.field-input.border-active-grey-30:checked {
  color: #b3b3b3 !important;
  border-color: #b3b3b3 !important;
}
.link.border-grey-30[class*="border-"] {
  border-color: #b3b3b3 !important;
}
.link.border-grey-30[class*="border-"]:hover {
  border-color: #a1a1a1 !important;
}
.border-grey-40,
.border-grey-40.input,
.border-grey-40.field-input.field-input,
.separator-grey-40:after {
  border-color: #999999;
  stroke: #999999;
}
.button-style.border-grey-40 {
  border-color: #999999 !important;
  color: #999999 !important;
  background-color: transparent !important;
}
.button-style.border-grey-40:hover,
.button-style.border-grey-40:focus {
  border-color: transparent !important;
  color: #8a8a8a !important;
  background-color: transparent !important;
}
.border-hover-grey-40:hover,
.border-hover-grey-40:focus,
a.button-style.border-hover-grey-40:hover,
a.button-style:hover > .border-hover-grey-40,
a.button-style.border-hover-grey-40:focus {
  color: #999999 !important;
  border-color: #999999 !important;
}
.border-active-grey-40.active.active,
a.button-style.button-style.border-active-grey-40:active,
a.button-style.button-style.border-active-grey-40.active,
a.button-style.button-style.active > .border-active-grey-40,
li.active > a.button-style.button-style.border-active-grey-40,
input.field-input.field-input.border-active-grey-40:checked {
  color: #999999 !important;
  border-color: #999999 !important;
}
.link.border-grey-40[class*="border-"] {
  border-color: #999999 !important;
}
.link.border-grey-40[class*="border-"]:hover {
  border-color: #8a8a8a !important;
}
.border-grey-50,
.border-grey-50.input,
.border-grey-50.field-input.field-input,
.separator-grey-50:after {
  border-color: #808080;
  stroke: #808080;
}
.button-style.border-grey-50 {
  border-color: #808080 !important;
  color: #808080 !important;
  background-color: transparent !important;
}
.button-style.border-grey-50:hover,
.button-style.border-grey-50:focus {
  border-color: transparent !important;
  color: #737373 !important;
  background-color: transparent !important;
}
.border-hover-grey-50:hover,
.border-hover-grey-50:focus,
a.button-style.border-hover-grey-50:hover,
a.button-style:hover > .border-hover-grey-50,
a.button-style.border-hover-grey-50:focus {
  color: #808080 !important;
  border-color: #808080 !important;
}
.border-active-grey-50.active.active,
a.button-style.button-style.border-active-grey-50:active,
a.button-style.button-style.border-active-grey-50.active,
a.button-style.button-style.active > .border-active-grey-50,
li.active > a.button-style.button-style.border-active-grey-50,
input.field-input.field-input.border-active-grey-50:checked {
  color: #808080 !important;
  border-color: #808080 !important;
}
.link.border-grey-50[class*="border-"] {
  border-color: #808080 !important;
}
.link.border-grey-50[class*="border-"]:hover {
  border-color: #737373 !important;
}
.border-grey-60,
.border-grey-60.input,
.border-grey-60.field-input.field-input,
.separator-grey-60:after {
  border-color: #666666;
  stroke: #666666;
}
.button-style.border-grey-60 {
  border-color: #666666 !important;
  color: #666666 !important;
  background-color: transparent !important;
}
.button-style.border-grey-60:hover,
.button-style.border-grey-60:focus {
  border-color: transparent !important;
  color: #5c5c5c !important;
  background-color: transparent !important;
}
.border-hover-grey-60:hover,
.border-hover-grey-60:focus,
a.button-style.border-hover-grey-60:hover,
a.button-style:hover > .border-hover-grey-60,
a.button-style.border-hover-grey-60:focus {
  color: #666666 !important;
  border-color: #666666 !important;
}
.border-active-grey-60.active.active,
a.button-style.button-style.border-active-grey-60:active,
a.button-style.button-style.border-active-grey-60.active,
a.button-style.button-style.active > .border-active-grey-60,
li.active > a.button-style.button-style.border-active-grey-60,
input.field-input.field-input.border-active-grey-60:checked {
  color: #666666 !important;
  border-color: #666666 !important;
}
.link.border-grey-60[class*="border-"] {
  border-color: #666666 !important;
}
.link.border-grey-60[class*="border-"]:hover {
  border-color: #5c5c5c !important;
}
.border-grey-70,
.border-grey-70.input,
.border-grey-70.field-input.field-input,
.separator-grey-70:after {
  border-color: #4d4d4d;
  stroke: #4d4d4d;
}
.button-style.border-grey-70 {
  border-color: #4d4d4d !important;
  color: #4d4d4d !important;
  background-color: transparent !important;
}
.button-style.border-grey-70:hover,
.button-style.border-grey-70:focus {
  border-color: transparent !important;
  color: #454545 !important;
  background-color: transparent !important;
}
.border-hover-grey-70:hover,
.border-hover-grey-70:focus,
a.button-style.border-hover-grey-70:hover,
a.button-style:hover > .border-hover-grey-70,
a.button-style.border-hover-grey-70:focus {
  color: #4d4d4d !important;
  border-color: #4d4d4d !important;
}
.border-active-grey-70.active.active,
a.button-style.button-style.border-active-grey-70:active,
a.button-style.button-style.border-active-grey-70.active,
a.button-style.button-style.active > .border-active-grey-70,
li.active > a.button-style.button-style.border-active-grey-70,
input.field-input.field-input.border-active-grey-70:checked {
  color: #4d4d4d !important;
  border-color: #4d4d4d !important;
}
.link.border-grey-70[class*="border-"] {
  border-color: #4d4d4d !important;
}
.link.border-grey-70[class*="border-"]:hover {
  border-color: #454545 !important;
}
.border-grey-75,
.border-grey-75.input,
.border-grey-75.field-input.field-input,
.separator-grey-75:after {
  border-color: #404040;
  stroke: #404040;
}
.button-style.border-grey-75 {
  border-color: #404040 !important;
  color: #404040 !important;
  background-color: transparent !important;
}
.button-style.border-grey-75:hover,
.button-style.border-grey-75:focus {
  border-color: transparent !important;
  color: #3a3a3a !important;
  background-color: transparent !important;
}
.border-hover-grey-75:hover,
.border-hover-grey-75:focus,
a.button-style.border-hover-grey-75:hover,
a.button-style:hover > .border-hover-grey-75,
a.button-style.border-hover-grey-75:focus {
  color: #404040 !important;
  border-color: #404040 !important;
}
.border-active-grey-75.active.active,
a.button-style.button-style.border-active-grey-75:active,
a.button-style.button-style.border-active-grey-75.active,
a.button-style.button-style.active > .border-active-grey-75,
li.active > a.button-style.button-style.border-active-grey-75,
input.field-input.field-input.border-active-grey-75:checked {
  color: #404040 !important;
  border-color: #404040 !important;
}
.link.border-grey-75[class*="border-"] {
  border-color: #404040 !important;
}
.link.border-grey-75[class*="border-"]:hover {
  border-color: #3a3a3a !important;
}
.border-grey-80,
.border-grey-80.input,
.border-grey-80.field-input.field-input,
.separator-grey-80:after {
  border-color: #333333;
  stroke: #333333;
}
.button-style.border-grey-80 {
  border-color: #333333 !important;
  color: #333333 !important;
  background-color: transparent !important;
}
.button-style.border-grey-80:hover,
.button-style.border-grey-80:focus {
  border-color: transparent !important;
  color: #2e2e2e !important;
  background-color: transparent !important;
}
.border-hover-grey-80:hover,
.border-hover-grey-80:focus,
a.button-style.border-hover-grey-80:hover,
a.button-style:hover > .border-hover-grey-80,
a.button-style.border-hover-grey-80:focus {
  color: #333333 !important;
  border-color: #333333 !important;
}
.border-active-grey-80.active.active,
a.button-style.button-style.border-active-grey-80:active,
a.button-style.button-style.border-active-grey-80.active,
a.button-style.button-style.active > .border-active-grey-80,
li.active > a.button-style.button-style.border-active-grey-80,
input.field-input.field-input.border-active-grey-80:checked {
  color: #333333 !important;
  border-color: #333333 !important;
}
.link.border-grey-80[class*="border-"] {
  border-color: #333333 !important;
}
.link.border-grey-80[class*="border-"]:hover {
  border-color: #2e2e2e !important;
}
.border-grey-90,
.border-grey-90.input,
.border-grey-90.field-input.field-input,
.separator-grey-90:after {
  border-color: #1a1a1a;
  stroke: #1a1a1a;
}
.button-style.border-grey-90 {
  border-color: #1a1a1a !important;
  color: #1a1a1a !important;
  background-color: transparent !important;
}
.button-style.border-grey-90:hover,
.button-style.border-grey-90:focus {
  border-color: transparent !important;
  color: #171717 !important;
  background-color: transparent !important;
}
.border-hover-grey-90:hover,
.border-hover-grey-90:focus,
a.button-style.border-hover-grey-90:hover,
a.button-style:hover > .border-hover-grey-90,
a.button-style.border-hover-grey-90:focus {
  color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.border-active-grey-90.active.active,
a.button-style.button-style.border-active-grey-90:active,
a.button-style.button-style.border-active-grey-90.active,
a.button-style.button-style.active > .border-active-grey-90,
li.active > a.button-style.button-style.border-active-grey-90,
input.field-input.field-input.border-active-grey-90:checked {
  color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.link.border-grey-90[class*="border-"] {
  border-color: #1a1a1a !important;
}
.link.border-grey-90[class*="border-"]:hover {
  border-color: #171717 !important;
}
.text-color-1-dark-3,
.input.text-color-1-dark-3,
.input.text-color-1-dark-3[class*="border-"],
li.active > a.button-style.text-color-1-dark-3,
li.active > a.button-style.text-color-1-dark-3[class*="border-"],
a.button-style.text-color-1-dark-3,
a.button-style.text-color-1-dark-3[class*="border-"] {
  color: #292a33 !important;
  
  
  
}
a.button-style.text-color-1-dark-3:hover,
a.button-style.text-color-1-dark-3[class*="border-"]:hover,
a.button-style.text-color-1-dark-3:focus,
a.button-style.text-color-1-dark-3[class*="border-"]:focus,
a.button-style.button-style.text-color-1-dark-3:active,
a.button-style.button-style.text-color-1-dark-3[class*="border-"]:active,
a.button-style.button-style.text-color-1-dark-3.active,
a.button-style.button-style.text-color-1-dark-3[class*="border-"].active {
  color: #25262e !important;
}
/* hover */
a.button-style:hover > .text-hover-color-1-dark-3,
a.button-style:hover > .text-hover-color-1-dark-3[class*="border-"],
a.button-style.button-style.text-hover-color-1-dark-3:hover,
a.button-style.button-style.text-hover-color-1-dark-3[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-color-1-dark-3.active,
a.button-style.button-style.button-style.text-hover-color-1-dark-3[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-color-1-dark-3:active,
a.button-style.button-style.button-style.text-hover-color-1-dark-3[class*="border-"]:active,
a.button-style.button-style.text-hover-color-1-dark-3:focus,
a.button-style.button-style.text-hover-color-1-dark-3[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-color-1-dark-3:hover,
.text-hover-color-1-dark-3.language-url:hover,
.text-hover-color-1-dark-3 .language-url:hover,
.text-hover-color-1-dark-3.carousel-control:hover,
.text-hover-color-1-dark-3.gallery-nav:hover,
.popupmenitems.text-hover-color-1-dark-3 .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-color-1-dark-3:hover {
  color: #292a33 !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-color-1-dark-3:active,
a.button-style.button-style.button-style.button-style.text-active-color-1-dark-3[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-color-1-dark-3.active,
a.button-style.button-style.button-style.button-style.text-active-color-1-dark-3[class*="border-"].active,
a.button-style.button-style.active > .text-active-color-1-dark-3,
a.button-style.button-style.active > .text-active-color-1-dark-3[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-color-1-dark-3.active,
.popupmenitems.popupmenitems.text-active-color-1-dark-3 .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-color-1-dark-3.active {
  color: #292a33 !important;
}
.text-color-1-dark-3 .svg-link {
  fill: #292a33;
}
.text-hover-color-1-dark-3:hover .svg-link,
.text-hover-color-1-dark-3:focus .svg-link,
.button-style:hover > .text-hover-color-1-dark-3 .svg-link {
  fill: #292a33;
}
.text-active-color-1-dark-3:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-color-1-dark-3 .svg-link,
.button-style.button-style.active > .text-active-color-1-dark-3 .svg-link {
  fill: #292a33;
}
.link.text-color-1-dark-3:hover {
  color: #25262e !important;
}
a.link.text-hover-color-1-dark-3:hover {
  color: #292a33 !important;
}
.text-color-1-dark-2,
.input.text-color-1-dark-2,
.input.text-color-1-dark-2[class*="border-"],
li.active > a.button-style.text-color-1-dark-2,
li.active > a.button-style.text-color-1-dark-2[class*="border-"],
a.button-style.text-color-1-dark-2,
a.button-style.text-color-1-dark-2[class*="border-"] {
  color: #474d75 !important;
  
  
  
}
a.button-style.text-color-1-dark-2:hover,
a.button-style.text-color-1-dark-2[class*="border-"]:hover,
a.button-style.text-color-1-dark-2:focus,
a.button-style.text-color-1-dark-2[class*="border-"]:focus,
a.button-style.button-style.text-color-1-dark-2:active,
a.button-style.button-style.text-color-1-dark-2[class*="border-"]:active,
a.button-style.button-style.text-color-1-dark-2.active,
a.button-style.button-style.text-color-1-dark-2[class*="border-"].active {
  color: #404569 !important;
}
/* hover */
a.button-style:hover > .text-hover-color-1-dark-2,
a.button-style:hover > .text-hover-color-1-dark-2[class*="border-"],
a.button-style.button-style.text-hover-color-1-dark-2:hover,
a.button-style.button-style.text-hover-color-1-dark-2[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-color-1-dark-2.active,
a.button-style.button-style.button-style.text-hover-color-1-dark-2[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-color-1-dark-2:active,
a.button-style.button-style.button-style.text-hover-color-1-dark-2[class*="border-"]:active,
a.button-style.button-style.text-hover-color-1-dark-2:focus,
a.button-style.button-style.text-hover-color-1-dark-2[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-color-1-dark-2:hover,
.text-hover-color-1-dark-2.language-url:hover,
.text-hover-color-1-dark-2 .language-url:hover,
.text-hover-color-1-dark-2.carousel-control:hover,
.text-hover-color-1-dark-2.gallery-nav:hover,
.popupmenitems.text-hover-color-1-dark-2 .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-color-1-dark-2:hover {
  color: #474d75 !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-color-1-dark-2:active,
a.button-style.button-style.button-style.button-style.text-active-color-1-dark-2[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-color-1-dark-2.active,
a.button-style.button-style.button-style.button-style.text-active-color-1-dark-2[class*="border-"].active,
a.button-style.button-style.active > .text-active-color-1-dark-2,
a.button-style.button-style.active > .text-active-color-1-dark-2[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-color-1-dark-2.active,
.popupmenitems.popupmenitems.text-active-color-1-dark-2 .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-color-1-dark-2.active {
  color: #474d75 !important;
}
.text-color-1-dark-2 .svg-link {
  fill: #474d75;
}
.text-hover-color-1-dark-2:hover .svg-link,
.text-hover-color-1-dark-2:focus .svg-link,
.button-style:hover > .text-hover-color-1-dark-2 .svg-link {
  fill: #474d75;
}
.text-active-color-1-dark-2:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-color-1-dark-2 .svg-link,
.button-style.button-style.active > .text-active-color-1-dark-2 .svg-link {
  fill: #474d75;
}
.link.text-color-1-dark-2:hover {
  color: #404569 !important;
}
a.link.text-hover-color-1-dark-2:hover {
  color: #474d75 !important;
}
.text-color-1-dark-1,
.input.text-color-1-dark-1,
.input.text-color-1-dark-1[class*="border-"],
li.active > a.button-style.text-color-1-dark-1,
li.active > a.button-style.text-color-1-dark-1[class*="border-"],
a.button-style.text-color-1-dark-1,
a.button-style.text-color-1-dark-1[class*="border-"] {
  color: #4d59b7 !important;
  
  
  
}
a.button-style.text-color-1-dark-1:hover,
a.button-style.text-color-1-dark-1[class*="border-"]:hover,
a.button-style.text-color-1-dark-1:focus,
a.button-style.text-color-1-dark-1[class*="border-"]:focus,
a.button-style.button-style.text-color-1-dark-1:active,
a.button-style.button-style.text-color-1-dark-1[class*="border-"]:active,
a.button-style.button-style.text-color-1-dark-1.active,
a.button-style.button-style.text-color-1-dark-1[class*="border-"].active {
  color: #434fa7 !important;
}
/* hover */
a.button-style:hover > .text-hover-color-1-dark-1,
a.button-style:hover > .text-hover-color-1-dark-1[class*="border-"],
a.button-style.button-style.text-hover-color-1-dark-1:hover,
a.button-style.button-style.text-hover-color-1-dark-1[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-color-1-dark-1.active,
a.button-style.button-style.button-style.text-hover-color-1-dark-1[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-color-1-dark-1:active,
a.button-style.button-style.button-style.text-hover-color-1-dark-1[class*="border-"]:active,
a.button-style.button-style.text-hover-color-1-dark-1:focus,
a.button-style.button-style.text-hover-color-1-dark-1[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-color-1-dark-1:hover,
.text-hover-color-1-dark-1.language-url:hover,
.text-hover-color-1-dark-1 .language-url:hover,
.text-hover-color-1-dark-1.carousel-control:hover,
.text-hover-color-1-dark-1.gallery-nav:hover,
.popupmenitems.text-hover-color-1-dark-1 .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-color-1-dark-1:hover {
  color: #4d59b7 !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-color-1-dark-1:active,
a.button-style.button-style.button-style.button-style.text-active-color-1-dark-1[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-color-1-dark-1.active,
a.button-style.button-style.button-style.button-style.text-active-color-1-dark-1[class*="border-"].active,
a.button-style.button-style.active > .text-active-color-1-dark-1,
a.button-style.button-style.active > .text-active-color-1-dark-1[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-color-1-dark-1.active,
.popupmenitems.popupmenitems.text-active-color-1-dark-1 .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-color-1-dark-1.active {
  color: #4d59b7 !important;
}
.text-color-1-dark-1 .svg-link {
  fill: #4d59b7;
}
.text-hover-color-1-dark-1:hover .svg-link,
.text-hover-color-1-dark-1:focus .svg-link,
.button-style:hover > .text-hover-color-1-dark-1 .svg-link {
  fill: #4d59b7;
}
.text-active-color-1-dark-1:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-color-1-dark-1 .svg-link,
.button-style.button-style.active > .text-active-color-1-dark-1 .svg-link {
  fill: #4d59b7;
}
.link.text-color-1-dark-1:hover {
  color: #434fa7 !important;
}
a.link.text-hover-color-1-dark-1:hover {
  color: #4d59b7 !important;
}
.text-color-1,
.input.text-color-1,
.input.text-color-1[class*="border-"],
li.active > a.button-style.text-color-1,
li.active > a.button-style.text-color-1[class*="border-"],
a.button-style.text-color-1,
a.button-style.text-color-1[class*="border-"] {
  color: #3a50f9 !important;
  
  
  
}
a.button-style.text-color-1:hover,
a.button-style.text-color-1[class*="border-"]:hover,
a.button-style.text-color-1:focus,
a.button-style.text-color-1[class*="border-"]:focus,
a.button-style.button-style.text-color-1:active,
a.button-style.button-style.text-color-1[class*="border-"]:active,
a.button-style.button-style.text-color-1.active,
a.button-style.button-style.text-color-1[class*="border-"].active {
  color: #1c36f8 !important;
}
/* hover */
a.button-style:hover > .text-hover-color-1,
a.button-style:hover > .text-hover-color-1[class*="border-"],
a.button-style.button-style.text-hover-color-1:hover,
a.button-style.button-style.text-hover-color-1[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-color-1.active,
a.button-style.button-style.button-style.text-hover-color-1[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-color-1:active,
a.button-style.button-style.button-style.text-hover-color-1[class*="border-"]:active,
a.button-style.button-style.text-hover-color-1:focus,
a.button-style.button-style.text-hover-color-1[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-color-1:hover,
.text-hover-color-1.language-url:hover,
.text-hover-color-1 .language-url:hover,
.text-hover-color-1.carousel-control:hover,
.text-hover-color-1.gallery-nav:hover,
.popupmenitems.text-hover-color-1 .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-color-1:hover {
  color: #3a50f9 !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-color-1:active,
a.button-style.button-style.button-style.button-style.text-active-color-1[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-color-1.active,
a.button-style.button-style.button-style.button-style.text-active-color-1[class*="border-"].active,
a.button-style.button-style.active > .text-active-color-1,
a.button-style.button-style.active > .text-active-color-1[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-color-1.active,
.popupmenitems.popupmenitems.text-active-color-1 .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-color-1.active {
  color: #3a50f9 !important;
}
.text-color-1 .svg-link {
  fill: #3a50f9;
}
.text-hover-color-1:hover .svg-link,
.text-hover-color-1:focus .svg-link,
.button-style:hover > .text-hover-color-1 .svg-link {
  fill: #3a50f9;
}
.text-active-color-1:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-color-1 .svg-link,
.button-style.button-style.active > .text-active-color-1 .svg-link {
  fill: #3a50f9;
}
.link.text-color-1:hover {
  color: #1c36f8 !important;
}
a.link.text-hover-color-1:hover {
  color: #3a50f9 !important;
}
.text-color-1-light-1,
.input.text-color-1-light-1,
.input.text-color-1-light-1[class*="border-"],
li.active > a.button-style.text-color-1-light-1,
li.active > a.button-style.text-color-1-light-1[class*="border-"],
a.button-style.text-color-1-light-1,
a.button-style.text-color-1-light-1[class*="border-"] {
  color: #7484fb !important;
  
  
  
}
a.button-style.text-color-1-light-1:hover,
a.button-style.text-color-1-light-1[class*="border-"]:hover,
a.button-style.text-color-1-light-1:focus,
a.button-style.text-color-1-light-1[class*="border-"]:focus,
a.button-style.button-style.text-color-1-light-1:active,
a.button-style.button-style.text-color-1-light-1[class*="border-"]:active,
a.button-style.button-style.text-color-1-light-1.active,
a.button-style.button-style.text-color-1-light-1[class*="border-"].active {
  color: #5064fa !important;
}
/* hover */
a.button-style:hover > .text-hover-color-1-light-1,
a.button-style:hover > .text-hover-color-1-light-1[class*="border-"],
a.button-style.button-style.text-hover-color-1-light-1:hover,
a.button-style.button-style.text-hover-color-1-light-1[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-color-1-light-1.active,
a.button-style.button-style.button-style.text-hover-color-1-light-1[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-color-1-light-1:active,
a.button-style.button-style.button-style.text-hover-color-1-light-1[class*="border-"]:active,
a.button-style.button-style.text-hover-color-1-light-1:focus,
a.button-style.button-style.text-hover-color-1-light-1[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-color-1-light-1:hover,
.text-hover-color-1-light-1.language-url:hover,
.text-hover-color-1-light-1 .language-url:hover,
.text-hover-color-1-light-1.carousel-control:hover,
.text-hover-color-1-light-1.gallery-nav:hover,
.popupmenitems.text-hover-color-1-light-1 .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-color-1-light-1:hover {
  color: #7484fb !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-color-1-light-1:active,
a.button-style.button-style.button-style.button-style.text-active-color-1-light-1[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-color-1-light-1.active,
a.button-style.button-style.button-style.button-style.text-active-color-1-light-1[class*="border-"].active,
a.button-style.button-style.active > .text-active-color-1-light-1,
a.button-style.button-style.active > .text-active-color-1-light-1[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-color-1-light-1.active,
.popupmenitems.popupmenitems.text-active-color-1-light-1 .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-color-1-light-1.active {
  color: #7484fb !important;
}
.text-color-1-light-1 .svg-link {
  fill: #7484fb;
}
.text-hover-color-1-light-1:hover .svg-link,
.text-hover-color-1-light-1:focus .svg-link,
.button-style:hover > .text-hover-color-1-light-1 .svg-link {
  fill: #7484fb;
}
.text-active-color-1-light-1:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-color-1-light-1 .svg-link,
.button-style.button-style.active > .text-active-color-1-light-1 .svg-link {
  fill: #7484fb;
}
.link.text-color-1-light-1:hover {
  color: #5064fa !important;
}
a.link.text-hover-color-1-light-1:hover {
  color: #7484fb !important;
}
.text-color-1-light-2,
.input.text-color-1-light-2,
.input.text-color-1-light-2[class*="border-"],
li.active > a.button-style.text-color-1-light-2,
li.active > a.button-style.text-color-1-light-2[class*="border-"],
a.button-style.text-color-1-light-2,
a.button-style.text-color-1-light-2[class*="border-"] {
  color: #afb8fd !important;
  
  
  
}
a.button-style.text-color-1-light-2:hover,
a.button-style.text-color-1-light-2[class*="border-"]:hover,
a.button-style.text-color-1-light-2:focus,
a.button-style.text-color-1-light-2[class*="border-"]:focus,
a.button-style.button-style.text-color-1-light-2:active,
a.button-style.button-style.text-color-1-light-2[class*="border-"]:active,
a.button-style.button-style.text-color-1-light-2.active,
a.button-style.button-style.text-color-1-light-2[class*="border-"].active {
  color: #8593fc !important;
}
/* hover */
a.button-style:hover > .text-hover-color-1-light-2,
a.button-style:hover > .text-hover-color-1-light-2[class*="border-"],
a.button-style.button-style.text-hover-color-1-light-2:hover,
a.button-style.button-style.text-hover-color-1-light-2[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-color-1-light-2.active,
a.button-style.button-style.button-style.text-hover-color-1-light-2[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-color-1-light-2:active,
a.button-style.button-style.button-style.text-hover-color-1-light-2[class*="border-"]:active,
a.button-style.button-style.text-hover-color-1-light-2:focus,
a.button-style.button-style.text-hover-color-1-light-2[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-color-1-light-2:hover,
.text-hover-color-1-light-2.language-url:hover,
.text-hover-color-1-light-2 .language-url:hover,
.text-hover-color-1-light-2.carousel-control:hover,
.text-hover-color-1-light-2.gallery-nav:hover,
.popupmenitems.text-hover-color-1-light-2 .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-color-1-light-2:hover {
  color: #afb8fd !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-color-1-light-2:active,
a.button-style.button-style.button-style.button-style.text-active-color-1-light-2[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-color-1-light-2.active,
a.button-style.button-style.button-style.button-style.text-active-color-1-light-2[class*="border-"].active,
a.button-style.button-style.active > .text-active-color-1-light-2,
a.button-style.button-style.active > .text-active-color-1-light-2[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-color-1-light-2.active,
.popupmenitems.popupmenitems.text-active-color-1-light-2 .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-color-1-light-2.active {
  color: #afb8fd !important;
}
.text-color-1-light-2 .svg-link {
  fill: #afb8fd;
}
.text-hover-color-1-light-2:hover .svg-link,
.text-hover-color-1-light-2:focus .svg-link,
.button-style:hover > .text-hover-color-1-light-2 .svg-link {
  fill: #afb8fd;
}
.text-active-color-1-light-2:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-color-1-light-2 .svg-link,
.button-style.button-style.active > .text-active-color-1-light-2 .svg-link {
  fill: #afb8fd;
}
.link.text-color-1-light-2:hover {
  color: #8593fc !important;
}
a.link.text-hover-color-1-light-2:hover {
  color: #afb8fd !important;
}
.text-color-1-light-3,
.input.text-color-1-light-3,
.input.text-color-1-light-3[class*="border-"],
li.active > a.button-style.text-color-1-light-3,
li.active > a.button-style.text-color-1-light-3[class*="border-"],
a.button-style.text-color-1-light-3,
a.button-style.text-color-1-light-3[class*="border-"] {
  color: #ebedfe !important;
  
  
  
}
a.button-style.text-color-1-light-3:hover,
a.button-style.text-color-1-light-3[class*="border-"]:hover,
a.button-style.text-color-1-light-3:focus,
a.button-style.text-color-1-light-3[class*="border-"]:focus,
a.button-style.button-style.text-color-1-light-3:active,
a.button-style.button-style.text-color-1-light-3[class*="border-"]:active,
a.button-style.button-style.text-color-1-light-3.active,
a.button-style.button-style.text-color-1-light-3[class*="border-"].active {
  color: #bcc3fc !important;
}
/* hover */
a.button-style:hover > .text-hover-color-1-light-3,
a.button-style:hover > .text-hover-color-1-light-3[class*="border-"],
a.button-style.button-style.text-hover-color-1-light-3:hover,
a.button-style.button-style.text-hover-color-1-light-3[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-color-1-light-3.active,
a.button-style.button-style.button-style.text-hover-color-1-light-3[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-color-1-light-3:active,
a.button-style.button-style.button-style.text-hover-color-1-light-3[class*="border-"]:active,
a.button-style.button-style.text-hover-color-1-light-3:focus,
a.button-style.button-style.text-hover-color-1-light-3[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-color-1-light-3:hover,
.text-hover-color-1-light-3.language-url:hover,
.text-hover-color-1-light-3 .language-url:hover,
.text-hover-color-1-light-3.carousel-control:hover,
.text-hover-color-1-light-3.gallery-nav:hover,
.popupmenitems.text-hover-color-1-light-3 .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-color-1-light-3:hover {
  color: #ebedfe !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-color-1-light-3:active,
a.button-style.button-style.button-style.button-style.text-active-color-1-light-3[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-color-1-light-3.active,
a.button-style.button-style.button-style.button-style.text-active-color-1-light-3[class*="border-"].active,
a.button-style.button-style.active > .text-active-color-1-light-3,
a.button-style.button-style.active > .text-active-color-1-light-3[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-color-1-light-3.active,
.popupmenitems.popupmenitems.text-active-color-1-light-3 .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-color-1-light-3.active {
  color: #ebedfe !important;
}
.text-color-1-light-3 .svg-link {
  fill: #ebedfe;
}
.text-hover-color-1-light-3:hover .svg-link,
.text-hover-color-1-light-3:focus .svg-link,
.button-style:hover > .text-hover-color-1-light-3 .svg-link {
  fill: #ebedfe;
}
.text-active-color-1-light-3:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-color-1-light-3 .svg-link,
.button-style.button-style.active > .text-active-color-1-light-3 .svg-link {
  fill: #ebedfe;
}
.link.text-color-1-light-3:hover {
  color: #bcc3fc !important;
}
a.link.text-hover-color-1-light-3:hover {
  color: #ebedfe !important;
}
.text-color-1-base,
.input.text-color-1-base,
.input.text-color-1-base[class*="border-"],
li.active > a.button-style.text-color-1-base,
li.active > a.button-style.text-color-1-base[class*="border-"],
a.button-style.text-color-1-base,
a.button-style.text-color-1-base[class*="border-"] {
  color: #3a50f9 !important;
  
  
  
}
a.button-style.text-color-1-base:hover,
a.button-style.text-color-1-base[class*="border-"]:hover,
a.button-style.text-color-1-base:focus,
a.button-style.text-color-1-base[class*="border-"]:focus,
a.button-style.button-style.text-color-1-base:active,
a.button-style.button-style.text-color-1-base[class*="border-"]:active,
a.button-style.button-style.text-color-1-base.active,
a.button-style.button-style.text-color-1-base[class*="border-"].active {
  color: #1c36f8 !important;
}
/* hover */
a.button-style:hover > .text-hover-color-1-base,
a.button-style:hover > .text-hover-color-1-base[class*="border-"],
a.button-style.button-style.text-hover-color-1-base:hover,
a.button-style.button-style.text-hover-color-1-base[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-color-1-base.active,
a.button-style.button-style.button-style.text-hover-color-1-base[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-color-1-base:active,
a.button-style.button-style.button-style.text-hover-color-1-base[class*="border-"]:active,
a.button-style.button-style.text-hover-color-1-base:focus,
a.button-style.button-style.text-hover-color-1-base[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-color-1-base:hover,
.text-hover-color-1-base.language-url:hover,
.text-hover-color-1-base .language-url:hover,
.text-hover-color-1-base.carousel-control:hover,
.text-hover-color-1-base.gallery-nav:hover,
.popupmenitems.text-hover-color-1-base .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-color-1-base:hover {
  color: #3a50f9 !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-color-1-base:active,
a.button-style.button-style.button-style.button-style.text-active-color-1-base[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-color-1-base.active,
a.button-style.button-style.button-style.button-style.text-active-color-1-base[class*="border-"].active,
a.button-style.button-style.active > .text-active-color-1-base,
a.button-style.button-style.active > .text-active-color-1-base[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-color-1-base.active,
.popupmenitems.popupmenitems.text-active-color-1-base .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-color-1-base.active {
  color: #3a50f9 !important;
}
.text-color-1-base .svg-link {
  fill: #3a50f9;
}
.text-hover-color-1-base:hover .svg-link,
.text-hover-color-1-base:focus .svg-link,
.button-style:hover > .text-hover-color-1-base .svg-link {
  fill: #3a50f9;
}
.text-active-color-1-base:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-color-1-base .svg-link,
.button-style.button-style.active > .text-active-color-1-base .svg-link {
  fill: #3a50f9;
}
.link.text-color-1-base:hover {
  color: #1c36f8 !important;
}
a.link.text-hover-color-1-base:hover {
  color: #3a50f9 !important;
}
.text-color-2-dark-3,
.input.text-color-2-dark-3,
.input.text-color-2-dark-3[class*="border-"],
li.active > a.button-style.text-color-2-dark-3,
li.active > a.button-style.text-color-2-dark-3[class*="border-"],
a.button-style.text-color-2-dark-3,
a.button-style.text-color-2-dark-3[class*="border-"] {
  color: #332930 !important;
  
  
  
}
a.button-style.text-color-2-dark-3:hover,
a.button-style.text-color-2-dark-3[class*="border-"]:hover,
a.button-style.text-color-2-dark-3:focus,
a.button-style.text-color-2-dark-3[class*="border-"]:focus,
a.button-style.button-style.text-color-2-dark-3:active,
a.button-style.button-style.text-color-2-dark-3[class*="border-"]:active,
a.button-style.button-style.text-color-2-dark-3.active,
a.button-style.button-style.text-color-2-dark-3[class*="border-"].active {
  color: #2e252b !important;
}
/* hover */
a.button-style:hover > .text-hover-color-2-dark-3,
a.button-style:hover > .text-hover-color-2-dark-3[class*="border-"],
a.button-style.button-style.text-hover-color-2-dark-3:hover,
a.button-style.button-style.text-hover-color-2-dark-3[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-color-2-dark-3.active,
a.button-style.button-style.button-style.text-hover-color-2-dark-3[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-color-2-dark-3:active,
a.button-style.button-style.button-style.text-hover-color-2-dark-3[class*="border-"]:active,
a.button-style.button-style.text-hover-color-2-dark-3:focus,
a.button-style.button-style.text-hover-color-2-dark-3[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-color-2-dark-3:hover,
.text-hover-color-2-dark-3.language-url:hover,
.text-hover-color-2-dark-3 .language-url:hover,
.text-hover-color-2-dark-3.carousel-control:hover,
.text-hover-color-2-dark-3.gallery-nav:hover,
.popupmenitems.text-hover-color-2-dark-3 .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-color-2-dark-3:hover {
  color: #332930 !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-color-2-dark-3:active,
a.button-style.button-style.button-style.button-style.text-active-color-2-dark-3[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-color-2-dark-3.active,
a.button-style.button-style.button-style.button-style.text-active-color-2-dark-3[class*="border-"].active,
a.button-style.button-style.active > .text-active-color-2-dark-3,
a.button-style.button-style.active > .text-active-color-2-dark-3[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-color-2-dark-3.active,
.popupmenitems.popupmenitems.text-active-color-2-dark-3 .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-color-2-dark-3.active {
  color: #332930 !important;
}
.text-color-2-dark-3 .svg-link {
  fill: #332930;
}
.text-hover-color-2-dark-3:hover .svg-link,
.text-hover-color-2-dark-3:focus .svg-link,
.button-style:hover > .text-hover-color-2-dark-3 .svg-link {
  fill: #332930;
}
.text-active-color-2-dark-3:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-color-2-dark-3 .svg-link,
.button-style.button-style.active > .text-active-color-2-dark-3 .svg-link {
  fill: #332930;
}
.link.text-color-2-dark-3:hover {
  color: #2e252b !important;
}
a.link.text-hover-color-2-dark-3:hover {
  color: #332930 !important;
}
.text-color-2-dark-2,
.input.text-color-2-dark-2,
.input.text-color-2-dark-2[class*="border-"],
li.active > a.button-style.text-color-2-dark-2,
li.active > a.button-style.text-color-2-dark-2[class*="border-"],
a.button-style.text-color-2-dark-2,
a.button-style.text-color-2-dark-2[class*="border-"] {
  color: #714967 !important;
  
  
  
}
a.button-style.text-color-2-dark-2:hover,
a.button-style.text-color-2-dark-2[class*="border-"]:hover,
a.button-style.text-color-2-dark-2:focus,
a.button-style.text-color-2-dark-2[class*="border-"]:focus,
a.button-style.button-style.text-color-2-dark-2:active,
a.button-style.button-style.text-color-2-dark-2[class*="border-"]:active,
a.button-style.button-style.text-color-2-dark-2.active,
a.button-style.button-style.text-color-2-dark-2[class*="border-"].active {
  color: #66425d !important;
}
/* hover */
a.button-style:hover > .text-hover-color-2-dark-2,
a.button-style:hover > .text-hover-color-2-dark-2[class*="border-"],
a.button-style.button-style.text-hover-color-2-dark-2:hover,
a.button-style.button-style.text-hover-color-2-dark-2[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-color-2-dark-2.active,
a.button-style.button-style.button-style.text-hover-color-2-dark-2[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-color-2-dark-2:active,
a.button-style.button-style.button-style.text-hover-color-2-dark-2[class*="border-"]:active,
a.button-style.button-style.text-hover-color-2-dark-2:focus,
a.button-style.button-style.text-hover-color-2-dark-2[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-color-2-dark-2:hover,
.text-hover-color-2-dark-2.language-url:hover,
.text-hover-color-2-dark-2 .language-url:hover,
.text-hover-color-2-dark-2.carousel-control:hover,
.text-hover-color-2-dark-2.gallery-nav:hover,
.popupmenitems.text-hover-color-2-dark-2 .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-color-2-dark-2:hover {
  color: #714967 !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-color-2-dark-2:active,
a.button-style.button-style.button-style.button-style.text-active-color-2-dark-2[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-color-2-dark-2.active,
a.button-style.button-style.button-style.button-style.text-active-color-2-dark-2[class*="border-"].active,
a.button-style.button-style.active > .text-active-color-2-dark-2,
a.button-style.button-style.active > .text-active-color-2-dark-2[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-color-2-dark-2.active,
.popupmenitems.popupmenitems.text-active-color-2-dark-2 .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-color-2-dark-2.active {
  color: #714967 !important;
}
.text-color-2-dark-2 .svg-link {
  fill: #714967;
}
.text-hover-color-2-dark-2:hover .svg-link,
.text-hover-color-2-dark-2:focus .svg-link,
.button-style:hover > .text-hover-color-2-dark-2 .svg-link {
  fill: #714967;
}
.text-active-color-2-dark-2:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-color-2-dark-2 .svg-link,
.button-style.button-style.active > .text-active-color-2-dark-2 .svg-link {
  fill: #714967;
}
.link.text-color-2-dark-2:hover {
  color: #66425d !important;
}
a.link.text-hover-color-2-dark-2:hover {
  color: #714967 !important;
}
.text-color-2-dark-1,
.input.text-color-2-dark-1,
.input.text-color-2-dark-1[class*="border-"],
li.active > a.button-style.text-color-2-dark-1,
li.active > a.button-style.text-color-2-dark-1[class*="border-"],
a.button-style.text-color-2-dark-1,
a.button-style.text-color-2-dark-1[class*="border-"] {
  color: #b05599 !important;
  
  
  
}
a.button-style.text-color-2-dark-1:hover,
a.button-style.text-color-2-dark-1[class*="border-"]:hover,
a.button-style.text-color-2-dark-1:focus,
a.button-style.text-color-2-dark-1[class*="border-"]:focus,
a.button-style.button-style.text-color-2-dark-1:active,
a.button-style.button-style.text-color-2-dark-1[class*="border-"]:active,
a.button-style.button-style.text-color-2-dark-1.active,
a.button-style.button-style.text-color-2-dark-1[class*="border-"].active {
  color: #a04b8b !important;
}
/* hover */
a.button-style:hover > .text-hover-color-2-dark-1,
a.button-style:hover > .text-hover-color-2-dark-1[class*="border-"],
a.button-style.button-style.text-hover-color-2-dark-1:hover,
a.button-style.button-style.text-hover-color-2-dark-1[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-color-2-dark-1.active,
a.button-style.button-style.button-style.text-hover-color-2-dark-1[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-color-2-dark-1:active,
a.button-style.button-style.button-style.text-hover-color-2-dark-1[class*="border-"]:active,
a.button-style.button-style.text-hover-color-2-dark-1:focus,
a.button-style.button-style.text-hover-color-2-dark-1[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-color-2-dark-1:hover,
.text-hover-color-2-dark-1.language-url:hover,
.text-hover-color-2-dark-1 .language-url:hover,
.text-hover-color-2-dark-1.carousel-control:hover,
.text-hover-color-2-dark-1.gallery-nav:hover,
.popupmenitems.text-hover-color-2-dark-1 .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-color-2-dark-1:hover {
  color: #b05599 !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-color-2-dark-1:active,
a.button-style.button-style.button-style.button-style.text-active-color-2-dark-1[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-color-2-dark-1.active,
a.button-style.button-style.button-style.button-style.text-active-color-2-dark-1[class*="border-"].active,
a.button-style.button-style.active > .text-active-color-2-dark-1,
a.button-style.button-style.active > .text-active-color-2-dark-1[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-color-2-dark-1.active,
.popupmenitems.popupmenitems.text-active-color-2-dark-1 .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-color-2-dark-1.active {
  color: #b05599 !important;
}
.text-color-2-dark-1 .svg-link {
  fill: #b05599;
}
.text-hover-color-2-dark-1:hover .svg-link,
.text-hover-color-2-dark-1:focus .svg-link,
.button-style:hover > .text-hover-color-2-dark-1 .svg-link {
  fill: #b05599;
}
.text-active-color-2-dark-1:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-color-2-dark-1 .svg-link,
.button-style.button-style.active > .text-active-color-2-dark-1 .svg-link {
  fill: #b05599;
}
.link.text-color-2-dark-1:hover {
  color: #a04b8b !important;
}
a.link.text-hover-color-2-dark-1:hover {
  color: #b05599 !important;
}
.text-color-2,
.input.text-color-2,
.input.text-color-2[class*="border-"],
li.active > a.button-style.text-color-2,
li.active > a.button-style.text-color-2[class*="border-"],
a.button-style.text-color-2,
a.button-style.text-color-2[class*="border-"] {
  color: #ee4dc6 !important;
  
  
  
}
a.button-style.text-color-2:hover,
a.button-style.text-color-2[class*="border-"]:hover,
a.button-style.text-color-2:focus,
a.button-style.text-color-2[class*="border-"]:focus,
a.button-style.button-style.text-color-2:active,
a.button-style.button-style.text-color-2[class*="border-"]:active,
a.button-style.button-style.text-color-2.active,
a.button-style.button-style.text-color-2[class*="border-"].active {
  color: #eb30bd !important;
}
/* hover */
a.button-style:hover > .text-hover-color-2,
a.button-style:hover > .text-hover-color-2[class*="border-"],
a.button-style.button-style.text-hover-color-2:hover,
a.button-style.button-style.text-hover-color-2[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-color-2.active,
a.button-style.button-style.button-style.text-hover-color-2[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-color-2:active,
a.button-style.button-style.button-style.text-hover-color-2[class*="border-"]:active,
a.button-style.button-style.text-hover-color-2:focus,
a.button-style.button-style.text-hover-color-2[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-color-2:hover,
.text-hover-color-2.language-url:hover,
.text-hover-color-2 .language-url:hover,
.text-hover-color-2.carousel-control:hover,
.text-hover-color-2.gallery-nav:hover,
.popupmenitems.text-hover-color-2 .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-color-2:hover {
  color: #ee4dc6 !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-color-2:active,
a.button-style.button-style.button-style.button-style.text-active-color-2[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-color-2.active,
a.button-style.button-style.button-style.button-style.text-active-color-2[class*="border-"].active,
a.button-style.button-style.active > .text-active-color-2,
a.button-style.button-style.active > .text-active-color-2[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-color-2.active,
.popupmenitems.popupmenitems.text-active-color-2 .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-color-2.active {
  color: #ee4dc6 !important;
}
.text-color-2 .svg-link {
  fill: #ee4dc6;
}
.text-hover-color-2:hover .svg-link,
.text-hover-color-2:focus .svg-link,
.button-style:hover > .text-hover-color-2 .svg-link {
  fill: #ee4dc6;
}
.text-active-color-2:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-color-2 .svg-link,
.button-style.button-style.active > .text-active-color-2 .svg-link {
  fill: #ee4dc6;
}
.link.text-color-2:hover {
  color: #eb30bd !important;
}
a.link.text-hover-color-2:hover {
  color: #ee4dc6 !important;
}
.text-color-2-light-1,
.input.text-color-2-light-1,
.input.text-color-2-light-1[class*="border-"],
li.active > a.button-style.text-color-2-light-1,
li.active > a.button-style.text-color-2-light-1[class*="border-"],
a.button-style.text-color-2-light-1,
a.button-style.text-color-2-light-1[class*="border-"] {
  color: #f380d7 !important;
  
  
  
}
a.button-style.text-color-2-light-1:hover,
a.button-style.text-color-2-light-1[class*="border-"]:hover,
a.button-style.text-color-2-light-1:focus,
a.button-style.text-color-2-light-1[class*="border-"]:focus,
a.button-style.button-style.text-color-2-light-1:active,
a.button-style.button-style.text-color-2-light-1[class*="border-"]:active,
a.button-style.button-style.text-color-2-light-1.active,
a.button-style.button-style.text-color-2-light-1[class*="border-"].active {
  color: #f05ecc !important;
}
/* hover */
a.button-style:hover > .text-hover-color-2-light-1,
a.button-style:hover > .text-hover-color-2-light-1[class*="border-"],
a.button-style.button-style.text-hover-color-2-light-1:hover,
a.button-style.button-style.text-hover-color-2-light-1[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-color-2-light-1.active,
a.button-style.button-style.button-style.text-hover-color-2-light-1[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-color-2-light-1:active,
a.button-style.button-style.button-style.text-hover-color-2-light-1[class*="border-"]:active,
a.button-style.button-style.text-hover-color-2-light-1:focus,
a.button-style.button-style.text-hover-color-2-light-1[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-color-2-light-1:hover,
.text-hover-color-2-light-1.language-url:hover,
.text-hover-color-2-light-1 .language-url:hover,
.text-hover-color-2-light-1.carousel-control:hover,
.text-hover-color-2-light-1.gallery-nav:hover,
.popupmenitems.text-hover-color-2-light-1 .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-color-2-light-1:hover {
  color: #f380d7 !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-color-2-light-1:active,
a.button-style.button-style.button-style.button-style.text-active-color-2-light-1[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-color-2-light-1.active,
a.button-style.button-style.button-style.button-style.text-active-color-2-light-1[class*="border-"].active,
a.button-style.button-style.active > .text-active-color-2-light-1,
a.button-style.button-style.active > .text-active-color-2-light-1[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-color-2-light-1.active,
.popupmenitems.popupmenitems.text-active-color-2-light-1 .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-color-2-light-1.active {
  color: #f380d7 !important;
}
.text-color-2-light-1 .svg-link {
  fill: #f380d7;
}
.text-hover-color-2-light-1:hover .svg-link,
.text-hover-color-2-light-1:focus .svg-link,
.button-style:hover > .text-hover-color-2-light-1 .svg-link {
  fill: #f380d7;
}
.text-active-color-2-light-1:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-color-2-light-1 .svg-link,
.button-style.button-style.active > .text-active-color-2-light-1 .svg-link {
  fill: #f380d7;
}
.link.text-color-2-light-1:hover {
  color: #f05ecc !important;
}
a.link.text-hover-color-2-light-1:hover {
  color: #f380d7 !important;
}
.text-color-2-light-2,
.input.text-color-2-light-2,
.input.text-color-2-light-2[class*="border-"],
li.active > a.button-style.text-color-2-light-2,
li.active > a.button-style.text-color-2-light-2[class*="border-"],
a.button-style.text-color-2-light-2,
a.button-style.text-color-2-light-2[class*="border-"] {
  color: #f8b5e8 !important;
  
  
  
}
a.button-style.text-color-2-light-2:hover,
a.button-style.text-color-2-light-2[class*="border-"]:hover,
a.button-style.text-color-2-light-2:focus,
a.button-style.text-color-2-light-2[class*="border-"]:focus,
a.button-style.button-style.text-color-2-light-2:active,
a.button-style.button-style.text-color-2-light-2[class*="border-"]:active,
a.button-style.button-style.text-color-2-light-2.active,
a.button-style.button-style.text-color-2-light-2[class*="border-"].active {
  color: #f48edc !important;
}
/* hover */
a.button-style:hover > .text-hover-color-2-light-2,
a.button-style:hover > .text-hover-color-2-light-2[class*="border-"],
a.button-style.button-style.text-hover-color-2-light-2:hover,
a.button-style.button-style.text-hover-color-2-light-2[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-color-2-light-2.active,
a.button-style.button-style.button-style.text-hover-color-2-light-2[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-color-2-light-2:active,
a.button-style.button-style.button-style.text-hover-color-2-light-2[class*="border-"]:active,
a.button-style.button-style.text-hover-color-2-light-2:focus,
a.button-style.button-style.text-hover-color-2-light-2[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-color-2-light-2:hover,
.text-hover-color-2-light-2.language-url:hover,
.text-hover-color-2-light-2 .language-url:hover,
.text-hover-color-2-light-2.carousel-control:hover,
.text-hover-color-2-light-2.gallery-nav:hover,
.popupmenitems.text-hover-color-2-light-2 .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-color-2-light-2:hover {
  color: #f8b5e8 !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-color-2-light-2:active,
a.button-style.button-style.button-style.button-style.text-active-color-2-light-2[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-color-2-light-2.active,
a.button-style.button-style.button-style.button-style.text-active-color-2-light-2[class*="border-"].active,
a.button-style.button-style.active > .text-active-color-2-light-2,
a.button-style.button-style.active > .text-active-color-2-light-2[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-color-2-light-2.active,
.popupmenitems.popupmenitems.text-active-color-2-light-2 .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-color-2-light-2.active {
  color: #f8b5e8 !important;
}
.text-color-2-light-2 .svg-link {
  fill: #f8b5e8;
}
.text-hover-color-2-light-2:hover .svg-link,
.text-hover-color-2-light-2:focus .svg-link,
.button-style:hover > .text-hover-color-2-light-2 .svg-link {
  fill: #f8b5e8;
}
.text-active-color-2-light-2:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-color-2-light-2 .svg-link,
.button-style.button-style.active > .text-active-color-2-light-2 .svg-link {
  fill: #f8b5e8;
}
.link.text-color-2-light-2:hover {
  color: #f48edc !important;
}
a.link.text-hover-color-2-light-2:hover {
  color: #f8b5e8 !important;
}
.text-color-2-light-3,
.input.text-color-2-light-3,
.input.text-color-2-light-3[class*="border-"],
li.active > a.button-style.text-color-2-light-3,
li.active > a.button-style.text-color-2-light-3[class*="border-"],
a.button-style.text-color-2-light-3,
a.button-style.text-color-2-light-3[class*="border-"] {
  color: #fdecf9 !important;
  
  
  
}
a.button-style.text-color-2-light-3:hover,
a.button-style.text-color-2-light-3[class*="border-"]:hover,
a.button-style.text-color-2-light-3:focus,
a.button-style.text-color-2-light-3[class*="border-"]:focus,
a.button-style.button-style.text-color-2-light-3:active,
a.button-style.button-style.text-color-2-light-3[class*="border-"]:active,
a.button-style.button-style.text-color-2-light-3.active,
a.button-style.button-style.text-color-2-light-3[class*="border-"].active {
  color: #f8c0eb !important;
}
/* hover */
a.button-style:hover > .text-hover-color-2-light-3,
a.button-style:hover > .text-hover-color-2-light-3[class*="border-"],
a.button-style.button-style.text-hover-color-2-light-3:hover,
a.button-style.button-style.text-hover-color-2-light-3[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-color-2-light-3.active,
a.button-style.button-style.button-style.text-hover-color-2-light-3[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-color-2-light-3:active,
a.button-style.button-style.button-style.text-hover-color-2-light-3[class*="border-"]:active,
a.button-style.button-style.text-hover-color-2-light-3:focus,
a.button-style.button-style.text-hover-color-2-light-3[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-color-2-light-3:hover,
.text-hover-color-2-light-3.language-url:hover,
.text-hover-color-2-light-3 .language-url:hover,
.text-hover-color-2-light-3.carousel-control:hover,
.text-hover-color-2-light-3.gallery-nav:hover,
.popupmenitems.text-hover-color-2-light-3 .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-color-2-light-3:hover {
  color: #fdecf9 !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-color-2-light-3:active,
a.button-style.button-style.button-style.button-style.text-active-color-2-light-3[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-color-2-light-3.active,
a.button-style.button-style.button-style.button-style.text-active-color-2-light-3[class*="border-"].active,
a.button-style.button-style.active > .text-active-color-2-light-3,
a.button-style.button-style.active > .text-active-color-2-light-3[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-color-2-light-3.active,
.popupmenitems.popupmenitems.text-active-color-2-light-3 .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-color-2-light-3.active {
  color: #fdecf9 !important;
}
.text-color-2-light-3 .svg-link {
  fill: #fdecf9;
}
.text-hover-color-2-light-3:hover .svg-link,
.text-hover-color-2-light-3:focus .svg-link,
.button-style:hover > .text-hover-color-2-light-3 .svg-link {
  fill: #fdecf9;
}
.text-active-color-2-light-3:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-color-2-light-3 .svg-link,
.button-style.button-style.active > .text-active-color-2-light-3 .svg-link {
  fill: #fdecf9;
}
.link.text-color-2-light-3:hover {
  color: #f8c0eb !important;
}
a.link.text-hover-color-2-light-3:hover {
  color: #fdecf9 !important;
}
.text-color-2-base,
.input.text-color-2-base,
.input.text-color-2-base[class*="border-"],
li.active > a.button-style.text-color-2-base,
li.active > a.button-style.text-color-2-base[class*="border-"],
a.button-style.text-color-2-base,
a.button-style.text-color-2-base[class*="border-"] {
  color: #ee4dc6 !important;
  
  
  
}
a.button-style.text-color-2-base:hover,
a.button-style.text-color-2-base[class*="border-"]:hover,
a.button-style.text-color-2-base:focus,
a.button-style.text-color-2-base[class*="border-"]:focus,
a.button-style.button-style.text-color-2-base:active,
a.button-style.button-style.text-color-2-base[class*="border-"]:active,
a.button-style.button-style.text-color-2-base.active,
a.button-style.button-style.text-color-2-base[class*="border-"].active {
  color: #eb30bd !important;
}
/* hover */
a.button-style:hover > .text-hover-color-2-base,
a.button-style:hover > .text-hover-color-2-base[class*="border-"],
a.button-style.button-style.text-hover-color-2-base:hover,
a.button-style.button-style.text-hover-color-2-base[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-color-2-base.active,
a.button-style.button-style.button-style.text-hover-color-2-base[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-color-2-base:active,
a.button-style.button-style.button-style.text-hover-color-2-base[class*="border-"]:active,
a.button-style.button-style.text-hover-color-2-base:focus,
a.button-style.button-style.text-hover-color-2-base[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-color-2-base:hover,
.text-hover-color-2-base.language-url:hover,
.text-hover-color-2-base .language-url:hover,
.text-hover-color-2-base.carousel-control:hover,
.text-hover-color-2-base.gallery-nav:hover,
.popupmenitems.text-hover-color-2-base .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-color-2-base:hover {
  color: #ee4dc6 !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-color-2-base:active,
a.button-style.button-style.button-style.button-style.text-active-color-2-base[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-color-2-base.active,
a.button-style.button-style.button-style.button-style.text-active-color-2-base[class*="border-"].active,
a.button-style.button-style.active > .text-active-color-2-base,
a.button-style.button-style.active > .text-active-color-2-base[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-color-2-base.active,
.popupmenitems.popupmenitems.text-active-color-2-base .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-color-2-base.active {
  color: #ee4dc6 !important;
}
.text-color-2-base .svg-link {
  fill: #ee4dc6;
}
.text-hover-color-2-base:hover .svg-link,
.text-hover-color-2-base:focus .svg-link,
.button-style:hover > .text-hover-color-2-base .svg-link {
  fill: #ee4dc6;
}
.text-active-color-2-base:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-color-2-base .svg-link,
.button-style.button-style.active > .text-active-color-2-base .svg-link {
  fill: #ee4dc6;
}
.link.text-color-2-base:hover {
  color: #eb30bd !important;
}
a.link.text-hover-color-2-base:hover {
  color: #ee4dc6 !important;
}
.text-color-3-dark-3,
.input.text-color-3-dark-3,
.input.text-color-3-dark-3[class*="border-"],
li.active > a.button-style.text-color-3-dark-3,
li.active > a.button-style.text-color-3-dark-3[class*="border-"],
a.button-style.text-color-3-dark-3,
a.button-style.text-color-3-dark-3[class*="border-"] {
  color: #333129 !important;
  
  
  
}
a.button-style.text-color-3-dark-3:hover,
a.button-style.text-color-3-dark-3[class*="border-"]:hover,
a.button-style.text-color-3-dark-3:focus,
a.button-style.text-color-3-dark-3[class*="border-"]:focus,
a.button-style.button-style.text-color-3-dark-3:active,
a.button-style.button-style.text-color-3-dark-3[class*="border-"]:active,
a.button-style.button-style.text-color-3-dark-3.active,
a.button-style.button-style.text-color-3-dark-3[class*="border-"].active {
  color: #2e2c25 !important;
}
/* hover */
a.button-style:hover > .text-hover-color-3-dark-3,
a.button-style:hover > .text-hover-color-3-dark-3[class*="border-"],
a.button-style.button-style.text-hover-color-3-dark-3:hover,
a.button-style.button-style.text-hover-color-3-dark-3[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-color-3-dark-3.active,
a.button-style.button-style.button-style.text-hover-color-3-dark-3[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-color-3-dark-3:active,
a.button-style.button-style.button-style.text-hover-color-3-dark-3[class*="border-"]:active,
a.button-style.button-style.text-hover-color-3-dark-3:focus,
a.button-style.button-style.text-hover-color-3-dark-3[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-color-3-dark-3:hover,
.text-hover-color-3-dark-3.language-url:hover,
.text-hover-color-3-dark-3 .language-url:hover,
.text-hover-color-3-dark-3.carousel-control:hover,
.text-hover-color-3-dark-3.gallery-nav:hover,
.popupmenitems.text-hover-color-3-dark-3 .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-color-3-dark-3:hover {
  color: #333129 !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-color-3-dark-3:active,
a.button-style.button-style.button-style.button-style.text-active-color-3-dark-3[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-color-3-dark-3.active,
a.button-style.button-style.button-style.button-style.text-active-color-3-dark-3[class*="border-"].active,
a.button-style.button-style.active > .text-active-color-3-dark-3,
a.button-style.button-style.active > .text-active-color-3-dark-3[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-color-3-dark-3.active,
.popupmenitems.popupmenitems.text-active-color-3-dark-3 .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-color-3-dark-3.active {
  color: #333129 !important;
}
.text-color-3-dark-3 .svg-link {
  fill: #333129;
}
.text-hover-color-3-dark-3:hover .svg-link,
.text-hover-color-3-dark-3:focus .svg-link,
.button-style:hover > .text-hover-color-3-dark-3 .svg-link {
  fill: #333129;
}
.text-active-color-3-dark-3:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-color-3-dark-3 .svg-link,
.button-style.button-style.active > .text-active-color-3-dark-3 .svg-link {
  fill: #333129;
}
.link.text-color-3-dark-3:hover {
  color: #2e2c25 !important;
}
a.link.text-hover-color-3-dark-3:hover {
  color: #333129 !important;
}
.text-color-3-dark-2,
.input.text-color-3-dark-2,
.input.text-color-3-dark-2[class*="border-"],
li.active > a.button-style.text-color-3-dark-2,
li.active > a.button-style.text-color-3-dark-2[class*="border-"],
a.button-style.text-color-3-dark-2,
a.button-style.text-color-3-dark-2[class*="border-"] {
  color: #756c43 !important;
  
  
  
}
a.button-style.text-color-3-dark-2:hover,
a.button-style.text-color-3-dark-2[class*="border-"]:hover,
a.button-style.text-color-3-dark-2:focus,
a.button-style.text-color-3-dark-2[class*="border-"]:focus,
a.button-style.button-style.text-color-3-dark-2:active,
a.button-style.button-style.text-color-3-dark-2[class*="border-"]:active,
a.button-style.button-style.text-color-3-dark-2.active,
a.button-style.button-style.text-color-3-dark-2[class*="border-"].active {
  color: #69613c !important;
}
/* hover */
a.button-style:hover > .text-hover-color-3-dark-2,
a.button-style:hover > .text-hover-color-3-dark-2[class*="border-"],
a.button-style.button-style.text-hover-color-3-dark-2:hover,
a.button-style.button-style.text-hover-color-3-dark-2[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-color-3-dark-2.active,
a.button-style.button-style.button-style.text-hover-color-3-dark-2[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-color-3-dark-2:active,
a.button-style.button-style.button-style.text-hover-color-3-dark-2[class*="border-"]:active,
a.button-style.button-style.text-hover-color-3-dark-2:focus,
a.button-style.button-style.text-hover-color-3-dark-2[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-color-3-dark-2:hover,
.text-hover-color-3-dark-2.language-url:hover,
.text-hover-color-3-dark-2 .language-url:hover,
.text-hover-color-3-dark-2.carousel-control:hover,
.text-hover-color-3-dark-2.gallery-nav:hover,
.popupmenitems.text-hover-color-3-dark-2 .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-color-3-dark-2:hover {
  color: #756c43 !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-color-3-dark-2:active,
a.button-style.button-style.button-style.button-style.text-active-color-3-dark-2[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-color-3-dark-2.active,
a.button-style.button-style.button-style.button-style.text-active-color-3-dark-2[class*="border-"].active,
a.button-style.button-style.active > .text-active-color-3-dark-2,
a.button-style.button-style.active > .text-active-color-3-dark-2[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-color-3-dark-2.active,
.popupmenitems.popupmenitems.text-active-color-3-dark-2 .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-color-3-dark-2.active {
  color: #756c43 !important;
}
.text-color-3-dark-2 .svg-link {
  fill: #756c43;
}
.text-hover-color-3-dark-2:hover .svg-link,
.text-hover-color-3-dark-2:focus .svg-link,
.button-style:hover > .text-hover-color-3-dark-2 .svg-link {
  fill: #756c43;
}
.text-active-color-3-dark-2:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-color-3-dark-2 .svg-link,
.button-style.button-style.active > .text-active-color-3-dark-2 .svg-link {
  fill: #756c43;
}
.link.text-color-3-dark-2:hover {
  color: #69613c !important;
}
a.link.text-hover-color-3-dark-2:hover {
  color: #756c43 !important;
}
.text-color-3-dark-1,
.input.text-color-3-dark-1,
.input.text-color-3-dark-1[class*="border-"],
li.active > a.button-style.text-color-3-dark-1,
li.active > a.button-style.text-color-3-dark-1[class*="border-"],
a.button-style.text-color-3-dark-1,
a.button-style.text-color-3-dark-1[class*="border-"] {
  color: #b8a13f !important;
  
  
  
}
a.button-style.text-color-3-dark-1:hover,
a.button-style.text-color-3-dark-1[class*="border-"]:hover,
a.button-style.text-color-3-dark-1:focus,
a.button-style.text-color-3-dark-1[class*="border-"]:focus,
a.button-style.button-style.text-color-3-dark-1:active,
a.button-style.button-style.text-color-3-dark-1[class*="border-"]:active,
a.button-style.button-style.text-color-3-dark-1.active,
a.button-style.button-style.text-color-3-dark-1[class*="border-"].active {
  color: #a69139 !important;
}
/* hover */
a.button-style:hover > .text-hover-color-3-dark-1,
a.button-style:hover > .text-hover-color-3-dark-1[class*="border-"],
a.button-style.button-style.text-hover-color-3-dark-1:hover,
a.button-style.button-style.text-hover-color-3-dark-1[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-color-3-dark-1.active,
a.button-style.button-style.button-style.text-hover-color-3-dark-1[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-color-3-dark-1:active,
a.button-style.button-style.button-style.text-hover-color-3-dark-1[class*="border-"]:active,
a.button-style.button-style.text-hover-color-3-dark-1:focus,
a.button-style.button-style.text-hover-color-3-dark-1[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-color-3-dark-1:hover,
.text-hover-color-3-dark-1.language-url:hover,
.text-hover-color-3-dark-1 .language-url:hover,
.text-hover-color-3-dark-1.carousel-control:hover,
.text-hover-color-3-dark-1.gallery-nav:hover,
.popupmenitems.text-hover-color-3-dark-1 .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-color-3-dark-1:hover {
  color: #b8a13f !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-color-3-dark-1:active,
a.button-style.button-style.button-style.button-style.text-active-color-3-dark-1[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-color-3-dark-1.active,
a.button-style.button-style.button-style.button-style.text-active-color-3-dark-1[class*="border-"].active,
a.button-style.button-style.active > .text-active-color-3-dark-1,
a.button-style.button-style.active > .text-active-color-3-dark-1[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-color-3-dark-1.active,
.popupmenitems.popupmenitems.text-active-color-3-dark-1 .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-color-3-dark-1.active {
  color: #b8a13f !important;
}
.text-color-3-dark-1 .svg-link {
  fill: #b8a13f;
}
.text-hover-color-3-dark-1:hover .svg-link,
.text-hover-color-3-dark-1:focus .svg-link,
.button-style:hover > .text-hover-color-3-dark-1 .svg-link {
  fill: #b8a13f;
}
.text-active-color-3-dark-1:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-color-3-dark-1 .svg-link,
.button-style.button-style.active > .text-active-color-3-dark-1 .svg-link {
  fill: #b8a13f;
}
.link.text-color-3-dark-1:hover {
  color: #a69139 !important;
}
a.link.text-hover-color-3-dark-1:hover {
  color: #b8a13f !important;
}
.text-color-3,
.input.text-color-3,
.input.text-color-3[class*="border-"],
li.active > a.button-style.text-color-3,
li.active > a.button-style.text-color-3[class*="border-"],
a.button-style.text-color-3,
a.button-style.text-color-3[class*="border-"] {
  color: #fad01c !important;
  
  
  
}
a.button-style.text-color-3:hover,
a.button-style.text-color-3[class*="border-"]:hover,
a.button-style.text-color-3:focus,
a.button-style.text-color-3[class*="border-"]:focus,
a.button-style.button-style.text-color-3:active,
a.button-style.button-style.text-color-3[class*="border-"]:active,
a.button-style.button-style.text-color-3.active,
a.button-style.button-style.text-color-3[class*="border-"].active {
  color: #f5c805 !important;
}
/* hover */
a.button-style:hover > .text-hover-color-3,
a.button-style:hover > .text-hover-color-3[class*="border-"],
a.button-style.button-style.text-hover-color-3:hover,
a.button-style.button-style.text-hover-color-3[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-color-3.active,
a.button-style.button-style.button-style.text-hover-color-3[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-color-3:active,
a.button-style.button-style.button-style.text-hover-color-3[class*="border-"]:active,
a.button-style.button-style.text-hover-color-3:focus,
a.button-style.button-style.text-hover-color-3[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-color-3:hover,
.text-hover-color-3.language-url:hover,
.text-hover-color-3 .language-url:hover,
.text-hover-color-3.carousel-control:hover,
.text-hover-color-3.gallery-nav:hover,
.popupmenitems.text-hover-color-3 .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-color-3:hover {
  color: #fad01c !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-color-3:active,
a.button-style.button-style.button-style.button-style.text-active-color-3[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-color-3.active,
a.button-style.button-style.button-style.button-style.text-active-color-3[class*="border-"].active,
a.button-style.button-style.active > .text-active-color-3,
a.button-style.button-style.active > .text-active-color-3[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-color-3.active,
.popupmenitems.popupmenitems.text-active-color-3 .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-color-3.active {
  color: #fad01c !important;
}
.text-color-3 .svg-link {
  fill: #fad01c;
}
.text-hover-color-3:hover .svg-link,
.text-hover-color-3:focus .svg-link,
.button-style:hover > .text-hover-color-3 .svg-link {
  fill: #fad01c;
}
.text-active-color-3:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-color-3 .svg-link,
.button-style.button-style.active > .text-active-color-3 .svg-link {
  fill: #fad01c;
}
.link.text-color-3:hover {
  color: #f5c805 !important;
}
a.link.text-hover-color-3:hover {
  color: #fad01c !important;
}
.text-color-3-light-1,
.input.text-color-3-light-1,
.input.text-color-3-light-1[class*="border-"],
li.active > a.button-style.text-color-3-light-1,
li.active > a.button-style.text-color-3-light-1[class*="border-"],
a.button-style.text-color-3-light-1,
a.button-style.text-color-3-light-1[class*="border-"] {
  color: #fbde5f !important;
  
  
  
}
a.button-style.text-color-3-light-1:hover,
a.button-style.text-color-3-light-1[class*="border-"]:hover,
a.button-style.text-color-3-light-1:focus,
a.button-style.text-color-3-light-1[class*="border-"]:focus,
a.button-style.button-style.text-color-3-light-1:active,
a.button-style.button-style.text-color-3-light-1[class*="border-"]:active,
a.button-style.button-style.text-color-3-light-1.active,
a.button-style.button-style.text-color-3-light-1[class*="border-"].active {
  color: #fad73d !important;
}
/* hover */
a.button-style:hover > .text-hover-color-3-light-1,
a.button-style:hover > .text-hover-color-3-light-1[class*="border-"],
a.button-style.button-style.text-hover-color-3-light-1:hover,
a.button-style.button-style.text-hover-color-3-light-1[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-color-3-light-1.active,
a.button-style.button-style.button-style.text-hover-color-3-light-1[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-color-3-light-1:active,
a.button-style.button-style.button-style.text-hover-color-3-light-1[class*="border-"]:active,
a.button-style.button-style.text-hover-color-3-light-1:focus,
a.button-style.button-style.text-hover-color-3-light-1[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-color-3-light-1:hover,
.text-hover-color-3-light-1.language-url:hover,
.text-hover-color-3-light-1 .language-url:hover,
.text-hover-color-3-light-1.carousel-control:hover,
.text-hover-color-3-light-1.gallery-nav:hover,
.popupmenitems.text-hover-color-3-light-1 .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-color-3-light-1:hover {
  color: #fbde5f !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-color-3-light-1:active,
a.button-style.button-style.button-style.button-style.text-active-color-3-light-1[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-color-3-light-1.active,
a.button-style.button-style.button-style.button-style.text-active-color-3-light-1[class*="border-"].active,
a.button-style.button-style.active > .text-active-color-3-light-1,
a.button-style.button-style.active > .text-active-color-3-light-1[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-color-3-light-1.active,
.popupmenitems.popupmenitems.text-active-color-3-light-1 .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-color-3-light-1.active {
  color: #fbde5f !important;
}
.text-color-3-light-1 .svg-link {
  fill: #fbde5f;
}
.text-hover-color-3-light-1:hover .svg-link,
.text-hover-color-3-light-1:focus .svg-link,
.button-style:hover > .text-hover-color-3-light-1 .svg-link {
  fill: #fbde5f;
}
.text-active-color-3-light-1:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-color-3-light-1 .svg-link,
.button-style.button-style.active > .text-active-color-3-light-1 .svg-link {
  fill: #fbde5f;
}
.link.text-color-3-light-1:hover {
  color: #fad73d !important;
}
a.link.text-hover-color-3-light-1:hover {
  color: #fbde5f !important;
}
.text-color-3-light-2,
.input.text-color-3-light-2,
.input.text-color-3-light-2[class*="border-"],
li.active > a.button-style.text-color-3-light-2,
li.active > a.button-style.text-color-3-light-2[class*="border-"],
a.button-style.text-color-3-light-2,
a.button-style.text-color-3-light-2[class*="border-"] {
  color: #fdeca3 !important;
  
  
  
}
a.button-style.text-color-3-light-2:hover,
a.button-style.text-color-3-light-2[class*="border-"]:hover,
a.button-style.text-color-3-light-2:focus,
a.button-style.text-color-3-light-2[class*="border-"]:focus,
a.button-style.button-style.text-color-3-light-2:active,
a.button-style.button-style.text-color-3-light-2[class*="border-"]:active,
a.button-style.button-style.text-color-3-light-2.active,
a.button-style.button-style.text-color-3-light-2[class*="border-"].active {
  color: #fce47a !important;
}
/* hover */
a.button-style:hover > .text-hover-color-3-light-2,
a.button-style:hover > .text-hover-color-3-light-2[class*="border-"],
a.button-style.button-style.text-hover-color-3-light-2:hover,
a.button-style.button-style.text-hover-color-3-light-2[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-color-3-light-2.active,
a.button-style.button-style.button-style.text-hover-color-3-light-2[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-color-3-light-2:active,
a.button-style.button-style.button-style.text-hover-color-3-light-2[class*="border-"]:active,
a.button-style.button-style.text-hover-color-3-light-2:focus,
a.button-style.button-style.text-hover-color-3-light-2[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-color-3-light-2:hover,
.text-hover-color-3-light-2.language-url:hover,
.text-hover-color-3-light-2 .language-url:hover,
.text-hover-color-3-light-2.carousel-control:hover,
.text-hover-color-3-light-2.gallery-nav:hover,
.popupmenitems.text-hover-color-3-light-2 .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-color-3-light-2:hover {
  color: #fdeca3 !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-color-3-light-2:active,
a.button-style.button-style.button-style.button-style.text-active-color-3-light-2[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-color-3-light-2.active,
a.button-style.button-style.button-style.button-style.text-active-color-3-light-2[class*="border-"].active,
a.button-style.button-style.active > .text-active-color-3-light-2,
a.button-style.button-style.active > .text-active-color-3-light-2[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-color-3-light-2.active,
.popupmenitems.popupmenitems.text-active-color-3-light-2 .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-color-3-light-2.active {
  color: #fdeca3 !important;
}
.text-color-3-light-2 .svg-link {
  fill: #fdeca3;
}
.text-hover-color-3-light-2:hover .svg-link,
.text-hover-color-3-light-2:focus .svg-link,
.button-style:hover > .text-hover-color-3-light-2 .svg-link {
  fill: #fdeca3;
}
.text-active-color-3-light-2:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-color-3-light-2 .svg-link,
.button-style.button-style.active > .text-active-color-3-light-2 .svg-link {
  fill: #fdeca3;
}
.link.text-color-3-light-2:hover {
  color: #fce47a !important;
}
a.link.text-hover-color-3-light-2:hover {
  color: #fdeca3 !important;
}
.text-color-3-light-3,
.input.text-color-3-light-3,
.input.text-color-3-light-3[class*="border-"],
li.active > a.button-style.text-color-3-light-3,
li.active > a.button-style.text-color-3-light-3[class*="border-"],
a.button-style.text-color-3-light-3,
a.button-style.text-color-3-light-3[class*="border-"] {
  color: #fffae8 !important;
  
  
  
}
a.button-style.text-color-3-light-3:hover,
a.button-style.text-color-3-light-3[class*="border-"]:hover,
a.button-style.text-color-3-light-3:focus,
a.button-style.text-color-3-light-3[class*="border-"]:focus,
a.button-style.button-style.text-color-3-light-3:active,
a.button-style.button-style.text-color-3-light-3[class*="border-"]:active,
a.button-style.button-style.text-color-3-light-3.active,
a.button-style.button-style.text-color-3-light-3[class*="border-"].active {
  color: #ffefb7 !important;
}
/* hover */
a.button-style:hover > .text-hover-color-3-light-3,
a.button-style:hover > .text-hover-color-3-light-3[class*="border-"],
a.button-style.button-style.text-hover-color-3-light-3:hover,
a.button-style.button-style.text-hover-color-3-light-3[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-color-3-light-3.active,
a.button-style.button-style.button-style.text-hover-color-3-light-3[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-color-3-light-3:active,
a.button-style.button-style.button-style.text-hover-color-3-light-3[class*="border-"]:active,
a.button-style.button-style.text-hover-color-3-light-3:focus,
a.button-style.button-style.text-hover-color-3-light-3[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-color-3-light-3:hover,
.text-hover-color-3-light-3.language-url:hover,
.text-hover-color-3-light-3 .language-url:hover,
.text-hover-color-3-light-3.carousel-control:hover,
.text-hover-color-3-light-3.gallery-nav:hover,
.popupmenitems.text-hover-color-3-light-3 .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-color-3-light-3:hover {
  color: #fffae8 !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-color-3-light-3:active,
a.button-style.button-style.button-style.button-style.text-active-color-3-light-3[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-color-3-light-3.active,
a.button-style.button-style.button-style.button-style.text-active-color-3-light-3[class*="border-"].active,
a.button-style.button-style.active > .text-active-color-3-light-3,
a.button-style.button-style.active > .text-active-color-3-light-3[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-color-3-light-3.active,
.popupmenitems.popupmenitems.text-active-color-3-light-3 .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-color-3-light-3.active {
  color: #fffae8 !important;
}
.text-color-3-light-3 .svg-link {
  fill: #fffae8;
}
.text-hover-color-3-light-3:hover .svg-link,
.text-hover-color-3-light-3:focus .svg-link,
.button-style:hover > .text-hover-color-3-light-3 .svg-link {
  fill: #fffae8;
}
.text-active-color-3-light-3:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-color-3-light-3 .svg-link,
.button-style.button-style.active > .text-active-color-3-light-3 .svg-link {
  fill: #fffae8;
}
.link.text-color-3-light-3:hover {
  color: #ffefb7 !important;
}
a.link.text-hover-color-3-light-3:hover {
  color: #fffae8 !important;
}
.text-color-3-base,
.input.text-color-3-base,
.input.text-color-3-base[class*="border-"],
li.active > a.button-style.text-color-3-base,
li.active > a.button-style.text-color-3-base[class*="border-"],
a.button-style.text-color-3-base,
a.button-style.text-color-3-base[class*="border-"] {
  color: #fad01c !important;
  
  
  
}
a.button-style.text-color-3-base:hover,
a.button-style.text-color-3-base[class*="border-"]:hover,
a.button-style.text-color-3-base:focus,
a.button-style.text-color-3-base[class*="border-"]:focus,
a.button-style.button-style.text-color-3-base:active,
a.button-style.button-style.text-color-3-base[class*="border-"]:active,
a.button-style.button-style.text-color-3-base.active,
a.button-style.button-style.text-color-3-base[class*="border-"].active {
  color: #f5c805 !important;
}
/* hover */
a.button-style:hover > .text-hover-color-3-base,
a.button-style:hover > .text-hover-color-3-base[class*="border-"],
a.button-style.button-style.text-hover-color-3-base:hover,
a.button-style.button-style.text-hover-color-3-base[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-color-3-base.active,
a.button-style.button-style.button-style.text-hover-color-3-base[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-color-3-base:active,
a.button-style.button-style.button-style.text-hover-color-3-base[class*="border-"]:active,
a.button-style.button-style.text-hover-color-3-base:focus,
a.button-style.button-style.text-hover-color-3-base[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-color-3-base:hover,
.text-hover-color-3-base.language-url:hover,
.text-hover-color-3-base .language-url:hover,
.text-hover-color-3-base.carousel-control:hover,
.text-hover-color-3-base.gallery-nav:hover,
.popupmenitems.text-hover-color-3-base .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-color-3-base:hover {
  color: #fad01c !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-color-3-base:active,
a.button-style.button-style.button-style.button-style.text-active-color-3-base[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-color-3-base.active,
a.button-style.button-style.button-style.button-style.text-active-color-3-base[class*="border-"].active,
a.button-style.button-style.active > .text-active-color-3-base,
a.button-style.button-style.active > .text-active-color-3-base[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-color-3-base.active,
.popupmenitems.popupmenitems.text-active-color-3-base .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-color-3-base.active {
  color: #fad01c !important;
}
.text-color-3-base .svg-link {
  fill: #fad01c;
}
.text-hover-color-3-base:hover .svg-link,
.text-hover-color-3-base:focus .svg-link,
.button-style:hover > .text-hover-color-3-base .svg-link {
  fill: #fad01c;
}
.text-active-color-3-base:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-color-3-base .svg-link,
.button-style.button-style.active > .text-active-color-3-base .svg-link {
  fill: #fad01c;
}
.link.text-color-3-base:hover {
  color: #f5c805 !important;
}
a.link.text-hover-color-3-base:hover {
  color: #fad01c !important;
}
.text-color-4-dark-3,
.input.text-color-4-dark-3,
.input.text-color-4-dark-3[class*="border-"],
li.active > a.button-style.text-color-4-dark-3,
li.active > a.button-style.text-color-4-dark-3[class*="border-"],
a.button-style.text-color-4-dark-3,
a.button-style.text-color-4-dark-3[class*="border-"] {
  color: #2f2933 !important;
  
  
  
}
a.button-style.text-color-4-dark-3:hover,
a.button-style.text-color-4-dark-3[class*="border-"]:hover,
a.button-style.text-color-4-dark-3:focus,
a.button-style.text-color-4-dark-3[class*="border-"]:focus,
a.button-style.button-style.text-color-4-dark-3:active,
a.button-style.button-style.text-color-4-dark-3[class*="border-"]:active,
a.button-style.button-style.text-color-4-dark-3.active,
a.button-style.button-style.text-color-4-dark-3[class*="border-"].active {
  color: #2a252e !important;
}
/* hover */
a.button-style:hover > .text-hover-color-4-dark-3,
a.button-style:hover > .text-hover-color-4-dark-3[class*="border-"],
a.button-style.button-style.text-hover-color-4-dark-3:hover,
a.button-style.button-style.text-hover-color-4-dark-3[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-color-4-dark-3.active,
a.button-style.button-style.button-style.text-hover-color-4-dark-3[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-color-4-dark-3:active,
a.button-style.button-style.button-style.text-hover-color-4-dark-3[class*="border-"]:active,
a.button-style.button-style.text-hover-color-4-dark-3:focus,
a.button-style.button-style.text-hover-color-4-dark-3[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-color-4-dark-3:hover,
.text-hover-color-4-dark-3.language-url:hover,
.text-hover-color-4-dark-3 .language-url:hover,
.text-hover-color-4-dark-3.carousel-control:hover,
.text-hover-color-4-dark-3.gallery-nav:hover,
.popupmenitems.text-hover-color-4-dark-3 .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-color-4-dark-3:hover {
  color: #2f2933 !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-color-4-dark-3:active,
a.button-style.button-style.button-style.button-style.text-active-color-4-dark-3[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-color-4-dark-3.active,
a.button-style.button-style.button-style.button-style.text-active-color-4-dark-3[class*="border-"].active,
a.button-style.button-style.active > .text-active-color-4-dark-3,
a.button-style.button-style.active > .text-active-color-4-dark-3[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-color-4-dark-3.active,
.popupmenitems.popupmenitems.text-active-color-4-dark-3 .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-color-4-dark-3.active {
  color: #2f2933 !important;
}
.text-color-4-dark-3 .svg-link {
  fill: #2f2933;
}
.text-hover-color-4-dark-3:hover .svg-link,
.text-hover-color-4-dark-3:focus .svg-link,
.button-style:hover > .text-hover-color-4-dark-3 .svg-link {
  fill: #2f2933;
}
.text-active-color-4-dark-3:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-color-4-dark-3 .svg-link,
.button-style.button-style.active > .text-active-color-4-dark-3 .svg-link {
  fill: #2f2933;
}
.link.text-color-4-dark-3:hover {
  color: #2a252e !important;
}
a.link.text-hover-color-4-dark-3:hover {
  color: #2f2933 !important;
}
.text-color-4-dark-2,
.input.text-color-4-dark-2,
.input.text-color-4-dark-2[class*="border-"],
li.active > a.button-style.text-color-4-dark-2,
li.active > a.button-style.text-color-4-dark-2[class*="border-"],
a.button-style.text-color-4-dark-2,
a.button-style.text-color-4-dark-2[class*="border-"] {
  color: #3a224d !important;
  
  
  
}
a.button-style.text-color-4-dark-2:hover,
a.button-style.text-color-4-dark-2[class*="border-"]:hover,
a.button-style.text-color-4-dark-2:focus,
a.button-style.text-color-4-dark-2[class*="border-"]:focus,
a.button-style.button-style.text-color-4-dark-2:active,
a.button-style.button-style.text-color-4-dark-2[class*="border-"]:active,
a.button-style.button-style.text-color-4-dark-2.active,
a.button-style.button-style.text-color-4-dark-2[class*="border-"].active {
  color: #341f45 !important;
}
/* hover */
a.button-style:hover > .text-hover-color-4-dark-2,
a.button-style:hover > .text-hover-color-4-dark-2[class*="border-"],
a.button-style.button-style.text-hover-color-4-dark-2:hover,
a.button-style.button-style.text-hover-color-4-dark-2[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-color-4-dark-2.active,
a.button-style.button-style.button-style.text-hover-color-4-dark-2[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-color-4-dark-2:active,
a.button-style.button-style.button-style.text-hover-color-4-dark-2[class*="border-"]:active,
a.button-style.button-style.text-hover-color-4-dark-2:focus,
a.button-style.button-style.text-hover-color-4-dark-2[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-color-4-dark-2:hover,
.text-hover-color-4-dark-2.language-url:hover,
.text-hover-color-4-dark-2 .language-url:hover,
.text-hover-color-4-dark-2.carousel-control:hover,
.text-hover-color-4-dark-2.gallery-nav:hover,
.popupmenitems.text-hover-color-4-dark-2 .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-color-4-dark-2:hover {
  color: #3a224d !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-color-4-dark-2:active,
a.button-style.button-style.button-style.button-style.text-active-color-4-dark-2[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-color-4-dark-2.active,
a.button-style.button-style.button-style.button-style.text-active-color-4-dark-2[class*="border-"].active,
a.button-style.button-style.active > .text-active-color-4-dark-2,
a.button-style.button-style.active > .text-active-color-4-dark-2[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-color-4-dark-2.active,
.popupmenitems.popupmenitems.text-active-color-4-dark-2 .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-color-4-dark-2.active {
  color: #3a224d !important;
}
.text-color-4-dark-2 .svg-link {
  fill: #3a224d;
}
.text-hover-color-4-dark-2:hover .svg-link,
.text-hover-color-4-dark-2:focus .svg-link,
.button-style:hover > .text-hover-color-4-dark-2 .svg-link {
  fill: #3a224d;
}
.text-active-color-4-dark-2:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-color-4-dark-2 .svg-link,
.button-style.button-style.active > .text-active-color-4-dark-2 .svg-link {
  fill: #3a224d;
}
.link.text-color-4-dark-2:hover {
  color: #341f45 !important;
}
a.link.text-hover-color-4-dark-2:hover {
  color: #3a224d !important;
}
.text-color-4-dark-1,
.input.text-color-4-dark-1,
.input.text-color-4-dark-1[class*="border-"],
li.active > a.button-style.text-color-4-dark-1,
li.active > a.button-style.text-color-4-dark-1[class*="border-"],
a.button-style.text-color-4-dark-1,
a.button-style.text-color-4-dark-1[class*="border-"] {
  color: #3d0966 !important;
  
  
  
}
a.button-style.text-color-4-dark-1:hover,
a.button-style.text-color-4-dark-1[class*="border-"]:hover,
a.button-style.text-color-4-dark-1:focus,
a.button-style.text-color-4-dark-1[class*="border-"]:focus,
a.button-style.button-style.text-color-4-dark-1:active,
a.button-style.button-style.text-color-4-dark-1[class*="border-"]:active,
a.button-style.button-style.text-color-4-dark-1.active,
a.button-style.button-style.text-color-4-dark-1[class*="border-"].active {
  color: #37085c !important;
}
/* hover */
a.button-style:hover > .text-hover-color-4-dark-1,
a.button-style:hover > .text-hover-color-4-dark-1[class*="border-"],
a.button-style.button-style.text-hover-color-4-dark-1:hover,
a.button-style.button-style.text-hover-color-4-dark-1[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-color-4-dark-1.active,
a.button-style.button-style.button-style.text-hover-color-4-dark-1[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-color-4-dark-1:active,
a.button-style.button-style.button-style.text-hover-color-4-dark-1[class*="border-"]:active,
a.button-style.button-style.text-hover-color-4-dark-1:focus,
a.button-style.button-style.text-hover-color-4-dark-1[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-color-4-dark-1:hover,
.text-hover-color-4-dark-1.language-url:hover,
.text-hover-color-4-dark-1 .language-url:hover,
.text-hover-color-4-dark-1.carousel-control:hover,
.text-hover-color-4-dark-1.gallery-nav:hover,
.popupmenitems.text-hover-color-4-dark-1 .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-color-4-dark-1:hover {
  color: #3d0966 !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-color-4-dark-1:active,
a.button-style.button-style.button-style.button-style.text-active-color-4-dark-1[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-color-4-dark-1.active,
a.button-style.button-style.button-style.button-style.text-active-color-4-dark-1[class*="border-"].active,
a.button-style.button-style.active > .text-active-color-4-dark-1,
a.button-style.button-style.active > .text-active-color-4-dark-1[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-color-4-dark-1.active,
.popupmenitems.popupmenitems.text-active-color-4-dark-1 .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-color-4-dark-1.active {
  color: #3d0966 !important;
}
.text-color-4-dark-1 .svg-link {
  fill: #3d0966;
}
.text-hover-color-4-dark-1:hover .svg-link,
.text-hover-color-4-dark-1:focus .svg-link,
.button-style:hover > .text-hover-color-4-dark-1 .svg-link {
  fill: #3d0966;
}
.text-active-color-4-dark-1:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-color-4-dark-1 .svg-link,
.button-style.button-style.active > .text-active-color-4-dark-1 .svg-link {
  fill: #3d0966;
}
.link.text-color-4-dark-1:hover {
  color: #37085c !important;
}
a.link.text-hover-color-4-dark-1:hover {
  color: #3d0966 !important;
}
.text-color-4,
.input.text-color-4,
.input.text-color-4[class*="border-"],
li.active > a.button-style.text-color-4,
li.active > a.button-style.text-color-4[class*="border-"],
a.button-style.text-color-4,
a.button-style.text-color-4[class*="border-"] {
  color: #9c3de7 !important;
  
  
  
}
a.button-style.text-color-4:hover,
a.button-style.text-color-4[class*="border-"]:hover,
a.button-style.text-color-4:focus,
a.button-style.text-color-4[class*="border-"]:focus,
a.button-style.button-style.text-color-4:active,
a.button-style.button-style.text-color-4[class*="border-"]:active,
a.button-style.button-style.text-color-4.active,
a.button-style.button-style.text-color-4[class*="border-"].active {
  color: #8f23e4 !important;
}
/* hover */
a.button-style:hover > .text-hover-color-4,
a.button-style:hover > .text-hover-color-4[class*="border-"],
a.button-style.button-style.text-hover-color-4:hover,
a.button-style.button-style.text-hover-color-4[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-color-4.active,
a.button-style.button-style.button-style.text-hover-color-4[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-color-4:active,
a.button-style.button-style.button-style.text-hover-color-4[class*="border-"]:active,
a.button-style.button-style.text-hover-color-4:focus,
a.button-style.button-style.text-hover-color-4[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-color-4:hover,
.text-hover-color-4.language-url:hover,
.text-hover-color-4 .language-url:hover,
.text-hover-color-4.carousel-control:hover,
.text-hover-color-4.gallery-nav:hover,
.popupmenitems.text-hover-color-4 .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-color-4:hover {
  color: #9c3de7 !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-color-4:active,
a.button-style.button-style.button-style.button-style.text-active-color-4[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-color-4.active,
a.button-style.button-style.button-style.button-style.text-active-color-4[class*="border-"].active,
a.button-style.button-style.active > .text-active-color-4,
a.button-style.button-style.active > .text-active-color-4[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-color-4.active,
.popupmenitems.popupmenitems.text-active-color-4 .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-color-4.active {
  color: #9c3de7 !important;
}
.text-color-4 .svg-link {
  fill: #9c3de7;
}
.text-hover-color-4:hover .svg-link,
.text-hover-color-4:focus .svg-link,
.button-style:hover > .text-hover-color-4 .svg-link {
  fill: #9c3de7;
}
.text-active-color-4:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-color-4 .svg-link,
.button-style.button-style.active > .text-active-color-4 .svg-link {
  fill: #9c3de7;
}
.link.text-color-4:hover {
  color: #8f23e4 !important;
}
a.link.text-hover-color-4:hover {
  color: #9c3de7 !important;
}
.text-color-4-light-1,
.input.text-color-4-light-1,
.input.text-color-4-light-1[class*="border-"],
li.active > a.button-style.text-color-4-light-1,
li.active > a.button-style.text-color-4-light-1[class*="border-"],
a.button-style.text-color-4-light-1,
a.button-style.text-color-4-light-1[class*="border-"] {
  color: #b874ee !important;
  
  
  
}
a.button-style.text-color-4-light-1:hover,
a.button-style.text-color-4-light-1[class*="border-"]:hover,
a.button-style.text-color-4-light-1:focus,
a.button-style.text-color-4-light-1[class*="border-"]:focus,
a.button-style.button-style.text-color-4-light-1:active,
a.button-style.button-style.text-color-4-light-1[class*="border-"]:active,
a.button-style.button-style.text-color-4-light-1.active,
a.button-style.button-style.text-color-4-light-1[class*="border-"].active {
  color: #a854ea !important;
}
/* hover */
a.button-style:hover > .text-hover-color-4-light-1,
a.button-style:hover > .text-hover-color-4-light-1[class*="border-"],
a.button-style.button-style.text-hover-color-4-light-1:hover,
a.button-style.button-style.text-hover-color-4-light-1[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-color-4-light-1.active,
a.button-style.button-style.button-style.text-hover-color-4-light-1[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-color-4-light-1:active,
a.button-style.button-style.button-style.text-hover-color-4-light-1[class*="border-"]:active,
a.button-style.button-style.text-hover-color-4-light-1:focus,
a.button-style.button-style.text-hover-color-4-light-1[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-color-4-light-1:hover,
.text-hover-color-4-light-1.language-url:hover,
.text-hover-color-4-light-1 .language-url:hover,
.text-hover-color-4-light-1.carousel-control:hover,
.text-hover-color-4-light-1.gallery-nav:hover,
.popupmenitems.text-hover-color-4-light-1 .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-color-4-light-1:hover {
  color: #b874ee !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-color-4-light-1:active,
a.button-style.button-style.button-style.button-style.text-active-color-4-light-1[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-color-4-light-1.active,
a.button-style.button-style.button-style.button-style.text-active-color-4-light-1[class*="border-"].active,
a.button-style.button-style.active > .text-active-color-4-light-1,
a.button-style.button-style.active > .text-active-color-4-light-1[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-color-4-light-1.active,
.popupmenitems.popupmenitems.text-active-color-4-light-1 .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-color-4-light-1.active {
  color: #b874ee !important;
}
.text-color-4-light-1 .svg-link {
  fill: #b874ee;
}
.text-hover-color-4-light-1:hover .svg-link,
.text-hover-color-4-light-1:focus .svg-link,
.button-style:hover > .text-hover-color-4-light-1 .svg-link {
  fill: #b874ee;
}
.text-active-color-4-light-1:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-color-4-light-1 .svg-link,
.button-style.button-style.active > .text-active-color-4-light-1 .svg-link {
  fill: #b874ee;
}
.link.text-color-4-light-1:hover {
  color: #a854ea !important;
}
a.link.text-hover-color-4-light-1:hover {
  color: #b874ee !important;
}
.text-color-4-light-2,
.input.text-color-4-light-2,
.input.text-color-4-light-2[class*="border-"],
li.active > a.button-style.text-color-4-light-2,
li.active > a.button-style.text-color-4-light-2[class*="border-"],
a.button-style.text-color-4-light-2,
a.button-style.text-color-4-light-2[class*="border-"] {
  color: #d6adf6 !important;
  
  
  
}
a.button-style.text-color-4-light-2:hover,
a.button-style.text-color-4-light-2[class*="border-"]:hover,
a.button-style.text-color-4-light-2:focus,
a.button-style.text-color-4-light-2[class*="border-"]:focus,
a.button-style.button-style.text-color-4-light-2:active,
a.button-style.button-style.text-color-4-light-2[class*="border-"]:active,
a.button-style.button-style.text-color-4-light-2.active,
a.button-style.button-style.text-color-4-light-2[class*="border-"].active {
  color: #c387f2 !important;
}
/* hover */
a.button-style:hover > .text-hover-color-4-light-2,
a.button-style:hover > .text-hover-color-4-light-2[class*="border-"],
a.button-style.button-style.text-hover-color-4-light-2:hover,
a.button-style.button-style.text-hover-color-4-light-2[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-color-4-light-2.active,
a.button-style.button-style.button-style.text-hover-color-4-light-2[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-color-4-light-2:active,
a.button-style.button-style.button-style.text-hover-color-4-light-2[class*="border-"]:active,
a.button-style.button-style.text-hover-color-4-light-2:focus,
a.button-style.button-style.text-hover-color-4-light-2[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-color-4-light-2:hover,
.text-hover-color-4-light-2.language-url:hover,
.text-hover-color-4-light-2 .language-url:hover,
.text-hover-color-4-light-2.carousel-control:hover,
.text-hover-color-4-light-2.gallery-nav:hover,
.popupmenitems.text-hover-color-4-light-2 .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-color-4-light-2:hover {
  color: #d6adf6 !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-color-4-light-2:active,
a.button-style.button-style.button-style.button-style.text-active-color-4-light-2[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-color-4-light-2.active,
a.button-style.button-style.button-style.button-style.text-active-color-4-light-2[class*="border-"].active,
a.button-style.button-style.active > .text-active-color-4-light-2,
a.button-style.button-style.active > .text-active-color-4-light-2[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-color-4-light-2.active,
.popupmenitems.popupmenitems.text-active-color-4-light-2 .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-color-4-light-2.active {
  color: #d6adf6 !important;
}
.text-color-4-light-2 .svg-link {
  fill: #d6adf6;
}
.text-hover-color-4-light-2:hover .svg-link,
.text-hover-color-4-light-2:focus .svg-link,
.button-style:hover > .text-hover-color-4-light-2 .svg-link {
  fill: #d6adf6;
}
.text-active-color-4-light-2:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-color-4-light-2 .svg-link,
.button-style.button-style.active > .text-active-color-4-light-2 .svg-link {
  fill: #d6adf6;
}
.link.text-color-4-light-2:hover {
  color: #c387f2 !important;
}
a.link.text-hover-color-4-light-2:hover {
  color: #d6adf6 !important;
}
.text-color-4-light-3,
.input.text-color-4-light-3,
.input.text-color-4-light-3[class*="border-"],
li.active > a.button-style.text-color-4-light-3,
li.active > a.button-style.text-color-4-light-3[class*="border-"],
a.button-style.text-color-4-light-3,
a.button-style.text-color-4-light-3[class*="border-"] {
  color: #f4eafd !important;
  
  
  
}
a.button-style.text-color-4-light-3:hover,
a.button-style.text-color-4-light-3[class*="border-"]:hover,
a.button-style.text-color-4-light-3:focus,
a.button-style.text-color-4-light-3[class*="border-"]:focus,
a.button-style.button-style.text-color-4-light-3:active,
a.button-style.button-style.text-color-4-light-3[class*="border-"]:active,
a.button-style.button-style.text-color-4-light-3.active,
a.button-style.button-style.text-color-4-light-3[class*="border-"].active {
  color: #ddbef9 !important;
}
/* hover */
a.button-style:hover > .text-hover-color-4-light-3,
a.button-style:hover > .text-hover-color-4-light-3[class*="border-"],
a.button-style.button-style.text-hover-color-4-light-3:hover,
a.button-style.button-style.text-hover-color-4-light-3[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-color-4-light-3.active,
a.button-style.button-style.button-style.text-hover-color-4-light-3[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-color-4-light-3:active,
a.button-style.button-style.button-style.text-hover-color-4-light-3[class*="border-"]:active,
a.button-style.button-style.text-hover-color-4-light-3:focus,
a.button-style.button-style.text-hover-color-4-light-3[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-color-4-light-3:hover,
.text-hover-color-4-light-3.language-url:hover,
.text-hover-color-4-light-3 .language-url:hover,
.text-hover-color-4-light-3.carousel-control:hover,
.text-hover-color-4-light-3.gallery-nav:hover,
.popupmenitems.text-hover-color-4-light-3 .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-color-4-light-3:hover {
  color: #f4eafd !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-color-4-light-3:active,
a.button-style.button-style.button-style.button-style.text-active-color-4-light-3[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-color-4-light-3.active,
a.button-style.button-style.button-style.button-style.text-active-color-4-light-3[class*="border-"].active,
a.button-style.button-style.active > .text-active-color-4-light-3,
a.button-style.button-style.active > .text-active-color-4-light-3[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-color-4-light-3.active,
.popupmenitems.popupmenitems.text-active-color-4-light-3 .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-color-4-light-3.active {
  color: #f4eafd !important;
}
.text-color-4-light-3 .svg-link {
  fill: #f4eafd;
}
.text-hover-color-4-light-3:hover .svg-link,
.text-hover-color-4-light-3:focus .svg-link,
.button-style:hover > .text-hover-color-4-light-3 .svg-link {
  fill: #f4eafd;
}
.text-active-color-4-light-3:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-color-4-light-3 .svg-link,
.button-style.button-style.active > .text-active-color-4-light-3 .svg-link {
  fill: #f4eafd;
}
.link.text-color-4-light-3:hover {
  color: #ddbef9 !important;
}
a.link.text-hover-color-4-light-3:hover {
  color: #f4eafd !important;
}
.text-color-4-base,
.input.text-color-4-base,
.input.text-color-4-base[class*="border-"],
li.active > a.button-style.text-color-4-base,
li.active > a.button-style.text-color-4-base[class*="border-"],
a.button-style.text-color-4-base,
a.button-style.text-color-4-base[class*="border-"] {
  color: #3d0966 !important;
  
  
  
}
a.button-style.text-color-4-base:hover,
a.button-style.text-color-4-base[class*="border-"]:hover,
a.button-style.text-color-4-base:focus,
a.button-style.text-color-4-base[class*="border-"]:focus,
a.button-style.button-style.text-color-4-base:active,
a.button-style.button-style.text-color-4-base[class*="border-"]:active,
a.button-style.button-style.text-color-4-base.active,
a.button-style.button-style.text-color-4-base[class*="border-"].active {
  color: #37085c !important;
}
/* hover */
a.button-style:hover > .text-hover-color-4-base,
a.button-style:hover > .text-hover-color-4-base[class*="border-"],
a.button-style.button-style.text-hover-color-4-base:hover,
a.button-style.button-style.text-hover-color-4-base[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-color-4-base.active,
a.button-style.button-style.button-style.text-hover-color-4-base[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-color-4-base:active,
a.button-style.button-style.button-style.text-hover-color-4-base[class*="border-"]:active,
a.button-style.button-style.text-hover-color-4-base:focus,
a.button-style.button-style.text-hover-color-4-base[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-color-4-base:hover,
.text-hover-color-4-base.language-url:hover,
.text-hover-color-4-base .language-url:hover,
.text-hover-color-4-base.carousel-control:hover,
.text-hover-color-4-base.gallery-nav:hover,
.popupmenitems.text-hover-color-4-base .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-color-4-base:hover {
  color: #3d0966 !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-color-4-base:active,
a.button-style.button-style.button-style.button-style.text-active-color-4-base[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-color-4-base.active,
a.button-style.button-style.button-style.button-style.text-active-color-4-base[class*="border-"].active,
a.button-style.button-style.active > .text-active-color-4-base,
a.button-style.button-style.active > .text-active-color-4-base[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-color-4-base.active,
.popupmenitems.popupmenitems.text-active-color-4-base .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-color-4-base.active {
  color: #3d0966 !important;
}
.text-color-4-base .svg-link {
  fill: #3d0966;
}
.text-hover-color-4-base:hover .svg-link,
.text-hover-color-4-base:focus .svg-link,
.button-style:hover > .text-hover-color-4-base .svg-link {
  fill: #3d0966;
}
.text-active-color-4-base:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-color-4-base .svg-link,
.button-style.button-style.active > .text-active-color-4-base .svg-link {
  fill: #3d0966;
}
.link.text-color-4-base:hover {
  color: #37085c !important;
}
a.link.text-hover-color-4-base:hover {
  color: #3d0966 !important;
}
.text-color-5-dark-3,
.input.text-color-5-dark-3,
.input.text-color-5-dark-3[class*="border-"],
li.active > a.button-style.text-color-5-dark-3,
li.active > a.button-style.text-color-5-dark-3[class*="border-"],
a.button-style.text-color-5-dark-3,
a.button-style.text-color-5-dark-3[class*="border-"] {
  color: #292d33 !important;
  
  
  
}
a.button-style.text-color-5-dark-3:hover,
a.button-style.text-color-5-dark-3[class*="border-"]:hover,
a.button-style.text-color-5-dark-3:focus,
a.button-style.text-color-5-dark-3[class*="border-"]:focus,
a.button-style.button-style.text-color-5-dark-3:active,
a.button-style.button-style.text-color-5-dark-3[class*="border-"]:active,
a.button-style.button-style.text-color-5-dark-3.active,
a.button-style.button-style.text-color-5-dark-3[class*="border-"].active {
  color: #25292e !important;
}
/* hover */
a.button-style:hover > .text-hover-color-5-dark-3,
a.button-style:hover > .text-hover-color-5-dark-3[class*="border-"],
a.button-style.button-style.text-hover-color-5-dark-3:hover,
a.button-style.button-style.text-hover-color-5-dark-3[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-color-5-dark-3.active,
a.button-style.button-style.button-style.text-hover-color-5-dark-3[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-color-5-dark-3:active,
a.button-style.button-style.button-style.text-hover-color-5-dark-3[class*="border-"]:active,
a.button-style.button-style.text-hover-color-5-dark-3:focus,
a.button-style.button-style.text-hover-color-5-dark-3[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-color-5-dark-3:hover,
.text-hover-color-5-dark-3.language-url:hover,
.text-hover-color-5-dark-3 .language-url:hover,
.text-hover-color-5-dark-3.carousel-control:hover,
.text-hover-color-5-dark-3.gallery-nav:hover,
.popupmenitems.text-hover-color-5-dark-3 .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-color-5-dark-3:hover {
  color: #292d33 !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-color-5-dark-3:active,
a.button-style.button-style.button-style.button-style.text-active-color-5-dark-3[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-color-5-dark-3.active,
a.button-style.button-style.button-style.button-style.text-active-color-5-dark-3[class*="border-"].active,
a.button-style.button-style.active > .text-active-color-5-dark-3,
a.button-style.button-style.active > .text-active-color-5-dark-3[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-color-5-dark-3.active,
.popupmenitems.popupmenitems.text-active-color-5-dark-3 .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-color-5-dark-3.active {
  color: #292d33 !important;
}
.text-color-5-dark-3 .svg-link {
  fill: #292d33;
}
.text-hover-color-5-dark-3:hover .svg-link,
.text-hover-color-5-dark-3:focus .svg-link,
.button-style:hover > .text-hover-color-5-dark-3 .svg-link {
  fill: #292d33;
}
.text-active-color-5-dark-3:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-color-5-dark-3 .svg-link,
.button-style.button-style.active > .text-active-color-5-dark-3 .svg-link {
  fill: #292d33;
}
.link.text-color-5-dark-3:hover {
  color: #25292e !important;
}
a.link.text-hover-color-5-dark-3:hover {
  color: #292d33 !important;
}
.text-color-5-dark-2,
.input.text-color-5-dark-2,
.input.text-color-5-dark-2[class*="border-"],
li.active > a.button-style.text-color-5-dark-2,
li.active > a.button-style.text-color-5-dark-2[class*="border-"],
a.button-style.text-color-5-dark-2,
a.button-style.text-color-5-dark-2[class*="border-"] {
  color: #555c66 !important;
  
  
  
}
a.button-style.text-color-5-dark-2:hover,
a.button-style.text-color-5-dark-2[class*="border-"]:hover,
a.button-style.text-color-5-dark-2:focus,
a.button-style.text-color-5-dark-2[class*="border-"]:focus,
a.button-style.button-style.text-color-5-dark-2:active,
a.button-style.button-style.text-color-5-dark-2[class*="border-"]:active,
a.button-style.button-style.text-color-5-dark-2.active,
a.button-style.button-style.text-color-5-dark-2[class*="border-"].active {
  color: #4d535c !important;
}
/* hover */
a.button-style:hover > .text-hover-color-5-dark-2,
a.button-style:hover > .text-hover-color-5-dark-2[class*="border-"],
a.button-style.button-style.text-hover-color-5-dark-2:hover,
a.button-style.button-style.text-hover-color-5-dark-2[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-color-5-dark-2.active,
a.button-style.button-style.button-style.text-hover-color-5-dark-2[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-color-5-dark-2:active,
a.button-style.button-style.button-style.text-hover-color-5-dark-2[class*="border-"]:active,
a.button-style.button-style.text-hover-color-5-dark-2:focus,
a.button-style.button-style.text-hover-color-5-dark-2[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-color-5-dark-2:hover,
.text-hover-color-5-dark-2.language-url:hover,
.text-hover-color-5-dark-2 .language-url:hover,
.text-hover-color-5-dark-2.carousel-control:hover,
.text-hover-color-5-dark-2.gallery-nav:hover,
.popupmenitems.text-hover-color-5-dark-2 .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-color-5-dark-2:hover {
  color: #555c66 !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-color-5-dark-2:active,
a.button-style.button-style.button-style.button-style.text-active-color-5-dark-2[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-color-5-dark-2.active,
a.button-style.button-style.button-style.button-style.text-active-color-5-dark-2[class*="border-"].active,
a.button-style.button-style.active > .text-active-color-5-dark-2,
a.button-style.button-style.active > .text-active-color-5-dark-2[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-color-5-dark-2.active,
.popupmenitems.popupmenitems.text-active-color-5-dark-2 .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-color-5-dark-2.active {
  color: #555c66 !important;
}
.text-color-5-dark-2 .svg-link {
  fill: #555c66;
}
.text-hover-color-5-dark-2:hover .svg-link,
.text-hover-color-5-dark-2:focus .svg-link,
.button-style:hover > .text-hover-color-5-dark-2 .svg-link {
  fill: #555c66;
}
.text-active-color-5-dark-2:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-color-5-dark-2 .svg-link,
.button-style.button-style.active > .text-active-color-5-dark-2 .svg-link {
  fill: #555c66;
}
.link.text-color-5-dark-2:hover {
  color: #4d535c !important;
}
a.link.text-hover-color-5-dark-2:hover {
  color: #555c66 !important;
}
.text-color-5-dark-1,
.input.text-color-5-dark-1,
.input.text-color-5-dark-1[class*="border-"],
li.active > a.button-style.text-color-5-dark-1,
li.active > a.button-style.text-color-5-dark-1[class*="border-"],
a.button-style.text-color-5-dark-1,
a.button-style.text-color-5-dark-1[class*="border-"] {
  color: #858e99 !important;
  
  
  
}
a.button-style.text-color-5-dark-1:hover,
a.button-style.text-color-5-dark-1[class*="border-"]:hover,
a.button-style.text-color-5-dark-1:focus,
a.button-style.text-color-5-dark-1[class*="border-"]:focus,
a.button-style.button-style.text-color-5-dark-1:active,
a.button-style.button-style.text-color-5-dark-1[class*="border-"]:active,
a.button-style.button-style.text-color-5-dark-1.active,
a.button-style.button-style.text-color-5-dark-1[class*="border-"].active {
  color: #75808c !important;
}
/* hover */
a.button-style:hover > .text-hover-color-5-dark-1,
a.button-style:hover > .text-hover-color-5-dark-1[class*="border-"],
a.button-style.button-style.text-hover-color-5-dark-1:hover,
a.button-style.button-style.text-hover-color-5-dark-1[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-color-5-dark-1.active,
a.button-style.button-style.button-style.text-hover-color-5-dark-1[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-color-5-dark-1:active,
a.button-style.button-style.button-style.text-hover-color-5-dark-1[class*="border-"]:active,
a.button-style.button-style.text-hover-color-5-dark-1:focus,
a.button-style.button-style.text-hover-color-5-dark-1[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-color-5-dark-1:hover,
.text-hover-color-5-dark-1.language-url:hover,
.text-hover-color-5-dark-1 .language-url:hover,
.text-hover-color-5-dark-1.carousel-control:hover,
.text-hover-color-5-dark-1.gallery-nav:hover,
.popupmenitems.text-hover-color-5-dark-1 .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-color-5-dark-1:hover {
  color: #858e99 !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-color-5-dark-1:active,
a.button-style.button-style.button-style.button-style.text-active-color-5-dark-1[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-color-5-dark-1.active,
a.button-style.button-style.button-style.button-style.text-active-color-5-dark-1[class*="border-"].active,
a.button-style.button-style.active > .text-active-color-5-dark-1,
a.button-style.button-style.active > .text-active-color-5-dark-1[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-color-5-dark-1.active,
.popupmenitems.popupmenitems.text-active-color-5-dark-1 .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-color-5-dark-1.active {
  color: #858e99 !important;
}
.text-color-5-dark-1 .svg-link {
  fill: #858e99;
}
.text-hover-color-5-dark-1:hover .svg-link,
.text-hover-color-5-dark-1:focus .svg-link,
.button-style:hover > .text-hover-color-5-dark-1 .svg-link {
  fill: #858e99;
}
.text-active-color-5-dark-1:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-color-5-dark-1 .svg-link,
.button-style.button-style.active > .text-active-color-5-dark-1 .svg-link {
  fill: #858e99;
}
.link.text-color-5-dark-1:hover {
  color: #75808c !important;
}
a.link.text-hover-color-5-dark-1:hover {
  color: #858e99 !important;
}
.text-color-5,
.input.text-color-5,
.input.text-color-5[class*="border-"],
li.active > a.button-style.text-color-5,
li.active > a.button-style.text-color-5[class*="border-"],
a.button-style.text-color-5,
a.button-style.text-color-5[class*="border-"] {
  color: #b9c1cc !important;
  
  
  
}
a.button-style.text-color-5:hover,
a.button-style.text-color-5[class*="border-"]:hover,
a.button-style.text-color-5:focus,
a.button-style.text-color-5[class*="border-"]:focus,
a.button-style.button-style.text-color-5:active,
a.button-style.button-style.text-color-5[class*="border-"]:active,
a.button-style.button-style.text-color-5.active,
a.button-style.button-style.text-color-5[class*="border-"].active {
  color: #a2adbc !important;
}
/* hover */
a.button-style:hover > .text-hover-color-5,
a.button-style:hover > .text-hover-color-5[class*="border-"],
a.button-style.button-style.text-hover-color-5:hover,
a.button-style.button-style.text-hover-color-5[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-color-5.active,
a.button-style.button-style.button-style.text-hover-color-5[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-color-5:active,
a.button-style.button-style.button-style.text-hover-color-5[class*="border-"]:active,
a.button-style.button-style.text-hover-color-5:focus,
a.button-style.button-style.text-hover-color-5[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-color-5:hover,
.text-hover-color-5.language-url:hover,
.text-hover-color-5 .language-url:hover,
.text-hover-color-5.carousel-control:hover,
.text-hover-color-5.gallery-nav:hover,
.popupmenitems.text-hover-color-5 .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-color-5:hover {
  color: #b9c1cc !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-color-5:active,
a.button-style.button-style.button-style.button-style.text-active-color-5[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-color-5.active,
a.button-style.button-style.button-style.button-style.text-active-color-5[class*="border-"].active,
a.button-style.button-style.active > .text-active-color-5,
a.button-style.button-style.active > .text-active-color-5[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-color-5.active,
.popupmenitems.popupmenitems.text-active-color-5 .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-color-5.active {
  color: #b9c1cc !important;
}
.text-color-5 .svg-link {
  fill: #b9c1cc;
}
.text-hover-color-5:hover .svg-link,
.text-hover-color-5:focus .svg-link,
.button-style:hover > .text-hover-color-5 .svg-link {
  fill: #b9c1cc;
}
.text-active-color-5:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-color-5 .svg-link,
.button-style.button-style.active > .text-active-color-5 .svg-link {
  fill: #b9c1cc;
}
.link.text-color-5:hover {
  color: #a2adbc !important;
}
a.link.text-hover-color-5:hover {
  color: #b9c1cc !important;
}
.text-color-5-light-1,
.input.text-color-5-light-1,
.input.text-color-5-light-1[class*="border-"],
li.active > a.button-style.text-color-5-light-1,
li.active > a.button-style.text-color-5-light-1[class*="border-"],
a.button-style.text-color-5-light-1,
a.button-style.text-color-5-light-1[class*="border-"] {
  color: #ccd3db !important;
  
  
  
}
a.button-style.text-color-5-light-1:hover,
a.button-style.text-color-5-light-1[class*="border-"]:hover,
a.button-style.text-color-5-light-1:focus,
a.button-style.text-color-5-light-1[class*="border-"]:focus,
a.button-style.button-style.text-color-5-light-1:active,
a.button-style.button-style.text-color-5-light-1[class*="border-"]:active,
a.button-style.button-style.text-color-5-light-1.active,
a.button-style.button-style.text-color-5-light-1[class*="border-"].active {
  color: #b3bec9 !important;
}
/* hover */
a.button-style:hover > .text-hover-color-5-light-1,
a.button-style:hover > .text-hover-color-5-light-1[class*="border-"],
a.button-style.button-style.text-hover-color-5-light-1:hover,
a.button-style.button-style.text-hover-color-5-light-1[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-color-5-light-1.active,
a.button-style.button-style.button-style.text-hover-color-5-light-1[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-color-5-light-1:active,
a.button-style.button-style.button-style.text-hover-color-5-light-1[class*="border-"]:active,
a.button-style.button-style.text-hover-color-5-light-1:focus,
a.button-style.button-style.text-hover-color-5-light-1[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-color-5-light-1:hover,
.text-hover-color-5-light-1.language-url:hover,
.text-hover-color-5-light-1 .language-url:hover,
.text-hover-color-5-light-1.carousel-control:hover,
.text-hover-color-5-light-1.gallery-nav:hover,
.popupmenitems.text-hover-color-5-light-1 .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-color-5-light-1:hover {
  color: #ccd3db !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-color-5-light-1:active,
a.button-style.button-style.button-style.button-style.text-active-color-5-light-1[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-color-5-light-1.active,
a.button-style.button-style.button-style.button-style.text-active-color-5-light-1[class*="border-"].active,
a.button-style.button-style.active > .text-active-color-5-light-1,
a.button-style.button-style.active > .text-active-color-5-light-1[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-color-5-light-1.active,
.popupmenitems.popupmenitems.text-active-color-5-light-1 .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-color-5-light-1.active {
  color: #ccd3db !important;
}
.text-color-5-light-1 .svg-link {
  fill: #ccd3db;
}
.text-hover-color-5-light-1:hover .svg-link,
.text-hover-color-5-light-1:focus .svg-link,
.button-style:hover > .text-hover-color-5-light-1 .svg-link {
  fill: #ccd3db;
}
.text-active-color-5-light-1:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-color-5-light-1 .svg-link,
.button-style.button-style.active > .text-active-color-5-light-1 .svg-link {
  fill: #ccd3db;
}
.link.text-color-5-light-1:hover {
  color: #b3bec9 !important;
}
a.link.text-hover-color-5-light-1:hover {
  color: #ccd3db !important;
}
.text-color-5-light-2,
.input.text-color-5-light-2,
.input.text-color-5-light-2[class*="border-"],
li.active > a.button-style.text-color-5-light-2,
li.active > a.button-style.text-color-5-light-2[class*="border-"],
a.button-style.text-color-5-light-2,
a.button-style.text-color-5-light-2[class*="border-"] {
  color: #e0e5eb !important;
  
  
  
}
a.button-style.text-color-5-light-2:hover,
a.button-style.text-color-5-light-2[class*="border-"]:hover,
a.button-style.text-color-5-light-2:focus,
a.button-style.text-color-5-light-2[class*="border-"]:focus,
a.button-style.button-style.text-color-5-light-2:active,
a.button-style.button-style.text-color-5-light-2[class*="border-"]:active,
a.button-style.button-style.text-color-5-light-2.active,
a.button-style.button-style.text-color-5-light-2[class*="border-"].active {
  color: #c4ced9 !important;
}
/* hover */
a.button-style:hover > .text-hover-color-5-light-2,
a.button-style:hover > .text-hover-color-5-light-2[class*="border-"],
a.button-style.button-style.text-hover-color-5-light-2:hover,
a.button-style.button-style.text-hover-color-5-light-2[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-color-5-light-2.active,
a.button-style.button-style.button-style.text-hover-color-5-light-2[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-color-5-light-2:active,
a.button-style.button-style.button-style.text-hover-color-5-light-2[class*="border-"]:active,
a.button-style.button-style.text-hover-color-5-light-2:focus,
a.button-style.button-style.text-hover-color-5-light-2[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-color-5-light-2:hover,
.text-hover-color-5-light-2.language-url:hover,
.text-hover-color-5-light-2 .language-url:hover,
.text-hover-color-5-light-2.carousel-control:hover,
.text-hover-color-5-light-2.gallery-nav:hover,
.popupmenitems.text-hover-color-5-light-2 .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-color-5-light-2:hover {
  color: #e0e5eb !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-color-5-light-2:active,
a.button-style.button-style.button-style.button-style.text-active-color-5-light-2[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-color-5-light-2.active,
a.button-style.button-style.button-style.button-style.text-active-color-5-light-2[class*="border-"].active,
a.button-style.button-style.active > .text-active-color-5-light-2,
a.button-style.button-style.active > .text-active-color-5-light-2[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-color-5-light-2.active,
.popupmenitems.popupmenitems.text-active-color-5-light-2 .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-color-5-light-2.active {
  color: #e0e5eb !important;
}
.text-color-5-light-2 .svg-link {
  fill: #e0e5eb;
}
.text-hover-color-5-light-2:hover .svg-link,
.text-hover-color-5-light-2:focus .svg-link,
.button-style:hover > .text-hover-color-5-light-2 .svg-link {
  fill: #e0e5eb;
}
.text-active-color-5-light-2:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-color-5-light-2 .svg-link,
.button-style.button-style.active > .text-active-color-5-light-2 .svg-link {
  fill: #e0e5eb;
}
.link.text-color-5-light-2:hover {
  color: #c4ced9 !important;
}
a.link.text-hover-color-5-light-2:hover {
  color: #e0e5eb !important;
}
.text-color-5-light-3,
.input.text-color-5-light-3,
.input.text-color-5-light-3[class*="border-"],
li.active > a.button-style.text-color-5-light-3,
li.active > a.button-style.text-color-5-light-3[class*="border-"],
a.button-style.text-color-5-light-3,
a.button-style.text-color-5-light-3[class*="border-"] {
  color: #f5f7fa !important;
  
  
  
}
a.button-style.text-color-5-light-3:hover,
a.button-style.text-color-5-light-3[class*="border-"]:hover,
a.button-style.text-color-5-light-3:focus,
a.button-style.text-color-5-light-3[class*="border-"]:focus,
a.button-style.button-style.text-color-5-light-3:active,
a.button-style.button-style.text-color-5-light-3[class*="border-"]:active,
a.button-style.button-style.text-color-5-light-3.active,
a.button-style.button-style.text-color-5-light-3[class*="border-"].active {
  color: #d4dde9 !important;
}
/* hover */
a.button-style:hover > .text-hover-color-5-light-3,
a.button-style:hover > .text-hover-color-5-light-3[class*="border-"],
a.button-style.button-style.text-hover-color-5-light-3:hover,
a.button-style.button-style.text-hover-color-5-light-3[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-color-5-light-3.active,
a.button-style.button-style.button-style.text-hover-color-5-light-3[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-color-5-light-3:active,
a.button-style.button-style.button-style.text-hover-color-5-light-3[class*="border-"]:active,
a.button-style.button-style.text-hover-color-5-light-3:focus,
a.button-style.button-style.text-hover-color-5-light-3[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-color-5-light-3:hover,
.text-hover-color-5-light-3.language-url:hover,
.text-hover-color-5-light-3 .language-url:hover,
.text-hover-color-5-light-3.carousel-control:hover,
.text-hover-color-5-light-3.gallery-nav:hover,
.popupmenitems.text-hover-color-5-light-3 .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-color-5-light-3:hover {
  color: #f5f7fa !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-color-5-light-3:active,
a.button-style.button-style.button-style.button-style.text-active-color-5-light-3[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-color-5-light-3.active,
a.button-style.button-style.button-style.button-style.text-active-color-5-light-3[class*="border-"].active,
a.button-style.button-style.active > .text-active-color-5-light-3,
a.button-style.button-style.active > .text-active-color-5-light-3[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-color-5-light-3.active,
.popupmenitems.popupmenitems.text-active-color-5-light-3 .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-color-5-light-3.active {
  color: #f5f7fa !important;
}
.text-color-5-light-3 .svg-link {
  fill: #f5f7fa;
}
.text-hover-color-5-light-3:hover .svg-link,
.text-hover-color-5-light-3:focus .svg-link,
.button-style:hover > .text-hover-color-5-light-3 .svg-link {
  fill: #f5f7fa;
}
.text-active-color-5-light-3:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-color-5-light-3 .svg-link,
.button-style.button-style.active > .text-active-color-5-light-3 .svg-link {
  fill: #f5f7fa;
}
.link.text-color-5-light-3:hover {
  color: #d4dde9 !important;
}
a.link.text-hover-color-5-light-3:hover {
  color: #f5f7fa !important;
}
.text-color-5-base,
.input.text-color-5-base,
.input.text-color-5-base[class*="border-"],
li.active > a.button-style.text-color-5-base,
li.active > a.button-style.text-color-5-base[class*="border-"],
a.button-style.text-color-5-base,
a.button-style.text-color-5-base[class*="border-"] {
  color: #b9c1cc !important;
  
  
  
}
a.button-style.text-color-5-base:hover,
a.button-style.text-color-5-base[class*="border-"]:hover,
a.button-style.text-color-5-base:focus,
a.button-style.text-color-5-base[class*="border-"]:focus,
a.button-style.button-style.text-color-5-base:active,
a.button-style.button-style.text-color-5-base[class*="border-"]:active,
a.button-style.button-style.text-color-5-base.active,
a.button-style.button-style.text-color-5-base[class*="border-"].active {
  color: #a2adbc !important;
}
/* hover */
a.button-style:hover > .text-hover-color-5-base,
a.button-style:hover > .text-hover-color-5-base[class*="border-"],
a.button-style.button-style.text-hover-color-5-base:hover,
a.button-style.button-style.text-hover-color-5-base[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-color-5-base.active,
a.button-style.button-style.button-style.text-hover-color-5-base[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-color-5-base:active,
a.button-style.button-style.button-style.text-hover-color-5-base[class*="border-"]:active,
a.button-style.button-style.text-hover-color-5-base:focus,
a.button-style.button-style.text-hover-color-5-base[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-color-5-base:hover,
.text-hover-color-5-base.language-url:hover,
.text-hover-color-5-base .language-url:hover,
.text-hover-color-5-base.carousel-control:hover,
.text-hover-color-5-base.gallery-nav:hover,
.popupmenitems.text-hover-color-5-base .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-color-5-base:hover {
  color: #b9c1cc !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-color-5-base:active,
a.button-style.button-style.button-style.button-style.text-active-color-5-base[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-color-5-base.active,
a.button-style.button-style.button-style.button-style.text-active-color-5-base[class*="border-"].active,
a.button-style.button-style.active > .text-active-color-5-base,
a.button-style.button-style.active > .text-active-color-5-base[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-color-5-base.active,
.popupmenitems.popupmenitems.text-active-color-5-base .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-color-5-base.active {
  color: #b9c1cc !important;
}
.text-color-5-base .svg-link {
  fill: #b9c1cc;
}
.text-hover-color-5-base:hover .svg-link,
.text-hover-color-5-base:focus .svg-link,
.button-style:hover > .text-hover-color-5-base .svg-link {
  fill: #b9c1cc;
}
.text-active-color-5-base:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-color-5-base .svg-link,
.button-style.button-style.active > .text-active-color-5-base .svg-link {
  fill: #b9c1cc;
}
.link.text-color-5-base:hover {
  color: #a2adbc !important;
}
a.link.text-hover-color-5-base:hover {
  color: #b9c1cc !important;
}
.text-palette-1-dark-3,
.input.text-palette-1-dark-3,
.input.text-palette-1-dark-3[class*="border-"],
li.active > a.button-style.text-palette-1-dark-3,
li.active > a.button-style.text-palette-1-dark-3[class*="border-"],
a.button-style.text-palette-1-dark-3,
a.button-style.text-palette-1-dark-3[class*="border-"] {
  color: #292a33 !important;
  
  
  
}
a.button-style.text-palette-1-dark-3:hover,
a.button-style.text-palette-1-dark-3[class*="border-"]:hover,
a.button-style.text-palette-1-dark-3:focus,
a.button-style.text-palette-1-dark-3[class*="border-"]:focus,
a.button-style.button-style.text-palette-1-dark-3:active,
a.button-style.button-style.text-palette-1-dark-3[class*="border-"]:active,
a.button-style.button-style.text-palette-1-dark-3.active,
a.button-style.button-style.text-palette-1-dark-3[class*="border-"].active {
  color: #25262e !important;
}
/* hover */
a.button-style:hover > .text-hover-palette-1-dark-3,
a.button-style:hover > .text-hover-palette-1-dark-3[class*="border-"],
a.button-style.button-style.text-hover-palette-1-dark-3:hover,
a.button-style.button-style.text-hover-palette-1-dark-3[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-palette-1-dark-3.active,
a.button-style.button-style.button-style.text-hover-palette-1-dark-3[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-palette-1-dark-3:active,
a.button-style.button-style.button-style.text-hover-palette-1-dark-3[class*="border-"]:active,
a.button-style.button-style.text-hover-palette-1-dark-3:focus,
a.button-style.button-style.text-hover-palette-1-dark-3[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-palette-1-dark-3:hover,
.text-hover-palette-1-dark-3.language-url:hover,
.text-hover-palette-1-dark-3 .language-url:hover,
.text-hover-palette-1-dark-3.carousel-control:hover,
.text-hover-palette-1-dark-3.gallery-nav:hover,
.popupmenitems.text-hover-palette-1-dark-3 .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-palette-1-dark-3:hover {
  color: #292a33 !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-palette-1-dark-3:active,
a.button-style.button-style.button-style.button-style.text-active-palette-1-dark-3[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-palette-1-dark-3.active,
a.button-style.button-style.button-style.button-style.text-active-palette-1-dark-3[class*="border-"].active,
a.button-style.button-style.active > .text-active-palette-1-dark-3,
a.button-style.button-style.active > .text-active-palette-1-dark-3[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-palette-1-dark-3.active,
.popupmenitems.popupmenitems.text-active-palette-1-dark-3 .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-palette-1-dark-3.active {
  color: #292a33 !important;
}
.text-palette-1-dark-3 .svg-link {
  fill: #292a33;
}
.text-hover-palette-1-dark-3:hover .svg-link,
.text-hover-palette-1-dark-3:focus .svg-link,
.button-style:hover > .text-hover-palette-1-dark-3 .svg-link {
  fill: #292a33;
}
.text-active-palette-1-dark-3:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-palette-1-dark-3 .svg-link,
.button-style.button-style.active > .text-active-palette-1-dark-3 .svg-link {
  fill: #292a33;
}
.link.text-palette-1-dark-3:hover {
  color: #25262e !important;
}
a.link.text-hover-palette-1-dark-3:hover {
  color: #292a33 !important;
}
.text-palette-1-dark-2,
.input.text-palette-1-dark-2,
.input.text-palette-1-dark-2[class*="border-"],
li.active > a.button-style.text-palette-1-dark-2,
li.active > a.button-style.text-palette-1-dark-2[class*="border-"],
a.button-style.text-palette-1-dark-2,
a.button-style.text-palette-1-dark-2[class*="border-"] {
  color: #474d75 !important;
  
  
  
}
a.button-style.text-palette-1-dark-2:hover,
a.button-style.text-palette-1-dark-2[class*="border-"]:hover,
a.button-style.text-palette-1-dark-2:focus,
a.button-style.text-palette-1-dark-2[class*="border-"]:focus,
a.button-style.button-style.text-palette-1-dark-2:active,
a.button-style.button-style.text-palette-1-dark-2[class*="border-"]:active,
a.button-style.button-style.text-palette-1-dark-2.active,
a.button-style.button-style.text-palette-1-dark-2[class*="border-"].active {
  color: #404569 !important;
}
/* hover */
a.button-style:hover > .text-hover-palette-1-dark-2,
a.button-style:hover > .text-hover-palette-1-dark-2[class*="border-"],
a.button-style.button-style.text-hover-palette-1-dark-2:hover,
a.button-style.button-style.text-hover-palette-1-dark-2[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-palette-1-dark-2.active,
a.button-style.button-style.button-style.text-hover-palette-1-dark-2[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-palette-1-dark-2:active,
a.button-style.button-style.button-style.text-hover-palette-1-dark-2[class*="border-"]:active,
a.button-style.button-style.text-hover-palette-1-dark-2:focus,
a.button-style.button-style.text-hover-palette-1-dark-2[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-palette-1-dark-2:hover,
.text-hover-palette-1-dark-2.language-url:hover,
.text-hover-palette-1-dark-2 .language-url:hover,
.text-hover-palette-1-dark-2.carousel-control:hover,
.text-hover-palette-1-dark-2.gallery-nav:hover,
.popupmenitems.text-hover-palette-1-dark-2 .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-palette-1-dark-2:hover {
  color: #474d75 !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-palette-1-dark-2:active,
a.button-style.button-style.button-style.button-style.text-active-palette-1-dark-2[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-palette-1-dark-2.active,
a.button-style.button-style.button-style.button-style.text-active-palette-1-dark-2[class*="border-"].active,
a.button-style.button-style.active > .text-active-palette-1-dark-2,
a.button-style.button-style.active > .text-active-palette-1-dark-2[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-palette-1-dark-2.active,
.popupmenitems.popupmenitems.text-active-palette-1-dark-2 .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-palette-1-dark-2.active {
  color: #474d75 !important;
}
.text-palette-1-dark-2 .svg-link {
  fill: #474d75;
}
.text-hover-palette-1-dark-2:hover .svg-link,
.text-hover-palette-1-dark-2:focus .svg-link,
.button-style:hover > .text-hover-palette-1-dark-2 .svg-link {
  fill: #474d75;
}
.text-active-palette-1-dark-2:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-palette-1-dark-2 .svg-link,
.button-style.button-style.active > .text-active-palette-1-dark-2 .svg-link {
  fill: #474d75;
}
.link.text-palette-1-dark-2:hover {
  color: #404569 !important;
}
a.link.text-hover-palette-1-dark-2:hover {
  color: #474d75 !important;
}
.text-palette-1-dark-1,
.input.text-palette-1-dark-1,
.input.text-palette-1-dark-1[class*="border-"],
li.active > a.button-style.text-palette-1-dark-1,
li.active > a.button-style.text-palette-1-dark-1[class*="border-"],
a.button-style.text-palette-1-dark-1,
a.button-style.text-palette-1-dark-1[class*="border-"] {
  color: #4d59b7 !important;
  
  
  
}
a.button-style.text-palette-1-dark-1:hover,
a.button-style.text-palette-1-dark-1[class*="border-"]:hover,
a.button-style.text-palette-1-dark-1:focus,
a.button-style.text-palette-1-dark-1[class*="border-"]:focus,
a.button-style.button-style.text-palette-1-dark-1:active,
a.button-style.button-style.text-palette-1-dark-1[class*="border-"]:active,
a.button-style.button-style.text-palette-1-dark-1.active,
a.button-style.button-style.text-palette-1-dark-1[class*="border-"].active {
  color: #434fa7 !important;
}
/* hover */
a.button-style:hover > .text-hover-palette-1-dark-1,
a.button-style:hover > .text-hover-palette-1-dark-1[class*="border-"],
a.button-style.button-style.text-hover-palette-1-dark-1:hover,
a.button-style.button-style.text-hover-palette-1-dark-1[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-palette-1-dark-1.active,
a.button-style.button-style.button-style.text-hover-palette-1-dark-1[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-palette-1-dark-1:active,
a.button-style.button-style.button-style.text-hover-palette-1-dark-1[class*="border-"]:active,
a.button-style.button-style.text-hover-palette-1-dark-1:focus,
a.button-style.button-style.text-hover-palette-1-dark-1[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-palette-1-dark-1:hover,
.text-hover-palette-1-dark-1.language-url:hover,
.text-hover-palette-1-dark-1 .language-url:hover,
.text-hover-palette-1-dark-1.carousel-control:hover,
.text-hover-palette-1-dark-1.gallery-nav:hover,
.popupmenitems.text-hover-palette-1-dark-1 .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-palette-1-dark-1:hover {
  color: #4d59b7 !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-palette-1-dark-1:active,
a.button-style.button-style.button-style.button-style.text-active-palette-1-dark-1[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-palette-1-dark-1.active,
a.button-style.button-style.button-style.button-style.text-active-palette-1-dark-1[class*="border-"].active,
a.button-style.button-style.active > .text-active-palette-1-dark-1,
a.button-style.button-style.active > .text-active-palette-1-dark-1[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-palette-1-dark-1.active,
.popupmenitems.popupmenitems.text-active-palette-1-dark-1 .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-palette-1-dark-1.active {
  color: #4d59b7 !important;
}
.text-palette-1-dark-1 .svg-link {
  fill: #4d59b7;
}
.text-hover-palette-1-dark-1:hover .svg-link,
.text-hover-palette-1-dark-1:focus .svg-link,
.button-style:hover > .text-hover-palette-1-dark-1 .svg-link {
  fill: #4d59b7;
}
.text-active-palette-1-dark-1:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-palette-1-dark-1 .svg-link,
.button-style.button-style.active > .text-active-palette-1-dark-1 .svg-link {
  fill: #4d59b7;
}
.link.text-palette-1-dark-1:hover {
  color: #434fa7 !important;
}
a.link.text-hover-palette-1-dark-1:hover {
  color: #4d59b7 !important;
}
.text-palette-1,
.input.text-palette-1,
.input.text-palette-1[class*="border-"],
li.active > a.button-style.text-palette-1,
li.active > a.button-style.text-palette-1[class*="border-"],
a.button-style.text-palette-1,
a.button-style.text-palette-1[class*="border-"] {
  color: #3a50f9 !important;
  
  
  
}
a.button-style.text-palette-1:hover,
a.button-style.text-palette-1[class*="border-"]:hover,
a.button-style.text-palette-1:focus,
a.button-style.text-palette-1[class*="border-"]:focus,
a.button-style.button-style.text-palette-1:active,
a.button-style.button-style.text-palette-1[class*="border-"]:active,
a.button-style.button-style.text-palette-1.active,
a.button-style.button-style.text-palette-1[class*="border-"].active {
  color: #1c36f8 !important;
}
/* hover */
a.button-style:hover > .text-hover-palette-1,
a.button-style:hover > .text-hover-palette-1[class*="border-"],
a.button-style.button-style.text-hover-palette-1:hover,
a.button-style.button-style.text-hover-palette-1[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-palette-1.active,
a.button-style.button-style.button-style.text-hover-palette-1[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-palette-1:active,
a.button-style.button-style.button-style.text-hover-palette-1[class*="border-"]:active,
a.button-style.button-style.text-hover-palette-1:focus,
a.button-style.button-style.text-hover-palette-1[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-palette-1:hover,
.text-hover-palette-1.language-url:hover,
.text-hover-palette-1 .language-url:hover,
.text-hover-palette-1.carousel-control:hover,
.text-hover-palette-1.gallery-nav:hover,
.popupmenitems.text-hover-palette-1 .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-palette-1:hover {
  color: #3a50f9 !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-palette-1:active,
a.button-style.button-style.button-style.button-style.text-active-palette-1[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-palette-1.active,
a.button-style.button-style.button-style.button-style.text-active-palette-1[class*="border-"].active,
a.button-style.button-style.active > .text-active-palette-1,
a.button-style.button-style.active > .text-active-palette-1[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-palette-1.active,
.popupmenitems.popupmenitems.text-active-palette-1 .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-palette-1.active {
  color: #3a50f9 !important;
}
.text-palette-1 .svg-link {
  fill: #3a50f9;
}
.text-hover-palette-1:hover .svg-link,
.text-hover-palette-1:focus .svg-link,
.button-style:hover > .text-hover-palette-1 .svg-link {
  fill: #3a50f9;
}
.text-active-palette-1:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-palette-1 .svg-link,
.button-style.button-style.active > .text-active-palette-1 .svg-link {
  fill: #3a50f9;
}
.link.text-palette-1:hover {
  color: #1c36f8 !important;
}
a.link.text-hover-palette-1:hover {
  color: #3a50f9 !important;
}
.text-palette-1-light-1,
.input.text-palette-1-light-1,
.input.text-palette-1-light-1[class*="border-"],
li.active > a.button-style.text-palette-1-light-1,
li.active > a.button-style.text-palette-1-light-1[class*="border-"],
a.button-style.text-palette-1-light-1,
a.button-style.text-palette-1-light-1[class*="border-"] {
  color: #7484fb !important;
  
  
  
}
a.button-style.text-palette-1-light-1:hover,
a.button-style.text-palette-1-light-1[class*="border-"]:hover,
a.button-style.text-palette-1-light-1:focus,
a.button-style.text-palette-1-light-1[class*="border-"]:focus,
a.button-style.button-style.text-palette-1-light-1:active,
a.button-style.button-style.text-palette-1-light-1[class*="border-"]:active,
a.button-style.button-style.text-palette-1-light-1.active,
a.button-style.button-style.text-palette-1-light-1[class*="border-"].active {
  color: #5064fa !important;
}
/* hover */
a.button-style:hover > .text-hover-palette-1-light-1,
a.button-style:hover > .text-hover-palette-1-light-1[class*="border-"],
a.button-style.button-style.text-hover-palette-1-light-1:hover,
a.button-style.button-style.text-hover-palette-1-light-1[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-palette-1-light-1.active,
a.button-style.button-style.button-style.text-hover-palette-1-light-1[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-palette-1-light-1:active,
a.button-style.button-style.button-style.text-hover-palette-1-light-1[class*="border-"]:active,
a.button-style.button-style.text-hover-palette-1-light-1:focus,
a.button-style.button-style.text-hover-palette-1-light-1[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-palette-1-light-1:hover,
.text-hover-palette-1-light-1.language-url:hover,
.text-hover-palette-1-light-1 .language-url:hover,
.text-hover-palette-1-light-1.carousel-control:hover,
.text-hover-palette-1-light-1.gallery-nav:hover,
.popupmenitems.text-hover-palette-1-light-1 .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-palette-1-light-1:hover {
  color: #7484fb !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-palette-1-light-1:active,
a.button-style.button-style.button-style.button-style.text-active-palette-1-light-1[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-palette-1-light-1.active,
a.button-style.button-style.button-style.button-style.text-active-palette-1-light-1[class*="border-"].active,
a.button-style.button-style.active > .text-active-palette-1-light-1,
a.button-style.button-style.active > .text-active-palette-1-light-1[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-palette-1-light-1.active,
.popupmenitems.popupmenitems.text-active-palette-1-light-1 .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-palette-1-light-1.active {
  color: #7484fb !important;
}
.text-palette-1-light-1 .svg-link {
  fill: #7484fb;
}
.text-hover-palette-1-light-1:hover .svg-link,
.text-hover-palette-1-light-1:focus .svg-link,
.button-style:hover > .text-hover-palette-1-light-1 .svg-link {
  fill: #7484fb;
}
.text-active-palette-1-light-1:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-palette-1-light-1 .svg-link,
.button-style.button-style.active > .text-active-palette-1-light-1 .svg-link {
  fill: #7484fb;
}
.link.text-palette-1-light-1:hover {
  color: #5064fa !important;
}
a.link.text-hover-palette-1-light-1:hover {
  color: #7484fb !important;
}
.text-palette-1-light-2,
.input.text-palette-1-light-2,
.input.text-palette-1-light-2[class*="border-"],
li.active > a.button-style.text-palette-1-light-2,
li.active > a.button-style.text-palette-1-light-2[class*="border-"],
a.button-style.text-palette-1-light-2,
a.button-style.text-palette-1-light-2[class*="border-"] {
  color: #afb8fd !important;
  
  
  
}
a.button-style.text-palette-1-light-2:hover,
a.button-style.text-palette-1-light-2[class*="border-"]:hover,
a.button-style.text-palette-1-light-2:focus,
a.button-style.text-palette-1-light-2[class*="border-"]:focus,
a.button-style.button-style.text-palette-1-light-2:active,
a.button-style.button-style.text-palette-1-light-2[class*="border-"]:active,
a.button-style.button-style.text-palette-1-light-2.active,
a.button-style.button-style.text-palette-1-light-2[class*="border-"].active {
  color: #8593fc !important;
}
/* hover */
a.button-style:hover > .text-hover-palette-1-light-2,
a.button-style:hover > .text-hover-palette-1-light-2[class*="border-"],
a.button-style.button-style.text-hover-palette-1-light-2:hover,
a.button-style.button-style.text-hover-palette-1-light-2[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-palette-1-light-2.active,
a.button-style.button-style.button-style.text-hover-palette-1-light-2[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-palette-1-light-2:active,
a.button-style.button-style.button-style.text-hover-palette-1-light-2[class*="border-"]:active,
a.button-style.button-style.text-hover-palette-1-light-2:focus,
a.button-style.button-style.text-hover-palette-1-light-2[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-palette-1-light-2:hover,
.text-hover-palette-1-light-2.language-url:hover,
.text-hover-palette-1-light-2 .language-url:hover,
.text-hover-palette-1-light-2.carousel-control:hover,
.text-hover-palette-1-light-2.gallery-nav:hover,
.popupmenitems.text-hover-palette-1-light-2 .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-palette-1-light-2:hover {
  color: #afb8fd !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-palette-1-light-2:active,
a.button-style.button-style.button-style.button-style.text-active-palette-1-light-2[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-palette-1-light-2.active,
a.button-style.button-style.button-style.button-style.text-active-palette-1-light-2[class*="border-"].active,
a.button-style.button-style.active > .text-active-palette-1-light-2,
a.button-style.button-style.active > .text-active-palette-1-light-2[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-palette-1-light-2.active,
.popupmenitems.popupmenitems.text-active-palette-1-light-2 .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-palette-1-light-2.active {
  color: #afb8fd !important;
}
.text-palette-1-light-2 .svg-link {
  fill: #afb8fd;
}
.text-hover-palette-1-light-2:hover .svg-link,
.text-hover-palette-1-light-2:focus .svg-link,
.button-style:hover > .text-hover-palette-1-light-2 .svg-link {
  fill: #afb8fd;
}
.text-active-palette-1-light-2:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-palette-1-light-2 .svg-link,
.button-style.button-style.active > .text-active-palette-1-light-2 .svg-link {
  fill: #afb8fd;
}
.link.text-palette-1-light-2:hover {
  color: #8593fc !important;
}
a.link.text-hover-palette-1-light-2:hover {
  color: #afb8fd !important;
}
.text-palette-1-light-3,
.input.text-palette-1-light-3,
.input.text-palette-1-light-3[class*="border-"],
li.active > a.button-style.text-palette-1-light-3,
li.active > a.button-style.text-palette-1-light-3[class*="border-"],
a.button-style.text-palette-1-light-3,
a.button-style.text-palette-1-light-3[class*="border-"] {
  color: #ebedfe !important;
  
  
  
}
a.button-style.text-palette-1-light-3:hover,
a.button-style.text-palette-1-light-3[class*="border-"]:hover,
a.button-style.text-palette-1-light-3:focus,
a.button-style.text-palette-1-light-3[class*="border-"]:focus,
a.button-style.button-style.text-palette-1-light-3:active,
a.button-style.button-style.text-palette-1-light-3[class*="border-"]:active,
a.button-style.button-style.text-palette-1-light-3.active,
a.button-style.button-style.text-palette-1-light-3[class*="border-"].active {
  color: #bcc3fc !important;
}
/* hover */
a.button-style:hover > .text-hover-palette-1-light-3,
a.button-style:hover > .text-hover-palette-1-light-3[class*="border-"],
a.button-style.button-style.text-hover-palette-1-light-3:hover,
a.button-style.button-style.text-hover-palette-1-light-3[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-palette-1-light-3.active,
a.button-style.button-style.button-style.text-hover-palette-1-light-3[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-palette-1-light-3:active,
a.button-style.button-style.button-style.text-hover-palette-1-light-3[class*="border-"]:active,
a.button-style.button-style.text-hover-palette-1-light-3:focus,
a.button-style.button-style.text-hover-palette-1-light-3[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-palette-1-light-3:hover,
.text-hover-palette-1-light-3.language-url:hover,
.text-hover-palette-1-light-3 .language-url:hover,
.text-hover-palette-1-light-3.carousel-control:hover,
.text-hover-palette-1-light-3.gallery-nav:hover,
.popupmenitems.text-hover-palette-1-light-3 .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-palette-1-light-3:hover {
  color: #ebedfe !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-palette-1-light-3:active,
a.button-style.button-style.button-style.button-style.text-active-palette-1-light-3[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-palette-1-light-3.active,
a.button-style.button-style.button-style.button-style.text-active-palette-1-light-3[class*="border-"].active,
a.button-style.button-style.active > .text-active-palette-1-light-3,
a.button-style.button-style.active > .text-active-palette-1-light-3[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-palette-1-light-3.active,
.popupmenitems.popupmenitems.text-active-palette-1-light-3 .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-palette-1-light-3.active {
  color: #ebedfe !important;
}
.text-palette-1-light-3 .svg-link {
  fill: #ebedfe;
}
.text-hover-palette-1-light-3:hover .svg-link,
.text-hover-palette-1-light-3:focus .svg-link,
.button-style:hover > .text-hover-palette-1-light-3 .svg-link {
  fill: #ebedfe;
}
.text-active-palette-1-light-3:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-palette-1-light-3 .svg-link,
.button-style.button-style.active > .text-active-palette-1-light-3 .svg-link {
  fill: #ebedfe;
}
.link.text-palette-1-light-3:hover {
  color: #bcc3fc !important;
}
a.link.text-hover-palette-1-light-3:hover {
  color: #ebedfe !important;
}
.text-palette-1-base,
.input.text-palette-1-base,
.input.text-palette-1-base[class*="border-"],
li.active > a.button-style.text-palette-1-base,
li.active > a.button-style.text-palette-1-base[class*="border-"],
a.button-style.text-palette-1-base,
a.button-style.text-palette-1-base[class*="border-"] {
  color: #3a50f9 !important;
  
  
  
}
a.button-style.text-palette-1-base:hover,
a.button-style.text-palette-1-base[class*="border-"]:hover,
a.button-style.text-palette-1-base:focus,
a.button-style.text-palette-1-base[class*="border-"]:focus,
a.button-style.button-style.text-palette-1-base:active,
a.button-style.button-style.text-palette-1-base[class*="border-"]:active,
a.button-style.button-style.text-palette-1-base.active,
a.button-style.button-style.text-palette-1-base[class*="border-"].active {
  color: #1c36f8 !important;
}
/* hover */
a.button-style:hover > .text-hover-palette-1-base,
a.button-style:hover > .text-hover-palette-1-base[class*="border-"],
a.button-style.button-style.text-hover-palette-1-base:hover,
a.button-style.button-style.text-hover-palette-1-base[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-palette-1-base.active,
a.button-style.button-style.button-style.text-hover-palette-1-base[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-palette-1-base:active,
a.button-style.button-style.button-style.text-hover-palette-1-base[class*="border-"]:active,
a.button-style.button-style.text-hover-palette-1-base:focus,
a.button-style.button-style.text-hover-palette-1-base[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-palette-1-base:hover,
.text-hover-palette-1-base.language-url:hover,
.text-hover-palette-1-base .language-url:hover,
.text-hover-palette-1-base.carousel-control:hover,
.text-hover-palette-1-base.gallery-nav:hover,
.popupmenitems.text-hover-palette-1-base .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-palette-1-base:hover {
  color: #3a50f9 !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-palette-1-base:active,
a.button-style.button-style.button-style.button-style.text-active-palette-1-base[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-palette-1-base.active,
a.button-style.button-style.button-style.button-style.text-active-palette-1-base[class*="border-"].active,
a.button-style.button-style.active > .text-active-palette-1-base,
a.button-style.button-style.active > .text-active-palette-1-base[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-palette-1-base.active,
.popupmenitems.popupmenitems.text-active-palette-1-base .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-palette-1-base.active {
  color: #3a50f9 !important;
}
.text-palette-1-base .svg-link {
  fill: #3a50f9;
}
.text-hover-palette-1-base:hover .svg-link,
.text-hover-palette-1-base:focus .svg-link,
.button-style:hover > .text-hover-palette-1-base .svg-link {
  fill: #3a50f9;
}
.text-active-palette-1-base:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-palette-1-base .svg-link,
.button-style.button-style.active > .text-active-palette-1-base .svg-link {
  fill: #3a50f9;
}
.link.text-palette-1-base:hover {
  color: #1c36f8 !important;
}
a.link.text-hover-palette-1-base:hover {
  color: #3a50f9 !important;
}
.text-palette-2-dark-3,
.input.text-palette-2-dark-3,
.input.text-palette-2-dark-3[class*="border-"],
li.active > a.button-style.text-palette-2-dark-3,
li.active > a.button-style.text-palette-2-dark-3[class*="border-"],
a.button-style.text-palette-2-dark-3,
a.button-style.text-palette-2-dark-3[class*="border-"] {
  color: #332930 !important;
  
  
  
}
a.button-style.text-palette-2-dark-3:hover,
a.button-style.text-palette-2-dark-3[class*="border-"]:hover,
a.button-style.text-palette-2-dark-3:focus,
a.button-style.text-palette-2-dark-3[class*="border-"]:focus,
a.button-style.button-style.text-palette-2-dark-3:active,
a.button-style.button-style.text-palette-2-dark-3[class*="border-"]:active,
a.button-style.button-style.text-palette-2-dark-3.active,
a.button-style.button-style.text-palette-2-dark-3[class*="border-"].active {
  color: #2e252b !important;
}
/* hover */
a.button-style:hover > .text-hover-palette-2-dark-3,
a.button-style:hover > .text-hover-palette-2-dark-3[class*="border-"],
a.button-style.button-style.text-hover-palette-2-dark-3:hover,
a.button-style.button-style.text-hover-palette-2-dark-3[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-palette-2-dark-3.active,
a.button-style.button-style.button-style.text-hover-palette-2-dark-3[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-palette-2-dark-3:active,
a.button-style.button-style.button-style.text-hover-palette-2-dark-3[class*="border-"]:active,
a.button-style.button-style.text-hover-palette-2-dark-3:focus,
a.button-style.button-style.text-hover-palette-2-dark-3[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-palette-2-dark-3:hover,
.text-hover-palette-2-dark-3.language-url:hover,
.text-hover-palette-2-dark-3 .language-url:hover,
.text-hover-palette-2-dark-3.carousel-control:hover,
.text-hover-palette-2-dark-3.gallery-nav:hover,
.popupmenitems.text-hover-palette-2-dark-3 .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-palette-2-dark-3:hover {
  color: #332930 !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-palette-2-dark-3:active,
a.button-style.button-style.button-style.button-style.text-active-palette-2-dark-3[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-palette-2-dark-3.active,
a.button-style.button-style.button-style.button-style.text-active-palette-2-dark-3[class*="border-"].active,
a.button-style.button-style.active > .text-active-palette-2-dark-3,
a.button-style.button-style.active > .text-active-palette-2-dark-3[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-palette-2-dark-3.active,
.popupmenitems.popupmenitems.text-active-palette-2-dark-3 .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-palette-2-dark-3.active {
  color: #332930 !important;
}
.text-palette-2-dark-3 .svg-link {
  fill: #332930;
}
.text-hover-palette-2-dark-3:hover .svg-link,
.text-hover-palette-2-dark-3:focus .svg-link,
.button-style:hover > .text-hover-palette-2-dark-3 .svg-link {
  fill: #332930;
}
.text-active-palette-2-dark-3:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-palette-2-dark-3 .svg-link,
.button-style.button-style.active > .text-active-palette-2-dark-3 .svg-link {
  fill: #332930;
}
.link.text-palette-2-dark-3:hover {
  color: #2e252b !important;
}
a.link.text-hover-palette-2-dark-3:hover {
  color: #332930 !important;
}
.text-palette-2-dark-2,
.input.text-palette-2-dark-2,
.input.text-palette-2-dark-2[class*="border-"],
li.active > a.button-style.text-palette-2-dark-2,
li.active > a.button-style.text-palette-2-dark-2[class*="border-"],
a.button-style.text-palette-2-dark-2,
a.button-style.text-palette-2-dark-2[class*="border-"] {
  color: #714967 !important;
  
  
  
}
a.button-style.text-palette-2-dark-2:hover,
a.button-style.text-palette-2-dark-2[class*="border-"]:hover,
a.button-style.text-palette-2-dark-2:focus,
a.button-style.text-palette-2-dark-2[class*="border-"]:focus,
a.button-style.button-style.text-palette-2-dark-2:active,
a.button-style.button-style.text-palette-2-dark-2[class*="border-"]:active,
a.button-style.button-style.text-palette-2-dark-2.active,
a.button-style.button-style.text-palette-2-dark-2[class*="border-"].active {
  color: #66425d !important;
}
/* hover */
a.button-style:hover > .text-hover-palette-2-dark-2,
a.button-style:hover > .text-hover-palette-2-dark-2[class*="border-"],
a.button-style.button-style.text-hover-palette-2-dark-2:hover,
a.button-style.button-style.text-hover-palette-2-dark-2[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-palette-2-dark-2.active,
a.button-style.button-style.button-style.text-hover-palette-2-dark-2[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-palette-2-dark-2:active,
a.button-style.button-style.button-style.text-hover-palette-2-dark-2[class*="border-"]:active,
a.button-style.button-style.text-hover-palette-2-dark-2:focus,
a.button-style.button-style.text-hover-palette-2-dark-2[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-palette-2-dark-2:hover,
.text-hover-palette-2-dark-2.language-url:hover,
.text-hover-palette-2-dark-2 .language-url:hover,
.text-hover-palette-2-dark-2.carousel-control:hover,
.text-hover-palette-2-dark-2.gallery-nav:hover,
.popupmenitems.text-hover-palette-2-dark-2 .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-palette-2-dark-2:hover {
  color: #714967 !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-palette-2-dark-2:active,
a.button-style.button-style.button-style.button-style.text-active-palette-2-dark-2[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-palette-2-dark-2.active,
a.button-style.button-style.button-style.button-style.text-active-palette-2-dark-2[class*="border-"].active,
a.button-style.button-style.active > .text-active-palette-2-dark-2,
a.button-style.button-style.active > .text-active-palette-2-dark-2[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-palette-2-dark-2.active,
.popupmenitems.popupmenitems.text-active-palette-2-dark-2 .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-palette-2-dark-2.active {
  color: #714967 !important;
}
.text-palette-2-dark-2 .svg-link {
  fill: #714967;
}
.text-hover-palette-2-dark-2:hover .svg-link,
.text-hover-palette-2-dark-2:focus .svg-link,
.button-style:hover > .text-hover-palette-2-dark-2 .svg-link {
  fill: #714967;
}
.text-active-palette-2-dark-2:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-palette-2-dark-2 .svg-link,
.button-style.button-style.active > .text-active-palette-2-dark-2 .svg-link {
  fill: #714967;
}
.link.text-palette-2-dark-2:hover {
  color: #66425d !important;
}
a.link.text-hover-palette-2-dark-2:hover {
  color: #714967 !important;
}
.text-palette-2-dark-1,
.input.text-palette-2-dark-1,
.input.text-palette-2-dark-1[class*="border-"],
li.active > a.button-style.text-palette-2-dark-1,
li.active > a.button-style.text-palette-2-dark-1[class*="border-"],
a.button-style.text-palette-2-dark-1,
a.button-style.text-palette-2-dark-1[class*="border-"] {
  color: #b05599 !important;
  
  
  
}
a.button-style.text-palette-2-dark-1:hover,
a.button-style.text-palette-2-dark-1[class*="border-"]:hover,
a.button-style.text-palette-2-dark-1:focus,
a.button-style.text-palette-2-dark-1[class*="border-"]:focus,
a.button-style.button-style.text-palette-2-dark-1:active,
a.button-style.button-style.text-palette-2-dark-1[class*="border-"]:active,
a.button-style.button-style.text-palette-2-dark-1.active,
a.button-style.button-style.text-palette-2-dark-1[class*="border-"].active {
  color: #a04b8b !important;
}
/* hover */
a.button-style:hover > .text-hover-palette-2-dark-1,
a.button-style:hover > .text-hover-palette-2-dark-1[class*="border-"],
a.button-style.button-style.text-hover-palette-2-dark-1:hover,
a.button-style.button-style.text-hover-palette-2-dark-1[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-palette-2-dark-1.active,
a.button-style.button-style.button-style.text-hover-palette-2-dark-1[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-palette-2-dark-1:active,
a.button-style.button-style.button-style.text-hover-palette-2-dark-1[class*="border-"]:active,
a.button-style.button-style.text-hover-palette-2-dark-1:focus,
a.button-style.button-style.text-hover-palette-2-dark-1[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-palette-2-dark-1:hover,
.text-hover-palette-2-dark-1.language-url:hover,
.text-hover-palette-2-dark-1 .language-url:hover,
.text-hover-palette-2-dark-1.carousel-control:hover,
.text-hover-palette-2-dark-1.gallery-nav:hover,
.popupmenitems.text-hover-palette-2-dark-1 .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-palette-2-dark-1:hover {
  color: #b05599 !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-palette-2-dark-1:active,
a.button-style.button-style.button-style.button-style.text-active-palette-2-dark-1[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-palette-2-dark-1.active,
a.button-style.button-style.button-style.button-style.text-active-palette-2-dark-1[class*="border-"].active,
a.button-style.button-style.active > .text-active-palette-2-dark-1,
a.button-style.button-style.active > .text-active-palette-2-dark-1[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-palette-2-dark-1.active,
.popupmenitems.popupmenitems.text-active-palette-2-dark-1 .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-palette-2-dark-1.active {
  color: #b05599 !important;
}
.text-palette-2-dark-1 .svg-link {
  fill: #b05599;
}
.text-hover-palette-2-dark-1:hover .svg-link,
.text-hover-palette-2-dark-1:focus .svg-link,
.button-style:hover > .text-hover-palette-2-dark-1 .svg-link {
  fill: #b05599;
}
.text-active-palette-2-dark-1:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-palette-2-dark-1 .svg-link,
.button-style.button-style.active > .text-active-palette-2-dark-1 .svg-link {
  fill: #b05599;
}
.link.text-palette-2-dark-1:hover {
  color: #a04b8b !important;
}
a.link.text-hover-palette-2-dark-1:hover {
  color: #b05599 !important;
}
.text-palette-2,
.input.text-palette-2,
.input.text-palette-2[class*="border-"],
li.active > a.button-style.text-palette-2,
li.active > a.button-style.text-palette-2[class*="border-"],
a.button-style.text-palette-2,
a.button-style.text-palette-2[class*="border-"] {
  color: #ee4dc6 !important;
  
  
  
}
a.button-style.text-palette-2:hover,
a.button-style.text-palette-2[class*="border-"]:hover,
a.button-style.text-palette-2:focus,
a.button-style.text-palette-2[class*="border-"]:focus,
a.button-style.button-style.text-palette-2:active,
a.button-style.button-style.text-palette-2[class*="border-"]:active,
a.button-style.button-style.text-palette-2.active,
a.button-style.button-style.text-palette-2[class*="border-"].active {
  color: #eb30bd !important;
}
/* hover */
a.button-style:hover > .text-hover-palette-2,
a.button-style:hover > .text-hover-palette-2[class*="border-"],
a.button-style.button-style.text-hover-palette-2:hover,
a.button-style.button-style.text-hover-palette-2[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-palette-2.active,
a.button-style.button-style.button-style.text-hover-palette-2[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-palette-2:active,
a.button-style.button-style.button-style.text-hover-palette-2[class*="border-"]:active,
a.button-style.button-style.text-hover-palette-2:focus,
a.button-style.button-style.text-hover-palette-2[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-palette-2:hover,
.text-hover-palette-2.language-url:hover,
.text-hover-palette-2 .language-url:hover,
.text-hover-palette-2.carousel-control:hover,
.text-hover-palette-2.gallery-nav:hover,
.popupmenitems.text-hover-palette-2 .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-palette-2:hover {
  color: #ee4dc6 !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-palette-2:active,
a.button-style.button-style.button-style.button-style.text-active-palette-2[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-palette-2.active,
a.button-style.button-style.button-style.button-style.text-active-palette-2[class*="border-"].active,
a.button-style.button-style.active > .text-active-palette-2,
a.button-style.button-style.active > .text-active-palette-2[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-palette-2.active,
.popupmenitems.popupmenitems.text-active-palette-2 .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-palette-2.active {
  color: #ee4dc6 !important;
}
.text-palette-2 .svg-link {
  fill: #ee4dc6;
}
.text-hover-palette-2:hover .svg-link,
.text-hover-palette-2:focus .svg-link,
.button-style:hover > .text-hover-palette-2 .svg-link {
  fill: #ee4dc6;
}
.text-active-palette-2:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-palette-2 .svg-link,
.button-style.button-style.active > .text-active-palette-2 .svg-link {
  fill: #ee4dc6;
}
.link.text-palette-2:hover {
  color: #eb30bd !important;
}
a.link.text-hover-palette-2:hover {
  color: #ee4dc6 !important;
}
.text-palette-2-light-1,
.input.text-palette-2-light-1,
.input.text-palette-2-light-1[class*="border-"],
li.active > a.button-style.text-palette-2-light-1,
li.active > a.button-style.text-palette-2-light-1[class*="border-"],
a.button-style.text-palette-2-light-1,
a.button-style.text-palette-2-light-1[class*="border-"] {
  color: #f380d7 !important;
  
  
  
}
a.button-style.text-palette-2-light-1:hover,
a.button-style.text-palette-2-light-1[class*="border-"]:hover,
a.button-style.text-palette-2-light-1:focus,
a.button-style.text-palette-2-light-1[class*="border-"]:focus,
a.button-style.button-style.text-palette-2-light-1:active,
a.button-style.button-style.text-palette-2-light-1[class*="border-"]:active,
a.button-style.button-style.text-palette-2-light-1.active,
a.button-style.button-style.text-palette-2-light-1[class*="border-"].active {
  color: #f05ecc !important;
}
/* hover */
a.button-style:hover > .text-hover-palette-2-light-1,
a.button-style:hover > .text-hover-palette-2-light-1[class*="border-"],
a.button-style.button-style.text-hover-palette-2-light-1:hover,
a.button-style.button-style.text-hover-palette-2-light-1[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-palette-2-light-1.active,
a.button-style.button-style.button-style.text-hover-palette-2-light-1[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-palette-2-light-1:active,
a.button-style.button-style.button-style.text-hover-palette-2-light-1[class*="border-"]:active,
a.button-style.button-style.text-hover-palette-2-light-1:focus,
a.button-style.button-style.text-hover-palette-2-light-1[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-palette-2-light-1:hover,
.text-hover-palette-2-light-1.language-url:hover,
.text-hover-palette-2-light-1 .language-url:hover,
.text-hover-palette-2-light-1.carousel-control:hover,
.text-hover-palette-2-light-1.gallery-nav:hover,
.popupmenitems.text-hover-palette-2-light-1 .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-palette-2-light-1:hover {
  color: #f380d7 !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-palette-2-light-1:active,
a.button-style.button-style.button-style.button-style.text-active-palette-2-light-1[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-palette-2-light-1.active,
a.button-style.button-style.button-style.button-style.text-active-palette-2-light-1[class*="border-"].active,
a.button-style.button-style.active > .text-active-palette-2-light-1,
a.button-style.button-style.active > .text-active-palette-2-light-1[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-palette-2-light-1.active,
.popupmenitems.popupmenitems.text-active-palette-2-light-1 .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-palette-2-light-1.active {
  color: #f380d7 !important;
}
.text-palette-2-light-1 .svg-link {
  fill: #f380d7;
}
.text-hover-palette-2-light-1:hover .svg-link,
.text-hover-palette-2-light-1:focus .svg-link,
.button-style:hover > .text-hover-palette-2-light-1 .svg-link {
  fill: #f380d7;
}
.text-active-palette-2-light-1:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-palette-2-light-1 .svg-link,
.button-style.button-style.active > .text-active-palette-2-light-1 .svg-link {
  fill: #f380d7;
}
.link.text-palette-2-light-1:hover {
  color: #f05ecc !important;
}
a.link.text-hover-palette-2-light-1:hover {
  color: #f380d7 !important;
}
.text-palette-2-light-2,
.input.text-palette-2-light-2,
.input.text-palette-2-light-2[class*="border-"],
li.active > a.button-style.text-palette-2-light-2,
li.active > a.button-style.text-palette-2-light-2[class*="border-"],
a.button-style.text-palette-2-light-2,
a.button-style.text-palette-2-light-2[class*="border-"] {
  color: #f8b5e8 !important;
  
  
  
}
a.button-style.text-palette-2-light-2:hover,
a.button-style.text-palette-2-light-2[class*="border-"]:hover,
a.button-style.text-palette-2-light-2:focus,
a.button-style.text-palette-2-light-2[class*="border-"]:focus,
a.button-style.button-style.text-palette-2-light-2:active,
a.button-style.button-style.text-palette-2-light-2[class*="border-"]:active,
a.button-style.button-style.text-palette-2-light-2.active,
a.button-style.button-style.text-palette-2-light-2[class*="border-"].active {
  color: #f48edc !important;
}
/* hover */
a.button-style:hover > .text-hover-palette-2-light-2,
a.button-style:hover > .text-hover-palette-2-light-2[class*="border-"],
a.button-style.button-style.text-hover-palette-2-light-2:hover,
a.button-style.button-style.text-hover-palette-2-light-2[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-palette-2-light-2.active,
a.button-style.button-style.button-style.text-hover-palette-2-light-2[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-palette-2-light-2:active,
a.button-style.button-style.button-style.text-hover-palette-2-light-2[class*="border-"]:active,
a.button-style.button-style.text-hover-palette-2-light-2:focus,
a.button-style.button-style.text-hover-palette-2-light-2[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-palette-2-light-2:hover,
.text-hover-palette-2-light-2.language-url:hover,
.text-hover-palette-2-light-2 .language-url:hover,
.text-hover-palette-2-light-2.carousel-control:hover,
.text-hover-palette-2-light-2.gallery-nav:hover,
.popupmenitems.text-hover-palette-2-light-2 .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-palette-2-light-2:hover {
  color: #f8b5e8 !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-palette-2-light-2:active,
a.button-style.button-style.button-style.button-style.text-active-palette-2-light-2[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-palette-2-light-2.active,
a.button-style.button-style.button-style.button-style.text-active-palette-2-light-2[class*="border-"].active,
a.button-style.button-style.active > .text-active-palette-2-light-2,
a.button-style.button-style.active > .text-active-palette-2-light-2[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-palette-2-light-2.active,
.popupmenitems.popupmenitems.text-active-palette-2-light-2 .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-palette-2-light-2.active {
  color: #f8b5e8 !important;
}
.text-palette-2-light-2 .svg-link {
  fill: #f8b5e8;
}
.text-hover-palette-2-light-2:hover .svg-link,
.text-hover-palette-2-light-2:focus .svg-link,
.button-style:hover > .text-hover-palette-2-light-2 .svg-link {
  fill: #f8b5e8;
}
.text-active-palette-2-light-2:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-palette-2-light-2 .svg-link,
.button-style.button-style.active > .text-active-palette-2-light-2 .svg-link {
  fill: #f8b5e8;
}
.link.text-palette-2-light-2:hover {
  color: #f48edc !important;
}
a.link.text-hover-palette-2-light-2:hover {
  color: #f8b5e8 !important;
}
.text-palette-2-light-3,
.input.text-palette-2-light-3,
.input.text-palette-2-light-3[class*="border-"],
li.active > a.button-style.text-palette-2-light-3,
li.active > a.button-style.text-palette-2-light-3[class*="border-"],
a.button-style.text-palette-2-light-3,
a.button-style.text-palette-2-light-3[class*="border-"] {
  color: #fdecf9 !important;
  
  
  
}
a.button-style.text-palette-2-light-3:hover,
a.button-style.text-palette-2-light-3[class*="border-"]:hover,
a.button-style.text-palette-2-light-3:focus,
a.button-style.text-palette-2-light-3[class*="border-"]:focus,
a.button-style.button-style.text-palette-2-light-3:active,
a.button-style.button-style.text-palette-2-light-3[class*="border-"]:active,
a.button-style.button-style.text-palette-2-light-3.active,
a.button-style.button-style.text-palette-2-light-3[class*="border-"].active {
  color: #f8c0eb !important;
}
/* hover */
a.button-style:hover > .text-hover-palette-2-light-3,
a.button-style:hover > .text-hover-palette-2-light-3[class*="border-"],
a.button-style.button-style.text-hover-palette-2-light-3:hover,
a.button-style.button-style.text-hover-palette-2-light-3[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-palette-2-light-3.active,
a.button-style.button-style.button-style.text-hover-palette-2-light-3[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-palette-2-light-3:active,
a.button-style.button-style.button-style.text-hover-palette-2-light-3[class*="border-"]:active,
a.button-style.button-style.text-hover-palette-2-light-3:focus,
a.button-style.button-style.text-hover-palette-2-light-3[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-palette-2-light-3:hover,
.text-hover-palette-2-light-3.language-url:hover,
.text-hover-palette-2-light-3 .language-url:hover,
.text-hover-palette-2-light-3.carousel-control:hover,
.text-hover-palette-2-light-3.gallery-nav:hover,
.popupmenitems.text-hover-palette-2-light-3 .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-palette-2-light-3:hover {
  color: #fdecf9 !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-palette-2-light-3:active,
a.button-style.button-style.button-style.button-style.text-active-palette-2-light-3[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-palette-2-light-3.active,
a.button-style.button-style.button-style.button-style.text-active-palette-2-light-3[class*="border-"].active,
a.button-style.button-style.active > .text-active-palette-2-light-3,
a.button-style.button-style.active > .text-active-palette-2-light-3[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-palette-2-light-3.active,
.popupmenitems.popupmenitems.text-active-palette-2-light-3 .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-palette-2-light-3.active {
  color: #fdecf9 !important;
}
.text-palette-2-light-3 .svg-link {
  fill: #fdecf9;
}
.text-hover-palette-2-light-3:hover .svg-link,
.text-hover-palette-2-light-3:focus .svg-link,
.button-style:hover > .text-hover-palette-2-light-3 .svg-link {
  fill: #fdecf9;
}
.text-active-palette-2-light-3:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-palette-2-light-3 .svg-link,
.button-style.button-style.active > .text-active-palette-2-light-3 .svg-link {
  fill: #fdecf9;
}
.link.text-palette-2-light-3:hover {
  color: #f8c0eb !important;
}
a.link.text-hover-palette-2-light-3:hover {
  color: #fdecf9 !important;
}
.text-palette-2-base,
.input.text-palette-2-base,
.input.text-palette-2-base[class*="border-"],
li.active > a.button-style.text-palette-2-base,
li.active > a.button-style.text-palette-2-base[class*="border-"],
a.button-style.text-palette-2-base,
a.button-style.text-palette-2-base[class*="border-"] {
  color: #ee4dc6 !important;
  
  
  
}
a.button-style.text-palette-2-base:hover,
a.button-style.text-palette-2-base[class*="border-"]:hover,
a.button-style.text-palette-2-base:focus,
a.button-style.text-palette-2-base[class*="border-"]:focus,
a.button-style.button-style.text-palette-2-base:active,
a.button-style.button-style.text-palette-2-base[class*="border-"]:active,
a.button-style.button-style.text-palette-2-base.active,
a.button-style.button-style.text-palette-2-base[class*="border-"].active {
  color: #eb30bd !important;
}
/* hover */
a.button-style:hover > .text-hover-palette-2-base,
a.button-style:hover > .text-hover-palette-2-base[class*="border-"],
a.button-style.button-style.text-hover-palette-2-base:hover,
a.button-style.button-style.text-hover-palette-2-base[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-palette-2-base.active,
a.button-style.button-style.button-style.text-hover-palette-2-base[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-palette-2-base:active,
a.button-style.button-style.button-style.text-hover-palette-2-base[class*="border-"]:active,
a.button-style.button-style.text-hover-palette-2-base:focus,
a.button-style.button-style.text-hover-palette-2-base[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-palette-2-base:hover,
.text-hover-palette-2-base.language-url:hover,
.text-hover-palette-2-base .language-url:hover,
.text-hover-palette-2-base.carousel-control:hover,
.text-hover-palette-2-base.gallery-nav:hover,
.popupmenitems.text-hover-palette-2-base .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-palette-2-base:hover {
  color: #ee4dc6 !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-palette-2-base:active,
a.button-style.button-style.button-style.button-style.text-active-palette-2-base[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-palette-2-base.active,
a.button-style.button-style.button-style.button-style.text-active-palette-2-base[class*="border-"].active,
a.button-style.button-style.active > .text-active-palette-2-base,
a.button-style.button-style.active > .text-active-palette-2-base[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-palette-2-base.active,
.popupmenitems.popupmenitems.text-active-palette-2-base .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-palette-2-base.active {
  color: #ee4dc6 !important;
}
.text-palette-2-base .svg-link {
  fill: #ee4dc6;
}
.text-hover-palette-2-base:hover .svg-link,
.text-hover-palette-2-base:focus .svg-link,
.button-style:hover > .text-hover-palette-2-base .svg-link {
  fill: #ee4dc6;
}
.text-active-palette-2-base:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-palette-2-base .svg-link,
.button-style.button-style.active > .text-active-palette-2-base .svg-link {
  fill: #ee4dc6;
}
.link.text-palette-2-base:hover {
  color: #eb30bd !important;
}
a.link.text-hover-palette-2-base:hover {
  color: #ee4dc6 !important;
}
.text-palette-3-dark-3,
.input.text-palette-3-dark-3,
.input.text-palette-3-dark-3[class*="border-"],
li.active > a.button-style.text-palette-3-dark-3,
li.active > a.button-style.text-palette-3-dark-3[class*="border-"],
a.button-style.text-palette-3-dark-3,
a.button-style.text-palette-3-dark-3[class*="border-"] {
  color: #333129 !important;
  
  
  
}
a.button-style.text-palette-3-dark-3:hover,
a.button-style.text-palette-3-dark-3[class*="border-"]:hover,
a.button-style.text-palette-3-dark-3:focus,
a.button-style.text-palette-3-dark-3[class*="border-"]:focus,
a.button-style.button-style.text-palette-3-dark-3:active,
a.button-style.button-style.text-palette-3-dark-3[class*="border-"]:active,
a.button-style.button-style.text-palette-3-dark-3.active,
a.button-style.button-style.text-palette-3-dark-3[class*="border-"].active {
  color: #2e2c25 !important;
}
/* hover */
a.button-style:hover > .text-hover-palette-3-dark-3,
a.button-style:hover > .text-hover-palette-3-dark-3[class*="border-"],
a.button-style.button-style.text-hover-palette-3-dark-3:hover,
a.button-style.button-style.text-hover-palette-3-dark-3[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-palette-3-dark-3.active,
a.button-style.button-style.button-style.text-hover-palette-3-dark-3[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-palette-3-dark-3:active,
a.button-style.button-style.button-style.text-hover-palette-3-dark-3[class*="border-"]:active,
a.button-style.button-style.text-hover-palette-3-dark-3:focus,
a.button-style.button-style.text-hover-palette-3-dark-3[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-palette-3-dark-3:hover,
.text-hover-palette-3-dark-3.language-url:hover,
.text-hover-palette-3-dark-3 .language-url:hover,
.text-hover-palette-3-dark-3.carousel-control:hover,
.text-hover-palette-3-dark-3.gallery-nav:hover,
.popupmenitems.text-hover-palette-3-dark-3 .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-palette-3-dark-3:hover {
  color: #333129 !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-palette-3-dark-3:active,
a.button-style.button-style.button-style.button-style.text-active-palette-3-dark-3[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-palette-3-dark-3.active,
a.button-style.button-style.button-style.button-style.text-active-palette-3-dark-3[class*="border-"].active,
a.button-style.button-style.active > .text-active-palette-3-dark-3,
a.button-style.button-style.active > .text-active-palette-3-dark-3[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-palette-3-dark-3.active,
.popupmenitems.popupmenitems.text-active-palette-3-dark-3 .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-palette-3-dark-3.active {
  color: #333129 !important;
}
.text-palette-3-dark-3 .svg-link {
  fill: #333129;
}
.text-hover-palette-3-dark-3:hover .svg-link,
.text-hover-palette-3-dark-3:focus .svg-link,
.button-style:hover > .text-hover-palette-3-dark-3 .svg-link {
  fill: #333129;
}
.text-active-palette-3-dark-3:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-palette-3-dark-3 .svg-link,
.button-style.button-style.active > .text-active-palette-3-dark-3 .svg-link {
  fill: #333129;
}
.link.text-palette-3-dark-3:hover {
  color: #2e2c25 !important;
}
a.link.text-hover-palette-3-dark-3:hover {
  color: #333129 !important;
}
.text-palette-3-dark-2,
.input.text-palette-3-dark-2,
.input.text-palette-3-dark-2[class*="border-"],
li.active > a.button-style.text-palette-3-dark-2,
li.active > a.button-style.text-palette-3-dark-2[class*="border-"],
a.button-style.text-palette-3-dark-2,
a.button-style.text-palette-3-dark-2[class*="border-"] {
  color: #756c43 !important;
  
  
  
}
a.button-style.text-palette-3-dark-2:hover,
a.button-style.text-palette-3-dark-2[class*="border-"]:hover,
a.button-style.text-palette-3-dark-2:focus,
a.button-style.text-palette-3-dark-2[class*="border-"]:focus,
a.button-style.button-style.text-palette-3-dark-2:active,
a.button-style.button-style.text-palette-3-dark-2[class*="border-"]:active,
a.button-style.button-style.text-palette-3-dark-2.active,
a.button-style.button-style.text-palette-3-dark-2[class*="border-"].active {
  color: #69613c !important;
}
/* hover */
a.button-style:hover > .text-hover-palette-3-dark-2,
a.button-style:hover > .text-hover-palette-3-dark-2[class*="border-"],
a.button-style.button-style.text-hover-palette-3-dark-2:hover,
a.button-style.button-style.text-hover-palette-3-dark-2[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-palette-3-dark-2.active,
a.button-style.button-style.button-style.text-hover-palette-3-dark-2[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-palette-3-dark-2:active,
a.button-style.button-style.button-style.text-hover-palette-3-dark-2[class*="border-"]:active,
a.button-style.button-style.text-hover-palette-3-dark-2:focus,
a.button-style.button-style.text-hover-palette-3-dark-2[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-palette-3-dark-2:hover,
.text-hover-palette-3-dark-2.language-url:hover,
.text-hover-palette-3-dark-2 .language-url:hover,
.text-hover-palette-3-dark-2.carousel-control:hover,
.text-hover-palette-3-dark-2.gallery-nav:hover,
.popupmenitems.text-hover-palette-3-dark-2 .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-palette-3-dark-2:hover {
  color: #756c43 !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-palette-3-dark-2:active,
a.button-style.button-style.button-style.button-style.text-active-palette-3-dark-2[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-palette-3-dark-2.active,
a.button-style.button-style.button-style.button-style.text-active-palette-3-dark-2[class*="border-"].active,
a.button-style.button-style.active > .text-active-palette-3-dark-2,
a.button-style.button-style.active > .text-active-palette-3-dark-2[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-palette-3-dark-2.active,
.popupmenitems.popupmenitems.text-active-palette-3-dark-2 .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-palette-3-dark-2.active {
  color: #756c43 !important;
}
.text-palette-3-dark-2 .svg-link {
  fill: #756c43;
}
.text-hover-palette-3-dark-2:hover .svg-link,
.text-hover-palette-3-dark-2:focus .svg-link,
.button-style:hover > .text-hover-palette-3-dark-2 .svg-link {
  fill: #756c43;
}
.text-active-palette-3-dark-2:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-palette-3-dark-2 .svg-link,
.button-style.button-style.active > .text-active-palette-3-dark-2 .svg-link {
  fill: #756c43;
}
.link.text-palette-3-dark-2:hover {
  color: #69613c !important;
}
a.link.text-hover-palette-3-dark-2:hover {
  color: #756c43 !important;
}
.text-palette-3-dark-1,
.input.text-palette-3-dark-1,
.input.text-palette-3-dark-1[class*="border-"],
li.active > a.button-style.text-palette-3-dark-1,
li.active > a.button-style.text-palette-3-dark-1[class*="border-"],
a.button-style.text-palette-3-dark-1,
a.button-style.text-palette-3-dark-1[class*="border-"] {
  color: #b8a13f !important;
  
  
  
}
a.button-style.text-palette-3-dark-1:hover,
a.button-style.text-palette-3-dark-1[class*="border-"]:hover,
a.button-style.text-palette-3-dark-1:focus,
a.button-style.text-palette-3-dark-1[class*="border-"]:focus,
a.button-style.button-style.text-palette-3-dark-1:active,
a.button-style.button-style.text-palette-3-dark-1[class*="border-"]:active,
a.button-style.button-style.text-palette-3-dark-1.active,
a.button-style.button-style.text-palette-3-dark-1[class*="border-"].active {
  color: #a69139 !important;
}
/* hover */
a.button-style:hover > .text-hover-palette-3-dark-1,
a.button-style:hover > .text-hover-palette-3-dark-1[class*="border-"],
a.button-style.button-style.text-hover-palette-3-dark-1:hover,
a.button-style.button-style.text-hover-palette-3-dark-1[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-palette-3-dark-1.active,
a.button-style.button-style.button-style.text-hover-palette-3-dark-1[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-palette-3-dark-1:active,
a.button-style.button-style.button-style.text-hover-palette-3-dark-1[class*="border-"]:active,
a.button-style.button-style.text-hover-palette-3-dark-1:focus,
a.button-style.button-style.text-hover-palette-3-dark-1[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-palette-3-dark-1:hover,
.text-hover-palette-3-dark-1.language-url:hover,
.text-hover-palette-3-dark-1 .language-url:hover,
.text-hover-palette-3-dark-1.carousel-control:hover,
.text-hover-palette-3-dark-1.gallery-nav:hover,
.popupmenitems.text-hover-palette-3-dark-1 .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-palette-3-dark-1:hover {
  color: #b8a13f !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-palette-3-dark-1:active,
a.button-style.button-style.button-style.button-style.text-active-palette-3-dark-1[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-palette-3-dark-1.active,
a.button-style.button-style.button-style.button-style.text-active-palette-3-dark-1[class*="border-"].active,
a.button-style.button-style.active > .text-active-palette-3-dark-1,
a.button-style.button-style.active > .text-active-palette-3-dark-1[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-palette-3-dark-1.active,
.popupmenitems.popupmenitems.text-active-palette-3-dark-1 .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-palette-3-dark-1.active {
  color: #b8a13f !important;
}
.text-palette-3-dark-1 .svg-link {
  fill: #b8a13f;
}
.text-hover-palette-3-dark-1:hover .svg-link,
.text-hover-palette-3-dark-1:focus .svg-link,
.button-style:hover > .text-hover-palette-3-dark-1 .svg-link {
  fill: #b8a13f;
}
.text-active-palette-3-dark-1:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-palette-3-dark-1 .svg-link,
.button-style.button-style.active > .text-active-palette-3-dark-1 .svg-link {
  fill: #b8a13f;
}
.link.text-palette-3-dark-1:hover {
  color: #a69139 !important;
}
a.link.text-hover-palette-3-dark-1:hover {
  color: #b8a13f !important;
}
.text-palette-3,
.input.text-palette-3,
.input.text-palette-3[class*="border-"],
li.active > a.button-style.text-palette-3,
li.active > a.button-style.text-palette-3[class*="border-"],
a.button-style.text-palette-3,
a.button-style.text-palette-3[class*="border-"] {
  color: #fad01c !important;
  
  
  
}
a.button-style.text-palette-3:hover,
a.button-style.text-palette-3[class*="border-"]:hover,
a.button-style.text-palette-3:focus,
a.button-style.text-palette-3[class*="border-"]:focus,
a.button-style.button-style.text-palette-3:active,
a.button-style.button-style.text-palette-3[class*="border-"]:active,
a.button-style.button-style.text-palette-3.active,
a.button-style.button-style.text-palette-3[class*="border-"].active {
  color: #f5c805 !important;
}
/* hover */
a.button-style:hover > .text-hover-palette-3,
a.button-style:hover > .text-hover-palette-3[class*="border-"],
a.button-style.button-style.text-hover-palette-3:hover,
a.button-style.button-style.text-hover-palette-3[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-palette-3.active,
a.button-style.button-style.button-style.text-hover-palette-3[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-palette-3:active,
a.button-style.button-style.button-style.text-hover-palette-3[class*="border-"]:active,
a.button-style.button-style.text-hover-palette-3:focus,
a.button-style.button-style.text-hover-palette-3[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-palette-3:hover,
.text-hover-palette-3.language-url:hover,
.text-hover-palette-3 .language-url:hover,
.text-hover-palette-3.carousel-control:hover,
.text-hover-palette-3.gallery-nav:hover,
.popupmenitems.text-hover-palette-3 .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-palette-3:hover {
  color: #fad01c !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-palette-3:active,
a.button-style.button-style.button-style.button-style.text-active-palette-3[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-palette-3.active,
a.button-style.button-style.button-style.button-style.text-active-palette-3[class*="border-"].active,
a.button-style.button-style.active > .text-active-palette-3,
a.button-style.button-style.active > .text-active-palette-3[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-palette-3.active,
.popupmenitems.popupmenitems.text-active-palette-3 .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-palette-3.active {
  color: #fad01c !important;
}
.text-palette-3 .svg-link {
  fill: #fad01c;
}
.text-hover-palette-3:hover .svg-link,
.text-hover-palette-3:focus .svg-link,
.button-style:hover > .text-hover-palette-3 .svg-link {
  fill: #fad01c;
}
.text-active-palette-3:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-palette-3 .svg-link,
.button-style.button-style.active > .text-active-palette-3 .svg-link {
  fill: #fad01c;
}
.link.text-palette-3:hover {
  color: #f5c805 !important;
}
a.link.text-hover-palette-3:hover {
  color: #fad01c !important;
}
.text-palette-3-light-1,
.input.text-palette-3-light-1,
.input.text-palette-3-light-1[class*="border-"],
li.active > a.button-style.text-palette-3-light-1,
li.active > a.button-style.text-palette-3-light-1[class*="border-"],
a.button-style.text-palette-3-light-1,
a.button-style.text-palette-3-light-1[class*="border-"] {
  color: #fbde5f !important;
  
  
  
}
a.button-style.text-palette-3-light-1:hover,
a.button-style.text-palette-3-light-1[class*="border-"]:hover,
a.button-style.text-palette-3-light-1:focus,
a.button-style.text-palette-3-light-1[class*="border-"]:focus,
a.button-style.button-style.text-palette-3-light-1:active,
a.button-style.button-style.text-palette-3-light-1[class*="border-"]:active,
a.button-style.button-style.text-palette-3-light-1.active,
a.button-style.button-style.text-palette-3-light-1[class*="border-"].active {
  color: #fad73d !important;
}
/* hover */
a.button-style:hover > .text-hover-palette-3-light-1,
a.button-style:hover > .text-hover-palette-3-light-1[class*="border-"],
a.button-style.button-style.text-hover-palette-3-light-1:hover,
a.button-style.button-style.text-hover-palette-3-light-1[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-palette-3-light-1.active,
a.button-style.button-style.button-style.text-hover-palette-3-light-1[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-palette-3-light-1:active,
a.button-style.button-style.button-style.text-hover-palette-3-light-1[class*="border-"]:active,
a.button-style.button-style.text-hover-palette-3-light-1:focus,
a.button-style.button-style.text-hover-palette-3-light-1[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-palette-3-light-1:hover,
.text-hover-palette-3-light-1.language-url:hover,
.text-hover-palette-3-light-1 .language-url:hover,
.text-hover-palette-3-light-1.carousel-control:hover,
.text-hover-palette-3-light-1.gallery-nav:hover,
.popupmenitems.text-hover-palette-3-light-1 .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-palette-3-light-1:hover {
  color: #fbde5f !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-palette-3-light-1:active,
a.button-style.button-style.button-style.button-style.text-active-palette-3-light-1[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-palette-3-light-1.active,
a.button-style.button-style.button-style.button-style.text-active-palette-3-light-1[class*="border-"].active,
a.button-style.button-style.active > .text-active-palette-3-light-1,
a.button-style.button-style.active > .text-active-palette-3-light-1[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-palette-3-light-1.active,
.popupmenitems.popupmenitems.text-active-palette-3-light-1 .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-palette-3-light-1.active {
  color: #fbde5f !important;
}
.text-palette-3-light-1 .svg-link {
  fill: #fbde5f;
}
.text-hover-palette-3-light-1:hover .svg-link,
.text-hover-palette-3-light-1:focus .svg-link,
.button-style:hover > .text-hover-palette-3-light-1 .svg-link {
  fill: #fbde5f;
}
.text-active-palette-3-light-1:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-palette-3-light-1 .svg-link,
.button-style.button-style.active > .text-active-palette-3-light-1 .svg-link {
  fill: #fbde5f;
}
.link.text-palette-3-light-1:hover {
  color: #fad73d !important;
}
a.link.text-hover-palette-3-light-1:hover {
  color: #fbde5f !important;
}
.text-palette-3-light-2,
.input.text-palette-3-light-2,
.input.text-palette-3-light-2[class*="border-"],
li.active > a.button-style.text-palette-3-light-2,
li.active > a.button-style.text-palette-3-light-2[class*="border-"],
a.button-style.text-palette-3-light-2,
a.button-style.text-palette-3-light-2[class*="border-"] {
  color: #fdeca3 !important;
  
  
  
}
a.button-style.text-palette-3-light-2:hover,
a.button-style.text-palette-3-light-2[class*="border-"]:hover,
a.button-style.text-palette-3-light-2:focus,
a.button-style.text-palette-3-light-2[class*="border-"]:focus,
a.button-style.button-style.text-palette-3-light-2:active,
a.button-style.button-style.text-palette-3-light-2[class*="border-"]:active,
a.button-style.button-style.text-palette-3-light-2.active,
a.button-style.button-style.text-palette-3-light-2[class*="border-"].active {
  color: #fce47a !important;
}
/* hover */
a.button-style:hover > .text-hover-palette-3-light-2,
a.button-style:hover > .text-hover-palette-3-light-2[class*="border-"],
a.button-style.button-style.text-hover-palette-3-light-2:hover,
a.button-style.button-style.text-hover-palette-3-light-2[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-palette-3-light-2.active,
a.button-style.button-style.button-style.text-hover-palette-3-light-2[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-palette-3-light-2:active,
a.button-style.button-style.button-style.text-hover-palette-3-light-2[class*="border-"]:active,
a.button-style.button-style.text-hover-palette-3-light-2:focus,
a.button-style.button-style.text-hover-palette-3-light-2[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-palette-3-light-2:hover,
.text-hover-palette-3-light-2.language-url:hover,
.text-hover-palette-3-light-2 .language-url:hover,
.text-hover-palette-3-light-2.carousel-control:hover,
.text-hover-palette-3-light-2.gallery-nav:hover,
.popupmenitems.text-hover-palette-3-light-2 .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-palette-3-light-2:hover {
  color: #fdeca3 !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-palette-3-light-2:active,
a.button-style.button-style.button-style.button-style.text-active-palette-3-light-2[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-palette-3-light-2.active,
a.button-style.button-style.button-style.button-style.text-active-palette-3-light-2[class*="border-"].active,
a.button-style.button-style.active > .text-active-palette-3-light-2,
a.button-style.button-style.active > .text-active-palette-3-light-2[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-palette-3-light-2.active,
.popupmenitems.popupmenitems.text-active-palette-3-light-2 .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-palette-3-light-2.active {
  color: #fdeca3 !important;
}
.text-palette-3-light-2 .svg-link {
  fill: #fdeca3;
}
.text-hover-palette-3-light-2:hover .svg-link,
.text-hover-palette-3-light-2:focus .svg-link,
.button-style:hover > .text-hover-palette-3-light-2 .svg-link {
  fill: #fdeca3;
}
.text-active-palette-3-light-2:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-palette-3-light-2 .svg-link,
.button-style.button-style.active > .text-active-palette-3-light-2 .svg-link {
  fill: #fdeca3;
}
.link.text-palette-3-light-2:hover {
  color: #fce47a !important;
}
a.link.text-hover-palette-3-light-2:hover {
  color: #fdeca3 !important;
}
.text-palette-3-light-3,
.input.text-palette-3-light-3,
.input.text-palette-3-light-3[class*="border-"],
li.active > a.button-style.text-palette-3-light-3,
li.active > a.button-style.text-palette-3-light-3[class*="border-"],
a.button-style.text-palette-3-light-3,
a.button-style.text-palette-3-light-3[class*="border-"] {
  color: #fffae8 !important;
  
  
  
}
a.button-style.text-palette-3-light-3:hover,
a.button-style.text-palette-3-light-3[class*="border-"]:hover,
a.button-style.text-palette-3-light-3:focus,
a.button-style.text-palette-3-light-3[class*="border-"]:focus,
a.button-style.button-style.text-palette-3-light-3:active,
a.button-style.button-style.text-palette-3-light-3[class*="border-"]:active,
a.button-style.button-style.text-palette-3-light-3.active,
a.button-style.button-style.text-palette-3-light-3[class*="border-"].active {
  color: #ffefb7 !important;
}
/* hover */
a.button-style:hover > .text-hover-palette-3-light-3,
a.button-style:hover > .text-hover-palette-3-light-3[class*="border-"],
a.button-style.button-style.text-hover-palette-3-light-3:hover,
a.button-style.button-style.text-hover-palette-3-light-3[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-palette-3-light-3.active,
a.button-style.button-style.button-style.text-hover-palette-3-light-3[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-palette-3-light-3:active,
a.button-style.button-style.button-style.text-hover-palette-3-light-3[class*="border-"]:active,
a.button-style.button-style.text-hover-palette-3-light-3:focus,
a.button-style.button-style.text-hover-palette-3-light-3[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-palette-3-light-3:hover,
.text-hover-palette-3-light-3.language-url:hover,
.text-hover-palette-3-light-3 .language-url:hover,
.text-hover-palette-3-light-3.carousel-control:hover,
.text-hover-palette-3-light-3.gallery-nav:hover,
.popupmenitems.text-hover-palette-3-light-3 .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-palette-3-light-3:hover {
  color: #fffae8 !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-palette-3-light-3:active,
a.button-style.button-style.button-style.button-style.text-active-palette-3-light-3[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-palette-3-light-3.active,
a.button-style.button-style.button-style.button-style.text-active-palette-3-light-3[class*="border-"].active,
a.button-style.button-style.active > .text-active-palette-3-light-3,
a.button-style.button-style.active > .text-active-palette-3-light-3[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-palette-3-light-3.active,
.popupmenitems.popupmenitems.text-active-palette-3-light-3 .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-palette-3-light-3.active {
  color: #fffae8 !important;
}
.text-palette-3-light-3 .svg-link {
  fill: #fffae8;
}
.text-hover-palette-3-light-3:hover .svg-link,
.text-hover-palette-3-light-3:focus .svg-link,
.button-style:hover > .text-hover-palette-3-light-3 .svg-link {
  fill: #fffae8;
}
.text-active-palette-3-light-3:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-palette-3-light-3 .svg-link,
.button-style.button-style.active > .text-active-palette-3-light-3 .svg-link {
  fill: #fffae8;
}
.link.text-palette-3-light-3:hover {
  color: #ffefb7 !important;
}
a.link.text-hover-palette-3-light-3:hover {
  color: #fffae8 !important;
}
.text-palette-3-base,
.input.text-palette-3-base,
.input.text-palette-3-base[class*="border-"],
li.active > a.button-style.text-palette-3-base,
li.active > a.button-style.text-palette-3-base[class*="border-"],
a.button-style.text-palette-3-base,
a.button-style.text-palette-3-base[class*="border-"] {
  color: #fad01c !important;
  
  
  
}
a.button-style.text-palette-3-base:hover,
a.button-style.text-palette-3-base[class*="border-"]:hover,
a.button-style.text-palette-3-base:focus,
a.button-style.text-palette-3-base[class*="border-"]:focus,
a.button-style.button-style.text-palette-3-base:active,
a.button-style.button-style.text-palette-3-base[class*="border-"]:active,
a.button-style.button-style.text-palette-3-base.active,
a.button-style.button-style.text-palette-3-base[class*="border-"].active {
  color: #f5c805 !important;
}
/* hover */
a.button-style:hover > .text-hover-palette-3-base,
a.button-style:hover > .text-hover-palette-3-base[class*="border-"],
a.button-style.button-style.text-hover-palette-3-base:hover,
a.button-style.button-style.text-hover-palette-3-base[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-palette-3-base.active,
a.button-style.button-style.button-style.text-hover-palette-3-base[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-palette-3-base:active,
a.button-style.button-style.button-style.text-hover-palette-3-base[class*="border-"]:active,
a.button-style.button-style.text-hover-palette-3-base:focus,
a.button-style.button-style.text-hover-palette-3-base[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-palette-3-base:hover,
.text-hover-palette-3-base.language-url:hover,
.text-hover-palette-3-base .language-url:hover,
.text-hover-palette-3-base.carousel-control:hover,
.text-hover-palette-3-base.gallery-nav:hover,
.popupmenitems.text-hover-palette-3-base .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-palette-3-base:hover {
  color: #fad01c !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-palette-3-base:active,
a.button-style.button-style.button-style.button-style.text-active-palette-3-base[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-palette-3-base.active,
a.button-style.button-style.button-style.button-style.text-active-palette-3-base[class*="border-"].active,
a.button-style.button-style.active > .text-active-palette-3-base,
a.button-style.button-style.active > .text-active-palette-3-base[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-palette-3-base.active,
.popupmenitems.popupmenitems.text-active-palette-3-base .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-palette-3-base.active {
  color: #fad01c !important;
}
.text-palette-3-base .svg-link {
  fill: #fad01c;
}
.text-hover-palette-3-base:hover .svg-link,
.text-hover-palette-3-base:focus .svg-link,
.button-style:hover > .text-hover-palette-3-base .svg-link {
  fill: #fad01c;
}
.text-active-palette-3-base:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-palette-3-base .svg-link,
.button-style.button-style.active > .text-active-palette-3-base .svg-link {
  fill: #fad01c;
}
.link.text-palette-3-base:hover {
  color: #f5c805 !important;
}
a.link.text-hover-palette-3-base:hover {
  color: #fad01c !important;
}
.text-palette-4-dark-3,
.input.text-palette-4-dark-3,
.input.text-palette-4-dark-3[class*="border-"],
li.active > a.button-style.text-palette-4-dark-3,
li.active > a.button-style.text-palette-4-dark-3[class*="border-"],
a.button-style.text-palette-4-dark-3,
a.button-style.text-palette-4-dark-3[class*="border-"] {
  color: #2f2933 !important;
  
  
  
}
a.button-style.text-palette-4-dark-3:hover,
a.button-style.text-palette-4-dark-3[class*="border-"]:hover,
a.button-style.text-palette-4-dark-3:focus,
a.button-style.text-palette-4-dark-3[class*="border-"]:focus,
a.button-style.button-style.text-palette-4-dark-3:active,
a.button-style.button-style.text-palette-4-dark-3[class*="border-"]:active,
a.button-style.button-style.text-palette-4-dark-3.active,
a.button-style.button-style.text-palette-4-dark-3[class*="border-"].active {
  color: #2a252e !important;
}
/* hover */
a.button-style:hover > .text-hover-palette-4-dark-3,
a.button-style:hover > .text-hover-palette-4-dark-3[class*="border-"],
a.button-style.button-style.text-hover-palette-4-dark-3:hover,
a.button-style.button-style.text-hover-palette-4-dark-3[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-palette-4-dark-3.active,
a.button-style.button-style.button-style.text-hover-palette-4-dark-3[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-palette-4-dark-3:active,
a.button-style.button-style.button-style.text-hover-palette-4-dark-3[class*="border-"]:active,
a.button-style.button-style.text-hover-palette-4-dark-3:focus,
a.button-style.button-style.text-hover-palette-4-dark-3[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-palette-4-dark-3:hover,
.text-hover-palette-4-dark-3.language-url:hover,
.text-hover-palette-4-dark-3 .language-url:hover,
.text-hover-palette-4-dark-3.carousel-control:hover,
.text-hover-palette-4-dark-3.gallery-nav:hover,
.popupmenitems.text-hover-palette-4-dark-3 .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-palette-4-dark-3:hover {
  color: #2f2933 !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-palette-4-dark-3:active,
a.button-style.button-style.button-style.button-style.text-active-palette-4-dark-3[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-palette-4-dark-3.active,
a.button-style.button-style.button-style.button-style.text-active-palette-4-dark-3[class*="border-"].active,
a.button-style.button-style.active > .text-active-palette-4-dark-3,
a.button-style.button-style.active > .text-active-palette-4-dark-3[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-palette-4-dark-3.active,
.popupmenitems.popupmenitems.text-active-palette-4-dark-3 .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-palette-4-dark-3.active {
  color: #2f2933 !important;
}
.text-palette-4-dark-3 .svg-link {
  fill: #2f2933;
}
.text-hover-palette-4-dark-3:hover .svg-link,
.text-hover-palette-4-dark-3:focus .svg-link,
.button-style:hover > .text-hover-palette-4-dark-3 .svg-link {
  fill: #2f2933;
}
.text-active-palette-4-dark-3:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-palette-4-dark-3 .svg-link,
.button-style.button-style.active > .text-active-palette-4-dark-3 .svg-link {
  fill: #2f2933;
}
.link.text-palette-4-dark-3:hover {
  color: #2a252e !important;
}
a.link.text-hover-palette-4-dark-3:hover {
  color: #2f2933 !important;
}
.text-palette-4-dark-2,
.input.text-palette-4-dark-2,
.input.text-palette-4-dark-2[class*="border-"],
li.active > a.button-style.text-palette-4-dark-2,
li.active > a.button-style.text-palette-4-dark-2[class*="border-"],
a.button-style.text-palette-4-dark-2,
a.button-style.text-palette-4-dark-2[class*="border-"] {
  color: #3a224d !important;
  
  
  
}
a.button-style.text-palette-4-dark-2:hover,
a.button-style.text-palette-4-dark-2[class*="border-"]:hover,
a.button-style.text-palette-4-dark-2:focus,
a.button-style.text-palette-4-dark-2[class*="border-"]:focus,
a.button-style.button-style.text-palette-4-dark-2:active,
a.button-style.button-style.text-palette-4-dark-2[class*="border-"]:active,
a.button-style.button-style.text-palette-4-dark-2.active,
a.button-style.button-style.text-palette-4-dark-2[class*="border-"].active {
  color: #341f45 !important;
}
/* hover */
a.button-style:hover > .text-hover-palette-4-dark-2,
a.button-style:hover > .text-hover-palette-4-dark-2[class*="border-"],
a.button-style.button-style.text-hover-palette-4-dark-2:hover,
a.button-style.button-style.text-hover-palette-4-dark-2[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-palette-4-dark-2.active,
a.button-style.button-style.button-style.text-hover-palette-4-dark-2[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-palette-4-dark-2:active,
a.button-style.button-style.button-style.text-hover-palette-4-dark-2[class*="border-"]:active,
a.button-style.button-style.text-hover-palette-4-dark-2:focus,
a.button-style.button-style.text-hover-palette-4-dark-2[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-palette-4-dark-2:hover,
.text-hover-palette-4-dark-2.language-url:hover,
.text-hover-palette-4-dark-2 .language-url:hover,
.text-hover-palette-4-dark-2.carousel-control:hover,
.text-hover-palette-4-dark-2.gallery-nav:hover,
.popupmenitems.text-hover-palette-4-dark-2 .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-palette-4-dark-2:hover {
  color: #3a224d !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-palette-4-dark-2:active,
a.button-style.button-style.button-style.button-style.text-active-palette-4-dark-2[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-palette-4-dark-2.active,
a.button-style.button-style.button-style.button-style.text-active-palette-4-dark-2[class*="border-"].active,
a.button-style.button-style.active > .text-active-palette-4-dark-2,
a.button-style.button-style.active > .text-active-palette-4-dark-2[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-palette-4-dark-2.active,
.popupmenitems.popupmenitems.text-active-palette-4-dark-2 .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-palette-4-dark-2.active {
  color: #3a224d !important;
}
.text-palette-4-dark-2 .svg-link {
  fill: #3a224d;
}
.text-hover-palette-4-dark-2:hover .svg-link,
.text-hover-palette-4-dark-2:focus .svg-link,
.button-style:hover > .text-hover-palette-4-dark-2 .svg-link {
  fill: #3a224d;
}
.text-active-palette-4-dark-2:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-palette-4-dark-2 .svg-link,
.button-style.button-style.active > .text-active-palette-4-dark-2 .svg-link {
  fill: #3a224d;
}
.link.text-palette-4-dark-2:hover {
  color: #341f45 !important;
}
a.link.text-hover-palette-4-dark-2:hover {
  color: #3a224d !important;
}
.text-palette-4-dark-1,
.input.text-palette-4-dark-1,
.input.text-palette-4-dark-1[class*="border-"],
li.active > a.button-style.text-palette-4-dark-1,
li.active > a.button-style.text-palette-4-dark-1[class*="border-"],
a.button-style.text-palette-4-dark-1,
a.button-style.text-palette-4-dark-1[class*="border-"] {
  color: #3d0966 !important;
  
  
  
}
a.button-style.text-palette-4-dark-1:hover,
a.button-style.text-palette-4-dark-1[class*="border-"]:hover,
a.button-style.text-palette-4-dark-1:focus,
a.button-style.text-palette-4-dark-1[class*="border-"]:focus,
a.button-style.button-style.text-palette-4-dark-1:active,
a.button-style.button-style.text-palette-4-dark-1[class*="border-"]:active,
a.button-style.button-style.text-palette-4-dark-1.active,
a.button-style.button-style.text-palette-4-dark-1[class*="border-"].active {
  color: #37085c !important;
}
/* hover */
a.button-style:hover > .text-hover-palette-4-dark-1,
a.button-style:hover > .text-hover-palette-4-dark-1[class*="border-"],
a.button-style.button-style.text-hover-palette-4-dark-1:hover,
a.button-style.button-style.text-hover-palette-4-dark-1[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-palette-4-dark-1.active,
a.button-style.button-style.button-style.text-hover-palette-4-dark-1[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-palette-4-dark-1:active,
a.button-style.button-style.button-style.text-hover-palette-4-dark-1[class*="border-"]:active,
a.button-style.button-style.text-hover-palette-4-dark-1:focus,
a.button-style.button-style.text-hover-palette-4-dark-1[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-palette-4-dark-1:hover,
.text-hover-palette-4-dark-1.language-url:hover,
.text-hover-palette-4-dark-1 .language-url:hover,
.text-hover-palette-4-dark-1.carousel-control:hover,
.text-hover-palette-4-dark-1.gallery-nav:hover,
.popupmenitems.text-hover-palette-4-dark-1 .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-palette-4-dark-1:hover {
  color: #3d0966 !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-palette-4-dark-1:active,
a.button-style.button-style.button-style.button-style.text-active-palette-4-dark-1[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-palette-4-dark-1.active,
a.button-style.button-style.button-style.button-style.text-active-palette-4-dark-1[class*="border-"].active,
a.button-style.button-style.active > .text-active-palette-4-dark-1,
a.button-style.button-style.active > .text-active-palette-4-dark-1[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-palette-4-dark-1.active,
.popupmenitems.popupmenitems.text-active-palette-4-dark-1 .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-palette-4-dark-1.active {
  color: #3d0966 !important;
}
.text-palette-4-dark-1 .svg-link {
  fill: #3d0966;
}
.text-hover-palette-4-dark-1:hover .svg-link,
.text-hover-palette-4-dark-1:focus .svg-link,
.button-style:hover > .text-hover-palette-4-dark-1 .svg-link {
  fill: #3d0966;
}
.text-active-palette-4-dark-1:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-palette-4-dark-1 .svg-link,
.button-style.button-style.active > .text-active-palette-4-dark-1 .svg-link {
  fill: #3d0966;
}
.link.text-palette-4-dark-1:hover {
  color: #37085c !important;
}
a.link.text-hover-palette-4-dark-1:hover {
  color: #3d0966 !important;
}
.text-palette-4,
.input.text-palette-4,
.input.text-palette-4[class*="border-"],
li.active > a.button-style.text-palette-4,
li.active > a.button-style.text-palette-4[class*="border-"],
a.button-style.text-palette-4,
a.button-style.text-palette-4[class*="border-"] {
  color: #9c3de7 !important;
  
  
  
}
a.button-style.text-palette-4:hover,
a.button-style.text-palette-4[class*="border-"]:hover,
a.button-style.text-palette-4:focus,
a.button-style.text-palette-4[class*="border-"]:focus,
a.button-style.button-style.text-palette-4:active,
a.button-style.button-style.text-palette-4[class*="border-"]:active,
a.button-style.button-style.text-palette-4.active,
a.button-style.button-style.text-palette-4[class*="border-"].active {
  color: #8f23e4 !important;
}
/* hover */
a.button-style:hover > .text-hover-palette-4,
a.button-style:hover > .text-hover-palette-4[class*="border-"],
a.button-style.button-style.text-hover-palette-4:hover,
a.button-style.button-style.text-hover-palette-4[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-palette-4.active,
a.button-style.button-style.button-style.text-hover-palette-4[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-palette-4:active,
a.button-style.button-style.button-style.text-hover-palette-4[class*="border-"]:active,
a.button-style.button-style.text-hover-palette-4:focus,
a.button-style.button-style.text-hover-palette-4[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-palette-4:hover,
.text-hover-palette-4.language-url:hover,
.text-hover-palette-4 .language-url:hover,
.text-hover-palette-4.carousel-control:hover,
.text-hover-palette-4.gallery-nav:hover,
.popupmenitems.text-hover-palette-4 .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-palette-4:hover {
  color: #9c3de7 !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-palette-4:active,
a.button-style.button-style.button-style.button-style.text-active-palette-4[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-palette-4.active,
a.button-style.button-style.button-style.button-style.text-active-palette-4[class*="border-"].active,
a.button-style.button-style.active > .text-active-palette-4,
a.button-style.button-style.active > .text-active-palette-4[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-palette-4.active,
.popupmenitems.popupmenitems.text-active-palette-4 .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-palette-4.active {
  color: #9c3de7 !important;
}
.text-palette-4 .svg-link {
  fill: #9c3de7;
}
.text-hover-palette-4:hover .svg-link,
.text-hover-palette-4:focus .svg-link,
.button-style:hover > .text-hover-palette-4 .svg-link {
  fill: #9c3de7;
}
.text-active-palette-4:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-palette-4 .svg-link,
.button-style.button-style.active > .text-active-palette-4 .svg-link {
  fill: #9c3de7;
}
.link.text-palette-4:hover {
  color: #8f23e4 !important;
}
a.link.text-hover-palette-4:hover {
  color: #9c3de7 !important;
}
.text-palette-4-light-1,
.input.text-palette-4-light-1,
.input.text-palette-4-light-1[class*="border-"],
li.active > a.button-style.text-palette-4-light-1,
li.active > a.button-style.text-palette-4-light-1[class*="border-"],
a.button-style.text-palette-4-light-1,
a.button-style.text-palette-4-light-1[class*="border-"] {
  color: #b874ee !important;
  
  
  
}
a.button-style.text-palette-4-light-1:hover,
a.button-style.text-palette-4-light-1[class*="border-"]:hover,
a.button-style.text-palette-4-light-1:focus,
a.button-style.text-palette-4-light-1[class*="border-"]:focus,
a.button-style.button-style.text-palette-4-light-1:active,
a.button-style.button-style.text-palette-4-light-1[class*="border-"]:active,
a.button-style.button-style.text-palette-4-light-1.active,
a.button-style.button-style.text-palette-4-light-1[class*="border-"].active {
  color: #a854ea !important;
}
/* hover */
a.button-style:hover > .text-hover-palette-4-light-1,
a.button-style:hover > .text-hover-palette-4-light-1[class*="border-"],
a.button-style.button-style.text-hover-palette-4-light-1:hover,
a.button-style.button-style.text-hover-palette-4-light-1[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-palette-4-light-1.active,
a.button-style.button-style.button-style.text-hover-palette-4-light-1[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-palette-4-light-1:active,
a.button-style.button-style.button-style.text-hover-palette-4-light-1[class*="border-"]:active,
a.button-style.button-style.text-hover-palette-4-light-1:focus,
a.button-style.button-style.text-hover-palette-4-light-1[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-palette-4-light-1:hover,
.text-hover-palette-4-light-1.language-url:hover,
.text-hover-palette-4-light-1 .language-url:hover,
.text-hover-palette-4-light-1.carousel-control:hover,
.text-hover-palette-4-light-1.gallery-nav:hover,
.popupmenitems.text-hover-palette-4-light-1 .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-palette-4-light-1:hover {
  color: #b874ee !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-palette-4-light-1:active,
a.button-style.button-style.button-style.button-style.text-active-palette-4-light-1[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-palette-4-light-1.active,
a.button-style.button-style.button-style.button-style.text-active-palette-4-light-1[class*="border-"].active,
a.button-style.button-style.active > .text-active-palette-4-light-1,
a.button-style.button-style.active > .text-active-palette-4-light-1[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-palette-4-light-1.active,
.popupmenitems.popupmenitems.text-active-palette-4-light-1 .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-palette-4-light-1.active {
  color: #b874ee !important;
}
.text-palette-4-light-1 .svg-link {
  fill: #b874ee;
}
.text-hover-palette-4-light-1:hover .svg-link,
.text-hover-palette-4-light-1:focus .svg-link,
.button-style:hover > .text-hover-palette-4-light-1 .svg-link {
  fill: #b874ee;
}
.text-active-palette-4-light-1:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-palette-4-light-1 .svg-link,
.button-style.button-style.active > .text-active-palette-4-light-1 .svg-link {
  fill: #b874ee;
}
.link.text-palette-4-light-1:hover {
  color: #a854ea !important;
}
a.link.text-hover-palette-4-light-1:hover {
  color: #b874ee !important;
}
.text-palette-4-light-2,
.input.text-palette-4-light-2,
.input.text-palette-4-light-2[class*="border-"],
li.active > a.button-style.text-palette-4-light-2,
li.active > a.button-style.text-palette-4-light-2[class*="border-"],
a.button-style.text-palette-4-light-2,
a.button-style.text-palette-4-light-2[class*="border-"] {
  color: #d6adf6 !important;
  
  
  
}
a.button-style.text-palette-4-light-2:hover,
a.button-style.text-palette-4-light-2[class*="border-"]:hover,
a.button-style.text-palette-4-light-2:focus,
a.button-style.text-palette-4-light-2[class*="border-"]:focus,
a.button-style.button-style.text-palette-4-light-2:active,
a.button-style.button-style.text-palette-4-light-2[class*="border-"]:active,
a.button-style.button-style.text-palette-4-light-2.active,
a.button-style.button-style.text-palette-4-light-2[class*="border-"].active {
  color: #c387f2 !important;
}
/* hover */
a.button-style:hover > .text-hover-palette-4-light-2,
a.button-style:hover > .text-hover-palette-4-light-2[class*="border-"],
a.button-style.button-style.text-hover-palette-4-light-2:hover,
a.button-style.button-style.text-hover-palette-4-light-2[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-palette-4-light-2.active,
a.button-style.button-style.button-style.text-hover-palette-4-light-2[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-palette-4-light-2:active,
a.button-style.button-style.button-style.text-hover-palette-4-light-2[class*="border-"]:active,
a.button-style.button-style.text-hover-palette-4-light-2:focus,
a.button-style.button-style.text-hover-palette-4-light-2[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-palette-4-light-2:hover,
.text-hover-palette-4-light-2.language-url:hover,
.text-hover-palette-4-light-2 .language-url:hover,
.text-hover-palette-4-light-2.carousel-control:hover,
.text-hover-palette-4-light-2.gallery-nav:hover,
.popupmenitems.text-hover-palette-4-light-2 .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-palette-4-light-2:hover {
  color: #d6adf6 !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-palette-4-light-2:active,
a.button-style.button-style.button-style.button-style.text-active-palette-4-light-2[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-palette-4-light-2.active,
a.button-style.button-style.button-style.button-style.text-active-palette-4-light-2[class*="border-"].active,
a.button-style.button-style.active > .text-active-palette-4-light-2,
a.button-style.button-style.active > .text-active-palette-4-light-2[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-palette-4-light-2.active,
.popupmenitems.popupmenitems.text-active-palette-4-light-2 .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-palette-4-light-2.active {
  color: #d6adf6 !important;
}
.text-palette-4-light-2 .svg-link {
  fill: #d6adf6;
}
.text-hover-palette-4-light-2:hover .svg-link,
.text-hover-palette-4-light-2:focus .svg-link,
.button-style:hover > .text-hover-palette-4-light-2 .svg-link {
  fill: #d6adf6;
}
.text-active-palette-4-light-2:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-palette-4-light-2 .svg-link,
.button-style.button-style.active > .text-active-palette-4-light-2 .svg-link {
  fill: #d6adf6;
}
.link.text-palette-4-light-2:hover {
  color: #c387f2 !important;
}
a.link.text-hover-palette-4-light-2:hover {
  color: #d6adf6 !important;
}
.text-palette-4-light-3,
.input.text-palette-4-light-3,
.input.text-palette-4-light-3[class*="border-"],
li.active > a.button-style.text-palette-4-light-3,
li.active > a.button-style.text-palette-4-light-3[class*="border-"],
a.button-style.text-palette-4-light-3,
a.button-style.text-palette-4-light-3[class*="border-"] {
  color: #f4eafd !important;
  
  
  
}
a.button-style.text-palette-4-light-3:hover,
a.button-style.text-palette-4-light-3[class*="border-"]:hover,
a.button-style.text-palette-4-light-3:focus,
a.button-style.text-palette-4-light-3[class*="border-"]:focus,
a.button-style.button-style.text-palette-4-light-3:active,
a.button-style.button-style.text-palette-4-light-3[class*="border-"]:active,
a.button-style.button-style.text-palette-4-light-3.active,
a.button-style.button-style.text-palette-4-light-3[class*="border-"].active {
  color: #ddbef9 !important;
}
/* hover */
a.button-style:hover > .text-hover-palette-4-light-3,
a.button-style:hover > .text-hover-palette-4-light-3[class*="border-"],
a.button-style.button-style.text-hover-palette-4-light-3:hover,
a.button-style.button-style.text-hover-palette-4-light-3[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-palette-4-light-3.active,
a.button-style.button-style.button-style.text-hover-palette-4-light-3[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-palette-4-light-3:active,
a.button-style.button-style.button-style.text-hover-palette-4-light-3[class*="border-"]:active,
a.button-style.button-style.text-hover-palette-4-light-3:focus,
a.button-style.button-style.text-hover-palette-4-light-3[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-palette-4-light-3:hover,
.text-hover-palette-4-light-3.language-url:hover,
.text-hover-palette-4-light-3 .language-url:hover,
.text-hover-palette-4-light-3.carousel-control:hover,
.text-hover-palette-4-light-3.gallery-nav:hover,
.popupmenitems.text-hover-palette-4-light-3 .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-palette-4-light-3:hover {
  color: #f4eafd !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-palette-4-light-3:active,
a.button-style.button-style.button-style.button-style.text-active-palette-4-light-3[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-palette-4-light-3.active,
a.button-style.button-style.button-style.button-style.text-active-palette-4-light-3[class*="border-"].active,
a.button-style.button-style.active > .text-active-palette-4-light-3,
a.button-style.button-style.active > .text-active-palette-4-light-3[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-palette-4-light-3.active,
.popupmenitems.popupmenitems.text-active-palette-4-light-3 .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-palette-4-light-3.active {
  color: #f4eafd !important;
}
.text-palette-4-light-3 .svg-link {
  fill: #f4eafd;
}
.text-hover-palette-4-light-3:hover .svg-link,
.text-hover-palette-4-light-3:focus .svg-link,
.button-style:hover > .text-hover-palette-4-light-3 .svg-link {
  fill: #f4eafd;
}
.text-active-palette-4-light-3:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-palette-4-light-3 .svg-link,
.button-style.button-style.active > .text-active-palette-4-light-3 .svg-link {
  fill: #f4eafd;
}
.link.text-palette-4-light-3:hover {
  color: #ddbef9 !important;
}
a.link.text-hover-palette-4-light-3:hover {
  color: #f4eafd !important;
}
.text-palette-4-base,
.input.text-palette-4-base,
.input.text-palette-4-base[class*="border-"],
li.active > a.button-style.text-palette-4-base,
li.active > a.button-style.text-palette-4-base[class*="border-"],
a.button-style.text-palette-4-base,
a.button-style.text-palette-4-base[class*="border-"] {
  color: #3d0966 !important;
  
  
  
}
a.button-style.text-palette-4-base:hover,
a.button-style.text-palette-4-base[class*="border-"]:hover,
a.button-style.text-palette-4-base:focus,
a.button-style.text-palette-4-base[class*="border-"]:focus,
a.button-style.button-style.text-palette-4-base:active,
a.button-style.button-style.text-palette-4-base[class*="border-"]:active,
a.button-style.button-style.text-palette-4-base.active,
a.button-style.button-style.text-palette-4-base[class*="border-"].active {
  color: #37085c !important;
}
/* hover */
a.button-style:hover > .text-hover-palette-4-base,
a.button-style:hover > .text-hover-palette-4-base[class*="border-"],
a.button-style.button-style.text-hover-palette-4-base:hover,
a.button-style.button-style.text-hover-palette-4-base[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-palette-4-base.active,
a.button-style.button-style.button-style.text-hover-palette-4-base[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-palette-4-base:active,
a.button-style.button-style.button-style.text-hover-palette-4-base[class*="border-"]:active,
a.button-style.button-style.text-hover-palette-4-base:focus,
a.button-style.button-style.text-hover-palette-4-base[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-palette-4-base:hover,
.text-hover-palette-4-base.language-url:hover,
.text-hover-palette-4-base .language-url:hover,
.text-hover-palette-4-base.carousel-control:hover,
.text-hover-palette-4-base.gallery-nav:hover,
.popupmenitems.text-hover-palette-4-base .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-palette-4-base:hover {
  color: #3d0966 !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-palette-4-base:active,
a.button-style.button-style.button-style.button-style.text-active-palette-4-base[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-palette-4-base.active,
a.button-style.button-style.button-style.button-style.text-active-palette-4-base[class*="border-"].active,
a.button-style.button-style.active > .text-active-palette-4-base,
a.button-style.button-style.active > .text-active-palette-4-base[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-palette-4-base.active,
.popupmenitems.popupmenitems.text-active-palette-4-base .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-palette-4-base.active {
  color: #3d0966 !important;
}
.text-palette-4-base .svg-link {
  fill: #3d0966;
}
.text-hover-palette-4-base:hover .svg-link,
.text-hover-palette-4-base:focus .svg-link,
.button-style:hover > .text-hover-palette-4-base .svg-link {
  fill: #3d0966;
}
.text-active-palette-4-base:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-palette-4-base .svg-link,
.button-style.button-style.active > .text-active-palette-4-base .svg-link {
  fill: #3d0966;
}
.link.text-palette-4-base:hover {
  color: #37085c !important;
}
a.link.text-hover-palette-4-base:hover {
  color: #3d0966 !important;
}
.text-palette-5-dark-3,
.input.text-palette-5-dark-3,
.input.text-palette-5-dark-3[class*="border-"],
li.active > a.button-style.text-palette-5-dark-3,
li.active > a.button-style.text-palette-5-dark-3[class*="border-"],
a.button-style.text-palette-5-dark-3,
a.button-style.text-palette-5-dark-3[class*="border-"] {
  color: #292d33 !important;
  
  
  
}
a.button-style.text-palette-5-dark-3:hover,
a.button-style.text-palette-5-dark-3[class*="border-"]:hover,
a.button-style.text-palette-5-dark-3:focus,
a.button-style.text-palette-5-dark-3[class*="border-"]:focus,
a.button-style.button-style.text-palette-5-dark-3:active,
a.button-style.button-style.text-palette-5-dark-3[class*="border-"]:active,
a.button-style.button-style.text-palette-5-dark-3.active,
a.button-style.button-style.text-palette-5-dark-3[class*="border-"].active {
  color: #25292e !important;
}
/* hover */
a.button-style:hover > .text-hover-palette-5-dark-3,
a.button-style:hover > .text-hover-palette-5-dark-3[class*="border-"],
a.button-style.button-style.text-hover-palette-5-dark-3:hover,
a.button-style.button-style.text-hover-palette-5-dark-3[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-palette-5-dark-3.active,
a.button-style.button-style.button-style.text-hover-palette-5-dark-3[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-palette-5-dark-3:active,
a.button-style.button-style.button-style.text-hover-palette-5-dark-3[class*="border-"]:active,
a.button-style.button-style.text-hover-palette-5-dark-3:focus,
a.button-style.button-style.text-hover-palette-5-dark-3[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-palette-5-dark-3:hover,
.text-hover-palette-5-dark-3.language-url:hover,
.text-hover-palette-5-dark-3 .language-url:hover,
.text-hover-palette-5-dark-3.carousel-control:hover,
.text-hover-palette-5-dark-3.gallery-nav:hover,
.popupmenitems.text-hover-palette-5-dark-3 .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-palette-5-dark-3:hover {
  color: #292d33 !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-palette-5-dark-3:active,
a.button-style.button-style.button-style.button-style.text-active-palette-5-dark-3[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-palette-5-dark-3.active,
a.button-style.button-style.button-style.button-style.text-active-palette-5-dark-3[class*="border-"].active,
a.button-style.button-style.active > .text-active-palette-5-dark-3,
a.button-style.button-style.active > .text-active-palette-5-dark-3[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-palette-5-dark-3.active,
.popupmenitems.popupmenitems.text-active-palette-5-dark-3 .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-palette-5-dark-3.active {
  color: #292d33 !important;
}
.text-palette-5-dark-3 .svg-link {
  fill: #292d33;
}
.text-hover-palette-5-dark-3:hover .svg-link,
.text-hover-palette-5-dark-3:focus .svg-link,
.button-style:hover > .text-hover-palette-5-dark-3 .svg-link {
  fill: #292d33;
}
.text-active-palette-5-dark-3:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-palette-5-dark-3 .svg-link,
.button-style.button-style.active > .text-active-palette-5-dark-3 .svg-link {
  fill: #292d33;
}
.link.text-palette-5-dark-3:hover {
  color: #25292e !important;
}
a.link.text-hover-palette-5-dark-3:hover {
  color: #292d33 !important;
}
.text-palette-5-dark-2,
.input.text-palette-5-dark-2,
.input.text-palette-5-dark-2[class*="border-"],
li.active > a.button-style.text-palette-5-dark-2,
li.active > a.button-style.text-palette-5-dark-2[class*="border-"],
a.button-style.text-palette-5-dark-2,
a.button-style.text-palette-5-dark-2[class*="border-"] {
  color: #555c66 !important;
  
  
  
}
a.button-style.text-palette-5-dark-2:hover,
a.button-style.text-palette-5-dark-2[class*="border-"]:hover,
a.button-style.text-palette-5-dark-2:focus,
a.button-style.text-palette-5-dark-2[class*="border-"]:focus,
a.button-style.button-style.text-palette-5-dark-2:active,
a.button-style.button-style.text-palette-5-dark-2[class*="border-"]:active,
a.button-style.button-style.text-palette-5-dark-2.active,
a.button-style.button-style.text-palette-5-dark-2[class*="border-"].active {
  color: #4d535c !important;
}
/* hover */
a.button-style:hover > .text-hover-palette-5-dark-2,
a.button-style:hover > .text-hover-palette-5-dark-2[class*="border-"],
a.button-style.button-style.text-hover-palette-5-dark-2:hover,
a.button-style.button-style.text-hover-palette-5-dark-2[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-palette-5-dark-2.active,
a.button-style.button-style.button-style.text-hover-palette-5-dark-2[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-palette-5-dark-2:active,
a.button-style.button-style.button-style.text-hover-palette-5-dark-2[class*="border-"]:active,
a.button-style.button-style.text-hover-palette-5-dark-2:focus,
a.button-style.button-style.text-hover-palette-5-dark-2[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-palette-5-dark-2:hover,
.text-hover-palette-5-dark-2.language-url:hover,
.text-hover-palette-5-dark-2 .language-url:hover,
.text-hover-palette-5-dark-2.carousel-control:hover,
.text-hover-palette-5-dark-2.gallery-nav:hover,
.popupmenitems.text-hover-palette-5-dark-2 .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-palette-5-dark-2:hover {
  color: #555c66 !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-palette-5-dark-2:active,
a.button-style.button-style.button-style.button-style.text-active-palette-5-dark-2[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-palette-5-dark-2.active,
a.button-style.button-style.button-style.button-style.text-active-palette-5-dark-2[class*="border-"].active,
a.button-style.button-style.active > .text-active-palette-5-dark-2,
a.button-style.button-style.active > .text-active-palette-5-dark-2[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-palette-5-dark-2.active,
.popupmenitems.popupmenitems.text-active-palette-5-dark-2 .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-palette-5-dark-2.active {
  color: #555c66 !important;
}
.text-palette-5-dark-2 .svg-link {
  fill: #555c66;
}
.text-hover-palette-5-dark-2:hover .svg-link,
.text-hover-palette-5-dark-2:focus .svg-link,
.button-style:hover > .text-hover-palette-5-dark-2 .svg-link {
  fill: #555c66;
}
.text-active-palette-5-dark-2:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-palette-5-dark-2 .svg-link,
.button-style.button-style.active > .text-active-palette-5-dark-2 .svg-link {
  fill: #555c66;
}
.link.text-palette-5-dark-2:hover {
  color: #4d535c !important;
}
a.link.text-hover-palette-5-dark-2:hover {
  color: #555c66 !important;
}
.text-palette-5-dark-1,
.input.text-palette-5-dark-1,
.input.text-palette-5-dark-1[class*="border-"],
li.active > a.button-style.text-palette-5-dark-1,
li.active > a.button-style.text-palette-5-dark-1[class*="border-"],
a.button-style.text-palette-5-dark-1,
a.button-style.text-palette-5-dark-1[class*="border-"] {
  color: #858e99 !important;
  
  
  
}
a.button-style.text-palette-5-dark-1:hover,
a.button-style.text-palette-5-dark-1[class*="border-"]:hover,
a.button-style.text-palette-5-dark-1:focus,
a.button-style.text-palette-5-dark-1[class*="border-"]:focus,
a.button-style.button-style.text-palette-5-dark-1:active,
a.button-style.button-style.text-palette-5-dark-1[class*="border-"]:active,
a.button-style.button-style.text-palette-5-dark-1.active,
a.button-style.button-style.text-palette-5-dark-1[class*="border-"].active {
  color: #75808c !important;
}
/* hover */
a.button-style:hover > .text-hover-palette-5-dark-1,
a.button-style:hover > .text-hover-palette-5-dark-1[class*="border-"],
a.button-style.button-style.text-hover-palette-5-dark-1:hover,
a.button-style.button-style.text-hover-palette-5-dark-1[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-palette-5-dark-1.active,
a.button-style.button-style.button-style.text-hover-palette-5-dark-1[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-palette-5-dark-1:active,
a.button-style.button-style.button-style.text-hover-palette-5-dark-1[class*="border-"]:active,
a.button-style.button-style.text-hover-palette-5-dark-1:focus,
a.button-style.button-style.text-hover-palette-5-dark-1[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-palette-5-dark-1:hover,
.text-hover-palette-5-dark-1.language-url:hover,
.text-hover-palette-5-dark-1 .language-url:hover,
.text-hover-palette-5-dark-1.carousel-control:hover,
.text-hover-palette-5-dark-1.gallery-nav:hover,
.popupmenitems.text-hover-palette-5-dark-1 .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-palette-5-dark-1:hover {
  color: #858e99 !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-palette-5-dark-1:active,
a.button-style.button-style.button-style.button-style.text-active-palette-5-dark-1[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-palette-5-dark-1.active,
a.button-style.button-style.button-style.button-style.text-active-palette-5-dark-1[class*="border-"].active,
a.button-style.button-style.active > .text-active-palette-5-dark-1,
a.button-style.button-style.active > .text-active-palette-5-dark-1[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-palette-5-dark-1.active,
.popupmenitems.popupmenitems.text-active-palette-5-dark-1 .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-palette-5-dark-1.active {
  color: #858e99 !important;
}
.text-palette-5-dark-1 .svg-link {
  fill: #858e99;
}
.text-hover-palette-5-dark-1:hover .svg-link,
.text-hover-palette-5-dark-1:focus .svg-link,
.button-style:hover > .text-hover-palette-5-dark-1 .svg-link {
  fill: #858e99;
}
.text-active-palette-5-dark-1:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-palette-5-dark-1 .svg-link,
.button-style.button-style.active > .text-active-palette-5-dark-1 .svg-link {
  fill: #858e99;
}
.link.text-palette-5-dark-1:hover {
  color: #75808c !important;
}
a.link.text-hover-palette-5-dark-1:hover {
  color: #858e99 !important;
}
.text-palette-5,
.input.text-palette-5,
.input.text-palette-5[class*="border-"],
li.active > a.button-style.text-palette-5,
li.active > a.button-style.text-palette-5[class*="border-"],
a.button-style.text-palette-5,
a.button-style.text-palette-5[class*="border-"] {
  color: #b9c1cc !important;
  
  
  
}
a.button-style.text-palette-5:hover,
a.button-style.text-palette-5[class*="border-"]:hover,
a.button-style.text-palette-5:focus,
a.button-style.text-palette-5[class*="border-"]:focus,
a.button-style.button-style.text-palette-5:active,
a.button-style.button-style.text-palette-5[class*="border-"]:active,
a.button-style.button-style.text-palette-5.active,
a.button-style.button-style.text-palette-5[class*="border-"].active {
  color: #a2adbc !important;
}
/* hover */
a.button-style:hover > .text-hover-palette-5,
a.button-style:hover > .text-hover-palette-5[class*="border-"],
a.button-style.button-style.text-hover-palette-5:hover,
a.button-style.button-style.text-hover-palette-5[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-palette-5.active,
a.button-style.button-style.button-style.text-hover-palette-5[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-palette-5:active,
a.button-style.button-style.button-style.text-hover-palette-5[class*="border-"]:active,
a.button-style.button-style.text-hover-palette-5:focus,
a.button-style.button-style.text-hover-palette-5[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-palette-5:hover,
.text-hover-palette-5.language-url:hover,
.text-hover-palette-5 .language-url:hover,
.text-hover-palette-5.carousel-control:hover,
.text-hover-palette-5.gallery-nav:hover,
.popupmenitems.text-hover-palette-5 .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-palette-5:hover {
  color: #b9c1cc !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-palette-5:active,
a.button-style.button-style.button-style.button-style.text-active-palette-5[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-palette-5.active,
a.button-style.button-style.button-style.button-style.text-active-palette-5[class*="border-"].active,
a.button-style.button-style.active > .text-active-palette-5,
a.button-style.button-style.active > .text-active-palette-5[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-palette-5.active,
.popupmenitems.popupmenitems.text-active-palette-5 .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-palette-5.active {
  color: #b9c1cc !important;
}
.text-palette-5 .svg-link {
  fill: #b9c1cc;
}
.text-hover-palette-5:hover .svg-link,
.text-hover-palette-5:focus .svg-link,
.button-style:hover > .text-hover-palette-5 .svg-link {
  fill: #b9c1cc;
}
.text-active-palette-5:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-palette-5 .svg-link,
.button-style.button-style.active > .text-active-palette-5 .svg-link {
  fill: #b9c1cc;
}
.link.text-palette-5:hover {
  color: #a2adbc !important;
}
a.link.text-hover-palette-5:hover {
  color: #b9c1cc !important;
}
.text-palette-5-light-1,
.input.text-palette-5-light-1,
.input.text-palette-5-light-1[class*="border-"],
li.active > a.button-style.text-palette-5-light-1,
li.active > a.button-style.text-palette-5-light-1[class*="border-"],
a.button-style.text-palette-5-light-1,
a.button-style.text-palette-5-light-1[class*="border-"] {
  color: #ccd3db !important;
  
  
  
}
a.button-style.text-palette-5-light-1:hover,
a.button-style.text-palette-5-light-1[class*="border-"]:hover,
a.button-style.text-palette-5-light-1:focus,
a.button-style.text-palette-5-light-1[class*="border-"]:focus,
a.button-style.button-style.text-palette-5-light-1:active,
a.button-style.button-style.text-palette-5-light-1[class*="border-"]:active,
a.button-style.button-style.text-palette-5-light-1.active,
a.button-style.button-style.text-palette-5-light-1[class*="border-"].active {
  color: #b3bec9 !important;
}
/* hover */
a.button-style:hover > .text-hover-palette-5-light-1,
a.button-style:hover > .text-hover-palette-5-light-1[class*="border-"],
a.button-style.button-style.text-hover-palette-5-light-1:hover,
a.button-style.button-style.text-hover-palette-5-light-1[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-palette-5-light-1.active,
a.button-style.button-style.button-style.text-hover-palette-5-light-1[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-palette-5-light-1:active,
a.button-style.button-style.button-style.text-hover-palette-5-light-1[class*="border-"]:active,
a.button-style.button-style.text-hover-palette-5-light-1:focus,
a.button-style.button-style.text-hover-palette-5-light-1[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-palette-5-light-1:hover,
.text-hover-palette-5-light-1.language-url:hover,
.text-hover-palette-5-light-1 .language-url:hover,
.text-hover-palette-5-light-1.carousel-control:hover,
.text-hover-palette-5-light-1.gallery-nav:hover,
.popupmenitems.text-hover-palette-5-light-1 .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-palette-5-light-1:hover {
  color: #ccd3db !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-palette-5-light-1:active,
a.button-style.button-style.button-style.button-style.text-active-palette-5-light-1[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-palette-5-light-1.active,
a.button-style.button-style.button-style.button-style.text-active-palette-5-light-1[class*="border-"].active,
a.button-style.button-style.active > .text-active-palette-5-light-1,
a.button-style.button-style.active > .text-active-palette-5-light-1[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-palette-5-light-1.active,
.popupmenitems.popupmenitems.text-active-palette-5-light-1 .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-palette-5-light-1.active {
  color: #ccd3db !important;
}
.text-palette-5-light-1 .svg-link {
  fill: #ccd3db;
}
.text-hover-palette-5-light-1:hover .svg-link,
.text-hover-palette-5-light-1:focus .svg-link,
.button-style:hover > .text-hover-palette-5-light-1 .svg-link {
  fill: #ccd3db;
}
.text-active-palette-5-light-1:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-palette-5-light-1 .svg-link,
.button-style.button-style.active > .text-active-palette-5-light-1 .svg-link {
  fill: #ccd3db;
}
.link.text-palette-5-light-1:hover {
  color: #b3bec9 !important;
}
a.link.text-hover-palette-5-light-1:hover {
  color: #ccd3db !important;
}
.text-palette-5-light-2,
.input.text-palette-5-light-2,
.input.text-palette-5-light-2[class*="border-"],
li.active > a.button-style.text-palette-5-light-2,
li.active > a.button-style.text-palette-5-light-2[class*="border-"],
a.button-style.text-palette-5-light-2,
a.button-style.text-palette-5-light-2[class*="border-"] {
  color: #e0e5eb !important;
  
  
  
}
a.button-style.text-palette-5-light-2:hover,
a.button-style.text-palette-5-light-2[class*="border-"]:hover,
a.button-style.text-palette-5-light-2:focus,
a.button-style.text-palette-5-light-2[class*="border-"]:focus,
a.button-style.button-style.text-palette-5-light-2:active,
a.button-style.button-style.text-palette-5-light-2[class*="border-"]:active,
a.button-style.button-style.text-palette-5-light-2.active,
a.button-style.button-style.text-palette-5-light-2[class*="border-"].active {
  color: #c4ced9 !important;
}
/* hover */
a.button-style:hover > .text-hover-palette-5-light-2,
a.button-style:hover > .text-hover-palette-5-light-2[class*="border-"],
a.button-style.button-style.text-hover-palette-5-light-2:hover,
a.button-style.button-style.text-hover-palette-5-light-2[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-palette-5-light-2.active,
a.button-style.button-style.button-style.text-hover-palette-5-light-2[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-palette-5-light-2:active,
a.button-style.button-style.button-style.text-hover-palette-5-light-2[class*="border-"]:active,
a.button-style.button-style.text-hover-palette-5-light-2:focus,
a.button-style.button-style.text-hover-palette-5-light-2[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-palette-5-light-2:hover,
.text-hover-palette-5-light-2.language-url:hover,
.text-hover-palette-5-light-2 .language-url:hover,
.text-hover-palette-5-light-2.carousel-control:hover,
.text-hover-palette-5-light-2.gallery-nav:hover,
.popupmenitems.text-hover-palette-5-light-2 .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-palette-5-light-2:hover {
  color: #e0e5eb !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-palette-5-light-2:active,
a.button-style.button-style.button-style.button-style.text-active-palette-5-light-2[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-palette-5-light-2.active,
a.button-style.button-style.button-style.button-style.text-active-palette-5-light-2[class*="border-"].active,
a.button-style.button-style.active > .text-active-palette-5-light-2,
a.button-style.button-style.active > .text-active-palette-5-light-2[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-palette-5-light-2.active,
.popupmenitems.popupmenitems.text-active-palette-5-light-2 .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-palette-5-light-2.active {
  color: #e0e5eb !important;
}
.text-palette-5-light-2 .svg-link {
  fill: #e0e5eb;
}
.text-hover-palette-5-light-2:hover .svg-link,
.text-hover-palette-5-light-2:focus .svg-link,
.button-style:hover > .text-hover-palette-5-light-2 .svg-link {
  fill: #e0e5eb;
}
.text-active-palette-5-light-2:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-palette-5-light-2 .svg-link,
.button-style.button-style.active > .text-active-palette-5-light-2 .svg-link {
  fill: #e0e5eb;
}
.link.text-palette-5-light-2:hover {
  color: #c4ced9 !important;
}
a.link.text-hover-palette-5-light-2:hover {
  color: #e0e5eb !important;
}
.text-palette-5-light-3,
.input.text-palette-5-light-3,
.input.text-palette-5-light-3[class*="border-"],
li.active > a.button-style.text-palette-5-light-3,
li.active > a.button-style.text-palette-5-light-3[class*="border-"],
a.button-style.text-palette-5-light-3,
a.button-style.text-palette-5-light-3[class*="border-"] {
  color: #f5f7fa !important;
  
  
  
}
a.button-style.text-palette-5-light-3:hover,
a.button-style.text-palette-5-light-3[class*="border-"]:hover,
a.button-style.text-palette-5-light-3:focus,
a.button-style.text-palette-5-light-3[class*="border-"]:focus,
a.button-style.button-style.text-palette-5-light-3:active,
a.button-style.button-style.text-palette-5-light-3[class*="border-"]:active,
a.button-style.button-style.text-palette-5-light-3.active,
a.button-style.button-style.text-palette-5-light-3[class*="border-"].active {
  color: #d4dde9 !important;
}
/* hover */
a.button-style:hover > .text-hover-palette-5-light-3,
a.button-style:hover > .text-hover-palette-5-light-3[class*="border-"],
a.button-style.button-style.text-hover-palette-5-light-3:hover,
a.button-style.button-style.text-hover-palette-5-light-3[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-palette-5-light-3.active,
a.button-style.button-style.button-style.text-hover-palette-5-light-3[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-palette-5-light-3:active,
a.button-style.button-style.button-style.text-hover-palette-5-light-3[class*="border-"]:active,
a.button-style.button-style.text-hover-palette-5-light-3:focus,
a.button-style.button-style.text-hover-palette-5-light-3[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-palette-5-light-3:hover,
.text-hover-palette-5-light-3.language-url:hover,
.text-hover-palette-5-light-3 .language-url:hover,
.text-hover-palette-5-light-3.carousel-control:hover,
.text-hover-palette-5-light-3.gallery-nav:hover,
.popupmenitems.text-hover-palette-5-light-3 .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-palette-5-light-3:hover {
  color: #f5f7fa !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-palette-5-light-3:active,
a.button-style.button-style.button-style.button-style.text-active-palette-5-light-3[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-palette-5-light-3.active,
a.button-style.button-style.button-style.button-style.text-active-palette-5-light-3[class*="border-"].active,
a.button-style.button-style.active > .text-active-palette-5-light-3,
a.button-style.button-style.active > .text-active-palette-5-light-3[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-palette-5-light-3.active,
.popupmenitems.popupmenitems.text-active-palette-5-light-3 .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-palette-5-light-3.active {
  color: #f5f7fa !important;
}
.text-palette-5-light-3 .svg-link {
  fill: #f5f7fa;
}
.text-hover-palette-5-light-3:hover .svg-link,
.text-hover-palette-5-light-3:focus .svg-link,
.button-style:hover > .text-hover-palette-5-light-3 .svg-link {
  fill: #f5f7fa;
}
.text-active-palette-5-light-3:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-palette-5-light-3 .svg-link,
.button-style.button-style.active > .text-active-palette-5-light-3 .svg-link {
  fill: #f5f7fa;
}
.link.text-palette-5-light-3:hover {
  color: #d4dde9 !important;
}
a.link.text-hover-palette-5-light-3:hover {
  color: #f5f7fa !important;
}
.text-palette-5-base,
.input.text-palette-5-base,
.input.text-palette-5-base[class*="border-"],
li.active > a.button-style.text-palette-5-base,
li.active > a.button-style.text-palette-5-base[class*="border-"],
a.button-style.text-palette-5-base,
a.button-style.text-palette-5-base[class*="border-"] {
  color: #b9c1cc !important;
  
  
  
}
a.button-style.text-palette-5-base:hover,
a.button-style.text-palette-5-base[class*="border-"]:hover,
a.button-style.text-palette-5-base:focus,
a.button-style.text-palette-5-base[class*="border-"]:focus,
a.button-style.button-style.text-palette-5-base:active,
a.button-style.button-style.text-palette-5-base[class*="border-"]:active,
a.button-style.button-style.text-palette-5-base.active,
a.button-style.button-style.text-palette-5-base[class*="border-"].active {
  color: #a2adbc !important;
}
/* hover */
a.button-style:hover > .text-hover-palette-5-base,
a.button-style:hover > .text-hover-palette-5-base[class*="border-"],
a.button-style.button-style.text-hover-palette-5-base:hover,
a.button-style.button-style.text-hover-palette-5-base[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-palette-5-base.active,
a.button-style.button-style.button-style.text-hover-palette-5-base[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-palette-5-base:active,
a.button-style.button-style.button-style.text-hover-palette-5-base[class*="border-"]:active,
a.button-style.button-style.text-hover-palette-5-base:focus,
a.button-style.button-style.text-hover-palette-5-base[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-palette-5-base:hover,
.text-hover-palette-5-base.language-url:hover,
.text-hover-palette-5-base .language-url:hover,
.text-hover-palette-5-base.carousel-control:hover,
.text-hover-palette-5-base.gallery-nav:hover,
.popupmenitems.text-hover-palette-5-base .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-palette-5-base:hover {
  color: #b9c1cc !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-palette-5-base:active,
a.button-style.button-style.button-style.button-style.text-active-palette-5-base[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-palette-5-base.active,
a.button-style.button-style.button-style.button-style.text-active-palette-5-base[class*="border-"].active,
a.button-style.button-style.active > .text-active-palette-5-base,
a.button-style.button-style.active > .text-active-palette-5-base[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-palette-5-base.active,
.popupmenitems.popupmenitems.text-active-palette-5-base .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-palette-5-base.active {
  color: #b9c1cc !important;
}
.text-palette-5-base .svg-link {
  fill: #b9c1cc;
}
.text-hover-palette-5-base:hover .svg-link,
.text-hover-palette-5-base:focus .svg-link,
.button-style:hover > .text-hover-palette-5-base .svg-link {
  fill: #b9c1cc;
}
.text-active-palette-5-base:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-palette-5-base .svg-link,
.button-style.button-style.active > .text-active-palette-5-base .svg-link {
  fill: #b9c1cc;
}
.link.text-palette-5-base:hover {
  color: #a2adbc !important;
}
a.link.text-hover-palette-5-base:hover {
  color: #b9c1cc !important;
}
.text-grey-dark-3,
.input.text-grey-dark-3,
.input.text-grey-dark-3[class*="border-"],
li.active > a.button-style.text-grey-dark-3,
li.active > a.button-style.text-grey-dark-3[class*="border-"],
a.button-style.text-grey-dark-3,
a.button-style.text-grey-dark-3[class*="border-"] {
  color: #212121 !important;
  
  
  
}
a.button-style.text-grey-dark-3:hover,
a.button-style.text-grey-dark-3[class*="border-"]:hover,
a.button-style.text-grey-dark-3:focus,
a.button-style.text-grey-dark-3[class*="border-"]:focus,
a.button-style.button-style.text-grey-dark-3:active,
a.button-style.button-style.text-grey-dark-3[class*="border-"]:active,
a.button-style.button-style.text-grey-dark-3.active,
a.button-style.button-style.text-grey-dark-3[class*="border-"].active {
  color: #1e1e1e !important;
}
/* hover */
a.button-style:hover > .text-hover-grey-dark-3,
a.button-style:hover > .text-hover-grey-dark-3[class*="border-"],
a.button-style.button-style.text-hover-grey-dark-3:hover,
a.button-style.button-style.text-hover-grey-dark-3[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-grey-dark-3.active,
a.button-style.button-style.button-style.text-hover-grey-dark-3[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-grey-dark-3:active,
a.button-style.button-style.button-style.text-hover-grey-dark-3[class*="border-"]:active,
a.button-style.button-style.text-hover-grey-dark-3:focus,
a.button-style.button-style.text-hover-grey-dark-3[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-grey-dark-3:hover,
.text-hover-grey-dark-3.language-url:hover,
.text-hover-grey-dark-3 .language-url:hover,
.text-hover-grey-dark-3.carousel-control:hover,
.text-hover-grey-dark-3.gallery-nav:hover,
.popupmenitems.text-hover-grey-dark-3 .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-grey-dark-3:hover {
  color: #212121 !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-grey-dark-3:active,
a.button-style.button-style.button-style.button-style.text-active-grey-dark-3[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-grey-dark-3.active,
a.button-style.button-style.button-style.button-style.text-active-grey-dark-3[class*="border-"].active,
a.button-style.button-style.active > .text-active-grey-dark-3,
a.button-style.button-style.active > .text-active-grey-dark-3[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-grey-dark-3.active,
.popupmenitems.popupmenitems.text-active-grey-dark-3 .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-grey-dark-3.active {
  color: #212121 !important;
}
.text-grey-dark-3 .svg-link {
  fill: #212121;
}
.text-hover-grey-dark-3:hover .svg-link,
.text-hover-grey-dark-3:focus .svg-link,
.button-style:hover > .text-hover-grey-dark-3 .svg-link {
  fill: #212121;
}
.text-active-grey-dark-3:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-grey-dark-3 .svg-link,
.button-style.button-style.active > .text-active-grey-dark-3 .svg-link {
  fill: #212121;
}
.link.text-grey-dark-3:hover {
  color: #1e1e1e !important;
}
a.link.text-hover-grey-dark-3:hover {
  color: #212121 !important;
}
.text-grey-dark-2,
.input.text-grey-dark-2,
.input.text-grey-dark-2[class*="border-"],
li.active > a.button-style.text-grey-dark-2,
li.active > a.button-style.text-grey-dark-2[class*="border-"],
a.button-style.text-grey-dark-2,
a.button-style.text-grey-dark-2[class*="border-"] {
  color: #333333 !important;
  
  
  
}
a.button-style.text-grey-dark-2:hover,
a.button-style.text-grey-dark-2[class*="border-"]:hover,
a.button-style.text-grey-dark-2:focus,
a.button-style.text-grey-dark-2[class*="border-"]:focus,
a.button-style.button-style.text-grey-dark-2:active,
a.button-style.button-style.text-grey-dark-2[class*="border-"]:active,
a.button-style.button-style.text-grey-dark-2.active,
a.button-style.button-style.text-grey-dark-2[class*="border-"].active {
  color: #2e2e2e !important;
}
/* hover */
a.button-style:hover > .text-hover-grey-dark-2,
a.button-style:hover > .text-hover-grey-dark-2[class*="border-"],
a.button-style.button-style.text-hover-grey-dark-2:hover,
a.button-style.button-style.text-hover-grey-dark-2[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-grey-dark-2.active,
a.button-style.button-style.button-style.text-hover-grey-dark-2[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-grey-dark-2:active,
a.button-style.button-style.button-style.text-hover-grey-dark-2[class*="border-"]:active,
a.button-style.button-style.text-hover-grey-dark-2:focus,
a.button-style.button-style.text-hover-grey-dark-2[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-grey-dark-2:hover,
.text-hover-grey-dark-2.language-url:hover,
.text-hover-grey-dark-2 .language-url:hover,
.text-hover-grey-dark-2.carousel-control:hover,
.text-hover-grey-dark-2.gallery-nav:hover,
.popupmenitems.text-hover-grey-dark-2 .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-grey-dark-2:hover {
  color: #333333 !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-grey-dark-2:active,
a.button-style.button-style.button-style.button-style.text-active-grey-dark-2[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-grey-dark-2.active,
a.button-style.button-style.button-style.button-style.text-active-grey-dark-2[class*="border-"].active,
a.button-style.button-style.active > .text-active-grey-dark-2,
a.button-style.button-style.active > .text-active-grey-dark-2[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-grey-dark-2.active,
.popupmenitems.popupmenitems.text-active-grey-dark-2 .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-grey-dark-2.active {
  color: #333333 !important;
}
.text-grey-dark-2 .svg-link {
  fill: #333333;
}
.text-hover-grey-dark-2:hover .svg-link,
.text-hover-grey-dark-2:focus .svg-link,
.button-style:hover > .text-hover-grey-dark-2 .svg-link {
  fill: #333333;
}
.text-active-grey-dark-2:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-grey-dark-2 .svg-link,
.button-style.button-style.active > .text-active-grey-dark-2 .svg-link {
  fill: #333333;
}
.link.text-grey-dark-2:hover {
  color: #2e2e2e !important;
}
a.link.text-hover-grey-dark-2:hover {
  color: #333333 !important;
}
.text-grey-dark-1,
.input.text-grey-dark-1,
.input.text-grey-dark-1[class*="border-"],
li.active > a.button-style.text-grey-dark-1,
li.active > a.button-style.text-grey-dark-1[class*="border-"],
a.button-style.text-grey-dark-1,
a.button-style.text-grey-dark-1[class*="border-"] {
  color: #454545 !important;
  
  
  
}
a.button-style.text-grey-dark-1:hover,
a.button-style.text-grey-dark-1[class*="border-"]:hover,
a.button-style.text-grey-dark-1:focus,
a.button-style.text-grey-dark-1[class*="border-"]:focus,
a.button-style.button-style.text-grey-dark-1:active,
a.button-style.button-style.text-grey-dark-1[class*="border-"]:active,
a.button-style.button-style.text-grey-dark-1.active,
a.button-style.button-style.text-grey-dark-1[class*="border-"].active {
  color: #3e3e3e !important;
}
/* hover */
a.button-style:hover > .text-hover-grey-dark-1,
a.button-style:hover > .text-hover-grey-dark-1[class*="border-"],
a.button-style.button-style.text-hover-grey-dark-1:hover,
a.button-style.button-style.text-hover-grey-dark-1[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-grey-dark-1.active,
a.button-style.button-style.button-style.text-hover-grey-dark-1[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-grey-dark-1:active,
a.button-style.button-style.button-style.text-hover-grey-dark-1[class*="border-"]:active,
a.button-style.button-style.text-hover-grey-dark-1:focus,
a.button-style.button-style.text-hover-grey-dark-1[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-grey-dark-1:hover,
.text-hover-grey-dark-1.language-url:hover,
.text-hover-grey-dark-1 .language-url:hover,
.text-hover-grey-dark-1.carousel-control:hover,
.text-hover-grey-dark-1.gallery-nav:hover,
.popupmenitems.text-hover-grey-dark-1 .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-grey-dark-1:hover {
  color: #454545 !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-grey-dark-1:active,
a.button-style.button-style.button-style.button-style.text-active-grey-dark-1[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-grey-dark-1.active,
a.button-style.button-style.button-style.button-style.text-active-grey-dark-1[class*="border-"].active,
a.button-style.button-style.active > .text-active-grey-dark-1,
a.button-style.button-style.active > .text-active-grey-dark-1[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-grey-dark-1.active,
.popupmenitems.popupmenitems.text-active-grey-dark-1 .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-grey-dark-1.active {
  color: #454545 !important;
}
.text-grey-dark-1 .svg-link {
  fill: #454545;
}
.text-hover-grey-dark-1:hover .svg-link,
.text-hover-grey-dark-1:focus .svg-link,
.button-style:hover > .text-hover-grey-dark-1 .svg-link {
  fill: #454545;
}
.text-active-grey-dark-1:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-grey-dark-1 .svg-link,
.button-style.button-style.active > .text-active-grey-dark-1 .svg-link {
  fill: #454545;
}
.link.text-grey-dark-1:hover {
  color: #3e3e3e !important;
}
a.link.text-hover-grey-dark-1:hover {
  color: #454545 !important;
}
.text-grey,
.input.text-grey,
.input.text-grey[class*="border-"],
li.active > a.button-style.text-grey,
li.active > a.button-style.text-grey[class*="border-"],
a.button-style.text-grey,
a.button-style.text-grey[class*="border-"] {
  color: #b3b3b3 !important;
  
  
  
}
a.button-style.text-grey:hover,
a.button-style.text-grey[class*="border-"]:hover,
a.button-style.text-grey:focus,
a.button-style.text-grey[class*="border-"]:focus,
a.button-style.button-style.text-grey:active,
a.button-style.button-style.text-grey[class*="border-"]:active,
a.button-style.button-style.text-grey.active,
a.button-style.button-style.text-grey[class*="border-"].active {
  color: #a1a1a1 !important;
}
/* hover */
a.button-style:hover > .text-hover-grey,
a.button-style:hover > .text-hover-grey[class*="border-"],
a.button-style.button-style.text-hover-grey:hover,
a.button-style.button-style.text-hover-grey[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-grey.active,
a.button-style.button-style.button-style.text-hover-grey[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-grey:active,
a.button-style.button-style.button-style.text-hover-grey[class*="border-"]:active,
a.button-style.button-style.text-hover-grey:focus,
a.button-style.button-style.text-hover-grey[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-grey:hover,
.text-hover-grey.language-url:hover,
.text-hover-grey .language-url:hover,
.text-hover-grey.carousel-control:hover,
.text-hover-grey.gallery-nav:hover,
.popupmenitems.text-hover-grey .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-grey:hover {
  color: #b3b3b3 !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-grey:active,
a.button-style.button-style.button-style.button-style.text-active-grey[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-grey.active,
a.button-style.button-style.button-style.button-style.text-active-grey[class*="border-"].active,
a.button-style.button-style.active > .text-active-grey,
a.button-style.button-style.active > .text-active-grey[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-grey.active,
.popupmenitems.popupmenitems.text-active-grey .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-grey.active {
  color: #b3b3b3 !important;
}
.text-grey .svg-link {
  fill: #b3b3b3;
}
.text-hover-grey:hover .svg-link,
.text-hover-grey:focus .svg-link,
.button-style:hover > .text-hover-grey .svg-link {
  fill: #b3b3b3;
}
.text-active-grey:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-grey .svg-link,
.button-style.button-style.active > .text-active-grey .svg-link {
  fill: #b3b3b3;
}
.link.text-grey:hover {
  color: #a1a1a1 !important;
}
a.link.text-hover-grey:hover {
  color: #b3b3b3 !important;
}
.text-grey-light-1,
.input.text-grey-light-1,
.input.text-grey-light-1[class*="border-"],
li.active > a.button-style.text-grey-light-1,
li.active > a.button-style.text-grey-light-1[class*="border-"],
a.button-style.text-grey-light-1,
a.button-style.text-grey-light-1[class*="border-"] {
  color: #d9d9d9 !important;
  
  
  
}
a.button-style.text-grey-light-1:hover,
a.button-style.text-grey-light-1[class*="border-"]:hover,
a.button-style.text-grey-light-1:focus,
a.button-style.text-grey-light-1[class*="border-"]:focus,
a.button-style.button-style.text-grey-light-1:active,
a.button-style.button-style.text-grey-light-1[class*="border-"]:active,
a.button-style.button-style.text-grey-light-1.active,
a.button-style.button-style.text-grey-light-1[class*="border-"].active {
  color: #c3c3c3 !important;
}
/* hover */
a.button-style:hover > .text-hover-grey-light-1,
a.button-style:hover > .text-hover-grey-light-1[class*="border-"],
a.button-style.button-style.text-hover-grey-light-1:hover,
a.button-style.button-style.text-hover-grey-light-1[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-grey-light-1.active,
a.button-style.button-style.button-style.text-hover-grey-light-1[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-grey-light-1:active,
a.button-style.button-style.button-style.text-hover-grey-light-1[class*="border-"]:active,
a.button-style.button-style.text-hover-grey-light-1:focus,
a.button-style.button-style.text-hover-grey-light-1[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-grey-light-1:hover,
.text-hover-grey-light-1.language-url:hover,
.text-hover-grey-light-1 .language-url:hover,
.text-hover-grey-light-1.carousel-control:hover,
.text-hover-grey-light-1.gallery-nav:hover,
.popupmenitems.text-hover-grey-light-1 .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-grey-light-1:hover {
  color: #d9d9d9 !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-grey-light-1:active,
a.button-style.button-style.button-style.button-style.text-active-grey-light-1[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-grey-light-1.active,
a.button-style.button-style.button-style.button-style.text-active-grey-light-1[class*="border-"].active,
a.button-style.button-style.active > .text-active-grey-light-1,
a.button-style.button-style.active > .text-active-grey-light-1[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-grey-light-1.active,
.popupmenitems.popupmenitems.text-active-grey-light-1 .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-grey-light-1.active {
  color: #d9d9d9 !important;
}
.text-grey-light-1 .svg-link {
  fill: #d9d9d9;
}
.text-hover-grey-light-1:hover .svg-link,
.text-hover-grey-light-1:focus .svg-link,
.button-style:hover > .text-hover-grey-light-1 .svg-link {
  fill: #d9d9d9;
}
.text-active-grey-light-1:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-grey-light-1 .svg-link,
.button-style.button-style.active > .text-active-grey-light-1 .svg-link {
  fill: #d9d9d9;
}
.link.text-grey-light-1:hover {
  color: #c3c3c3 !important;
}
a.link.text-hover-grey-light-1:hover {
  color: #d9d9d9 !important;
}
.text-grey-light-2,
.input.text-grey-light-2,
.input.text-grey-light-2[class*="border-"],
li.active > a.button-style.text-grey-light-2,
li.active > a.button-style.text-grey-light-2[class*="border-"],
a.button-style.text-grey-light-2,
a.button-style.text-grey-light-2[class*="border-"] {
  color: #eeeeee !important;
  
  
  
}
a.button-style.text-grey-light-2:hover,
a.button-style.text-grey-light-2[class*="border-"]:hover,
a.button-style.text-grey-light-2:focus,
a.button-style.text-grey-light-2[class*="border-"]:focus,
a.button-style.button-style.text-grey-light-2:active,
a.button-style.button-style.text-grey-light-2[class*="border-"]:active,
a.button-style.button-style.text-grey-light-2.active,
a.button-style.button-style.text-grey-light-2[class*="border-"].active {
  color: #d6d6d6 !important;
}
/* hover */
a.button-style:hover > .text-hover-grey-light-2,
a.button-style:hover > .text-hover-grey-light-2[class*="border-"],
a.button-style.button-style.text-hover-grey-light-2:hover,
a.button-style.button-style.text-hover-grey-light-2[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-grey-light-2.active,
a.button-style.button-style.button-style.text-hover-grey-light-2[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-grey-light-2:active,
a.button-style.button-style.button-style.text-hover-grey-light-2[class*="border-"]:active,
a.button-style.button-style.text-hover-grey-light-2:focus,
a.button-style.button-style.text-hover-grey-light-2[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-grey-light-2:hover,
.text-hover-grey-light-2.language-url:hover,
.text-hover-grey-light-2 .language-url:hover,
.text-hover-grey-light-2.carousel-control:hover,
.text-hover-grey-light-2.gallery-nav:hover,
.popupmenitems.text-hover-grey-light-2 .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-grey-light-2:hover {
  color: #eeeeee !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-grey-light-2:active,
a.button-style.button-style.button-style.button-style.text-active-grey-light-2[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-grey-light-2.active,
a.button-style.button-style.button-style.button-style.text-active-grey-light-2[class*="border-"].active,
a.button-style.button-style.active > .text-active-grey-light-2,
a.button-style.button-style.active > .text-active-grey-light-2[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-grey-light-2.active,
.popupmenitems.popupmenitems.text-active-grey-light-2 .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-grey-light-2.active {
  color: #eeeeee !important;
}
.text-grey-light-2 .svg-link {
  fill: #eeeeee;
}
.text-hover-grey-light-2:hover .svg-link,
.text-hover-grey-light-2:focus .svg-link,
.button-style:hover > .text-hover-grey-light-2 .svg-link {
  fill: #eeeeee;
}
.text-active-grey-light-2:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-grey-light-2 .svg-link,
.button-style.button-style.active > .text-active-grey-light-2 .svg-link {
  fill: #eeeeee;
}
.link.text-grey-light-2:hover {
  color: #d6d6d6 !important;
}
a.link.text-hover-grey-light-2:hover {
  color: #eeeeee !important;
}
.text-grey-light-3,
.input.text-grey-light-3,
.input.text-grey-light-3[class*="border-"],
li.active > a.button-style.text-grey-light-3,
li.active > a.button-style.text-grey-light-3[class*="border-"],
a.button-style.text-grey-light-3,
a.button-style.text-grey-light-3[class*="border-"] {
  color: #f6f6f6 !important;
  
  
  
}
a.button-style.text-grey-light-3:hover,
a.button-style.text-grey-light-3[class*="border-"]:hover,
a.button-style.text-grey-light-3:focus,
a.button-style.text-grey-light-3[class*="border-"]:focus,
a.button-style.button-style.text-grey-light-3:active,
a.button-style.button-style.text-grey-light-3[class*="border-"]:active,
a.button-style.button-style.text-grey-light-3.active,
a.button-style.button-style.text-grey-light-3[class*="border-"].active {
  color: #dddddd !important;
}
/* hover */
a.button-style:hover > .text-hover-grey-light-3,
a.button-style:hover > .text-hover-grey-light-3[class*="border-"],
a.button-style.button-style.text-hover-grey-light-3:hover,
a.button-style.button-style.text-hover-grey-light-3[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-grey-light-3.active,
a.button-style.button-style.button-style.text-hover-grey-light-3[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-grey-light-3:active,
a.button-style.button-style.button-style.text-hover-grey-light-3[class*="border-"]:active,
a.button-style.button-style.text-hover-grey-light-3:focus,
a.button-style.button-style.text-hover-grey-light-3[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-grey-light-3:hover,
.text-hover-grey-light-3.language-url:hover,
.text-hover-grey-light-3 .language-url:hover,
.text-hover-grey-light-3.carousel-control:hover,
.text-hover-grey-light-3.gallery-nav:hover,
.popupmenitems.text-hover-grey-light-3 .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-grey-light-3:hover {
  color: #f6f6f6 !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-grey-light-3:active,
a.button-style.button-style.button-style.button-style.text-active-grey-light-3[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-grey-light-3.active,
a.button-style.button-style.button-style.button-style.text-active-grey-light-3[class*="border-"].active,
a.button-style.button-style.active > .text-active-grey-light-3,
a.button-style.button-style.active > .text-active-grey-light-3[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-grey-light-3.active,
.popupmenitems.popupmenitems.text-active-grey-light-3 .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-grey-light-3.active {
  color: #f6f6f6 !important;
}
.text-grey-light-3 .svg-link {
  fill: #f6f6f6;
}
.text-hover-grey-light-3:hover .svg-link,
.text-hover-grey-light-3:focus .svg-link,
.button-style:hover > .text-hover-grey-light-3 .svg-link {
  fill: #f6f6f6;
}
.text-active-grey-light-3:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-grey-light-3 .svg-link,
.button-style.button-style.active > .text-active-grey-light-3 .svg-link {
  fill: #f6f6f6;
}
.link.text-grey-light-3:hover {
  color: #dddddd !important;
}
a.link.text-hover-grey-light-3:hover {
  color: #f6f6f6 !important;
}
.text-white,
.input.text-white,
.input.text-white[class*="border-"],
li.active > a.button-style.text-white,
li.active > a.button-style.text-white[class*="border-"],
a.button-style.text-white,
a.button-style.text-white[class*="border-"] {
  color: #ffffff !important;
  
  
  
}
a.button-style.text-white:hover,
a.button-style.text-white[class*="border-"]:hover,
a.button-style.text-white:focus,
a.button-style.text-white[class*="border-"]:focus,
a.button-style.button-style.text-white:active,
a.button-style.button-style.text-white[class*="border-"]:active,
a.button-style.button-style.text-white.active,
a.button-style.button-style.text-white[class*="border-"].active {
  color: #e6e6e6 !important;
}
/* hover */
a.button-style:hover > .text-hover-white,
a.button-style:hover > .text-hover-white[class*="border-"],
a.button-style.button-style.text-hover-white:hover,
a.button-style.button-style.text-hover-white[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-white.active,
a.button-style.button-style.button-style.text-hover-white[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-white:active,
a.button-style.button-style.button-style.text-hover-white[class*="border-"]:active,
a.button-style.button-style.text-hover-white:focus,
a.button-style.button-style.text-hover-white[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-white:hover,
.text-hover-white.language-url:hover,
.text-hover-white .language-url:hover,
.text-hover-white.carousel-control:hover,
.text-hover-white.gallery-nav:hover,
.popupmenitems.text-hover-white .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-white:hover {
  color: #ffffff !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-white:active,
a.button-style.button-style.button-style.button-style.text-active-white[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-white.active,
a.button-style.button-style.button-style.button-style.text-active-white[class*="border-"].active,
a.button-style.button-style.active > .text-active-white,
a.button-style.button-style.active > .text-active-white[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-white.active,
.popupmenitems.popupmenitems.text-active-white .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-white.active {
  color: #ffffff !important;
}
.text-white .svg-link {
  fill: #ffffff;
}
.text-hover-white:hover .svg-link,
.text-hover-white:focus .svg-link,
.button-style:hover > .text-hover-white .svg-link {
  fill: #ffffff;
}
.text-active-white:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-white .svg-link,
.button-style.button-style.active > .text-active-white .svg-link {
  fill: #ffffff;
}
.link.text-white:hover {
  color: #e6e6e6 !important;
}
a.link.text-hover-white:hover {
  color: #ffffff !important;
}
.text-black,
.input.text-black,
.input.text-black[class*="border-"],
li.active > a.button-style.text-black,
li.active > a.button-style.text-black[class*="border-"],
a.button-style.text-black,
a.button-style.text-black[class*="border-"] {
  color: #000000 !important;
  
  
  
}
a.button-style.text-black:hover,
a.button-style.text-black[class*="border-"]:hover,
a.button-style.text-black:focus,
a.button-style.text-black[class*="border-"]:focus,
a.button-style.button-style.text-black:active,
a.button-style.button-style.text-black[class*="border-"]:active,
a.button-style.button-style.text-black.active,
a.button-style.button-style.text-black[class*="border-"].active {
  color: #000000 !important;
}
/* hover */
a.button-style:hover > .text-hover-black,
a.button-style:hover > .text-hover-black[class*="border-"],
a.button-style.button-style.text-hover-black:hover,
a.button-style.button-style.text-hover-black[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-black.active,
a.button-style.button-style.button-style.text-hover-black[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-black:active,
a.button-style.button-style.button-style.text-hover-black[class*="border-"]:active,
a.button-style.button-style.text-hover-black:focus,
a.button-style.button-style.text-hover-black[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-black:hover,
.text-hover-black.language-url:hover,
.text-hover-black .language-url:hover,
.text-hover-black.carousel-control:hover,
.text-hover-black.gallery-nav:hover,
.popupmenitems.text-hover-black .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-black:hover {
  color: #000000 !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-black:active,
a.button-style.button-style.button-style.button-style.text-active-black[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-black.active,
a.button-style.button-style.button-style.button-style.text-active-black[class*="border-"].active,
a.button-style.button-style.active > .text-active-black,
a.button-style.button-style.active > .text-active-black[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-black.active,
.popupmenitems.popupmenitems.text-active-black .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-black.active {
  color: #000000 !important;
}
.text-black .svg-link {
  fill: #000000;
}
.text-hover-black:hover .svg-link,
.text-hover-black:focus .svg-link,
.button-style:hover > .text-hover-black .svg-link {
  fill: #000000;
}
.text-active-black:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-black .svg-link,
.button-style.button-style.active > .text-active-black .svg-link {
  fill: #000000;
}
.link.text-black:hover {
  color: #000000 !important;
}
a.link.text-hover-black:hover {
  color: #000000 !important;
}
.text-body-color,
.input.text-body-color,
.input.text-body-color[class*="border-"],
li.active > a.button-style.text-body-color,
li.active > a.button-style.text-body-color[class*="border-"],
a.button-style.text-body-color,
a.button-style.text-body-color[class*="border-"] {
  color: #111111 !important;
  
  
  
}
a.button-style.text-body-color:hover,
a.button-style.text-body-color[class*="border-"]:hover,
a.button-style.text-body-color:focus,
a.button-style.text-body-color[class*="border-"]:focus,
a.button-style.button-style.text-body-color:active,
a.button-style.button-style.text-body-color[class*="border-"]:active,
a.button-style.button-style.text-body-color.active,
a.button-style.button-style.text-body-color[class*="border-"].active {
  color: #0f0f0f !important;
}
/* hover */
a.button-style:hover > .text-hover-body-color,
a.button-style:hover > .text-hover-body-color[class*="border-"],
a.button-style.button-style.text-hover-body-color:hover,
a.button-style.button-style.text-hover-body-color[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-body-color.active,
a.button-style.button-style.button-style.text-hover-body-color[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-body-color:active,
a.button-style.button-style.button-style.text-hover-body-color[class*="border-"]:active,
a.button-style.button-style.text-hover-body-color:focus,
a.button-style.button-style.text-hover-body-color[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-body-color:hover,
.text-hover-body-color.language-url:hover,
.text-hover-body-color .language-url:hover,
.text-hover-body-color.carousel-control:hover,
.text-hover-body-color.gallery-nav:hover,
.popupmenitems.text-hover-body-color .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-body-color:hover {
  color: #111111 !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-body-color:active,
a.button-style.button-style.button-style.button-style.text-active-body-color[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-body-color.active,
a.button-style.button-style.button-style.button-style.text-active-body-color[class*="border-"].active,
a.button-style.button-style.active > .text-active-body-color,
a.button-style.button-style.active > .text-active-body-color[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-body-color.active,
.popupmenitems.popupmenitems.text-active-body-color .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-body-color.active {
  color: #111111 !important;
}
.text-body-color .svg-link {
  fill: #111111;
}
.text-hover-body-color:hover .svg-link,
.text-hover-body-color:focus .svg-link,
.button-style:hover > .text-hover-body-color .svg-link {
  fill: #111111;
}
.text-active-body-color:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-body-color .svg-link,
.button-style.button-style.active > .text-active-body-color .svg-link {
  fill: #111111;
}
.link.text-body-color:hover {
  color: #0f0f0f !important;
}
a.link.text-hover-body-color:hover {
  color: #111111 !important;
}
.text-body-alt-color,
.input.text-body-alt-color,
.input.text-body-alt-color[class*="border-"],
li.active > a.button-style.text-body-alt-color,
li.active > a.button-style.text-body-alt-color[class*="border-"],
a.button-style.text-body-alt-color,
a.button-style.text-body-alt-color[class*="border-"] {
  color: #ffffff !important;
  
  
  
}
a.button-style.text-body-alt-color:hover,
a.button-style.text-body-alt-color[class*="border-"]:hover,
a.button-style.text-body-alt-color:focus,
a.button-style.text-body-alt-color[class*="border-"]:focus,
a.button-style.button-style.text-body-alt-color:active,
a.button-style.button-style.text-body-alt-color[class*="border-"]:active,
a.button-style.button-style.text-body-alt-color.active,
a.button-style.button-style.text-body-alt-color[class*="border-"].active {
  color: #e6e6e6 !important;
}
/* hover */
a.button-style:hover > .text-hover-body-alt-color,
a.button-style:hover > .text-hover-body-alt-color[class*="border-"],
a.button-style.button-style.text-hover-body-alt-color:hover,
a.button-style.button-style.text-hover-body-alt-color[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-body-alt-color.active,
a.button-style.button-style.button-style.text-hover-body-alt-color[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-body-alt-color:active,
a.button-style.button-style.button-style.text-hover-body-alt-color[class*="border-"]:active,
a.button-style.button-style.text-hover-body-alt-color:focus,
a.button-style.button-style.text-hover-body-alt-color[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-body-alt-color:hover,
.text-hover-body-alt-color.language-url:hover,
.text-hover-body-alt-color .language-url:hover,
.text-hover-body-alt-color.carousel-control:hover,
.text-hover-body-alt-color.gallery-nav:hover,
.popupmenitems.text-hover-body-alt-color .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-body-alt-color:hover {
  color: #ffffff !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-body-alt-color:active,
a.button-style.button-style.button-style.button-style.text-active-body-alt-color[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-body-alt-color.active,
a.button-style.button-style.button-style.button-style.text-active-body-alt-color[class*="border-"].active,
a.button-style.button-style.active > .text-active-body-alt-color,
a.button-style.button-style.active > .text-active-body-alt-color[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-body-alt-color.active,
.popupmenitems.popupmenitems.text-active-body-alt-color .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-body-alt-color.active {
  color: #ffffff !important;
}
.text-body-alt-color .svg-link {
  fill: #ffffff;
}
.text-hover-body-alt-color:hover .svg-link,
.text-hover-body-alt-color:focus .svg-link,
.button-style:hover > .text-hover-body-alt-color .svg-link {
  fill: #ffffff;
}
.text-active-body-alt-color:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-body-alt-color .svg-link,
.button-style.button-style.active > .text-active-body-alt-color .svg-link {
  fill: #ffffff;
}
.link.text-body-alt-color:hover {
  color: #e6e6e6 !important;
}
a.link.text-hover-body-alt-color:hover {
  color: #ffffff !important;
}
.text-grey-25,
.input.text-grey-25,
.input.text-grey-25[class*="border-"],
li.active > a.button-style.text-grey-25,
li.active > a.button-style.text-grey-25[class*="border-"],
a.button-style.text-grey-25,
a.button-style.text-grey-25[class*="border-"] {
  color: #c0c0c0 !important;
  
  
  
}
a.button-style.text-grey-25:hover,
a.button-style.text-grey-25[class*="border-"]:hover,
a.button-style.text-grey-25:focus,
a.button-style.text-grey-25[class*="border-"]:focus,
a.button-style.button-style.text-grey-25:active,
a.button-style.button-style.text-grey-25[class*="border-"]:active,
a.button-style.button-style.text-grey-25.active,
a.button-style.button-style.text-grey-25[class*="border-"].active {
  color: #adadad !important;
}
/* hover */
a.button-style:hover > .text-hover-grey-25,
a.button-style:hover > .text-hover-grey-25[class*="border-"],
a.button-style.button-style.text-hover-grey-25:hover,
a.button-style.button-style.text-hover-grey-25[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-grey-25.active,
a.button-style.button-style.button-style.text-hover-grey-25[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-grey-25:active,
a.button-style.button-style.button-style.text-hover-grey-25[class*="border-"]:active,
a.button-style.button-style.text-hover-grey-25:focus,
a.button-style.button-style.text-hover-grey-25[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-grey-25:hover,
.text-hover-grey-25.language-url:hover,
.text-hover-grey-25 .language-url:hover,
.text-hover-grey-25.carousel-control:hover,
.text-hover-grey-25.gallery-nav:hover,
.popupmenitems.text-hover-grey-25 .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-grey-25:hover {
  color: #c0c0c0 !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-grey-25:active,
a.button-style.button-style.button-style.button-style.text-active-grey-25[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-grey-25.active,
a.button-style.button-style.button-style.button-style.text-active-grey-25[class*="border-"].active,
a.button-style.button-style.active > .text-active-grey-25,
a.button-style.button-style.active > .text-active-grey-25[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-grey-25.active,
.popupmenitems.popupmenitems.text-active-grey-25 .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-grey-25.active {
  color: #c0c0c0 !important;
}
.text-grey-25 .svg-link {
  fill: #c0c0c0;
}
.text-hover-grey-25:hover .svg-link,
.text-hover-grey-25:focus .svg-link,
.button-style:hover > .text-hover-grey-25 .svg-link {
  fill: #c0c0c0;
}
.text-active-grey-25:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-grey-25 .svg-link,
.button-style.button-style.active > .text-active-grey-25 .svg-link {
  fill: #c0c0c0;
}
.link.text-grey-25:hover {
  color: #adadad !important;
}
a.link.text-hover-grey-25:hover {
  color: #c0c0c0 !important;
}
.text-grey-5,
.input.text-grey-5,
.input.text-grey-5[class*="border-"],
li.active > a.button-style.text-grey-5,
li.active > a.button-style.text-grey-5[class*="border-"],
a.button-style.text-grey-5,
a.button-style.text-grey-5[class*="border-"] {
  color: #f2f2f2 !important;
  
  
  
}
a.button-style.text-grey-5:hover,
a.button-style.text-grey-5[class*="border-"]:hover,
a.button-style.text-grey-5:focus,
a.button-style.text-grey-5[class*="border-"]:focus,
a.button-style.button-style.text-grey-5:active,
a.button-style.button-style.text-grey-5[class*="border-"]:active,
a.button-style.button-style.text-grey-5.active,
a.button-style.button-style.text-grey-5[class*="border-"].active {
  color: #dadada !important;
}
/* hover */
a.button-style:hover > .text-hover-grey-5,
a.button-style:hover > .text-hover-grey-5[class*="border-"],
a.button-style.button-style.text-hover-grey-5:hover,
a.button-style.button-style.text-hover-grey-5[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-grey-5.active,
a.button-style.button-style.button-style.text-hover-grey-5[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-grey-5:active,
a.button-style.button-style.button-style.text-hover-grey-5[class*="border-"]:active,
a.button-style.button-style.text-hover-grey-5:focus,
a.button-style.button-style.text-hover-grey-5[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-grey-5:hover,
.text-hover-grey-5.language-url:hover,
.text-hover-grey-5 .language-url:hover,
.text-hover-grey-5.carousel-control:hover,
.text-hover-grey-5.gallery-nav:hover,
.popupmenitems.text-hover-grey-5 .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-grey-5:hover {
  color: #f2f2f2 !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-grey-5:active,
a.button-style.button-style.button-style.button-style.text-active-grey-5[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-grey-5.active,
a.button-style.button-style.button-style.button-style.text-active-grey-5[class*="border-"].active,
a.button-style.button-style.active > .text-active-grey-5,
a.button-style.button-style.active > .text-active-grey-5[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-grey-5.active,
.popupmenitems.popupmenitems.text-active-grey-5 .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-grey-5.active {
  color: #f2f2f2 !important;
}
.text-grey-5 .svg-link {
  fill: #f2f2f2;
}
.text-hover-grey-5:hover .svg-link,
.text-hover-grey-5:focus .svg-link,
.button-style:hover > .text-hover-grey-5 .svg-link {
  fill: #f2f2f2;
}
.text-active-grey-5:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-grey-5 .svg-link,
.button-style.button-style.active > .text-active-grey-5 .svg-link {
  fill: #f2f2f2;
}
.link.text-grey-5:hover {
  color: #dadada !important;
}
a.link.text-hover-grey-5:hover {
  color: #f2f2f2 !important;
}
.text-grey-10,
.input.text-grey-10,
.input.text-grey-10[class*="border-"],
li.active > a.button-style.text-grey-10,
li.active > a.button-style.text-grey-10[class*="border-"],
a.button-style.text-grey-10,
a.button-style.text-grey-10[class*="border-"] {
  color: #e5e5e5 !important;
  
  
  
}
a.button-style.text-grey-10:hover,
a.button-style.text-grey-10[class*="border-"]:hover,
a.button-style.text-grey-10:focus,
a.button-style.text-grey-10[class*="border-"]:focus,
a.button-style.button-style.text-grey-10:active,
a.button-style.button-style.text-grey-10[class*="border-"]:active,
a.button-style.button-style.text-grey-10.active,
a.button-style.button-style.text-grey-10[class*="border-"].active {
  color: #cecece !important;
}
/* hover */
a.button-style:hover > .text-hover-grey-10,
a.button-style:hover > .text-hover-grey-10[class*="border-"],
a.button-style.button-style.text-hover-grey-10:hover,
a.button-style.button-style.text-hover-grey-10[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-grey-10.active,
a.button-style.button-style.button-style.text-hover-grey-10[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-grey-10:active,
a.button-style.button-style.button-style.text-hover-grey-10[class*="border-"]:active,
a.button-style.button-style.text-hover-grey-10:focus,
a.button-style.button-style.text-hover-grey-10[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-grey-10:hover,
.text-hover-grey-10.language-url:hover,
.text-hover-grey-10 .language-url:hover,
.text-hover-grey-10.carousel-control:hover,
.text-hover-grey-10.gallery-nav:hover,
.popupmenitems.text-hover-grey-10 .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-grey-10:hover {
  color: #e5e5e5 !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-grey-10:active,
a.button-style.button-style.button-style.button-style.text-active-grey-10[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-grey-10.active,
a.button-style.button-style.button-style.button-style.text-active-grey-10[class*="border-"].active,
a.button-style.button-style.active > .text-active-grey-10,
a.button-style.button-style.active > .text-active-grey-10[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-grey-10.active,
.popupmenitems.popupmenitems.text-active-grey-10 .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-grey-10.active {
  color: #e5e5e5 !important;
}
.text-grey-10 .svg-link {
  fill: #e5e5e5;
}
.text-hover-grey-10:hover .svg-link,
.text-hover-grey-10:focus .svg-link,
.button-style:hover > .text-hover-grey-10 .svg-link {
  fill: #e5e5e5;
}
.text-active-grey-10:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-grey-10 .svg-link,
.button-style.button-style.active > .text-active-grey-10 .svg-link {
  fill: #e5e5e5;
}
.link.text-grey-10:hover {
  color: #cecece !important;
}
a.link.text-hover-grey-10:hover {
  color: #e5e5e5 !important;
}
.text-grey-15,
.input.text-grey-15,
.input.text-grey-15[class*="border-"],
li.active > a.button-style.text-grey-15,
li.active > a.button-style.text-grey-15[class*="border-"],
a.button-style.text-grey-15,
a.button-style.text-grey-15[class*="border-"] {
  color: #d9d9d9 !important;
  
  
  
}
a.button-style.text-grey-15:hover,
a.button-style.text-grey-15[class*="border-"]:hover,
a.button-style.text-grey-15:focus,
a.button-style.text-grey-15[class*="border-"]:focus,
a.button-style.button-style.text-grey-15:active,
a.button-style.button-style.text-grey-15[class*="border-"]:active,
a.button-style.button-style.text-grey-15.active,
a.button-style.button-style.text-grey-15[class*="border-"].active {
  color: #c3c3c3 !important;
}
/* hover */
a.button-style:hover > .text-hover-grey-15,
a.button-style:hover > .text-hover-grey-15[class*="border-"],
a.button-style.button-style.text-hover-grey-15:hover,
a.button-style.button-style.text-hover-grey-15[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-grey-15.active,
a.button-style.button-style.button-style.text-hover-grey-15[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-grey-15:active,
a.button-style.button-style.button-style.text-hover-grey-15[class*="border-"]:active,
a.button-style.button-style.text-hover-grey-15:focus,
a.button-style.button-style.text-hover-grey-15[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-grey-15:hover,
.text-hover-grey-15.language-url:hover,
.text-hover-grey-15 .language-url:hover,
.text-hover-grey-15.carousel-control:hover,
.text-hover-grey-15.gallery-nav:hover,
.popupmenitems.text-hover-grey-15 .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-grey-15:hover {
  color: #d9d9d9 !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-grey-15:active,
a.button-style.button-style.button-style.button-style.text-active-grey-15[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-grey-15.active,
a.button-style.button-style.button-style.button-style.text-active-grey-15[class*="border-"].active,
a.button-style.button-style.active > .text-active-grey-15,
a.button-style.button-style.active > .text-active-grey-15[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-grey-15.active,
.popupmenitems.popupmenitems.text-active-grey-15 .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-grey-15.active {
  color: #d9d9d9 !important;
}
.text-grey-15 .svg-link {
  fill: #d9d9d9;
}
.text-hover-grey-15:hover .svg-link,
.text-hover-grey-15:focus .svg-link,
.button-style:hover > .text-hover-grey-15 .svg-link {
  fill: #d9d9d9;
}
.text-active-grey-15:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-grey-15 .svg-link,
.button-style.button-style.active > .text-active-grey-15 .svg-link {
  fill: #d9d9d9;
}
.link.text-grey-15:hover {
  color: #c3c3c3 !important;
}
a.link.text-hover-grey-15:hover {
  color: #d9d9d9 !important;
}
.text-grey-25,
.input.text-grey-25,
.input.text-grey-25[class*="border-"],
li.active > a.button-style.text-grey-25,
li.active > a.button-style.text-grey-25[class*="border-"],
a.button-style.text-grey-25,
a.button-style.text-grey-25[class*="border-"] {
  color: #c0c0c0 !important;
  
  
  
}
a.button-style.text-grey-25:hover,
a.button-style.text-grey-25[class*="border-"]:hover,
a.button-style.text-grey-25:focus,
a.button-style.text-grey-25[class*="border-"]:focus,
a.button-style.button-style.text-grey-25:active,
a.button-style.button-style.text-grey-25[class*="border-"]:active,
a.button-style.button-style.text-grey-25.active,
a.button-style.button-style.text-grey-25[class*="border-"].active {
  color: #adadad !important;
}
/* hover */
a.button-style:hover > .text-hover-grey-25,
a.button-style:hover > .text-hover-grey-25[class*="border-"],
a.button-style.button-style.text-hover-grey-25:hover,
a.button-style.button-style.text-hover-grey-25[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-grey-25.active,
a.button-style.button-style.button-style.text-hover-grey-25[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-grey-25:active,
a.button-style.button-style.button-style.text-hover-grey-25[class*="border-"]:active,
a.button-style.button-style.text-hover-grey-25:focus,
a.button-style.button-style.text-hover-grey-25[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-grey-25:hover,
.text-hover-grey-25.language-url:hover,
.text-hover-grey-25 .language-url:hover,
.text-hover-grey-25.carousel-control:hover,
.text-hover-grey-25.gallery-nav:hover,
.popupmenitems.text-hover-grey-25 .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-grey-25:hover {
  color: #c0c0c0 !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-grey-25:active,
a.button-style.button-style.button-style.button-style.text-active-grey-25[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-grey-25.active,
a.button-style.button-style.button-style.button-style.text-active-grey-25[class*="border-"].active,
a.button-style.button-style.active > .text-active-grey-25,
a.button-style.button-style.active > .text-active-grey-25[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-grey-25.active,
.popupmenitems.popupmenitems.text-active-grey-25 .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-grey-25.active {
  color: #c0c0c0 !important;
}
.text-grey-25 .svg-link {
  fill: #c0c0c0;
}
.text-hover-grey-25:hover .svg-link,
.text-hover-grey-25:focus .svg-link,
.button-style:hover > .text-hover-grey-25 .svg-link {
  fill: #c0c0c0;
}
.text-active-grey-25:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-grey-25 .svg-link,
.button-style.button-style.active > .text-active-grey-25 .svg-link {
  fill: #c0c0c0;
}
.link.text-grey-25:hover {
  color: #adadad !important;
}
a.link.text-hover-grey-25:hover {
  color: #c0c0c0 !important;
}
.text-grey-30,
.input.text-grey-30,
.input.text-grey-30[class*="border-"],
li.active > a.button-style.text-grey-30,
li.active > a.button-style.text-grey-30[class*="border-"],
a.button-style.text-grey-30,
a.button-style.text-grey-30[class*="border-"] {
  color: #b3b3b3 !important;
  
  
  
}
a.button-style.text-grey-30:hover,
a.button-style.text-grey-30[class*="border-"]:hover,
a.button-style.text-grey-30:focus,
a.button-style.text-grey-30[class*="border-"]:focus,
a.button-style.button-style.text-grey-30:active,
a.button-style.button-style.text-grey-30[class*="border-"]:active,
a.button-style.button-style.text-grey-30.active,
a.button-style.button-style.text-grey-30[class*="border-"].active {
  color: #a1a1a1 !important;
}
/* hover */
a.button-style:hover > .text-hover-grey-30,
a.button-style:hover > .text-hover-grey-30[class*="border-"],
a.button-style.button-style.text-hover-grey-30:hover,
a.button-style.button-style.text-hover-grey-30[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-grey-30.active,
a.button-style.button-style.button-style.text-hover-grey-30[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-grey-30:active,
a.button-style.button-style.button-style.text-hover-grey-30[class*="border-"]:active,
a.button-style.button-style.text-hover-grey-30:focus,
a.button-style.button-style.text-hover-grey-30[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-grey-30:hover,
.text-hover-grey-30.language-url:hover,
.text-hover-grey-30 .language-url:hover,
.text-hover-grey-30.carousel-control:hover,
.text-hover-grey-30.gallery-nav:hover,
.popupmenitems.text-hover-grey-30 .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-grey-30:hover {
  color: #b3b3b3 !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-grey-30:active,
a.button-style.button-style.button-style.button-style.text-active-grey-30[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-grey-30.active,
a.button-style.button-style.button-style.button-style.text-active-grey-30[class*="border-"].active,
a.button-style.button-style.active > .text-active-grey-30,
a.button-style.button-style.active > .text-active-grey-30[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-grey-30.active,
.popupmenitems.popupmenitems.text-active-grey-30 .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-grey-30.active {
  color: #b3b3b3 !important;
}
.text-grey-30 .svg-link {
  fill: #b3b3b3;
}
.text-hover-grey-30:hover .svg-link,
.text-hover-grey-30:focus .svg-link,
.button-style:hover > .text-hover-grey-30 .svg-link {
  fill: #b3b3b3;
}
.text-active-grey-30:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-grey-30 .svg-link,
.button-style.button-style.active > .text-active-grey-30 .svg-link {
  fill: #b3b3b3;
}
.link.text-grey-30:hover {
  color: #a1a1a1 !important;
}
a.link.text-hover-grey-30:hover {
  color: #b3b3b3 !important;
}
.text-grey-40,
.input.text-grey-40,
.input.text-grey-40[class*="border-"],
li.active > a.button-style.text-grey-40,
li.active > a.button-style.text-grey-40[class*="border-"],
a.button-style.text-grey-40,
a.button-style.text-grey-40[class*="border-"] {
  color: #999999 !important;
  
  
  
}
a.button-style.text-grey-40:hover,
a.button-style.text-grey-40[class*="border-"]:hover,
a.button-style.text-grey-40:focus,
a.button-style.text-grey-40[class*="border-"]:focus,
a.button-style.button-style.text-grey-40:active,
a.button-style.button-style.text-grey-40[class*="border-"]:active,
a.button-style.button-style.text-grey-40.active,
a.button-style.button-style.text-grey-40[class*="border-"].active {
  color: #8a8a8a !important;
}
/* hover */
a.button-style:hover > .text-hover-grey-40,
a.button-style:hover > .text-hover-grey-40[class*="border-"],
a.button-style.button-style.text-hover-grey-40:hover,
a.button-style.button-style.text-hover-grey-40[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-grey-40.active,
a.button-style.button-style.button-style.text-hover-grey-40[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-grey-40:active,
a.button-style.button-style.button-style.text-hover-grey-40[class*="border-"]:active,
a.button-style.button-style.text-hover-grey-40:focus,
a.button-style.button-style.text-hover-grey-40[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-grey-40:hover,
.text-hover-grey-40.language-url:hover,
.text-hover-grey-40 .language-url:hover,
.text-hover-grey-40.carousel-control:hover,
.text-hover-grey-40.gallery-nav:hover,
.popupmenitems.text-hover-grey-40 .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-grey-40:hover {
  color: #999999 !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-grey-40:active,
a.button-style.button-style.button-style.button-style.text-active-grey-40[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-grey-40.active,
a.button-style.button-style.button-style.button-style.text-active-grey-40[class*="border-"].active,
a.button-style.button-style.active > .text-active-grey-40,
a.button-style.button-style.active > .text-active-grey-40[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-grey-40.active,
.popupmenitems.popupmenitems.text-active-grey-40 .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-grey-40.active {
  color: #999999 !important;
}
.text-grey-40 .svg-link {
  fill: #999999;
}
.text-hover-grey-40:hover .svg-link,
.text-hover-grey-40:focus .svg-link,
.button-style:hover > .text-hover-grey-40 .svg-link {
  fill: #999999;
}
.text-active-grey-40:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-grey-40 .svg-link,
.button-style.button-style.active > .text-active-grey-40 .svg-link {
  fill: #999999;
}
.link.text-grey-40:hover {
  color: #8a8a8a !important;
}
a.link.text-hover-grey-40:hover {
  color: #999999 !important;
}
.text-grey-50,
.input.text-grey-50,
.input.text-grey-50[class*="border-"],
li.active > a.button-style.text-grey-50,
li.active > a.button-style.text-grey-50[class*="border-"],
a.button-style.text-grey-50,
a.button-style.text-grey-50[class*="border-"] {
  color: #808080 !important;
  
  
  
}
a.button-style.text-grey-50:hover,
a.button-style.text-grey-50[class*="border-"]:hover,
a.button-style.text-grey-50:focus,
a.button-style.text-grey-50[class*="border-"]:focus,
a.button-style.button-style.text-grey-50:active,
a.button-style.button-style.text-grey-50[class*="border-"]:active,
a.button-style.button-style.text-grey-50.active,
a.button-style.button-style.text-grey-50[class*="border-"].active {
  color: #737373 !important;
}
/* hover */
a.button-style:hover > .text-hover-grey-50,
a.button-style:hover > .text-hover-grey-50[class*="border-"],
a.button-style.button-style.text-hover-grey-50:hover,
a.button-style.button-style.text-hover-grey-50[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-grey-50.active,
a.button-style.button-style.button-style.text-hover-grey-50[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-grey-50:active,
a.button-style.button-style.button-style.text-hover-grey-50[class*="border-"]:active,
a.button-style.button-style.text-hover-grey-50:focus,
a.button-style.button-style.text-hover-grey-50[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-grey-50:hover,
.text-hover-grey-50.language-url:hover,
.text-hover-grey-50 .language-url:hover,
.text-hover-grey-50.carousel-control:hover,
.text-hover-grey-50.gallery-nav:hover,
.popupmenitems.text-hover-grey-50 .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-grey-50:hover {
  color: #808080 !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-grey-50:active,
a.button-style.button-style.button-style.button-style.text-active-grey-50[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-grey-50.active,
a.button-style.button-style.button-style.button-style.text-active-grey-50[class*="border-"].active,
a.button-style.button-style.active > .text-active-grey-50,
a.button-style.button-style.active > .text-active-grey-50[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-grey-50.active,
.popupmenitems.popupmenitems.text-active-grey-50 .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-grey-50.active {
  color: #808080 !important;
}
.text-grey-50 .svg-link {
  fill: #808080;
}
.text-hover-grey-50:hover .svg-link,
.text-hover-grey-50:focus .svg-link,
.button-style:hover > .text-hover-grey-50 .svg-link {
  fill: #808080;
}
.text-active-grey-50:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-grey-50 .svg-link,
.button-style.button-style.active > .text-active-grey-50 .svg-link {
  fill: #808080;
}
.link.text-grey-50:hover {
  color: #737373 !important;
}
a.link.text-hover-grey-50:hover {
  color: #808080 !important;
}
.text-grey-60,
.input.text-grey-60,
.input.text-grey-60[class*="border-"],
li.active > a.button-style.text-grey-60,
li.active > a.button-style.text-grey-60[class*="border-"],
a.button-style.text-grey-60,
a.button-style.text-grey-60[class*="border-"] {
  color: #666666 !important;
  
  
  
}
a.button-style.text-grey-60:hover,
a.button-style.text-grey-60[class*="border-"]:hover,
a.button-style.text-grey-60:focus,
a.button-style.text-grey-60[class*="border-"]:focus,
a.button-style.button-style.text-grey-60:active,
a.button-style.button-style.text-grey-60[class*="border-"]:active,
a.button-style.button-style.text-grey-60.active,
a.button-style.button-style.text-grey-60[class*="border-"].active {
  color: #5c5c5c !important;
}
/* hover */
a.button-style:hover > .text-hover-grey-60,
a.button-style:hover > .text-hover-grey-60[class*="border-"],
a.button-style.button-style.text-hover-grey-60:hover,
a.button-style.button-style.text-hover-grey-60[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-grey-60.active,
a.button-style.button-style.button-style.text-hover-grey-60[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-grey-60:active,
a.button-style.button-style.button-style.text-hover-grey-60[class*="border-"]:active,
a.button-style.button-style.text-hover-grey-60:focus,
a.button-style.button-style.text-hover-grey-60[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-grey-60:hover,
.text-hover-grey-60.language-url:hover,
.text-hover-grey-60 .language-url:hover,
.text-hover-grey-60.carousel-control:hover,
.text-hover-grey-60.gallery-nav:hover,
.popupmenitems.text-hover-grey-60 .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-grey-60:hover {
  color: #666666 !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-grey-60:active,
a.button-style.button-style.button-style.button-style.text-active-grey-60[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-grey-60.active,
a.button-style.button-style.button-style.button-style.text-active-grey-60[class*="border-"].active,
a.button-style.button-style.active > .text-active-grey-60,
a.button-style.button-style.active > .text-active-grey-60[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-grey-60.active,
.popupmenitems.popupmenitems.text-active-grey-60 .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-grey-60.active {
  color: #666666 !important;
}
.text-grey-60 .svg-link {
  fill: #666666;
}
.text-hover-grey-60:hover .svg-link,
.text-hover-grey-60:focus .svg-link,
.button-style:hover > .text-hover-grey-60 .svg-link {
  fill: #666666;
}
.text-active-grey-60:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-grey-60 .svg-link,
.button-style.button-style.active > .text-active-grey-60 .svg-link {
  fill: #666666;
}
.link.text-grey-60:hover {
  color: #5c5c5c !important;
}
a.link.text-hover-grey-60:hover {
  color: #666666 !important;
}
.text-grey-70,
.input.text-grey-70,
.input.text-grey-70[class*="border-"],
li.active > a.button-style.text-grey-70,
li.active > a.button-style.text-grey-70[class*="border-"],
a.button-style.text-grey-70,
a.button-style.text-grey-70[class*="border-"] {
  color: #4d4d4d !important;
  
  
  
}
a.button-style.text-grey-70:hover,
a.button-style.text-grey-70[class*="border-"]:hover,
a.button-style.text-grey-70:focus,
a.button-style.text-grey-70[class*="border-"]:focus,
a.button-style.button-style.text-grey-70:active,
a.button-style.button-style.text-grey-70[class*="border-"]:active,
a.button-style.button-style.text-grey-70.active,
a.button-style.button-style.text-grey-70[class*="border-"].active {
  color: #454545 !important;
}
/* hover */
a.button-style:hover > .text-hover-grey-70,
a.button-style:hover > .text-hover-grey-70[class*="border-"],
a.button-style.button-style.text-hover-grey-70:hover,
a.button-style.button-style.text-hover-grey-70[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-grey-70.active,
a.button-style.button-style.button-style.text-hover-grey-70[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-grey-70:active,
a.button-style.button-style.button-style.text-hover-grey-70[class*="border-"]:active,
a.button-style.button-style.text-hover-grey-70:focus,
a.button-style.button-style.text-hover-grey-70[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-grey-70:hover,
.text-hover-grey-70.language-url:hover,
.text-hover-grey-70 .language-url:hover,
.text-hover-grey-70.carousel-control:hover,
.text-hover-grey-70.gallery-nav:hover,
.popupmenitems.text-hover-grey-70 .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-grey-70:hover {
  color: #4d4d4d !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-grey-70:active,
a.button-style.button-style.button-style.button-style.text-active-grey-70[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-grey-70.active,
a.button-style.button-style.button-style.button-style.text-active-grey-70[class*="border-"].active,
a.button-style.button-style.active > .text-active-grey-70,
a.button-style.button-style.active > .text-active-grey-70[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-grey-70.active,
.popupmenitems.popupmenitems.text-active-grey-70 .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-grey-70.active {
  color: #4d4d4d !important;
}
.text-grey-70 .svg-link {
  fill: #4d4d4d;
}
.text-hover-grey-70:hover .svg-link,
.text-hover-grey-70:focus .svg-link,
.button-style:hover > .text-hover-grey-70 .svg-link {
  fill: #4d4d4d;
}
.text-active-grey-70:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-grey-70 .svg-link,
.button-style.button-style.active > .text-active-grey-70 .svg-link {
  fill: #4d4d4d;
}
.link.text-grey-70:hover {
  color: #454545 !important;
}
a.link.text-hover-grey-70:hover {
  color: #4d4d4d !important;
}
.text-grey-75,
.input.text-grey-75,
.input.text-grey-75[class*="border-"],
li.active > a.button-style.text-grey-75,
li.active > a.button-style.text-grey-75[class*="border-"],
a.button-style.text-grey-75,
a.button-style.text-grey-75[class*="border-"] {
  color: #404040 !important;
  
  
  
}
a.button-style.text-grey-75:hover,
a.button-style.text-grey-75[class*="border-"]:hover,
a.button-style.text-grey-75:focus,
a.button-style.text-grey-75[class*="border-"]:focus,
a.button-style.button-style.text-grey-75:active,
a.button-style.button-style.text-grey-75[class*="border-"]:active,
a.button-style.button-style.text-grey-75.active,
a.button-style.button-style.text-grey-75[class*="border-"].active {
  color: #3a3a3a !important;
}
/* hover */
a.button-style:hover > .text-hover-grey-75,
a.button-style:hover > .text-hover-grey-75[class*="border-"],
a.button-style.button-style.text-hover-grey-75:hover,
a.button-style.button-style.text-hover-grey-75[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-grey-75.active,
a.button-style.button-style.button-style.text-hover-grey-75[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-grey-75:active,
a.button-style.button-style.button-style.text-hover-grey-75[class*="border-"]:active,
a.button-style.button-style.text-hover-grey-75:focus,
a.button-style.button-style.text-hover-grey-75[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-grey-75:hover,
.text-hover-grey-75.language-url:hover,
.text-hover-grey-75 .language-url:hover,
.text-hover-grey-75.carousel-control:hover,
.text-hover-grey-75.gallery-nav:hover,
.popupmenitems.text-hover-grey-75 .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-grey-75:hover {
  color: #404040 !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-grey-75:active,
a.button-style.button-style.button-style.button-style.text-active-grey-75[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-grey-75.active,
a.button-style.button-style.button-style.button-style.text-active-grey-75[class*="border-"].active,
a.button-style.button-style.active > .text-active-grey-75,
a.button-style.button-style.active > .text-active-grey-75[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-grey-75.active,
.popupmenitems.popupmenitems.text-active-grey-75 .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-grey-75.active {
  color: #404040 !important;
}
.text-grey-75 .svg-link {
  fill: #404040;
}
.text-hover-grey-75:hover .svg-link,
.text-hover-grey-75:focus .svg-link,
.button-style:hover > .text-hover-grey-75 .svg-link {
  fill: #404040;
}
.text-active-grey-75:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-grey-75 .svg-link,
.button-style.button-style.active > .text-active-grey-75 .svg-link {
  fill: #404040;
}
.link.text-grey-75:hover {
  color: #3a3a3a !important;
}
a.link.text-hover-grey-75:hover {
  color: #404040 !important;
}
.text-grey-80,
.input.text-grey-80,
.input.text-grey-80[class*="border-"],
li.active > a.button-style.text-grey-80,
li.active > a.button-style.text-grey-80[class*="border-"],
a.button-style.text-grey-80,
a.button-style.text-grey-80[class*="border-"] {
  color: #333333 !important;
  
  
  
}
a.button-style.text-grey-80:hover,
a.button-style.text-grey-80[class*="border-"]:hover,
a.button-style.text-grey-80:focus,
a.button-style.text-grey-80[class*="border-"]:focus,
a.button-style.button-style.text-grey-80:active,
a.button-style.button-style.text-grey-80[class*="border-"]:active,
a.button-style.button-style.text-grey-80.active,
a.button-style.button-style.text-grey-80[class*="border-"].active {
  color: #2e2e2e !important;
}
/* hover */
a.button-style:hover > .text-hover-grey-80,
a.button-style:hover > .text-hover-grey-80[class*="border-"],
a.button-style.button-style.text-hover-grey-80:hover,
a.button-style.button-style.text-hover-grey-80[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-grey-80.active,
a.button-style.button-style.button-style.text-hover-grey-80[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-grey-80:active,
a.button-style.button-style.button-style.text-hover-grey-80[class*="border-"]:active,
a.button-style.button-style.text-hover-grey-80:focus,
a.button-style.button-style.text-hover-grey-80[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-grey-80:hover,
.text-hover-grey-80.language-url:hover,
.text-hover-grey-80 .language-url:hover,
.text-hover-grey-80.carousel-control:hover,
.text-hover-grey-80.gallery-nav:hover,
.popupmenitems.text-hover-grey-80 .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-grey-80:hover {
  color: #333333 !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-grey-80:active,
a.button-style.button-style.button-style.button-style.text-active-grey-80[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-grey-80.active,
a.button-style.button-style.button-style.button-style.text-active-grey-80[class*="border-"].active,
a.button-style.button-style.active > .text-active-grey-80,
a.button-style.button-style.active > .text-active-grey-80[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-grey-80.active,
.popupmenitems.popupmenitems.text-active-grey-80 .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-grey-80.active {
  color: #333333 !important;
}
.text-grey-80 .svg-link {
  fill: #333333;
}
.text-hover-grey-80:hover .svg-link,
.text-hover-grey-80:focus .svg-link,
.button-style:hover > .text-hover-grey-80 .svg-link {
  fill: #333333;
}
.text-active-grey-80:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-grey-80 .svg-link,
.button-style.button-style.active > .text-active-grey-80 .svg-link {
  fill: #333333;
}
.link.text-grey-80:hover {
  color: #2e2e2e !important;
}
a.link.text-hover-grey-80:hover {
  color: #333333 !important;
}
.text-grey-90,
.input.text-grey-90,
.input.text-grey-90[class*="border-"],
li.active > a.button-style.text-grey-90,
li.active > a.button-style.text-grey-90[class*="border-"],
a.button-style.text-grey-90,
a.button-style.text-grey-90[class*="border-"] {
  color: #1a1a1a !important;
  
  
  
}
a.button-style.text-grey-90:hover,
a.button-style.text-grey-90[class*="border-"]:hover,
a.button-style.text-grey-90:focus,
a.button-style.text-grey-90[class*="border-"]:focus,
a.button-style.button-style.text-grey-90:active,
a.button-style.button-style.text-grey-90[class*="border-"]:active,
a.button-style.button-style.text-grey-90.active,
a.button-style.button-style.text-grey-90[class*="border-"].active {
  color: #171717 !important;
}
/* hover */
a.button-style:hover > .text-hover-grey-90,
a.button-style:hover > .text-hover-grey-90[class*="border-"],
a.button-style.button-style.text-hover-grey-90:hover,
a.button-style.button-style.text-hover-grey-90[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-grey-90.active,
a.button-style.button-style.button-style.text-hover-grey-90[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-grey-90:active,
a.button-style.button-style.button-style.text-hover-grey-90[class*="border-"]:active,
a.button-style.button-style.text-hover-grey-90:focus,
a.button-style.button-style.text-hover-grey-90[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-grey-90:hover,
.text-hover-grey-90.language-url:hover,
.text-hover-grey-90 .language-url:hover,
.text-hover-grey-90.carousel-control:hover,
.text-hover-grey-90.gallery-nav:hover,
.popupmenitems.text-hover-grey-90 .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-grey-90:hover {
  color: #1a1a1a !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-grey-90:active,
a.button-style.button-style.button-style.button-style.text-active-grey-90[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-grey-90.active,
a.button-style.button-style.button-style.button-style.text-active-grey-90[class*="border-"].active,
a.button-style.button-style.active > .text-active-grey-90,
a.button-style.button-style.active > .text-active-grey-90[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-grey-90.active,
.popupmenitems.popupmenitems.text-active-grey-90 .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-grey-90.active {
  color: #1a1a1a !important;
}
.text-grey-90 .svg-link {
  fill: #1a1a1a;
}
.text-hover-grey-90:hover .svg-link,
.text-hover-grey-90:focus .svg-link,
.button-style:hover > .text-hover-grey-90 .svg-link {
  fill: #1a1a1a;
}
.text-active-grey-90:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-grey-90 .svg-link,
.button-style.button-style.active > .text-active-grey-90 .svg-link {
  fill: #1a1a1a;
}
.link.text-grey-90:hover {
  color: #171717 !important;
}
a.link.text-hover-grey-90:hover {
  color: #1a1a1a !important;
}
.color-var,
.body.color-var,
section.color-var:before,
.color-var > .audio-main-layout-wrapper:before,
.color-var > .container-layout:before,
.color-var > .inner-container-layout:before,
.color-var.sidenav:before,
.container-layout.container-layout.color-var:before,
.table-alt-color-var tr:nth-child(even) {
  background-color: var(--color-var);
}
.input.color-var,
.field-input.color-var,
.button-style.color-var,
.button-style.color-var[class*="border-"] {
  background-color: var(--color-var) !important;
}
/* hover */
.hover-color-var:hover,
.hover-color-var[class*="border-"]:hover,
.hover-color-var:focus,
.hover-color-var[class*="border-"]:focus,
a.button-style.hover-color-var:hover,
a.button-style.hover-color-var.hover,
a.button-style.hover-color-var[class*="border-"]:hover,
a.button-style.hover-color-var[class*="border-"].hover,
a.button-style:hover > .hover-color-var,
a.button-style:hover > .hover-color-var[class*="border-"],
a.button-style.hover-color-var:focus,
a.button-style.hover-color-var[class*="border-"]:focus {
  background-color: var(--hover-color-var) !important;
}
/* active */
.active-color-var.active.active,
.active-color-var[class*="border-"].active.active,
a.button-style.button-style.active-color-var:active,
a.button-style.button-style.active-color-var[class*="border-"]:active,
a.button-style.button-style.active-color-var.active,
a.button-style.button-style.active-color-var[class*="border-"].active,
a.button-style.button-style.active > .active-color-var,
a.button-style.button-style.active > .active-color-var[class*="border-"],
li.active > a.button-style.button-style.active-color-var,
li.active > a.button-style.button-style.active-color-var[class*="border-"],
input.field-input.field-input.active-color-var:checked {
  background-color: var(--active-color-var) !important;
}
a.link.hover-color-var:hover {
  color: var(--color-var) !important;
}
.border-color-var,
.border-color-var.input,
.border-color-var.field-input.field-input,
.separator-color-var:after {
  border-color: var(--border-color-var);
  stroke: var(--border-color-var);
}
.button-style.border-color-var {
  border-color: var(--border-color-var) !important;
}
.border-hover-color-var:hover,
.border-hover-color-var:focus,
a.button-style.border-hover-color-var:hover,
a.button-style:hover > .border-hover-color-var,
a.button-style.border-hover-color-var:focus {
  border-color: var(--border-hover-color-var) !important;
}
.border-active-color-var.active.active,
a.button-style.button-style.border-active-color-var:active,
a.button-style.button-style.border-active-color-var.active,
a.button-style.button-style.active > .border-active-color-var,
li.active > a.button-style.button-style.border-active-color-var,
input.field-input.field-input.border-active-color-var:checked {
  border-color: var(--border-active-color-var) !important;
}
.link.border-color-var[class*="border-"] {
  border-color: var(--border-color-var) !important;
}
.text-color-var,
.input.text-color-var,
.input.text-color-var[class*="border-"],
li.active > a.button-style.text-color-var,
li.active > a.button-style.text-color-var[class*="border-"],
a.button-style.text-color-var,
a.button-style.text-color-var[class*="border-"] {
  color: var(--text-color-var) !important;
}
/* hover */
a.button-style:hover > .text-hover-color-var,
a.button-style:hover > .text-hover-color-var[class*="border-"],
a.button-style.button-style.text-hover-color-var:hover,
a.button-style.button-style.text-hover-color-var[class*="border-"]:hover,
a.button-style.button-style.button-style.text-hover-color-var.active,
a.button-style.button-style.button-style.text-hover-color-var[class*="border-"].active,
a.button-style.button-style.button-style.text-hover-color-var:active,
a.button-style.button-style.button-style.text-hover-color-var[class*="border-"]:active,
a.button-style.button-style.text-hover-color-var:focus,
a.button-style.button-style.text-hover-color-var[class*="border-"]:focus,
:not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-color-var:hover,
.text-hover-color-var.language-url:hover,
.text-hover-color-var .language-url:hover,
.text-hover-color-var.carousel-control:hover,
.text-hover-color-var.gallery-nav:hover,
.popupmenitems.text-hover-color-var .nav-link:hover,
.calendar-time-list .calendar-time-slot.text-hover-color-var:hover {
  color: var(--text-hover-color-var) !important;
}
/* active */
a.button-style.button-style.button-style.button-style.text-active-color-var:active,
a.button-style.button-style.button-style.button-style.text-active-color-var[class*="border-"]:active,
a.button-style.button-style.button-style.button-style.text-active-color-var.active,
a.button-style.button-style.button-style.button-style.text-active-color-var[class*="border-"].active,
a.button-style.button-style.active > .text-active-color-var,
a.button-style.button-style.active > .text-active-color-var[class*="border-"],
:not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-color-var.active,
.popupmenitems.popupmenitems.text-active-color-var .nav-link.active,
.calendar-time-list .calendar-time-slot.text-active-color-var.active {
  color: var(--text-active-color-var) !important;
}
.text-color-var .svg-link {
  fill: var(--text-color-var);
}
.text-hover-color-var:hover .svg-link,
.text-hover-color-var:focus .svg-link,
.button-style:hover > .text-hover-color-var .svg-link {
  fill: var(--text-hover-color-var);
}
.text-active-color-var:active .svg-link.svg-link,
.button-style.button-style:active > .text-active-color-var .svg-link,
.button-style.button-style.active > .text-active-color-var .svg-link {
  fill: var(--text-active-color-var);
}
a.link.text-hover-color-var:hover {
  color: var(--text-hover-color-var) !important;
}
/*end-variables colors*/

/*begin-variables sitestylecss*/

.custom-color-1,
        .body.custom-color-1,
        section.custom-color-1:before,
        .custom-color-1 > .audio-main-layout-wrapper:before,
        .custom-color-1 > .container-layout:before,
        .custom-color-1 > .inner-container-layout:before,
        .custom-color-1.sidenav:before,
        .container-layout.container-layout.custom-color-1:before,
        .table-alt-custom-color-1 tr:nth-child(even)
        {
            color: #ffffff;
            background-color: rgba(0,0,0,0);

        }

        .input.custom-color-1,
        .field-input.custom-color-1,
        .button-style.custom-color-1,
        .button-style.custom-color-1[class*="border-"]
        {
            color: #ffffff !important;
            background-color: rgba(0,0,0,0) !important;
        }

        .button-style.custom-color-1:hover,
        .button-style.custom-color-1[class*="border-"]:hover,
        .button-style.custom-color-1:focus,
        .button-style.custom-color-1[class*="border-"]:focus,
        .button-style.button-style.custom-color-1:active,
        .button-style.button-style.custom-color-1[class*="border-"]:active,
        .button-style.button-style.custom-color-1.active,
        .button-style.button-style.custom-color-1[class*="border-"].active,
        li.active > .button-style.button-style.custom-color-1,
        li.active > .button-style.button-style.custom-color-1[class*="border-"]
        {
            color: #ffffff !important;
            background-color: rgba(0,0,0,0) !important;
        }


        .hover-custom-color-1:hover,
        .hover-custom-color-1[class*="border-"]:hover,
        .hover-custom-color-1:focus,
        .hover-custom-color-1[class*="border-"]:focus,
        a.button-style.hover-custom-color-1:hover,
        a.button-style.hover-custom-color-1.hover,
        a.button-style.hover-custom-color-1[class*="border-"]:hover,
        a.button-style.hover-custom-color-1[class*="border-"].hover,
        a.button-style:hover > .hover-custom-color-1,
        a.button-style:hover > .hover-custom-color-1[class*="border-"],
        a.button-style.hover-custom-color-1:focus,
        a.button-style.hover-custom-color-1[class*="border-"]:focus
        {
            color: #ffffff !important;
            background-color: rgba(0,0,0,0) !important;
        }

        /* active */
        .active-custom-color-1.active.active,
        .active-custom-color-1[class*="border-"].active.active,
        a.button-style.button-style.active-custom-color-1:active,
        a.button-style.button-style.active-custom-color-1[class*="border-"]:active,
        a.button-style.button-style.active-custom-color-1.active,
        a.button-style.button-style.active-custom-color-1[class*="border-"].active,
        a.button-style.button-style.active > .active-custom-color-1,
        a.button-style.button-style.active > .active-custom-color-1[class*="border-"],
        li.active > a.button-style.button-style.active-custom-color-1,
        li.active > a.button-style.button-style.active-custom-color-1[class*="border-"],
        input.field-input.field-input.active-custom-color-1:checked
        {
            color: #ffffff !important;
            background-color: rgba(0,0,0,0) !important;
        }

        a.link.hover-custom-color-1:hover {
            color: rgba(0,0,0,0) !important;
        }

        
        
        .custom-color-2,
        .body.custom-color-2,
        section.custom-color-2:before,
        .custom-color-2 > .audio-main-layout-wrapper:before,
        .custom-color-2 > .container-layout:before,
        .custom-color-2 > .inner-container-layout:before,
        .custom-color-2.sidenav:before,
        .container-layout.container-layout.custom-color-2:before,
        .table-alt-custom-color-2 tr:nth-child(even)
        {
            color: #ffffff;
            background-color: #db8429;

        }

        .input.custom-color-2,
        .field-input.custom-color-2,
        .button-style.custom-color-2,
        .button-style.custom-color-2[class*="border-"]
        {
            color: #ffffff !important;
            background-color: #db8429 !important;
        }

        .button-style.custom-color-2:hover,
        .button-style.custom-color-2[class*="border-"]:hover,
        .button-style.custom-color-2:focus,
        .button-style.custom-color-2[class*="border-"]:focus,
        .button-style.button-style.custom-color-2:active,
        .button-style.button-style.custom-color-2[class*="border-"]:active,
        .button-style.button-style.custom-color-2.active,
        .button-style.button-style.custom-color-2[class*="border-"].active,
        li.active > .button-style.button-style.custom-color-2,
        li.active > .button-style.button-style.custom-color-2[class*="border-"]
        {
            color: #ffffff !important;
            background-color: #c87722 !important;
        }

        /* hover */
        .hover-custom-color-2:hover,
        .hover-custom-color-2[class*="border-"]:hover,
        .hover-custom-color-2:focus,
        .hover-custom-color-2[class*="border-"]:focus,
        a.button-style.hover-custom-color-2:hover,
        a.button-style.hover-custom-color-2.hover,
        a.button-style.hover-custom-color-2[class*="border-"]:hover,
        a.button-style.hover-custom-color-2[class*="border-"].hover,
        a.button-style:hover > .hover-custom-color-2,
        a.button-style:hover > .hover-custom-color-2[class*="border-"],
        a.button-style.hover-custom-color-2:focus,
        a.button-style.hover-custom-color-2[class*="border-"]:focus
        {
            color: #ffffff !important;
            background-color: #db8429 !important;
        }

        /* active */
        .active-custom-color-2.active.active,
        .active-custom-color-2[class*="border-"].active.active,
        a.button-style.button-style.active-custom-color-2:active,
        a.button-style.button-style.active-custom-color-2[class*="border-"]:active,
        a.button-style.button-style.active-custom-color-2.active,
        a.button-style.button-style.active-custom-color-2[class*="border-"].active,
        a.button-style.button-style.active > .active-custom-color-2,
        a.button-style.button-style.active > .active-custom-color-2[class*="border-"],
        li.active > a.button-style.button-style.active-custom-color-2,
        li.active > a.button-style.button-style.active-custom-color-2[class*="border-"],
        input.field-input.field-input.active-custom-color-2:checked
        {
            color: #ffffff !important;
            background-color: #db8429 !important;
        }

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

        
        
        .custom-color-3,
        .body.custom-color-3,
        section.custom-color-3:before,
        .custom-color-3 > .audio-main-layout-wrapper:before,
        .custom-color-3 > .container-layout:before,
        .custom-color-3 > .inner-container-layout:before,
        .custom-color-3.sidenav:before,
        .container-layout.container-layout.custom-color-3:before,
        .table-alt-custom-color-3 tr:nth-child(even)
        {
            color: #ffffff;
            background-color: #022d51;

        }

        .input.custom-color-3,
        .field-input.custom-color-3,
        .button-style.custom-color-3,
        .button-style.custom-color-3[class*="border-"]
        {
            color: #ffffff !important;
            background-color: #022d51 !important;
        }

        .button-style.custom-color-3:hover,
        .button-style.custom-color-3[class*="border-"]:hover,
        .button-style.custom-color-3:focus,
        .button-style.custom-color-3[class*="border-"]:focus,
        .button-style.button-style.custom-color-3:active,
        .button-style.button-style.custom-color-3[class*="border-"]:active,
        .button-style.button-style.custom-color-3.active,
        .button-style.button-style.custom-color-3[class*="border-"].active,
        li.active > .button-style.button-style.custom-color-3,
        li.active > .button-style.button-style.custom-color-3[class*="border-"]
        {
            color: #ffffff !important;
            background-color: #022949 !important;
        }

        /* hover */
        .hover-custom-color-3:hover,
        .hover-custom-color-3[class*="border-"]:hover,
        .hover-custom-color-3:focus,
        .hover-custom-color-3[class*="border-"]:focus,
        a.button-style.hover-custom-color-3:hover,
        a.button-style.hover-custom-color-3.hover,
        a.button-style.hover-custom-color-3[class*="border-"]:hover,
        a.button-style.hover-custom-color-3[class*="border-"].hover,
        a.button-style:hover > .hover-custom-color-3,
        a.button-style:hover > .hover-custom-color-3[class*="border-"],
        a.button-style.hover-custom-color-3:focus,
        a.button-style.hover-custom-color-3[class*="border-"]:focus
        {
            color: #ffffff !important;
            background-color: #022d51 !important;
        }

        /* active */
        .active-custom-color-3.active.active,
        .active-custom-color-3[class*="border-"].active.active,
        a.button-style.button-style.active-custom-color-3:active,
        a.button-style.button-style.active-custom-color-3[class*="border-"]:active,
        a.button-style.button-style.active-custom-color-3.active,
        a.button-style.button-style.active-custom-color-3[class*="border-"].active,
        a.button-style.button-style.active > .active-custom-color-3,
        a.button-style.button-style.active > .active-custom-color-3[class*="border-"],
        li.active > a.button-style.button-style.active-custom-color-3,
        li.active > a.button-style.button-style.active-custom-color-3[class*="border-"],
        input.field-input.field-input.active-custom-color-3:checked
        {
            color: #ffffff !important;
            background-color: #022d51 !important;
        }

        a.link.hover-custom-color-3:hover {
            color: #022d51 !important;
        }

        
        
        .custom-color-11,
        .body.custom-color-11,
        section.custom-color-11:before,
        .custom-color-11 > .audio-main-layout-wrapper:before,
        .custom-color-11 > .container-layout:before,
        .custom-color-11 > .inner-container-layout:before,
        .custom-color-11.sidenav:before,
        .container-layout.container-layout.custom-color-11:before,
        .table-alt-custom-color-11 tr:nth-child(even)
        {
            color: #ffffff;
            background-color: #022d51;

        }

        .input.custom-color-11,
        .field-input.custom-color-11,
        .button-style.custom-color-11,
        .button-style.custom-color-11[class*="border-"]
        {
            color: #ffffff !important;
            background-color: #022d51 !important;
        }

        .button-style.custom-color-11:hover,
        .button-style.custom-color-11[class*="border-"]:hover,
        .button-style.custom-color-11:focus,
        .button-style.custom-color-11[class*="border-"]:focus,
        .button-style.button-style.custom-color-11:active,
        .button-style.button-style.custom-color-11[class*="border-"]:active,
        .button-style.button-style.custom-color-11.active,
        .button-style.button-style.custom-color-11[class*="border-"].active,
        li.active > .button-style.button-style.custom-color-11,
        li.active > .button-style.button-style.custom-color-11[class*="border-"]
        {
            color: #ffffff !important;
            background-color: #022949 !important;
        }

        /* hover */
        .hover-custom-color-11:hover,
        .hover-custom-color-11[class*="border-"]:hover,
        .hover-custom-color-11:focus,
        .hover-custom-color-11[class*="border-"]:focus,
        a.button-style.hover-custom-color-11:hover,
        a.button-style.hover-custom-color-11.hover,
        a.button-style.hover-custom-color-11[class*="border-"]:hover,
        a.button-style.hover-custom-color-11[class*="border-"].hover,
        a.button-style:hover > .hover-custom-color-11,
        a.button-style:hover > .hover-custom-color-11[class*="border-"],
        a.button-style.hover-custom-color-11:focus,
        a.button-style.hover-custom-color-11[class*="border-"]:focus
        {
            color: #ffffff !important;
            background-color: #022d51 !important;
        }

        /* active */
        .active-custom-color-11.active.active,
        .active-custom-color-11[class*="border-"].active.active,
        a.button-style.button-style.active-custom-color-11:active,
        a.button-style.button-style.active-custom-color-11[class*="border-"]:active,
        a.button-style.button-style.active-custom-color-11.active,
        a.button-style.button-style.active-custom-color-11[class*="border-"].active,
        a.button-style.button-style.active > .active-custom-color-11,
        a.button-style.button-style.active > .active-custom-color-11[class*="border-"],
        li.active > a.button-style.button-style.active-custom-color-11,
        li.active > a.button-style.button-style.active-custom-color-11[class*="border-"],
        input.field-input.field-input.active-custom-color-11:checked
        {
            color: #ffffff !important;
            background-color: #022d51 !important;
        }

        a.link.hover-custom-color-11:hover {
            color: #022d51 !important;
        }

        
        
        .custom-color-12,
        .body.custom-color-12,
        section.custom-color-12:before,
        .custom-color-12 > .audio-main-layout-wrapper:before,
        .custom-color-12 > .container-layout:before,
        .custom-color-12 > .inner-container-layout:before,
        .custom-color-12.sidenav:before,
        .container-layout.container-layout.custom-color-12:before,
        .table-alt-custom-color-12 tr:nth-child(even)
        {
            color: #111111;
            background-color: #dce2e6;

        }

        .input.custom-color-12,
        .field-input.custom-color-12,
        .button-style.custom-color-12,
        .button-style.custom-color-12[class*="border-"]
        {
            color: #111111 !important;
            background-color: #dce2e6 !important;
        }

        .button-style.custom-color-12:hover,
        .button-style.custom-color-12[class*="border-"]:hover,
        .button-style.custom-color-12:focus,
        .button-style.custom-color-12[class*="border-"]:focus,
        .button-style.button-style.custom-color-12:active,
        .button-style.button-style.custom-color-12[class*="border-"]:active,
        .button-style.button-style.custom-color-12.active,
        .button-style.button-style.custom-color-12[class*="border-"].active,
        li.active > .button-style.button-style.custom-color-12,
        li.active > .button-style.button-style.custom-color-12[class*="border-"]
        {
            color: #111111 !important;
            background-color: #c2ccd3 !important;
        }

        /* hover */
        .hover-custom-color-12:hover,
        .hover-custom-color-12[class*="border-"]:hover,
        .hover-custom-color-12:focus,
        .hover-custom-color-12[class*="border-"]:focus,
        a.button-style.hover-custom-color-12:hover,
        a.button-style.hover-custom-color-12.hover,
        a.button-style.hover-custom-color-12[class*="border-"]:hover,
        a.button-style.hover-custom-color-12[class*="border-"].hover,
        a.button-style:hover > .hover-custom-color-12,
        a.button-style:hover > .hover-custom-color-12[class*="border-"],
        a.button-style.hover-custom-color-12:focus,
        a.button-style.hover-custom-color-12[class*="border-"]:focus
        {
            color: #111111 !important;
            background-color: #dce2e6 !important;
        }

        /* active */
        .active-custom-color-12.active.active,
        .active-custom-color-12[class*="border-"].active.active,
        a.button-style.button-style.active-custom-color-12:active,
        a.button-style.button-style.active-custom-color-12[class*="border-"]:active,
        a.button-style.button-style.active-custom-color-12.active,
        a.button-style.button-style.active-custom-color-12[class*="border-"].active,
        a.button-style.button-style.active > .active-custom-color-12,
        a.button-style.button-style.active > .active-custom-color-12[class*="border-"],
        li.active > a.button-style.button-style.active-custom-color-12,
        li.active > a.button-style.button-style.active-custom-color-12[class*="border-"],
        input.field-input.field-input.active-custom-color-12:checked
        {
            color: #111111 !important;
            background-color: #dce2e6 !important;
        }

        a.link.hover-custom-color-12:hover {
            color: #dce2e6 !important;
        }

        
        
        .custom-color-13,
        .body.custom-color-13,
        section.custom-color-13:before,
        .custom-color-13 > .audio-main-layout-wrapper:before,
        .custom-color-13 > .container-layout:before,
        .custom-color-13 > .inner-container-layout:before,
        .custom-color-13.sidenav:before,
        .container-layout.container-layout.custom-color-13:before,
        .table-alt-custom-color-13 tr:nth-child(even)
        {
            color: #111111;
            background-color: #fdfbf9;

        }

        .input.custom-color-13,
        .field-input.custom-color-13,
        .button-style.custom-color-13,
        .button-style.custom-color-13[class*="border-"]
        {
            color: #111111 !important;
            background-color: #fdfbf9 !important;
        }

        .button-style.custom-color-13:hover,
        .button-style.custom-color-13[class*="border-"]:hover,
        .button-style.custom-color-13:focus,
        .button-style.custom-color-13[class*="border-"]:focus,
        .button-style.button-style.custom-color-13:active,
        .button-style.button-style.custom-color-13[class*="border-"]:active,
        .button-style.button-style.custom-color-13.active,
        .button-style.button-style.custom-color-13[class*="border-"].active,
        li.active > .button-style.button-style.custom-color-13,
        li.active > .button-style.button-style.custom-color-13[class*="border-"]
        {
            color: #111111 !important;
            background-color: #f0e2d3 !important;
        }

        /* hover */
        .hover-custom-color-13:hover,
        .hover-custom-color-13[class*="border-"]:hover,
        .hover-custom-color-13:focus,
        .hover-custom-color-13[class*="border-"]:focus,
        a.button-style.hover-custom-color-13:hover,
        a.button-style.hover-custom-color-13.hover,
        a.button-style.hover-custom-color-13[class*="border-"]:hover,
        a.button-style.hover-custom-color-13[class*="border-"].hover,
        a.button-style:hover > .hover-custom-color-13,
        a.button-style:hover > .hover-custom-color-13[class*="border-"],
        a.button-style.hover-custom-color-13:focus,
        a.button-style.hover-custom-color-13[class*="border-"]:focus
        {
            color: #111111 !important;
            background-color: #fdfbf9 !important;
        }

        /* active */
        .active-custom-color-13.active.active,
        .active-custom-color-13[class*="border-"].active.active,
        a.button-style.button-style.active-custom-color-13:active,
        a.button-style.button-style.active-custom-color-13[class*="border-"]:active,
        a.button-style.button-style.active-custom-color-13.active,
        a.button-style.button-style.active-custom-color-13[class*="border-"].active,
        a.button-style.button-style.active > .active-custom-color-13,
        a.button-style.button-style.active > .active-custom-color-13[class*="border-"],
        li.active > a.button-style.button-style.active-custom-color-13,
        li.active > a.button-style.button-style.active-custom-color-13[class*="border-"],
        input.field-input.field-input.active-custom-color-13:checked
        {
            color: #111111 !important;
            background-color: #fdfbf9 !important;
        }

        a.link.hover-custom-color-13:hover {
            color: #fdfbf9 !important;
        }

        

        
        .border-custom-color-1,
        .border-custom-color-1.input,
        .border-custom-color-1.field-input.field-input,
        .separator-custom-color-1:after
        {
            border-color: rgba(0,0,0,0);
            stroke: rgba(0,0,0,0);
        }

        .button-style.border-custom-color-1
        {
            border-color: rgba(0,0,0,0) !important;
            color: rgba(0,0,0,0) !important;
            background-color: transparent !important;
        }

        .button-style.border-custom-color-1:hover,
        .button-style.border-custom-color-1:focus
        {
            border-color: transparent !important;
            color: rgba(0,0,0,0) !important;
            background-color: transparent !important;
        }

        .border-hover-custom-color-1:hover,
        .border-hover-custom-color-1:focus,
        a.button-style.border-hover-custom-color-1:hover,
        a.button-style:hover > .border-hover-custom-color-1,
        a.button-style.border-hover-custom-color-1:focus
        {
            color: rgba(0,0,0,0) !important;
            border-color: rgba(0,0,0,0) !important;
        }


        .border-active-custom-color-1.active.active,
        a.button-style.button-style.border-active-custom-color-1:active,
        a.button-style.button-style.border-active-custom-color-1.active,
        a.button-style.button-style.active > .border-active-custom-color-1,
        li.active > a.button-style.button-style.border-active-custom-color-1,
        input.field-input.field-input.border-active-custom-color-1:checked
        {
            color: rgba(0,0,0,0) !important;
            border-color: rgba(0,0,0,0) !important;
        }

        .link.border-custom-color-1[class*="border-"]
        {
            border-color: rgba(0,0,0,0) !important;
        }

        .link.border-custom-color-1[class*="border-"]:hover
        {
            border-color: rgba(0,0,0,0) !important;
        }
        
        
        .border-custom-color-2,
        .border-custom-color-2.input,
        .border-custom-color-2.field-input.field-input,
        .separator-custom-color-2:after
        {
            border-color: #db8429;
            stroke: #db8429;
        }

        .button-style.border-custom-color-2
        {
            border-color: #db8429 !important;
            color: #db8429 !important;
            background-color: transparent !important;
        }

        .button-style.border-custom-color-2:hover,
        .button-style.border-custom-color-2:focus
        {
            border-color: transparent !important;
            color: #c87722 !important;
            background-color: transparent !important;
        }

        .border-hover-custom-color-2:hover,
        .border-hover-custom-color-2:focus,
        a.button-style.border-hover-custom-color-2:hover,
        a.button-style:hover > .border-hover-custom-color-2,
        a.button-style.border-hover-custom-color-2:focus
        {
            color: #db8429 !important;
            border-color: #db8429 !important;
        }


        .border-active-custom-color-2.active.active,
        a.button-style.button-style.border-active-custom-color-2:active,
        a.button-style.button-style.border-active-custom-color-2.active,
        a.button-style.button-style.active > .border-active-custom-color-2,
        li.active > a.button-style.button-style.border-active-custom-color-2,
        input.field-input.field-input.border-active-custom-color-2:checked
        {
            color: #db8429 !important;
            border-color: #db8429 !important;
        }

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

        .link.border-custom-color-2[class*="border-"]:hover
        {
            border-color: #c87722 !important;
        }
        
        
        .border-custom-color-3,
        .border-custom-color-3.input,
        .border-custom-color-3.field-input.field-input,
        .separator-custom-color-3:after
        {
            border-color: #022d51;
            stroke: #022d51;
        }

        .button-style.border-custom-color-3
        {
            border-color: #022d51 !important;
            color: #022d51 !important;
            background-color: transparent !important;
        }

        .button-style.border-custom-color-3:hover,
        .button-style.border-custom-color-3:focus
        {
            border-color: transparent !important;
            color: #022949 !important;
            background-color: transparent !important;
        }

        .border-hover-custom-color-3:hover,
        .border-hover-custom-color-3:focus,
        a.button-style.border-hover-custom-color-3:hover,
        a.button-style:hover > .border-hover-custom-color-3,
        a.button-style.border-hover-custom-color-3:focus
        {
            color: #022d51 !important;
            border-color: #022d51 !important;
        }


        .border-active-custom-color-3.active.active,
        a.button-style.button-style.border-active-custom-color-3:active,
        a.button-style.button-style.border-active-custom-color-3.active,
        a.button-style.button-style.active > .border-active-custom-color-3,
        li.active > a.button-style.button-style.border-active-custom-color-3,
        input.field-input.field-input.border-active-custom-color-3:checked
        {
            color: #022d51 !important;
            border-color: #022d51 !important;
        }

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

        .link.border-custom-color-3[class*="border-"]:hover
        {
            border-color: #022949 !important;
        }
        
        
        .border-custom-color-11,
        .border-custom-color-11.input,
        .border-custom-color-11.field-input.field-input,
        .separator-custom-color-11:after
        {
            border-color: #022d51;
            stroke: #022d51;
        }

        .button-style.border-custom-color-11
        {
            border-color: #022d51 !important;
            color: #022d51 !important;
            background-color: transparent !important;
        }

        .button-style.border-custom-color-11:hover,
        .button-style.border-custom-color-11:focus
        {
            border-color: transparent !important;
            color: #022949 !important;
            background-color: transparent !important;
        }

        .border-hover-custom-color-11:hover,
        .border-hover-custom-color-11:focus,
        a.button-style.border-hover-custom-color-11:hover,
        a.button-style:hover > .border-hover-custom-color-11,
        a.button-style.border-hover-custom-color-11:focus
        {
            color: #022d51 !important;
            border-color: #022d51 !important;
        }


        .border-active-custom-color-11.active.active,
        a.button-style.button-style.border-active-custom-color-11:active,
        a.button-style.button-style.border-active-custom-color-11.active,
        a.button-style.button-style.active > .border-active-custom-color-11,
        li.active > a.button-style.button-style.border-active-custom-color-11,
        input.field-input.field-input.border-active-custom-color-11:checked
        {
            color: #022d51 !important;
            border-color: #022d51 !important;
        }

        .link.border-custom-color-11[class*="border-"]
        {
            border-color: #022d51 !important;
        }

        .link.border-custom-color-11[class*="border-"]:hover
        {
            border-color: #022949 !important;
        }
        
        
        .border-custom-color-12,
        .border-custom-color-12.input,
        .border-custom-color-12.field-input.field-input,
        .separator-custom-color-12:after
        {
            border-color: #dce2e6;
            stroke: #dce2e6;
        }

        .button-style.border-custom-color-12
        {
            border-color: #dce2e6 !important;
            color: #dce2e6 !important;
            background-color: transparent !important;
        }

        .button-style.border-custom-color-12:hover,
        .button-style.border-custom-color-12:focus
        {
            border-color: transparent !important;
            color: #c2ccd3 !important;
            background-color: transparent !important;
        }

        .border-hover-custom-color-12:hover,
        .border-hover-custom-color-12:focus,
        a.button-style.border-hover-custom-color-12:hover,
        a.button-style:hover > .border-hover-custom-color-12,
        a.button-style.border-hover-custom-color-12:focus
        {
            color: #dce2e6 !important;
            border-color: #dce2e6 !important;
        }


        .border-active-custom-color-12.active.active,
        a.button-style.button-style.border-active-custom-color-12:active,
        a.button-style.button-style.border-active-custom-color-12.active,
        a.button-style.button-style.active > .border-active-custom-color-12,
        li.active > a.button-style.button-style.border-active-custom-color-12,
        input.field-input.field-input.border-active-custom-color-12:checked
        {
            color: #dce2e6 !important;
            border-color: #dce2e6 !important;
        }

        .link.border-custom-color-12[class*="border-"]
        {
            border-color: #dce2e6 !important;
        }

        .link.border-custom-color-12[class*="border-"]:hover
        {
            border-color: #c2ccd3 !important;
        }
        
        
        .border-custom-color-13,
        .border-custom-color-13.input,
        .border-custom-color-13.field-input.field-input,
        .separator-custom-color-13:after
        {
            border-color: #fdfbf9;
            stroke: #fdfbf9;
        }

        .button-style.border-custom-color-13
        {
            border-color: #fdfbf9 !important;
            color: #fdfbf9 !important;
            background-color: transparent !important;
        }

        .button-style.border-custom-color-13:hover,
        .button-style.border-custom-color-13:focus
        {
            border-color: transparent !important;
            color: #f0e2d3 !important;
            background-color: transparent !important;
        }

        .border-hover-custom-color-13:hover,
        .border-hover-custom-color-13:focus,
        a.button-style.border-hover-custom-color-13:hover,
        a.button-style:hover > .border-hover-custom-color-13,
        a.button-style.border-hover-custom-color-13:focus
        {
            color: #fdfbf9 !important;
            border-color: #fdfbf9 !important;
        }


        .border-active-custom-color-13.active.active,
        a.button-style.button-style.border-active-custom-color-13:active,
        a.button-style.button-style.border-active-custom-color-13.active,
        a.button-style.button-style.active > .border-active-custom-color-13,
        li.active > a.button-style.button-style.border-active-custom-color-13,
        input.field-input.field-input.border-active-custom-color-13:checked
        {
            color: #fdfbf9 !important;
            border-color: #fdfbf9 !important;
        }

        .link.border-custom-color-13[class*="border-"]
        {
            border-color: #fdfbf9 !important;
        }

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

        
        .text-custom-color-1,
        .input.text-custom-color-1,
        .input.text-custom-color-1[class*="border-"],
        li.active > a.button-style.text-custom-color-1,
        li.active > a.button-style.text-custom-color-1[class*="border-"],
        a.button-style.text-custom-color-1,
        a.button-style.text-custom-color-1[class*="border-"]
        {
            color: rgba(0,0,0,0) !important;
            
            
            
        }

        a.button-style.text-custom-color-1:hover,
        a.button-style.text-custom-color-1[class*="border-"]:hover,
        a.button-style.text-custom-color-1:focus,
        a.button-style.text-custom-color-1[class*="border-"]:focus,
        a.button-style.button-style.text-custom-color-1:active,
        a.button-style.button-style.text-custom-color-1[class*="border-"]:active,
        a.button-style.button-style.text-custom-color-1.active,
        a.button-style.button-style.text-custom-color-1[class*="border-"].active
        {
            color: rgba(0,0,0,0) !important;
        }

        /* hover */
        a.button-style:hover > .text-hover-custom-color-1,
        a.button-style:hover > .text-hover-custom-color-1[class*="border-"],
        a.button-style.button-style.text-hover-custom-color-1:hover,
        a.button-style.button-style.text-hover-custom-color-1[class*="border-"]:hover,
        a.button-style.button-style.button-style.text-hover-custom-color-1.active,
        a.button-style.button-style.button-style.text-hover-custom-color-1[class*="border-"].active,
        a.button-style.button-style.button-style.text-hover-custom-color-1:active,
        a.button-style.button-style.button-style.text-hover-custom-color-1[class*="border-"]:active,
        a.button-style.button-style.text-hover-custom-color-1:focus,
        a.button-style.button-style.text-hover-custom-color-1[class*="border-"]:focus,
        :not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-custom-color-1:hover,
        .text-hover-custom-color-1.language-url:hover,
        .text-hover-custom-color-1 .language-url:hover,
        .text-hover-custom-color-1.carousel-control:hover,
        .text-hover-custom-color-1.gallery-nav:hover,
        .popupmenitems.text-hover-custom-color-1 .nav-link:hover,
        .calendar-time-list .calendar-time-slot.text-hover-custom-color-1:hover
        {
            color: rgba(0,0,0,0) !important;
        }

        /* active */
        a.button-style.button-style.button-style.button-style.text-active-custom-color-1:active,
        a.button-style.button-style.button-style.button-style.text-active-custom-color-1[class*="border-"]:active,
        a.button-style.button-style.button-style.button-style.text-active-custom-color-1.active,
        a.button-style.button-style.button-style.button-style.text-active-custom-color-1[class*="border-"].active,
        a.button-style.button-style.active > .text-active-custom-color-1,
        a.button-style.button-style.active > .text-active-custom-color-1[class*="border-"],
        :not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-custom-color-1.active,
        .popupmenitems.popupmenitems.text-active-custom-color-1 .nav-link.active,
        .calendar-time-list .calendar-time-slot.text-active-custom-color-1.active
        {
            color: rgba(0,0,0,0) !important;
        }

        .text-custom-color-1 .svg-link {
            fill: rgba(0,0,0,0);
        }

        .text-hover-custom-color-1:hover .svg-link,
        .text-hover-custom-color-1:focus .svg-link,
        .button-style:hover > .text-hover-custom-color-1 .svg-link
        {
            fill: rgba(0,0,0,0);
        }

        .text-active-custom-color-1:active .svg-link.svg-link,
        .button-style.button-style:active > .text-active-custom-color-1 .svg-link,
        .button-style.button-style.active > .text-active-custom-color-1 .svg-link
        {
            fill: rgba(0,0,0,0);
        }

        .link.text-custom-color-1:hover
        {
            color: rgba(0,0,0,0) !important;
        }

        a.link.text-hover-custom-color-1:hover
        {
            color: rgba(0,0,0,0) !important;
        }
        
        
        .text-custom-color-2,
        .input.text-custom-color-2,
        .input.text-custom-color-2[class*="border-"],
        li.active > a.button-style.text-custom-color-2,
        li.active > a.button-style.text-custom-color-2[class*="border-"],
        a.button-style.text-custom-color-2,
        a.button-style.text-custom-color-2[class*="border-"]
        {
            color: #db8429 !important;
            
            
            
        }

        a.button-style.text-custom-color-2:hover,
        a.button-style.text-custom-color-2[class*="border-"]:hover,
        a.button-style.text-custom-color-2:focus,
        a.button-style.text-custom-color-2[class*="border-"]:focus,
        a.button-style.button-style.text-custom-color-2:active,
        a.button-style.button-style.text-custom-color-2[class*="border-"]:active,
        a.button-style.button-style.text-custom-color-2.active,
        a.button-style.button-style.text-custom-color-2[class*="border-"].active
        {
            color: #c87722 !important;
        }

        /* hover */
        a.button-style:hover > .text-hover-custom-color-2,
        a.button-style:hover > .text-hover-custom-color-2[class*="border-"],
        a.button-style.button-style.text-hover-custom-color-2:hover,
        a.button-style.button-style.text-hover-custom-color-2[class*="border-"]:hover,
        a.button-style.button-style.button-style.text-hover-custom-color-2.active,
        a.button-style.button-style.button-style.text-hover-custom-color-2[class*="border-"].active,
        a.button-style.button-style.button-style.text-hover-custom-color-2:active,
        a.button-style.button-style.button-style.text-hover-custom-color-2[class*="border-"]:active,
        a.button-style.button-style.text-hover-custom-color-2:focus,
        a.button-style.button-style.text-hover-custom-color-2[class*="border-"]:focus,
        :not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-custom-color-2:hover,
        .text-hover-custom-color-2.language-url:hover,
        .text-hover-custom-color-2 .language-url:hover,
        .text-hover-custom-color-2.carousel-control:hover,
        .text-hover-custom-color-2.gallery-nav:hover,
        .popupmenitems.text-hover-custom-color-2 .nav-link:hover,
        .calendar-time-list .calendar-time-slot.text-hover-custom-color-2:hover
        {
            color: #db8429 !important;
        }

        /* active */
        a.button-style.button-style.button-style.button-style.text-active-custom-color-2:active,
        a.button-style.button-style.button-style.button-style.text-active-custom-color-2[class*="border-"]:active,
        a.button-style.button-style.button-style.button-style.text-active-custom-color-2.active,
        a.button-style.button-style.button-style.button-style.text-active-custom-color-2[class*="border-"].active,
        a.button-style.button-style.active > .text-active-custom-color-2,
        a.button-style.button-style.active > .text-active-custom-color-2[class*="border-"],
        :not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-custom-color-2.active,
        .popupmenitems.popupmenitems.text-active-custom-color-2 .nav-link.active,
        .calendar-time-list .calendar-time-slot.text-active-custom-color-2.active
        {
            color: #db8429 !important;
        }

        .text-custom-color-2 .svg-link {
            fill: #db8429;
        }

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

        .text-active-custom-color-2:active .svg-link.svg-link,
        .button-style.button-style:active > .text-active-custom-color-2 .svg-link,
        .button-style.button-style.active > .text-active-custom-color-2 .svg-link
        {
            fill: #db8429;
        }

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

        a.link.text-hover-custom-color-2:hover
        {
            color: #db8429 !important;
        }
        
        
        .text-custom-color-3,
        .input.text-custom-color-3,
        .input.text-custom-color-3[class*="border-"],
        li.active > a.button-style.text-custom-color-3,
        li.active > a.button-style.text-custom-color-3[class*="border-"],
        a.button-style.text-custom-color-3,
        a.button-style.text-custom-color-3[class*="border-"]
        {
            color: #022d51 !important;
            
            
            
        }

        a.button-style.text-custom-color-3:hover,
        a.button-style.text-custom-color-3[class*="border-"]:hover,
        a.button-style.text-custom-color-3:focus,
        a.button-style.text-custom-color-3[class*="border-"]:focus,
        a.button-style.button-style.text-custom-color-3:active,
        a.button-style.button-style.text-custom-color-3[class*="border-"]:active,
        a.button-style.button-style.text-custom-color-3.active,
        a.button-style.button-style.text-custom-color-3[class*="border-"].active
        {
            color: #022949 !important;
        }

        /* hover */
        a.button-style:hover > .text-hover-custom-color-3,
        a.button-style:hover > .text-hover-custom-color-3[class*="border-"],
        a.button-style.button-style.text-hover-custom-color-3:hover,
        a.button-style.button-style.text-hover-custom-color-3[class*="border-"]:hover,
        a.button-style.button-style.button-style.text-hover-custom-color-3.active,
        a.button-style.button-style.button-style.text-hover-custom-color-3[class*="border-"].active,
        a.button-style.button-style.button-style.text-hover-custom-color-3:active,
        a.button-style.button-style.button-style.text-hover-custom-color-3[class*="border-"]:active,
        a.button-style.button-style.text-hover-custom-color-3:focus,
        a.button-style.button-style.text-hover-custom-color-3[class*="border-"]:focus,
        :not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-custom-color-3:hover,
        .text-hover-custom-color-3.language-url:hover,
        .text-hover-custom-color-3 .language-url:hover,
        .text-hover-custom-color-3.carousel-control:hover,
        .text-hover-custom-color-3.gallery-nav:hover,
        .popupmenitems.text-hover-custom-color-3 .nav-link:hover,
        .calendar-time-list .calendar-time-slot.text-hover-custom-color-3:hover
        {
            color: #022d51 !important;
        }

        /* active */
        a.button-style.button-style.button-style.button-style.text-active-custom-color-3:active,
        a.button-style.button-style.button-style.button-style.text-active-custom-color-3[class*="border-"]:active,
        a.button-style.button-style.button-style.button-style.text-active-custom-color-3.active,
        a.button-style.button-style.button-style.button-style.text-active-custom-color-3[class*="border-"].active,
        a.button-style.button-style.active > .text-active-custom-color-3,
        a.button-style.button-style.active > .text-active-custom-color-3[class*="border-"],
        :not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-custom-color-3.active,
        .popupmenitems.popupmenitems.text-active-custom-color-3 .nav-link.active,
        .calendar-time-list .calendar-time-slot.text-active-custom-color-3.active
        {
            color: #022d51 !important;
        }

        .text-custom-color-3 .svg-link {
            fill: #022d51;
        }

        .text-hover-custom-color-3:hover .svg-link,
        .text-hover-custom-color-3:focus .svg-link,
        .button-style:hover > .text-hover-custom-color-3 .svg-link
        {
            fill: #022d51;
        }

        .text-active-custom-color-3:active .svg-link.svg-link,
        .button-style.button-style:active > .text-active-custom-color-3 .svg-link,
        .button-style.button-style.active > .text-active-custom-color-3 .svg-link
        {
            fill: #022d51;
        }

        .link.text-custom-color-3:hover
        {
            color: #022949 !important;
        }

        a.link.text-hover-custom-color-3:hover
        {
            color: #022d51 !important;
        }
        
        
        .text-custom-color-11,
        .input.text-custom-color-11,
        .input.text-custom-color-11[class*="border-"],
        li.active > a.button-style.text-custom-color-11,
        li.active > a.button-style.text-custom-color-11[class*="border-"],
        a.button-style.text-custom-color-11,
        a.button-style.text-custom-color-11[class*="border-"]
        {
            color: #022d51 !important;
            
            
            
        }

        a.button-style.text-custom-color-11:hover,
        a.button-style.text-custom-color-11[class*="border-"]:hover,
        a.button-style.text-custom-color-11:focus,
        a.button-style.text-custom-color-11[class*="border-"]:focus,
        a.button-style.button-style.text-custom-color-11:active,
        a.button-style.button-style.text-custom-color-11[class*="border-"]:active,
        a.button-style.button-style.text-custom-color-11.active,
        a.button-style.button-style.text-custom-color-11[class*="border-"].active
        {
            color: #022949 !important;
        }

        /* hover */
        a.button-style:hover > .text-hover-custom-color-11,
        a.button-style:hover > .text-hover-custom-color-11[class*="border-"],
        a.button-style.button-style.text-hover-custom-color-11:hover,
        a.button-style.button-style.text-hover-custom-color-11[class*="border-"]:hover,
        a.button-style.button-style.button-style.text-hover-custom-color-11.active,
        a.button-style.button-style.button-style.text-hover-custom-color-11[class*="border-"].active,
        a.button-style.button-style.button-style.text-hover-custom-color-11:active,
        a.button-style.button-style.button-style.text-hover-custom-color-11[class*="border-"]:active,
        a.button-style.button-style.text-hover-custom-color-11:focus,
        a.button-style.button-style.text-hover-custom-color-11[class*="border-"]:focus,
        :not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-custom-color-11:hover,
        .text-hover-custom-color-11.language-url:hover,
        .text-hover-custom-color-11 .language-url:hover,
        .text-hover-custom-color-11.carousel-control:hover,
        .text-hover-custom-color-11.gallery-nav:hover,
        .popupmenitems.text-hover-custom-color-11 .nav-link:hover,
        .calendar-time-list .calendar-time-slot.text-hover-custom-color-11:hover
        {
            color: #022d51 !important;
        }

        /* active */
        a.button-style.button-style.button-style.button-style.text-active-custom-color-11:active,
        a.button-style.button-style.button-style.button-style.text-active-custom-color-11[class*="border-"]:active,
        a.button-style.button-style.button-style.button-style.text-active-custom-color-11.active,
        a.button-style.button-style.button-style.button-style.text-active-custom-color-11[class*="border-"].active,
        a.button-style.button-style.active > .text-active-custom-color-11,
        a.button-style.button-style.active > .text-active-custom-color-11[class*="border-"],
        :not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-custom-color-11.active,
        .popupmenitems.popupmenitems.text-active-custom-color-11 .nav-link.active,
        .calendar-time-list .calendar-time-slot.text-active-custom-color-11.active
        {
            color: #022d51 !important;
        }

        .text-custom-color-11 .svg-link {
            fill: #022d51;
        }

        .text-hover-custom-color-11:hover .svg-link,
        .text-hover-custom-color-11:focus .svg-link,
        .button-style:hover > .text-hover-custom-color-11 .svg-link
        {
            fill: #022d51;
        }

        .text-active-custom-color-11:active .svg-link.svg-link,
        .button-style.button-style:active > .text-active-custom-color-11 .svg-link,
        .button-style.button-style.active > .text-active-custom-color-11 .svg-link
        {
            fill: #022d51;
        }

        .link.text-custom-color-11:hover
        {
            color: #022949 !important;
        }

        a.link.text-hover-custom-color-11:hover
        {
            color: #022d51 !important;
        }
        
        
        .text-custom-color-12,
        .input.text-custom-color-12,
        .input.text-custom-color-12[class*="border-"],
        li.active > a.button-style.text-custom-color-12,
        li.active > a.button-style.text-custom-color-12[class*="border-"],
        a.button-style.text-custom-color-12,
        a.button-style.text-custom-color-12[class*="border-"]
        {
            color: #dce2e6 !important;
            
            
            
        }

        a.button-style.text-custom-color-12:hover,
        a.button-style.text-custom-color-12[class*="border-"]:hover,
        a.button-style.text-custom-color-12:focus,
        a.button-style.text-custom-color-12[class*="border-"]:focus,
        a.button-style.button-style.text-custom-color-12:active,
        a.button-style.button-style.text-custom-color-12[class*="border-"]:active,
        a.button-style.button-style.text-custom-color-12.active,
        a.button-style.button-style.text-custom-color-12[class*="border-"].active
        {
            color: #c2ccd3 !important;
        }

        /* hover */
        a.button-style:hover > .text-hover-custom-color-12,
        a.button-style:hover > .text-hover-custom-color-12[class*="border-"],
        a.button-style.button-style.text-hover-custom-color-12:hover,
        a.button-style.button-style.text-hover-custom-color-12[class*="border-"]:hover,
        a.button-style.button-style.button-style.text-hover-custom-color-12.active,
        a.button-style.button-style.button-style.text-hover-custom-color-12[class*="border-"].active,
        a.button-style.button-style.button-style.text-hover-custom-color-12:active,
        a.button-style.button-style.button-style.text-hover-custom-color-12[class*="border-"]:active,
        a.button-style.button-style.text-hover-custom-color-12:focus,
        a.button-style.button-style.text-hover-custom-color-12[class*="border-"]:focus,
        :not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-custom-color-12:hover,
        .text-hover-custom-color-12.language-url:hover,
        .text-hover-custom-color-12 .language-url:hover,
        .text-hover-custom-color-12.carousel-control:hover,
        .text-hover-custom-color-12.gallery-nav:hover,
        .popupmenitems.text-hover-custom-color-12 .nav-link:hover,
        .calendar-time-list .calendar-time-slot.text-hover-custom-color-12:hover
        {
            color: #dce2e6 !important;
        }

        /* active */
        a.button-style.button-style.button-style.button-style.text-active-custom-color-12:active,
        a.button-style.button-style.button-style.button-style.text-active-custom-color-12[class*="border-"]:active,
        a.button-style.button-style.button-style.button-style.text-active-custom-color-12.active,
        a.button-style.button-style.button-style.button-style.text-active-custom-color-12[class*="border-"].active,
        a.button-style.button-style.active > .text-active-custom-color-12,
        a.button-style.button-style.active > .text-active-custom-color-12[class*="border-"],
        :not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-custom-color-12.active,
        .popupmenitems.popupmenitems.text-active-custom-color-12 .nav-link.active,
        .calendar-time-list .calendar-time-slot.text-active-custom-color-12.active
        {
            color: #dce2e6 !important;
        }

        .text-custom-color-12 .svg-link {
            fill: #dce2e6;
        }

        .text-hover-custom-color-12:hover .svg-link,
        .text-hover-custom-color-12:focus .svg-link,
        .button-style:hover > .text-hover-custom-color-12 .svg-link
        {
            fill: #dce2e6;
        }

        .text-active-custom-color-12:active .svg-link.svg-link,
        .button-style.button-style:active > .text-active-custom-color-12 .svg-link,
        .button-style.button-style.active > .text-active-custom-color-12 .svg-link
        {
            fill: #dce2e6;
        }

        .link.text-custom-color-12:hover
        {
            color: #c2ccd3 !important;
        }

        a.link.text-hover-custom-color-12:hover
        {
            color: #dce2e6 !important;
        }
        
        
        .text-custom-color-13,
        .input.text-custom-color-13,
        .input.text-custom-color-13[class*="border-"],
        li.active > a.button-style.text-custom-color-13,
        li.active > a.button-style.text-custom-color-13[class*="border-"],
        a.button-style.text-custom-color-13,
        a.button-style.text-custom-color-13[class*="border-"]
        {
            color: #fdfbf9 !important;
            
            
            
        }

        a.button-style.text-custom-color-13:hover,
        a.button-style.text-custom-color-13[class*="border-"]:hover,
        a.button-style.text-custom-color-13:focus,
        a.button-style.text-custom-color-13[class*="border-"]:focus,
        a.button-style.button-style.text-custom-color-13:active,
        a.button-style.button-style.text-custom-color-13[class*="border-"]:active,
        a.button-style.button-style.text-custom-color-13.active,
        a.button-style.button-style.text-custom-color-13[class*="border-"].active
        {
            color: #f0e2d3 !important;
        }

        /* hover */
        a.button-style:hover > .text-hover-custom-color-13,
        a.button-style:hover > .text-hover-custom-color-13[class*="border-"],
        a.button-style.button-style.text-hover-custom-color-13:hover,
        a.button-style.button-style.text-hover-custom-color-13[class*="border-"]:hover,
        a.button-style.button-style.button-style.text-hover-custom-color-13.active,
        a.button-style.button-style.button-style.text-hover-custom-color-13[class*="border-"].active,
        a.button-style.button-style.button-style.text-hover-custom-color-13:active,
        a.button-style.button-style.button-style.text-hover-custom-color-13[class*="border-"]:active,
        a.button-style.button-style.text-hover-custom-color-13:focus,
        a.button-style.button-style.text-hover-custom-color-13[class*="border-"]:focus,
        :not(.level-2) > .nav > .nav-item > a.nav-link.text-hover-custom-color-13:hover,
        .text-hover-custom-color-13.language-url:hover,
        .text-hover-custom-color-13 .language-url:hover,
        .text-hover-custom-color-13.carousel-control:hover,
        .text-hover-custom-color-13.gallery-nav:hover,
        .popupmenitems.text-hover-custom-color-13 .nav-link:hover,
        .calendar-time-list .calendar-time-slot.text-hover-custom-color-13:hover
        {
            color: #fdfbf9 !important;
        }

        /* active */
        a.button-style.button-style.button-style.button-style.text-active-custom-color-13:active,
        a.button-style.button-style.button-style.button-style.text-active-custom-color-13[class*="border-"]:active,
        a.button-style.button-style.button-style.button-style.text-active-custom-color-13.active,
        a.button-style.button-style.button-style.button-style.text-active-custom-color-13[class*="border-"].active,
        a.button-style.button-style.active > .text-active-custom-color-13,
        a.button-style.button-style.active > .text-active-custom-color-13[class*="border-"],
        :not(.level-2) > .nav > .nav-item > a.nav-link.nav-link.text-active-custom-color-13.active,
        .popupmenitems.popupmenitems.text-active-custom-color-13 .nav-link.active,
        .calendar-time-list .calendar-time-slot.text-active-custom-color-13.active
        {
            color: #fdfbf9 !important;
        }

        .text-custom-color-13 .svg-link {
            fill: #fdfbf9;
        }

        .text-hover-custom-color-13:hover .svg-link,
        .text-hover-custom-color-13:focus .svg-link,
        .button-style:hover > .text-hover-custom-color-13 .svg-link
        {
            fill: #fdfbf9;
        }

        .text-active-custom-color-13:active .svg-link.svg-link,
        .button-style.button-style:active > .text-active-custom-color-13 .svg-link,
        .button-style.button-style.active > .text-active-custom-color-13 .svg-link
        {
            fill: #fdfbf9;
        }

        .link.text-custom-color-13:hover
        {
            color: #f0e2d3 !important;
        }

        a.link.text-hover-custom-color-13:hover
        {
            color: #fdfbf9 !important;
        }

        .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.title
        {
        font-size: 4.5rem;
        line-height: 1.1;
        margin-top: 20px;
        margin-bottom: 20px;
        font-weight: 700;
        }
        h2.subtitle
        {
        font-size: 2.25rem;
        line-height: 1.1;
        margin-top: 20px;
        margin-bottom: 20px;
        font-weight: 700;
        }
        h1:not(.title)
        {
        font-size: 4.5rem;
        line-height: 1.1;
        margin-top: 20px;
        margin-bottom: 20px;
        text-transform: none;
        list-icon-spacing: 0.3;
        list-icon-size: 0.8;
        font-family: Raleway,sans-serif;
        font-weight: 700;
        }
        h2:not(.subtitle)
        {
        font-size: 3rem;
        line-height: 1.1;
        margin-top: 20px;
        margin-bottom: 20px;
        font-weight: 700;
        text-transform: none;
        list-icon-spacing: 0.3;
        list-icon-size: 0.8;
        font-family: Raleway,sans-serif;
        }
        h3
        {
        font-size: 3rem;
        line-height: 1.2;
        margin-top: 20px;
        margin-bottom: 20px;
        font-weight: 700;
        list-icon-spacing: 0.3;
        list-icon-size: 0.8;
        }
        h4
        {
        font-size: 1.5rem;
        line-height: 1.2;
        margin-top: 20px;
        margin-bottom: 20px;
        font-weight: 700;
        }
        h5
        {
        font-size: 1.25rem;
        line-height: 1.2;
        margin-top: 20px;
        margin-bottom: 20px;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 5px;
        list-icon-spacing: 0.3;
        list-icon-size: 0.8;
        font-family: 'Open Sans',sans-serif;
        }
        h6
        {
        font-size: 1.125rem;
        line-height: 1.2;
        margin-top: 20px;
        margin-bottom: 20px;
        font-weight: 700;
        }
        p.large-text
        {
        font-size: 1.25rem;
        margin-top: 20px;
        margin-bottom: 20px;
        }
        p.small-text
        {
        font-size: 0.875rem;
        margin-top: 20px;
        margin-bottom: 20px;
        }
        p:not(.text-variant)
        {
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 1.125rem;
        line-height: 2;
        list-icon-spacing: 0.3;
        list-icon-size: 0.8;
        }
        .btn
        {
        margin-top: 20px;
        margin-bottom: 20px;
        border-top-style: none;
        border-left-style: none;
        border-right-style: none;
        border-bottom-style: none;
        borders: top right bottom left;
        border-radius: 50px;
        image-size: [object Object];
        image-fit: cover;
        image-zoom: 100;
        animation: [object Object];
        font-size: 1rem;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 1.4;
        letter-spacing: 3px;
        border-style: none;
        list-icon-spacing: 0.3;
        list-icon-size: 0.8;
        }
        .btn
        {
        border-radius: 50px;
        }
        blockquote
        {
        font-style: italic;
        padding-left: 20px;
        border-width: 4px;
        margin-top: 20px;
        margin-bottom: 20px;
        }
        .metadata
        {
        margin-top: 20px;
        margin-bottom: 20px;
        }
        ul:not(.unstyled)
        {
        margin-top: 20px;
        margin-bottom: 20px;
        }
        ol
        {
        margin-top: 20px;
        margin-bottom: 20px;
        }
        .post-content
        {
        margin-top: 20px;
        margin-bottom: 20px;
        }
        .input
        {
        border-width: 1px;
        borders: top right bottom left;
        }
        /** common-rules **/

        /** publish-rules **/
        /*begin-media rules*/
        @media (max-width: 767px) {
        h1.title
        {
        font-size: 3.75rem;
        }
        }
        @media (max-width: 575px) {
        h1.title
        {
        font-size: 3rem;
        }
        }
        @media (max-width: 575px) {
        h2.subtitle
        {
        font-size: 1.5rem;
        }
        }
        @media (max-width: 991px) {
        h1:not(.title)
        {
        font-size: 3.75rem;
        font-weight: 700;
        text-transform: none;
        line-height: 1.1;
        }
        }
        @media (max-width: 575px) {
        h1:not(.title)
        {
        font-size: 1.875rem;
        }
        }
        @media (max-width: 575px) {
        h2:not(.subtitle)
        {
        font-size: 1.75rem;
        font-weight: 700;
        text-transform: none;
        line-height: 1.1;
        list-icon-spacing: 0.3;
        list-icon-size: 0.8;
        }
        }
        @media (max-width: 575px) {
        h3
        {
        font-size: 1.875rem;
        font-weight: 700;
        line-height: 1.2;
        list-icon-spacing: 0.3;
        list-icon-size: 0.8;
        }
        }
        /*end-media rules*/
        /** publish-rules **/

        

        /** cms-rules **/
        /*begin-responsive rules*/
        .sm h1.title
        {
        font-size: 3.75rem;
        }
        .xs h1.title
        {
        font-size: 3rem;
        }
        .xs h2.subtitle
        {
        font-size: 1.5rem;
        }
        .md h1:not(.title)
        {
        font-size: 3.75rem;
        line-height: 1.1;
        text-transform: none;
        font-weight: 700;
        }
        .sm h1:not(.title)
        {
        font-size: 3.75rem;
        line-height: 1.1;
        text-transform: none;
        font-weight: 700;
        }
        .xs h1:not(.title)
        {
        font-size: 1.875rem;
        line-height: 1.1;
        text-transform: none;
        font-weight: 700;
        }
        .xs h2:not(.subtitle)
        {
        font-size: 1.75rem;
        line-height: 1.1;
        font-weight: 700;
        text-transform: none;
        list-icon-spacing: 0.3;
        list-icon-size: 0.8;
        }
        .xs h3
        {
        font-size: 1.875rem;
        line-height: 1.2;
        font-weight: 700;
        list-icon-spacing: 0.3;
        list-icon-size: 0.8;
        }
        /*end-responsive rules*/
        /** cms-rules **/

        /** color-rules **/
        .overlap.overlap-transparent:not(.overlap-contrast) .header :not(.nav-item) > a,
        .gradient > .container-layout > a,
        .image:not(.shading) > .container-layout > a,
        a
        {
        color: #3a50f9;
        }
        .overlap.overlap-transparent:not(.overlap-contrast) .header :not(.nav-item) > a:hover,
        .gradient > .container-layout > a:hover,
        .image:not(.shading) > .container-layout > a:hover,
        a:hover
        {
        color: #1c36f8;
        }
        .overlap.overlap-transparent:not(.overlap-contrast) .header :not(.nav-item) > a:active,
        .gradient > .container-layout > a:active,
        .image:not(.shading) > .container-layout > a:active,
        a:active
        {
        color: #1c36f8;
        }
        .overlap.overlap-transparent:not(.overlap-contrast) .header :not(.nav-item) > .btn,
        .gradient > .container-layout > .btn,
        .image:not(.shading) > .container-layout > .btn,
        .btn
        {
        background-color: #3a50f9;
        color: #ffffff;
        }
        .overlap.overlap-transparent:not(.overlap-contrast) .header :not(.nav-item) > .btn:hover,
        .gradient > .container-layout > .btn:hover,
        .image:not(.shading) > .container-layout > .btn:hover,
        .btn:hover
        {
        background-color: #1c36f8;
        color: #e6e6e6;
        }
        .overlap.overlap-transparent:not(.overlap-contrast) .header :not(.nav-item) > .btn:focus,
        .gradient > .container-layout > .btn:focus,
        .image:not(.shading) > .container-layout > .btn:focus,
        .btn:focus
        {
        background-color: #1c36f8;
        color: #e6e6e6;
        }
        .overlap.overlap-transparent:not(.overlap-contrast) .header :not(.nav-item) > .btn:active,
        .gradient > .container-layout > .btn:active,
        .image:not(.shading) > .container-layout > .btn:active,
        .btn:active
        {
        background-color: #1c36f8;
        color: #e6e6e6;
        }
        .overlap.overlap-transparent:not(.overlap-contrast) .header :not(.nav-item) > blockquote,
        .gradient > .container-layout > blockquote,
        .image:not(.shading) > .container-layout > blockquote,
        blockquote
        {
        border-color: #3a50f9;
        }
        .overlap.overlap-transparent:not(.overlap-contrast) .header :not(.nav-item) > .input,
        .gradient > .container-layout > .input,
        .image:not(.shading) > .container-layout > .input,
        .input
        {
        border-color: #b3b3b3;
        background-color: #ffffff;
        color: #000000;
        }
        /** color-rules **/

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


/*end-variables sitestylecss*/
 .header {
  background-image: none;
}

.header .sheet-1 {
  min-height: 88px;
}

.header .btn-1 {
  font-size: 1.875rem;
  line-height: 2;
  letter-spacing: 0px;
  text-transform: none;
  font-weight: 700;
  margin: 17px -208px 0 auto;
  padding: 0;
}

.header .image-1 {
  width: 239px;
  height: 83px;
  margin: -71px auto 0 -218px;
}

.header .btn-2 {
  font-size: 1.875rem;
  line-height: 2;
  letter-spacing: 0px;
  text-transform: none;
  font-weight: 600;
  margin: -71px -113px 0 auto;
  padding: 0;
}

.header .btn-3 {
  --text-color-var: #db8429;
  font-size: 1.875rem;
  line-height: 2;
  letter-spacing: 0px;
  text-transform: none;
  font-weight: 600;
  margin: -60px -24px 12px auto;
  padding: 0;
}
@media (max-width: 1199px) {
  .header .sheet-1 {
    min-height: 76px;
  }

  .header .btn-1 {
    margin-top: 8px;
    margin-right: 0;
  }

  .header .image-1 {
    width: 174px;
    height: 60px;
    margin-top: -60px;
    margin-left: -19px;
  }

  .header .btn-2 {
    margin-top: -60px;
    margin-right: 88px;
  }

  .header .btn-3 {
    margin-right: 170px;
    margin-bottom: 8px;
  }
}
@media (max-width: 991px) {
  .header .sheet-1 {
    min-height: 80px;
  }

  .header .btn-1 {
    margin-top: 10px;
  }

  .header .image-1 {
    width: 185px;
    margin-left: -20px;
  }

  .header .btn-2 {
    margin-right: 86px;
  }

  .header .btn-3 {
    margin-right: 166px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .header .sheet-1 {
    min-height: 71px;
  }

  .header .btn-1 {
    font-size: 1.5rem;
    margin-top: 6px;
    margin-right: 119px;
  }

  .header .image-1 {
    margin-top: -54px;
    margin-left: -35px;
  }

  .header .btn-2 {
    font-size: 1.5rem;
    margin-top: -54px;
    margin-right: 61px;
  }

  .header .btn-3 {
    margin-top: -54px;
    margin-right: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .header .sheet-1 {
    min-height: 65px;
  }

  .header .btn-1 {
    margin-right: -33px;
  }

  .header .image-1 {
    width: 152px;
    height: 53px;
    margin-top: -53px;
    margin-left: -50px;
  }

  .header .btn-2 {
    margin-top: -48px;
    margin-right: 27px;
  }

  .header .btn-3 {
    font-size: 1.5rem;
    margin-top: -48px;
    margin-right: 81px;
    margin-bottom: 1px;
  }
}
 .footer {
  background-image: none;
}

.footer .sheet-1 {
  min-height: 402px;
}
@media (max-width: 1199px) {
  .footer .sheet-1 {
    min-height: 349px;
  }
}
@media (max-width: 991px) {
  .footer .sheet-1 {
    min-height: 202px;
  }
}
@media (max-width: 767px) {
  .footer .sheet-1 {
    min-height: 402px;
  }
}


 /*begin-variables base-font-size*/ 
 html { font-size: 16px; }
 /*end-variables base-font-size*/