:root {
  --white-text:#fff;
  --whitegreen: #ceffed;
  --white-dark:#fff;
  --white-stay: #fff;
  --black:#000;
  --f2: #f2f2f2;
  --dblack:#373435;
  --llgrey:#efefef;
  --lllgrey:#eaf0f5;
  --d6:#d6d6d6;
  --c0:#c0c0c0;
  --red: #dc3b3b;
  --redDark: #731f1f;
  --green: #36f6af;
  --greenextra: #21d996;
  --greendark: #045034;
  --yellow:#f6c736;
  --yellowDark: #7e5e0d;
  --blue:#3689f6;
  --blueDark: #033679;
  --white: #fff;
  --black: #000;
  --lgrey: #ebeced;
  --white-ondark: #cfcfcf;
  --grey: #555758;
  --tgrey: #969899;
  --darker: #1c2123;
  --ldb:#1c314b;
  --db: #14263d;
  --main-color: #97c33b;
  --second-color: #97c33b;
  --fontfamily: Mulish;
  --icons: "uicons-regular-rounded";
}

.leftOptions {
  min-width: 320px;
  max-width: 320px;
  top: 30px;
  border-radius: 28px;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.05);
  border-radius: 25px;
  padding: 40px 20px 20px;
  background-color: var(--db);
}
.leftOptions .header {
  margin-bottom: 23px;
}
.leftOptions .header P {
  font-size: 17px;
  color: var(--main-color);
}
.leftOptions .header h4 {
  font: 700 26px var(--fontfamily);
  max-width: 400px;
  color: var(--white);
}
.leftOptions ul {
  background-color: #101f32;
  border-radius: 10px;
}
.leftOptions ul li + li {
  border-top: 1px solid var(--lightgrey);
}
.leftOptions ul li.current a, .leftOptions ul li.active a {
  padding: 10px 20px;
  background-color: var(--main-color);
  color: var(--white);
  border-radius: 5px;
  display: flex;
}
.leftOptions ul li.current a i, .leftOptions ul li.active a i {
  color: var(--db);
}
.leftOptions ul li a {
  padding: 10px 20px;
  min-height: 56px;
  color: var(--white);
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: flex-start;
}
.leftOptions ul li a i {
  color: var(--main-color);
}
.leftOptions ul li a:hover {
  padding: 10px 25px;
}

.breadcrumbs {
  border-bottom: 1px solid var(--lgrey);
}
.breadcrumbs .center {
  min-height: 100px;
  padding: 10px 30px;
}

body.wcagColors a:focus,
body.wcagColors a:focus-visible,
body.wcagColors button:focus,
body.wcagColors button:focus-visible,
body.wcagColors input:focus,
body.wcagColors input:focus-visible,
body.wcagColors textarea:focus,
body.wcagColors textarea:focus-visible,
body.wcagColors select:focus,
body.wcagColors select:focus-visible,
body.wcagColors [tabindex]:focus,
body.wcagColors [tabindex]:focus-visible,
body.wcagColors *:focus {
  outline: 3px dashed var(--green) !important;
  outline-offset: 3px !important;
}
body.wcagColors.dContrast a:focus,
body.wcagColors.dContrast a:focus-visible,
body.wcagColors.dContrast button:focus,
body.wcagColors.dContrast button:focus-visible,
body.wcagColors.dContrast input:focus,
body.wcagColors.dContrast input:focus-visible,
body.wcagColors.dContrast textarea:focus,
body.wcagColors.dContrast textarea:focus-visible,
body.wcagColors.dContrast select:focus,
body.wcagColors.dContrast select:focus-visible,
body.wcagColors.dContrast [tabindex]:focus,
body.wcagColors.dContrast [tabindex]:focus-visible,
body.wcagColors.dContrast *:focus {
  outline: 3px dashed var(--white-text) !important;
  outline-offset: 3px !important;
}
body.wcagColors .offerBox .item a {
  background-color: transparent !important;
}
body.wcagColors .pages .rating .list span i:before {
  color: #fff !important;
}
body.wcagColors .pages .rating .list span.active i:before,
body.wcagColors .pages .rating .list span.yellow i:before {
  color: var(--main-color) !important;
}
body.yContrast {
  --green: #ffff00;
  --lgrey: #ffff00;
  --lbtext: #ffff00;
  --db:#ffff00;
  --grey: #ffff00;
  --dark: #ffff00;
  --main-color: #ffff00;
  --dblue: #ffff00;
  --white: #000;
  --black: #000;
}
body.yContrast,
body.yContrast * {
  background-color: var(--black) !important;
}
body.yContrast *[style*=background] {
  background-color: transparent !important;
}
body.yContrast iframe {
  background-color: transparent !important;
}
body.yContrast *,
body.yContrast a,
body.yContrast p,
body.yContrast span,
body.yContrast strong,
body.yContrast h1, body.yContrast h2, body.yContrast h3, body.yContrast h4, body.yContrast h5, body.yContrast h6,
body.yContrast li,
body.yContrast div,
body.yContrast label,
body.yContrast input,
body.yContrast textarea,
body.yContrast select,
body.yContrast button {
  color: var(--green) !important;
}
body.yContrast i,
body.yContrast [class*=fi-],
body.yContrast .icon {
  color: var(--green) !important;
}
body.yContrast i:before,
body.yContrast [class*=fi-]:before,
body.yContrast .icon:before {
  color: var(--green) !important;
}
body.yContrast path,
body.yContrast polygon,
body.yContrast circle,
body.yContrast rect,
body.yContrast svg {
  fill: var(--green) !important;
  stroke: var(--green) !important;
}
body.yContrast *,
body.yContrast input,
body.yContrast textarea,
body.yContrast select,
body.yContrast button,
body.yContrast a,
body.yContrast div {
  border-color: var(--green) !important;
}
body.yContrast *::-moz-placeholder {
  color: var(--green) !important;
}
body.yContrast *::placeholder {
  color: var(--green) !important;
}
body.yContrast button,
body.yContrast input[type=submit],
body.yContrast input[type=button] {
  border: 1px solid var(--green) !important;
}
body.yContrast .atractbox {
  display: none;
}
body.dContrast {
  --green: #fff;
  --lgrey: #fff;
  --lbtext: #fff;
  --grey: #fff;
  --dblue: #fff;
  --main-color: #fff;
  --dark: #fff;
  --white: #000;
  --black: #000;
}
body.dContrast,
body.dContrast * {
  background-color: var(--black) !important;
}
body.dContrast *[style*=background] {
  background-color: transparent !important;
}
body.dContrast iframe {
  background-color: transparent !important;
}
body.dContrast *,
body.dContrast a,
body.dContrast p,
body.dContrast span,
body.dContrast strong,
body.dContrast h1, body.dContrast h2, body.dContrast h3, body.dContrast h4, body.dContrast h5, body.dContrast h6,
body.dContrast li,
body.dContrast div,
body.dContrast label,
body.dContrast input,
body.dContrast textarea,
body.dContrast select,
body.dContrast button {
  color: var(--white-text) !important;
}
body.dContrast i,
body.dContrast [class*=fi-],
body.dContrast .icon {
  color: var(--white-text) !important;
}
body.dContrast i:before,
body.dContrast [class*=fi-]:before,
body.dContrast .icon:before {
  color: var(--white-text) !important;
}
body.dContrast path,
body.dContrast polygon,
body.dContrast circle,
body.dContrast rect,
body.dContrast svg {
  fill: var(--white-text) !important;
  stroke: var(--white-text) !important;
}
body.dContrast *,
body.dContrast input,
body.dContrast textarea,
body.dContrast select,
body.dContrast button,
body.dContrast a,
body.dContrast div {
  border-color: var(--white-text) !important;
}
body.dContrast *::-moz-placeholder {
  color: var(--white-text) !important;
}
body.dContrast *::placeholder {
  color: var(--white-text) !important;
}
body.dContrast button,
body.dContrast input[type=submit],
body.dContrast input[type=button] {
  border: 1px solid var(--white-text) !important;
}
body.dContrast .atractbox {
  display: none;
}/*# sourceMappingURL=global.css.map */